Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
Commit message (Collapse)AuthorAgeFilesLines
* Split model/view in the activities donut.Marco Pesenti Gritti2006-12-241-1/+1
| | | | Provide some infrastructure for Alt+Tab implementation.
* Start the journal activity by defaultMarco Pesenti Gritti2006-12-241-5/+5
|
* Refactor a bit to simply __init__Marco Pesenti Gritti2006-12-241-2/+26
|
* Update help message, thanks again to erikosMarco Pesenti Gritti2006-12-211-5/+6
|
* Typo, thanks to erikos!Marco Pesenti Gritti2006-12-211-1/+1
|
* Change the Activity execute method to add a result boolean (handle/not handled).Marco Pesenti Gritti2006-12-211-3/+3
| | | | | When the camera key is pressed the Shell send and command to the active activity, if that's not handled than it startup org.laptop.CameraActivity.
* Add activity objects to the data storeDan Williams2006-12-201-5/+22
|
* Get back mesh view to work. It got broken when refactoring bundles.Marco Pesenti Gritti2006-12-201-0/+7
|
* Get the default type from env, clean stuff a bitMarco Pesenti Gritti2006-12-205-10/+15
|
* Guard against multiple activities startMarco Pesenti Gritti2006-12-201-0/+8
|
* Present the window only after start/joinMarco Pesenti Gritti2006-12-191-1/+4
|
* Add a start method to the activity. It's parallel/alternative to join.Marco Pesenti Gritti2006-12-181-15/+22
|
* Add docstring, missing importMarco Pesenti Gritti2006-12-181-0/+2
|
* Get the activity type from env, rather than requiring set_typeMarco Pesenti Gritti2006-12-183-12/+13
|
* Cleanup activity factory startup, remove duplicated argument from the Exec fieldMarco Pesenti Gritti2006-12-182-3/+19
|
* Added c&v and dnd support to the clipboard.Tomeu Vizoso2006-12-132-15/+37
|
* Fix dev commandMarco Pesenti Gritti2006-12-131-1/+1
|
* datastore fixesDan Williams2006-12-111-14/+28
|
* Add a simple prototype data storeDan Williams2006-12-114-1/+179
|
* Added support for MANIFEST-OLPC files in bundlebuilderOwen Williams2006-12-041-1/+1
|
* Added support for MANIFEST-OLPC files in bundlebuilderOwen Williams2006-12-041-7/+26
|
* Changed all tabs to 4 spaces for python styleJustin Gallardo2006-12-0446-4915/+4915
|
* Fixup makefilesMarco Pesenti Gritti2006-12-011-1/+0
|
* Add FIXME about Exec fieldMarco Pesenti Gritti2006-12-011-0/+1
|
* Several cleanupsMarco Pesenti Gritti2006-12-014-128/+22
|
* Remove more unused old activities stuffMarco Pesenti Gritti2006-12-012-10/+0
|
* Since service name and bundle id corrisponds, thereMarco Pesenti Gritti2006-12-011-4/+0
| | | | is no need to query the register anymore.
* LeftoverMarco Pesenti Gritti2006-12-012-2/+0
|
* Get rid of our custom dbus config, simplify stuffMarco Pesenti Gritti2006-12-012-6/+7
|
* Remove unused methodMarco Pesenti Gritti2006-12-011-12/+0
|
* Forgot to add fileMarco Pesenti Gritti2006-11-271-0/+156
|
* Add a simple bundle builder, based on the setup.py weMarco Pesenti Gritti2006-11-271-0/+1
| | | | have been using for btest-1
* New developer-consoleEduardo Silva2006-11-161-0/+1
|
* Get rid of dbus 0.94 compatibility, since we build dbus in jhbuild now. Yay!Marco Pesenti Gritti2006-11-164-10/+1
|
*