Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics/palette.py
Commit message (Collapse)AuthorAgeFilesLines
* Use a src directory consistently with base and shell.Marco Pesenti Gritti2008-04-291-1000/+0
|
* Use new style for unused variablesSimon Schampijer2008-04-241-2/+3
|
* Work around circular dep between Icon and Palette. I don'tMarco Pesenti Gritti2008-04-201-2/+2
| | | | | like it though, we should get rid of the dep. Fix palette bug which I introduced with the pylint changes.
* pylint palette, some problems leftMarco Pesenti Gritti2008-04-191-38/+38
|
* 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.
* Make room for the accelerator labels.Tomeu Vizoso2008-04-021-2/+2
|
* 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-011-10/+21
|
* Emit palette popup only after the window is mapped. This fixes ticket #3486.Benjamin Berg2008-02-251-6/+8
|
*