101 Commits (55609885de00509097af840427f1688bb68b136a)

Author SHA1 Message Date
Aleksey Lim 55609885de Add radiopalette.py 15 years ago
Aleksey Lim ff87ce76e5 Close palette while removing ToolbarButton 15 years ago
Aleksey Lim 82785558d4 Use padding property for top toolbar and all sub-widgets 15 years ago
Aleksey Lim e256b96366 Implement palette mode 15 years ago
Aleksey Lim f9de29f539 Delete sub-widgets clearly 15 years ago
Aleksey Lim 4c8c845e6c Add hpad prop for Toolbar; add expand_bg for ToolbarButton 15 years ago
Aleksey Lim 71e6228ceb Initial implementation of toolbars mockup 15 years ago
Tomeu Vizoso 3dad7c6fff Make Window.canvas a property 15 years ago
Tomeu Vizoso afce505143 Rename activate signal in cell renderers to 'clicked' 15 years ago
Tomeu Vizoso 434b1e5899 Handle cell activation by button-release 15 years ago
Tomeu Vizoso 985edb0e4d Reduce motion are for treeview palettes to the bin window 15 years ago
Tomeu Vizoso ecea76479b Remove transformation into png in CellRendererIcon 15 years ago
Tomeu Vizoso 86fae16aed icon-name is a str 15 years ago
Benjamin Berg 4bb221349c Emit a row_changed signal to redraw the CellRendererIcon on prelight.
This fixes a problem where the wrong part of the treeview was redrawn.
15 years ago
Tomeu Vizoso 13afd91bad Implement prelighting of cell renderer icons 15 years ago
Tomeu Vizoso 32109b8764 Redraw cell renderers on hovering changed 15 years ago
Tomeu Vizoso 94e12f52f2 Silence warning and reduce debug logging a bit 15 years ago
Tomeu Vizoso 07c2b025f1 Add CellRendererInvoker 15 years ago
Tomeu Vizoso a634ecfe14 Add activate signal to CellRendererIcon 15 years ago
Tomeu Vizoso 765de62ab8 Add CellRendererIcon 15 years ago
Tomeu Vizoso fbad85cde9 Limit length of labels in palettes to 60 chars by default #610 15 years ago
Simon Schampijer d5c5e376d2 Fix palettes scaling when using scaling factor 72 #504 16 years ago
Tomeu Vizoso 9bd24794c0 Change property type to object because int cannot be None #157 16 years ago
Simon Schampijer 2b2c2ef308 Use the same font size independent from scaling 16 years ago
Benjamin Berg 607c2a9610 Show/Hide the color palette correctly (#374) 16 years ago
Tomeu Vizoso a4e9c9c78e Support setting None as the secondary text #384 16 years ago
Tomeu Vizoso 77433af5ff Only display one line in the secondary text of a clipping palette #384 16 years ago
Tomeu Vizoso 30e67cc226 Reveal the palette on right click on an activity icon #409 16 years ago
Tomeu Vizoso ede6db947e Don't try to hide the tray if the activity has none (alsroot) #395 16 years ago
Simon Schampijer 780efa55b0 NamingAlert: Icon dependent on the entry type #353 16 years ago
Tomeu Vizoso 997c384405 Add activate signal to Palette 16 years ago
Benjamin Berg b39ed70b11 Added an option to set the background color of CanvasIcon. Then a RGB cache can be used. 16 years ago
Tomeu Vizoso 6084eb9fea Start adapting to Python 4.0 16 years ago
Tomeu Vizoso e8c36247a5 Palette positioning fixes #298
Don't try to align the palette to the edges if the invoker is AT_CURSOR,
and always try to move the palette completely into the screen if at all
possible.
16 years ago
Simon Schampijer 817a981288 Enhanced the 'Name this entry dialog'
- created the canvastextview in sugar/graphics
16 years ago
Simon Schampijer 5250117b81 Fix color button pylint 16 years ago
Benjamin Berg b669d70758 Add a colorpicker to Sugar. Only the ColorToolButton is public for now. 16 years ago
Benjamin Berg a496b1dbf3 Merge branch 'master' of git://git.sugarlabs.org/sugar-toolkit/mainline 16 years ago
Benjamin Berg 3cde35ef31 Move the palette to new style gobject properties. 16 years ago
Tomeu Vizoso bbd8c14cf1 pylint nitpick 16 years ago
Tomeu Vizoso e56b381bd3 Add the file_name property to MenuItem and reduce a bit the size of its icons 16 years ago
Tomeu Vizoso 9a3cbbfe33 Rename parameter to what_filter 16 years ago
Tomeu Vizoso 9b61b1ff7b #3060 Add the possibility of filtering the object chooser by data type 16 years ago
Tomeu Vizoso 53533be524 Set property types as object so strings are not copied 16 years ago
Marco Pesenti Gritti 4b38ff298b Fix palette highlighting on tray icons. Patch by benzea, style tweaks by me. 16 years ago
Marco Pesenti Gritti 347cc9413b Merge branch 'master' of git://git.sugarlabs.org/sugar-toolkit/mainline 16 years ago
Marco Pesenti Gritti 5b57e1a6cd Rework palette state logic. Fix #42 16 years ago
Daniel Drake 2937a09ead Use g_timeout_add_seconds() for power efficiency
This attempts to align second-granularity wakeups across the system,
reducing CPU wakeups a little.

I considered all timeouts of duration 1 second or greater, and moved
the non-timing-critical ones to g_timeout_add_seconds(). (Actually,
I didn't find any that I felt were timing-critical)
16 years ago
Tomeu Vizoso 054aaf8590 Dont pop down the palette when a submenu opens 16 years ago
Tomeu Vizoso e0c2017c50 Add colors to icons in menu items 16 years ago