Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix obvious error in the grid math #8626Marco Pesenti Gritti2008-09-241-3/+3
|
* 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).
* Allow setting empty jabber server (2)Simon Schampijer2008-09-181-1/+1
| | | | fix #8354 completely
* Trac #8532: remove SIGCHLD handler, which interacts poorly with threads.C. Scott Ananian2008-09-181-12/+30
| | | | | | Threads and signals don't get along too well together. Instead, use gobject's spawn_async functionality which already has the necessary zombie- reaping integrated into the gobject event loop.
* #8485 Detach from palette when a widget is destroyedTomeu Vizoso2008-09-184-0/+24
|
* No need to test alsa open at object creationg, sinceMarco Pesenti Gritti2008-09-141-10/+0
| | | | we don't have a fallback.
* Fix weird handling of error condition when opening alsa.Marco Pesenti Gritti2008-09-131-3/+1
|
* Alsa based volume control API, stealed from gnome-settings-daemon. #8375Marco Pesenti Gritti2008-09-137-0/+640
|
*