Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* EOL fixeseolfixSascha Silbe2009-08-1754-445/+445
|
* Align widgets to the leftSimon Schampijer2009-08-171-7/+8
|
* Fix typoSimon Schampijer2009-08-171-1/+1
|
* Add ActivityButton for simple activitiesSimon Schampijer2009-08-171-8/+26
| | | | Contains only a palette showing the title
* fix typo (two underscores for toolbar_box)Simon Schampijer2009-08-121-12/+13
|
* Make the share button insensitive when max_participants is set to 1Simon Schampijer2009-08-121-1/+3
|
* Set labels for toolbuttonsAleksey Lim2009-08-072-0/+2
|
* Set STATE_INSENSITIVE for toolbarbox pagesAleksey Lim2009-08-072-3/+2
|
* Release 0.85.3Tomeu Vizoso2009-08-011-1/+1
|
* Add new file to POTFILES.inTomeu Vizoso2009-08-011-0/+1
|
* Remove list of Rainbow exemptionsTomeu Vizoso2009-08-011-9/+1
|
* style fixesTomeu Vizoso2009-08-011-33/+43
|
* Merge branch 'master' of git://dev.laptop.org/users/mstone/sugar-toolkitTomeu Vizoso2009-08-011-38/+44
|\
| * Get activities launching with rainbow-0.8.x.Michael Stone2009-02-271-38/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Future extensions: a) we are now able to reliably detect when an activity's main process has exited. We should take advantage of this to give better feedback on activity crashes; e.g. by turning the frame's activity-icon into an error icon and by inserting the activity's log into the datastore so that it appears in the Journal. b) in the future, I'd like rainbow to provide more narrow interfaces for manipulating jails; e.g. for garbage-collecting them, nuking their contents, or for reusing them. Please consider this an invitation to show me which interfaces would work best for Sugar. P.S. - Thanks to Sascha Silbe for testing and for improvements to this patch.
* | Split PaletteWindow in its own moduleTomeu Vizoso2009-08-013-930/+975
| |
* | Merge branch 'master' of git://git.sugarlabs.org/sugar-toolkit/toolbarsTomeu Vizoso2009-08-0115-550/+1236
|\ \ | | | | | | | | | | | | Conflicts: src/sugar/graphics/window.py
| * | 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-014-29/+27
| | |
| * | 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-012-23/+30
| | |
| * | 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-312-28/+29
| | |
| * | 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-316-98/+119
| | |
| * | Fix Makefile.amAleksey Lim2009-07-311-9/+10
| | |
| * | 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-302-18/+19
| | |
| * | Rename ToolbarBox.top to ToolbarBox.barAleksey Lim2009-07-302-18/+18
| | |
| * | Fix Makefile.amAleksey Lim2009-07-301-1/+1
| | |
| * | Rename toolbar.py to toolbarbox.pyAleksey Lim2009-07-304-4/+8
| | |
| * | Move activity related widgets to sugar.activity.widgetsAleksey Lim2009-07-302-333/+309
| | |
| * | Do not use jarabe moduleAleksey Lim2009-07-301-17/+3
| | |
| * | Fix review issuesAleksey Lim2009-07-305-176/+251
| | |
| * | Minor tweaksAleksey Lim2009-07-301-6/+4
| | |
| * | Suppress sub-palettes in radiopaletteAleksey Lim2009-07-293-14/+16
| | |
| * | Fix Makefile.am fileAleksey Lim2009-07-291-1/+1
| | |
| * | Fix review issuesAleksey Lim2009-07-295-110/+116
| | |
| * | Remove redundant ctor argument from activity.ActivityToolbar()Aleksey Lim2009-07-291-6/+6
| | |
| * | Add Vasya Pupkin to copyright holdersAleksey Lim2009-07-293-1/+4
| | |
| * | Remove redundant current-toolbar-changed signal from toolbar.ToolbarAleksey Lim2009-07-291-7/+0
| | |
| * | Replace share combo with new share buttonAleksey Lim2009-07-291-46/+2
| | |
| * | Use activity icon for activity.toolbar buttonAleksey Lim2009-07-281-5/+16
| | |