Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
Commit message (Collapse)AuthorAgeFilesLines
* Use a src directory consistently with base and shell.Marco Pesenti Gritti2008-04-2976-13480/+0
|
* Make the colors of xocolors publicSimon Schampijer2008-04-261-4/+4
|
* Fix bundlebuilder - pylint patch 050e9 broke some indentationMorgan Collett2008-04-251-4/+4
|
* Use new style for unused variablesSimon Schampijer2008-04-244-9/+10
|
* Fix installation of bundlesSimon Schampijer2008-04-241-3/+3
|
* 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
| | | | | like it though, we should get rid of the dep. Fix palette bug which I introduced with the pylint changes.
* 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
| | | | | | This leaves the API backward compatible but prevents the need for new code to pass any unused arguments to the constructor, instead depending on the property API.
* #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
| | | | | | This patch adds support for primary-text, secondary-text, and icons to palettes. It also transitions a few other items to a property API.
* 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
| | | | it can be used to install in ~/Activities.
* 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
| |
| *