Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/activity/bundle.py
Commit message (Collapse)AuthorAgeFilesLines
* Complete move to external bundle registry.Tomeu Vizoso2007-08-091-5/+2
|
* Correctly include .mo files in bundles.Tomeu Vizoso2007-08-091-2/+5
|
* Do not traceback if bundle version is not integer.Marco Pesenti Gritti2007-07-301-1/+5
|
* Actually handle multiple mime typesDan Williams2007-07-181-1/+1
|
* Do not fail is lang is not setMarco Pesenti Gritti2007-06-281-0/+3
|
* Check type of bundle path by os.path.isdir().Tomeu Vizoso2007-06-151-6/+3
|
* Add to Bundle facilities for dealing with not-yet-installed bundles.Tomeu Vizoso2007-06-151-26/+163
|
* Several fixes for the object type registry and the activity registry.Tomeu Vizoso2007-06-121-1/+1
|
* Support icons inside the activityMarco Pesenti Gritti2007-05-311-0/+4
|
* Refactor the bundle registry. Move it insideMarco Pesenti Gritti2007-05-271-4/+0
| | | | | the shell and expose the parts that should be public to the shell dbus service.
* Add API to get the mime typesMarco Pesenti Gritti2007-05-241-0/+9
|
* Find executable in bundle (approved by marcopg, fix for #1362)Bert Freudenberg2007-05-171-2/+6
|
* Remove get_default_type() and bundle default types; obsoleteDan Williams2007-04-111-7/+0
|
* First go at the new type registry.Marco Pesenti Gritti2007-04-111-0/+18
|
* Docstrings for modules all over sugar and shell.Mike C. Fletcher2007-04-101-1/+12
| | | | | | | | | | | | | | | | These are just the doc strings I created as I was spelunking through to see how Sugar manages launching applications. The resulting auto-documentation is neither polished or finished, but it should help people reading the code somewhat. There are a few minor code cleanups: * activityhandle (replacing C idiom for initialisation with a Python one) * bundle registry (using a parameterised directory name so that it shows up in the documentation) * validate_activity_id function, use isinstance( item, (str,unicode)) for the query, rather than two separate checks with isinstance
* Fix up translations supportMarco Pesenti Gritti2007-03-231-3/+5
|
* Fix locale path handlingMarco Pesenti Gritti2007-03-231-1/+5
|
* Add support to read linfo.Marco Pesenti Gritti2007-03-231-0/+27
| | | | Refactor locale to actually use gettext.
* Smarter sugar-activity which can make itself the factory and openMarco Pesenti Gritti2007-03-091-3/+3
| | | | one instance.
* Refactor sugar.env and pathsMarco Pesenti Gritti2007-03-091-2/+1
|
* Fix bug for activities with spaces in the nameOwen Williams2007-03-061-1/+1
|
* Add a class attribute as per the updated spec.Marco Pesenti Gritti2007-02-221-3/+17
| | | | Cleanups.
* Make bundle registry a singleton. Get the object path from the registry.Marco Pesenti Gritti2007-02-211-0/+4
|
* Do not look in the icon theme for activity iconsMarco Pesenti Gritti2007-01-311-7/+2
|
* 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.
* Get the default type from env, clean stuff a bitMarco Pesenti Gritti2006-12-201-0/+7
|
* Changed all tabs to 4 spaces for python styleJustin Gallardo2006-12-041-80/+80
|
* Since service name and bundle id corrisponds, thereMarco Pesenti Gritti2006-12-011-4/+0
| | | | is no need to query the register anymore.
* show_launcher true by defaultMarco Pesenti Gritti2006-11-031-1/+1
|
* Fix show_launcher logicMarco Pesenti Gritti2006-11-031-2/+2
|
* Add activity_version supportMarco Pesenti Gritti2006-11-021-0/+8
|
* Get running activities to work. Still hacky.Marco Pesenti Gritti2006-10-311-4/+22
|
* Several fixes, generate the service, add a test bundleMarco Pesenti Gritti2006-10-311-8/+20
|
* More work on bundles supportMarco Pesenti Gritti2006-10-291-1/+1
|
* Initial bundle registry codeMarco Pesenti Gritti2006-10-291-0/+52