Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/graphics/palette.py
Commit message (Expand)AuthorAgeFilesLines
* pylint cleanup: remove unused importsSascha Silbe2010-11-231-2/+0
* Add 'cache-palette' property to Invoker #1742Tomeu Vizoso2010-10-141-0/+1
* Remove unneeded debug logs #1861Simon Schampijer2010-07-071-3/+0
* After using CP, the XO home palette is incorrectly scrolled (blank lines + mi...Aleksey Lim2009-09-181-0/+1
* Only try to pop down the submenus if we still have a _Menu #1338Tomeu Vizoso2009-09-131-3/+4
* Hide only submenus #1301Aleksey Lim2009-09-101-1/+8
* Popdown menu on palette popdown #1301Aleksey Lim2009-09-101-1/+2
* Stop all animators on poup/popdown invoking #1310Aleksey Lim2009-09-091-4/+10
* Wrong calculated positions for palettes #1268Aleksey Lim2009-09-041-0/+4
* Hide all animators while deleting palettes #1265Aleksey Lim2009-09-041-0/+2
* PEP8 white space and long line fixesSascha Silbe2009-08-251-7/+13
* trim EOL (end-of-line) spaces on source filesSascha Silbe2009-08-251-5/+5
* more pylintSimon Schampijer2009-08-241-1/+0
* let the logger do the formattingSascha Silbe2009-08-241-1/+1
* Remove a couple of debug printsTomeu Vizoso2009-08-201-1/+0
* Split PaletteWindow in its own moduleTomeu Vizoso2009-08-011-930/+13
* Remove redundant state argument from PaletteWindow.popupAleksey Lim2009-08-011-2/+2
* Fix mess with gtk.Widget.set_state and Palette.set_stateAleksey Lim2009-08-011-14/+24
* Support palettes for sub-toolbar widgetsAleksey Lim2009-08-011-6/+18
* Refactor Palette class (tomeu)Aleksey Lim2009-08-011-264/+308
* Rename activate signal in cell renderers to 'clicked'Tomeu Vizoso2009-06-301-1/+1
* Handle cell activation by button-releaseTomeu Vizoso2009-06-271-0/+7
* Reduce motion are for treeview palettes to the bin windowTomeu Vizoso2009-06-271-0/+2
* Emit a row_changed signal to redraw the CellRendererIcon on prelight.Benjamin Berg2009-06-141-6/+3
* Redraw cell renderers on hovering changedTomeu Vizoso2009-06-131-0/+14
* Silence warning and reduce debug logging a bitTomeu Vizoso2009-06-131-4/+3
* Add CellRendererInvokerTomeu Vizoso2009-06-131-0/+108
* Limit length of labels in palettes to 60 chars by default #610Tomeu Vizoso2009-04-061-1/+1
* Fix palettes scaling when using scaling factor 72 #504Simon Schampijer2009-03-131-3/+3
* Support setting None as the secondary text #384Tomeu Vizoso2009-02-241-1/+2
* Only display one line in the secondary text of a clipping palette #384Tomeu Vizoso2009-02-241-1/+2
* Add activate signal to PaletteTomeu Vizoso2009-02-101-4/+15
* Start adapting to Python 4.0Tomeu Vizoso2009-02-041-1/+1
* Palette positioning fixes #298Tomeu Vizoso2009-02-031-2/+12
* Move the palette to new style gobject properties.Benjamin Berg2009-01-121-50/+44
* Fix palette highlighting on tray icons. Patch by benzea, style tweaks by me.Marco Pesenti Gritti2008-12-181-6/+8
* Rework palette state logic. Fix #42Marco Pesenti Gritti2008-12-181-9/+7
* Dont pop down the palette when a submenu opensTomeu Vizoso2008-12-071-2/+7
* Add accelerator support to menu itemsTomeu Vizoso2008-12-051-0/+4
* Mark modules as STABLE/UNSTABLE/DEPRECATED.Marco Pesenti Gritti2008-10-281-0/+4
* Make sure the mouse motion is stopped before starting it.Marco Pesenti Gritti2008-10-181-2/+2
* Trac #8563: sugar palette doesn't handle 'table menus'.C. Scott Ananian2008-09-191-0/+7
* Break the reference cycle between menu and palette. #8469Marco Pesenti Gritti2008-09-131-0/+4
* #8394 Destroy the palette when the invoker is dettachedTomeu Vizoso2008-09-101-1/+4
* More cleanups to make pylint happy.Marco Pesenti Gritti2008-09-071-10/+21
* Get rid of the custom _hide/_show and just use the widgetMarco Pesenti Gritti2008-09-071-57/+26
* Make Palette handle changes of the invoker widget. Fix #7881Marco Pesenti Gritti2008-08-141-14/+23
* More pylint fixesMarco Pesenti Gritti2008-08-101-1/+2
* Put palettes into the "default" palettegroup by default again. (fix #4084)Benjamin Berg2008-08-011-0/+2
* initialize right_click_invoker_hid in paletteSimon Schampijer2008-06-051-0/+1