Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics/combobox.py
Commit message (Expand)AuthorAgeFilesLines
* Use a src directory consistently with base and shell.Marco Pesenti Gritti2008-04-291-112/+0
* pylint combobox, iconentry and radiotoolbuttonMarco Pesenti Gritti2008-04-181-12/+10
* Split sugar-toolkit out of sugar shell.Marco Pesenti Gritti2008-02-061-0/+114
* Cleanup the source structureMarco Pesenti Gritti2007-10-161-114/+0
* Fix comboboxesTomeu Vizoso2007-08-271-1/+1
* Adapt to changes in the icon API.Tomeu Vizoso2007-08-261-7/+8
* Get rid of some of the obsolete units usage.Marco Pesenti Gritti2007-07-311-3/+5
* Don't pass the weight instead of the flags.Tomeu Vizoso2007-07-231-1/+1
* Make combobox icons bigger when there is no textMarco Pesenti Gritti2007-07-231-4/+9
* Return None when no element is active and use theme: for marking icons from t...Tomeu Vizoso2007-07-031-7/+22
* ComboBox: allow for values other than int and for using absolute paths in ico...Tomeu Vizoso2007-06-251-6/+16
* Change from GPL to LGPL.Tomeu Vizoso2007-06-131-10/+11
* Set icon size on the combobox.Tomeu Vizoso2007-05-221-0/+3
* Don't set_active(0) on realize, as it would trigger 'changed'.Tomeu2007-05-161-5/+0
* Use the new DataStore and remove the old one.Tomeu Vizoso2007-05-101-2/+0
* Initial support for icon-only combo boxes.Tomeu Vizoso2007-05-051-8/+16
* Add ComboBox control.Tomeu Vizoso2007-04-291-0/+76