Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/service
Commit message (Collapse)AuthorAgeFilesLines
* Remove leftover bits of the clipboardservice.Marco Pesenti Gritti2008-09-221-2/+0
|
* Move clipboard from the shell service into the shell processTomeu Vizoso2008-09-165-354/+2
|
* Filesystem paths should be byte arrays, not unicode sequences. (dlo trac #7733)C. Scott Ananian2008-08-191-2/+4
| | | | | | | | | | | | | Passing a unicode string to os.path.join(x,y) and other functions will attempt to convert all sides of the path to unicode using the ASCII encoding. This will prohibit the use of non-ASCII characters in filenames, which is not what we want! We need all paths passed around internally to be 'str' objects, not 'unicode' objects. Unfortunately, dbus' STRING type enforces UTF-8 encoding. So, we compromise: we use 's' in our dbus signature, but we pass the 'utf8_strings=True' keyword option when we declare our methods, so that the parameters are given to use as 'str' not 'unicode'. These functions will not support filenames which are not UTF-8 encoded.
* #7220 Mark all newly installed activities as favoritesTomeu Vizoso2008-08-181-7/+22
|
* Pylint fixesMarco Pesenti Gritti2008-08-131-0/+3
|
* More pylint cleanupsMarco Pesenti Gritti2008-08-091-2/+3
|
* Use Grid to resolve collisions in the favorites view.Tomeu Vizoso2008-06-201-2/+2
|
* Persist position of favorite iconsTomeu Vizoso2008-06-202-29/+89
|
* Typo that duplicated activities in the favorites list.Tomeu Vizoso2008-06-101-1/+1
|
* Add ActivityBundle.installation_time and format the date in the activity listTomeu Vizoso2008-05-241-1/+2
|
* Merge activities.default into favorites.Tomeu Vizoso2008-05-191-40/+89
|
* Adjust system activities path.Marco Pesenti Gritti2008-04-291-10/+3
|
* pylint servicesSimon Schampijer2008-04-215-54/+52
|
* New activities ring.Tomeu Vizoso2008-04-022-3/+61
|
* #6405 Tweak permissions of the clipboard files to make them work under rainbowMarco Pesenti Gritti2008-03-121-0/+1
|
* Complete paths cleanup and remove SUGAR_PREFIX andMarco Pesenti Gritti2008-02-054-1/+22
| | | | SUGAR_PATH environment variables.
* Remove get_service_path and use the usual wrapper script approach.Marco Pesenti Gritti2008-02-052-23/+17
|
* Refactor directory structure a bit, preliminary to theMarco Pesenti Gritti2008-02-0410-0/+729
library split-out.