Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)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
* 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
* 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
|/
* 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
* 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
| * Some fixes. Do not use get_files_list to generate the .pot, just enumerate py...Marco Pesenti Gritti2008-05-251-6/+5
| * Abstract Packager class which takes care of listing the files.Marco Pesenti Gritti2008-05-251-5/+7
| * Split the packaging code out to XOPackagerMarco Pesenti Gritti2008-05-251-75/+85
| * Split the build out from the command to a Builder object.Marco Pesenti Gritti2008-05-251-22/+34
| * Separate helpers from the commands.Marco Pesenti Gritti2008-05-251-25/+25
| * Move genl10n inside the build step.Marco Pesenti Gritti2008-05-251-27/+23
| * Simplify install a bit, remove uninstall.Marco Pesenti Gritti2008-05-251-22/+20
| * Drop the useless clean command.Marco Pesenti Gritti2008-05-251-9/+0
| * Move several get_ functions into Config.Marco Pesenti Gritti2008-05-251-57/+31
| * Make commands invocation generic.Marco Pesenti Gritti2008-05-251-38/+26
| * Pass a Config class to the commands.Marco Pesenti Gritti2008-05-251-29/+36
* | Adopt to name change of log activitySimon Schampijer2008-05-261-1/+1
* | Disconnect button release signals on detach.Tomeu Vizoso2008-05-241-0/+2
* | Reveal palettes on right-click (Eben)Tomeu Vizoso2008-05-241-18/+56
* | Fix style issue (Simon)Tomeu Vizoso2008-05-241-1/+2
* | Move timestamp_to_elapsed_string to sugar.util and add ActivityBundle.install...Tomeu Vizoso2008-05-243-3/+79
|/
* Allow to attach the invoker to the widget after construction,Marco Pesenti Gritti2008-05-244-22/+54