Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
Commit message (Expand)AuthorAgeFilesLines
* Correctly use tempfile.mkstemp().Tomeu Vizoso2008-04-221-2/+2
* Use new style properties.Marco Pesenti Gritti2008-04-201-18/+11
* Work around circular dep between Icon and Palette. I don'tMarco Pesenti Gritti2008-04-202-3/+6
* Complete first pylint round on all the code.Marco Pesenti Gritti2008-04-193-34/+46
* pylint sugar.presence, small problems leftMarco Pesenti Gritti2008-04-192-22/+43
* pylint sugar.datastore, little issues leftMarco Pesenti Gritti2008-04-192-16/+17
* pylint sugar.clipboardMarco Pesenti Gritti2008-04-191-1/+2
* pylint sugar.bundleMarco Pesenti Gritti2008-04-193-35/+62
* pylint sugar.activity, mostly cleanMarco Pesenti Gritti2008-04-195-49/+64
* pylint palette, some problems leftMarco Pesenti Gritti2008-04-191-38/+38
* pylint most of sugar.graphics, only palette leftMarco Pesenti Gritti2008-04-1810-47/+50
* pylint combobox, iconentry and radiotoolbuttonMarco Pesenti Gritti2008-04-183-25/+21
* pylint icon, a few false positive leftMarco Pesenti Gritti2008-04-181-17/+16
* pylint animatorMarco Pesenti Gritti2008-04-181-9/+10
* Correct the module name to not confuse pylintMarco Pesenti Gritti2008-04-181-1/+1
* Fix callback name for private-invitationMorgan Collett2008-04-111-1/+1
* Added default to label arg in palette constructorEben Eliason2008-04-031-1/+1
* #5474: Scale emblems (rwh)Tomeu Vizoso2008-04-031-0/+11
* Make room for the accelerator labels.Tomeu Vizoso2008-04-021-2/+2
* Add favorite support to the activity registry.Tomeu Vizoso2008-04-021-9/+19
* New palette APIEben Eliason2008-04-011-58/+166
* Add support for accelerators to buttons.Tomeu Vizoso2008-04-014-41/+141
* Make install take the full path rather than prefix. That wayMarco Pesenti Gritti2008-03-301-9/+5
* Makes the Frame and toolbars darker for better contrastEben Eliason2008-03-261-1/+1
* Fix when passing a pixel-size for the icon when not using the constructorSimon Schampijer2008-03-221-7/+4
* Add icon property to TrayIcon.Tomeu Vizoso2008-03-011-0/+1
* Merge branch 'master' of ssh+git://dev.laptop.org/git/sugar-toolkitSimon Schampijer2008-02-251-6/+9
|\
| * Emit palette popup only after the window is mapped. This fixes ticket #3486.Benjamin Berg2008-02-251-6/+8
| * Fix #3611 and parts of #4084 by setting the palette to be a transient window ...Benjamin Berg2008-02-251-0/+1
* | Make the text in the toolbar of the toolbox dependant on the text sizeSimon Schampijer2008-02-251-1/+2
|/
* Add TrayIcon.get_icon() (tomeu)Simon Schampijer2008-02-251-4/+10
* Fix #4856 and cleanup of the alert codeSimon Schampijer2008-02-171-25/+27
* Fill SugarAddressEntry using the theme, so that the colors are correct.Benjamin Berg2008-02-101-5/+5
* Use the right gettext domain.Tomeu Vizoso2008-02-092-3/+6
* Split sugar-toolkit out of sugar shell.Marco Pesenti Gritti2008-02-0676-0/+13169
* Cleanup the source structureMarco Pesenti Gritti2007-10-1667-9329/+0
* Remove ltihooks since we are not loading from the sourceMarco Pesenti Gritti2007-10-162-71/+0
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-10-152-20/+120
|\
| * Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarSimon Schampijer2007-10-1512-360/+47
| |\
| | * Improve docstring for class ActivityMorgan Collett2007-10-151-3/+2
| | * Handle failure to get buddy from handleMorgan Collett2007-10-151-2/+4
| | * Change _buddy_to_handle to _buddy_path_to_handle to avoid mad creation of bud...Morgan Collett2007-10-151-12/+11
| | * Revert to tracking BuddyLeft not BuddyHandleLeft. Track buddy_to_handle to ge...Morgan Collett2007-10-151-6/+11
| | * Fix _buddy_handle_joined_cb, make _buddy_handle_left_cb more robustMorgan Collett2007-10-151-3/+2
| | * Use BuddyHandleJoined/Left to track buddy handlesMorgan Collett2007-10-151-16/+9
| | * Cache handle-buddies so we can get them when the buddy has already leftMorgan Collett2007-10-151-6/+20
| | * Call new GetBuddyByHandle to convert handles to buddiesMorgan Collett2007-10-151-0/+9
| | * Document get_channelsMorgan Collett2007-10-151-3/+7
| | * Add logging to _leave_error_cbMorgan Collett2007-10-151-4/+2
| * | Added a TimeoutAlert and use GTK Response Type ConstantsSimon Schampijer2007-10-151-7/+85