Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fullscreen resizing issues #1263Aleksey Lim2009-09-051-1/+5
|
* Wrong calculated positions for palettes #1268Aleksey Lim2009-09-042-6/+11
|
* Primary palette redraw glitch after secondary palette exposed #1135Aleksey Lim2009-09-041-0/+6
|
* Hide all animators while deleting palettes #1265Aleksey Lim2009-09-042-0/+3
|
* ObjectChooser displays USB media files, but fails to access file #1241Aleksey Lim2009-09-041-1/+46
|
* Add get_sugar_window_type to sugar.wm #571Tomeu Vizoso2009-09-011-0/+9
|
* Merge branch 'master' of gitorious@git.sugarlabs.org:sugar-toolkit/mainlineTomeu Vizoso2009-09-012-6/+36
|\
| * Get the correct window property instead of '_SUGAR_ACTIVITY_ID' (#1251)Benjamin Berg2009-08-301-1/+1
| |
| * Do not pop the error trap twice (pointed out by Sascha Silbe in #1123).Benjamin Berg2009-08-281-1/+1
| |
| * Add is_user_activity() to ActivityBundle #701Aleksey Lim2009-08-281-0/+3
| |
| * Trap X errors in wm.py (#1123)Benjamin Berg2009-08-281-6/+33
| |
* | Make activity windows cover the whole screen as soon as they are mapped.Tomeu Vizoso2009-09-011-0/+19
|/
* PEP8 white space and long line fixesSascha Silbe2009-08-2550-291/+574
|
* trim EOL (end-of-line) spaces on source filesSascha Silbe2009-08-2553-446/+446
|
* add sugar.util.format_sizeSascha Silbe2009-08-251-0/+12
|
* Fix typos in 0342a24e2dbAleksey Lim2009-08-251-2/+2
|
* Sugar crashing when saving a journal entry upon closing an activity #1123Aleksey Lim2009-08-251-18/+20
|
* don't hardcode Rainbow activity permissionsSascha Silbe2009-08-241-7/+0
|
* more pylintSimon Schampijer2009-08-242-1/+2
|
* pylint fixesSimon Schampijer2009-08-246-14/+12
|
* let the logger do the formattingSascha Silbe2009-08-2415-58/+58
|
* 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 telepathy log paths (alsroot) #1178Tomeu Vizoso2009-08-171-2/+2
|
* 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
|
* 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-0111-550/+1109
|\ \ | | | | | | | | | | | | 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
| | |