Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/graphics
Commit message (Expand)AuthorAgeFilesLines
...
* PEP8 white space and long line fixesSascha Silbe2009-08-2527-102/+210
* trim EOL (end-of-line) spaces on source filesSascha Silbe2009-08-2519-90/+90
* more pylintSimon Schampijer2009-08-242-1/+2
* pylint fixesSimon Schampijer2009-08-244-11/+8
* let the logger do the formattingSascha Silbe2009-08-245-7/+7
* Remove a couple of debug printsTomeu Vizoso2009-08-202-6/+1
* Mention TempFilePath in the commentTomeu Vizoso2009-08-171-2/+3
* Do not fail while displaying activity icon for bundles in Journal #1175Aleksey Lim2009-08-171-0/+12
* fix typo (two underscores for toolbar_box)Simon Schampijer2009-08-121-12/+13
* Set labels for toolbuttonsAleksey Lim2009-08-071-0/+1
* Set STATE_INSENSITIVE for toolbarbox pagesAleksey Lim2009-08-071-1/+1
* Split PaletteWindow in its own moduleTomeu Vizoso2009-08-013-930/+975
* Merge branch 'master' of git://git.sugarlabs.org/sugar-toolkit/toolbarsTomeu Vizoso2009-08-017-317/+785
|\
| * Remove old design remainsAleksey Lim2009-08-011-5/+4
| * Remove redundant state argument from PaletteWindow.popupAleksey Lim2009-08-012-4/+5
| * Fix merger artefactsAleksey Lim2009-08-011-8/+8
| * Fix pylint/pep8 warningsAleksey Lim2009-08-013-16/+15
| * Fix mess with gtk.Widget.set_state and Palette.set_stateAleksey Lim2009-08-012-16/+26
| * Support palettes for sub-toolbar widgetsAleksey Lim2009-08-012-7/+55
| * Set background color for activity.widgets.TitleEntryAleksey Lim2009-08-011-4/+10
| * Do not paint arrow in radiopaletteAleksey Lim2009-08-011-18/+0
| * Popdown RadioMenuButton's paletteAleksey Lim2009-08-011-7/+3
| * Refactor Palette class (tomeu)Aleksey Lim2009-08-012-466/+357
| * Fix review issuesAleksey Lim2009-07-311-5/+7
| * Fix review issuesAleksey Lim2009-07-311-19/+20
| * Remove old design remainsAleksey Lim2009-07-311-67/+46
| * Do not change arrow while opening palette in ToolbarBoxAleksey Lim2009-07-311-4/+1
| * Fix review issuesAleksey Lim2009-07-313-44/+80
| * Do not use do_clicked in RadioMenuButtonAleksey Lim2009-07-301-3/+6
| * Remove redundant ToolbarBox propsAleksey Lim2009-07-301-10/+0
| * Rename ToolbarBox.bar to ToolbarBox.toolbarAleksey Lim2009-07-301-12/+13
| * Rename ToolbarBox.top to ToolbarBox.barAleksey Lim2009-07-301-12/+12
| * Fix Makefile.amAleksey Lim2009-07-301-1/+1
| * Rename toolbar.py to toolbarbox.pyAleksey Lim2009-07-301-1/+1
| * Fix review issuesAleksey Lim2009-07-303-34/+34
| * Suppress sub-palettes in radiopaletteAleksey Lim2009-07-291-2/+6
| * Fix Makefile.am fileAleksey Lim2009-07-291-1/+1
| * Fix review issuesAleksey Lim2009-07-293-69/+50
| * Add Vasya Pupkin to copyright holdersAleksey Lim2009-07-292-0/+4
| * Remove redundant current-toolbar-changed signal from toolbar.ToolbarAleksey Lim2009-07-291-7/+0
| * Add toolbar.py and radiopalette.py to Makefile.amAleksey Lim2009-07-131-1/+3
| * Do not fail in <0.86 environmentAleksey Lim2009-07-133-9/+12
| * Provide fast access to all sub-widgets in ToolbarAleksey Lim2009-07-131-29/+38
| * Do not hide sub-widget when sub-palette was openedAleksey Lim2009-07-131-8/+29
| * Do not add extra vertical padding to sub-widgetsAleksey Lim2009-07-131-1/+1
| * Support new toolbars widgets in activity.pyAleksey Lim2009-07-131-0/+2
| * Add radiopalette.pyAleksey Lim2009-07-132-4/+130
| * Close palette while removing ToolbarButtonAleksey Lim2009-07-121-0/+2
| * Use padding property for top toolbar and all sub-widgetsAleksey Lim2009-07-121-36/+39
| * Implement palette modeAleksey Lim2009-07-121-50/+239