Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Release 0.81.1v0.81.1Marco Pesenti Gritti2008-05-231-1/+1
|
* By default include all the files in the directory,Marco Pesenti Gritti2008-05-231-1/+10
| | | | | | except a few which we know are not useful or autogenerated. Hack for 0.81.1, we really need to rewrite bundlebuilder.
* Finish to hook up the new palette stuff.Marco Pesenti Gritti2008-05-234-29/+52
|
* Hookup the new palette creation in the toolbuttons.Marco Pesenti Gritti2008-05-234-29/+66
|
* Move palette creation logic inside the invoker.Marco Pesenti Gritti2008-05-231-14/+55
|
* Convert to use new gobject propertiesMarco Pesenti Gritti2008-05-231-76/+95
|
* Release v0.79.7v0.79.7Tomeu Vizoso2008-05-181-1/+1
|
* Merge branch 'master' of git://dev.laptop.org/sugar-toolkitMorgan Collett2008-05-151-3/+3
|\
| * Adopt POTFILES.in for the src directory changeSimon Schampijer2008-05-141-3/+3
| |
* | 6473: Better method for resolving handles to buddiesMorgan Collett2008-05-152-0/+61
|/
* Missing makefileMarco Pesenti Gritti2008-04-291-0/+1
|
* Use a src directory consistently with base and shell.Marco Pesenti Gritti2008-04-2978-8/+9
|
* Make the colors of xocolors publicSimon Schampijer2008-04-261-4/+4
|
* Fix bundlebuilder - pylint patch 050e9 broke some indentationMorgan Collett2008-04-251-4/+4
|
* Release 0.79.60.79.6Simon Schampijer2008-04-241-1/+1
|
* Use new style for unused variablesSimon Schampijer2008-04-244-9/+10
|
* Fix installation of bundlesSimon Schampijer2008-04-241-3/+3
|
* Call intltoolize before autoreconfMarco Pesenti Gritti2008-04-241-1/+1
|
* Release 0.79.5v0.79.5Tomeu Vizoso2008-04-221-1/+1
|
* Correctly use tempfile.mkstemp().Tomeu Vizoso2008-04-221-2/+2
|
* Release 0.79.4v0.79.4Tomeu Vizoso2008-04-221-1/+1
|
* 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
|
* Release 0.79.3v0.79.3Tomeu Vizoso2008-04-091-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.
* Release 0.79.2v0.79.2Simon Schampijer2008-04-031-1/+1
|
* #5474: Scale emblems (rwh)Tomeu Vizoso2008-04-031-0/+11
|
* Release 0.79.1v0.79.1Simon Schampijer2008-04-021-1/+1
|
* 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
|\