Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/graphics/alert.py
Commit message (Collapse)AuthorAgeFilesLines
* Use g_timeout_add_seconds() for power efficiencyDaniel Drake2008-12-181-1/+1
| | | | | | | | | This attempts to align second-granularity wakeups across the system, reducing CPU wakeups a little. I considered all timeouts of duration 1 second or greater, and moved the non-timing-critical ones to g_timeout_add_seconds(). (Actually, I didn't find any that I felt were timing-critical)
* Mark modules as STABLE/UNSTABLE/DEPRECATED.Marco Pesenti Gritti2008-10-281-0/+1
|
* Line too long fixes.Marco Pesenti Gritti2008-09-221-17/+22
|
* API docstrings from pydocwebDavid Farning2008-09-211-3/+57
|
* API docstrings from pydocwebDavid Farning2008-09-211-2/+69
|
* add parameters to docsDavid Farning2008-09-161-9/+60
|
* Remove the set_size_request for the alert messageSimon Schampijer2008-08-251-3/+0
| | | | This gave problems on the xo - part of #7841
* Wrap message in alert needed for 7841Simon Schampijer2008-08-141-1/+5
|
* Change the GETTEXT_PACKAGE domain to sugar-toolkitSayamindu Dasgupta2008-06-231-1/+1
|
* Use a src directory consistently with base and shell.Marco Pesenti Gritti2008-04-291-0/+257