Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/activity/activity.py
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup screenshot acquisition behavior in activity.py, so that we acquireErik Garrison2008-09-201-13/+24
| | | | | | | | | | screenshots on user-initiated activity save and close. Check before saving that the window is not fully obscured, as it might be if the user initiates the close from the frame--- this would produce incorrect screenshots. The check for visibility is done by attaching a handler to the Activity class which handles visibility-notify-events from X. In the sugar repository equivalent changes remove automated screenshot acquisition from window manager navigation events (e.g. tabbing).
* Ensure that the widget is fully onscreen before taking a screenshot.Marco Pesenti Gritti2008-08-311-2/+2
| | | | | Otherwise X emits a BadMatch and gtk kills the process (!). Fix #8220
* Widen activity tile entry (#7680)Eben Eliason2008-08-151-1/+1
|
* Handle multiple Activity per process correctly.Marco Pesenti Gritti2008-08-061-10/+70
| | | | Fix #7754
* Zoom in activity when save error occurs #5136v0.81.7Simon Schampijer2008-07-211-0/+2
|
* Shutdown/Rebbot syncs activities data #6014 (marco)Simon Schampijer2008-07-211-28/+51
|
* #7054 Set activity initiator's colors in the journal entryTomeu Vizoso2008-07-031-27/+24
|
* Color the keep icon (#3939)Eben Eliason2008-06-251-1/+5
|
* Change the GETTEXT_PACKAGE domain to sugar-toolkitSayamindu Dasgupta2008-06-231-1/+1
|
* Remove a leftover debug print and fix a typo.Marco Pesenti Gritti2008-06-101-1/+0
|
* First go at session management. Not asking review sinceMarco Pesenti Gritti2008-06-061-0/+13
| | | | | it's a bunch of ugly C code imported from gnome-session. Will clean it up a bit but I don't plan to make it too shiny :)
* Use a src directory consistently with base and shell.Marco Pesenti Gritti2008-04-291-0/+945