Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* xo_color property is not a stringTomeu Vizoso2008-06-251-1/+1
|
* Change the GETTEXT_PACKAGE domain to sugar-toolkitSayamindu Dasgupta2008-06-232-2/+2
|
* get_icon_name() now takes step kwarg for #7248.1Martin Dengler2008-06-231-2/+2
|
* Merge branch 'master' of git+ssh://benzea@dev.laptop.org/git/sugar-toolkitBenjamin Berg2008-06-202-10/+31
|\
| * Make xo_color, named_icon and group properties instead of constructor argsTomeu Vizoso2008-06-201-8/+24
| |
| * Add a position attribute to registered activity bundles.Tomeu Vizoso2008-06-201-2/+7
| |
* | Add scroll_to_item functions to the trays to show a button that may be hidden.Benjamin Berg2008-06-201-0/+25
| |
* | Add is_modifier and is_special_modifier functions to SugarKeyGrabber.Benjamin Berg2008-06-203-0/+52
|/
* Fix undefined bundle_top_dir referenceEben Eliason2008-06-131-1/+1
|
* Generate the MANIFEST automatically if it doesn't exit. I'mMarco Pesenti Gritti2008-06-131-4/+10
| | | | | not sure if we want to keep doing that, but it's necessary at the moment to keep stuff working.
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar-toolkitMarco Pesenti Gritti2008-06-131-5/+5
|\
| * PrivateInvitation now have a channel type argGuillaume Desmottes2008-06-131-5/+5
| |
* | Get rid of address/title handling. Moved in web-activity.Marco Pesenti Gritti2008-06-131-120/+2
|/
* Patch by Jameson Chema Quinn.Marco Pesenti Gritti2008-06-133-59/+195
| | | | | | | Readability cleanups and little fixes by me. use MANIFEST. Deprecate bundle_name. fix_manifest(). bundlebuilder.config() cleanup.
* Remove a leftover debug print and fix a typo.Marco Pesenti Gritti2008-06-102-2/+1
|
* Prefix the session server stuff with gsm, makes things a lot less confusing.Marco Pesenti Gritti2008-06-0612-26/+24
|
* s/Session/SessionManager by tomeu suggestionMarco Pesenti Gritti2008-06-061-1/+1
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar-toolkitMarco Pesenti Gritti2008-06-061-1/+1
|\
| * Correct comment.Tomeu Vizoso2008-06-061-1/+1
| |
* | First go at session management. Not asking review sinceMarco Pesenti Gritti2008-06-0621-2/+6670
|/ | | | | it's a bunch of ugly C code imported from gnome-session. Will clean it up a bit but I don't plan to make it too shiny :)
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar-toolkitMarco Pesenti Gritti2008-06-052-1/+2
|\
| * initialize right_click_invoker_hid in paletteSimon Schampijer2008-06-051-0/+1
| |
| * Fix the setup.py devSimon Schampijer2008-06-041-1/+1
| |
* | Actually compress the source tarball.Marco Pesenti Gritti2008-06-051-1/+1
|/
* Add control panel items to profileSimon Schampijer2008-06-041-0/+18
| | | | | | - timezone - hot_corners - warm_edges
* Attach palette to parent when no widget is given.Tomeu Vizoso2008-06-031-6/+6
|
* Fix typoTomeu Vizoso2008-05-301-1/+1
|
* Detach the invoker instead of destroying the palette.Tomeu Vizoso2008-05-301-2/+2
|
* Enable journal to do open-with for activity bundles.chema2008-05-271-3/+1
|
* Style nitpicks.Marco Pesenti Gritti2008-05-271-7/+5
|
* Merge branch 'master' of git://dev.laptop.org/users/marco/sugar-toolkitMarco Pesenti Gritti2008-05-271-219/+181
|\
| * Several bugfixes and cleanupsMarco Pesenti Gritti2008-05-251-52/+75
| |
| * Change the logic for file inclusion. We include everythingMarco Pesenti Gritti2008-05-251-67/+29
| | | | | | | | | | | | by default except generated dirs (and well known files like .gitignore). I'm planning to add support for generated dirs using make, which will hopefully take care of the rest.
| *