Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/activity
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix capsMarco Pesenti Gritti2007-02-212-1/+1
|
* Add an handle argument to the factory and to the activity constructor.Marco Pesenti Gritti2007-02-215-11/+56
|
* Generate the id in ActivityFactory. I want it to be easy toMarco Pesenti Gritti2007-02-211-1/+32
| | | | | | run activities without using the shell. Some regression in the debug messages, which I'll fix as part of further refactoring.
* Fix capsMarco Pesenti Gritti2007-02-212-1/+1
|
* More cleanupsMarco Pesenti Gritti2007-02-212-88/+3
|
* Split out Activity client/serverMarco Pesenti Gritti2007-02-211-0/+79
|
* Rename the classMarco Pesenti Gritti2007-02-211-2/+3
|
* Split factory client and serverMarco Pesenti Gritti2007-02-213-70/+85
|
* Make bundle registry a singleton. Get the object path from the registry.Marco Pesenti Gritti2007-02-213-7/+23
|
* Do not expose the service names from Activity.Marco Pesenti Gritti2007-02-212-29/+22
| | | | This create quite a bit of duplication, but I have to start somewhere cleaning this mess :/
* Get rid of the old grid. Never use absolute positioning.Marco Pesenti Gritti2007-02-201-8/+0
|
* Patch by Owen Williams to accept custom MANIFEST filename.Marco Pesenti Gritti2007-02-081-12/+12
|
* Make the icon colors list privateMarco Pesenti Gritti2007-02-071-0/+2
|
* Use MANIFEST instead of MANIFEST-OLPC.Marco Pesenti Gritti2007-02-071-13/+23
| | | | Package activity/ and setup.py stuff by default.
* Simple fix for getting the activities dir.Tomeu Vizoso2007-02-031-1/+2
|
* Do not look in the icon theme for activity iconsMarco Pesenti Gritti2007-01-313-16/+10
|
* Added new tool sugar-install-bundle.Tomeu Vizoso2007-01-272-10/+16
|
* Do not hardcode /usr/bin/pythonMarco Pesenti Gritti2007-01-201-1/+1
|
* Get the icon from activity not rootMarco Pesenti Gritti2007-01-121-4/+3
|
* Support for activity icons inside the bundle.Marco Pesenti Gritti2007-01-121-1/+9
| | | | | Patch by Gonzalo Odiard <godiard@gmail.com> Modified by me to allow icon theme to override the bundle one.
* Make activity launching asynchronousDan Williams2007-01-071-13/+32
| | | | | | The ActivityFactory create() method now returns a handler GObject, which callers may attach signals to to receive success and error signals from the result of the activity launch request.
* Make shell responsible for activity ID generationDan Williams2007-01-061-6/+6
| | | | | | | Enables tracking of activity launch throughout the whole process, so that the shell can be aware of the activity ID from the moment the activity is started by the shell, until the activity becomes active. Previously, the activity itself generated its own ID and told the shell what it was.
* Do not try to connect to notify::title, for some reason it breaks the browser.Marco Pesenti Gritti2007-01-051-1/+1
| | | | It was only used for the journal anyway.
* Comment out the journal stuff for now.Marco Pesenti Gritti2007-01-051-10/+11
|
* Split ActivityHost in model/view. Refactor accordingly.Marco Pesenti Gritti2006-12-241-0/+6
|
* 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.
* 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-204-10/+9
|
* 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-182-12/+7
|
* Cleanup activity factory startup, remove duplicated argument from the Exec fieldMarco Pesenti Gritti2006-12-181-3/+13
|
* Fix dev commandMarco Pesenti Gritti2006-12-131-1/+1
|
* 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-046-388/+388
|
* Add FIXME about Exec fieldMarco Pesenti Gritti2006-12-011-0/+1
|
* Several cleanupsMarco Pesenti Gritti2006-12-012-25/+4
|
* Since service name and bundle id corrisponds, thereMarco Pesenti Gritti2006-12-011-4/+0
| | | | is no need to query the register anymore.
* Get rid of our custom dbus config, simplify stuffMarco Pesenti Gritti2006-12-011-3/+1
|
* 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-161-5/+1
|