Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Release 0.83.3v0.83.3Simon Schampijer2008-12-191-1/+1
|
* Fix palette highlighting on tray icons. Patch by benzea, style tweaks by me.Marco Pesenti Gritti2008-12-181-6/+8
|
* Merge branch 'master' of git://git.sugarlabs.org/sugar-toolkit/mainlineMarco Pesenti Gritti2008-12-186-15/+9
|\
| * Use g_timeout_add_seconds() for power efficiencyDaniel Drake2008-12-186-8/+8
| | | | | | | | | | | | | | | | | | 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)
| * Merge branch 'master' of git://git.sugarlabs.org/sugar-toolkit/mainlineTomeu Vizoso2008-12-151-36/+22
| |\
| * | Remove old cruftTomeu Vizoso2008-12-151-7/+1
| | |
* | | Rework palette state logic. Fix #42Marco Pesenti Gritti2008-12-181-9/+7
| |/ |/|
* | Update Spanish translationsPootle Translation2008-12-151-36/+22
|/
* Adding language he via PootlePootle Translation2008-12-091-0/+153
|
* Adding language bi via PootlePootle Translation2008-12-091-0/+153
|
* Adding language hu via PootlePootle Translation2008-12-091-0/+153
|
* Adding language sw via PootlePootle Translation2008-12-091-0/+152
|
* Adding language cs via PootlePootle Translation2008-12-091-0/+160
|
* Adding language sv via PootlePootle Translation2008-12-091-0/+152
|
* Adding language sk via PootlePootle Translation2008-12-091-0/+160
|
* Adding language wa via PootlePootle Translation2008-12-091-0/+153
|
* Log an error message when GetPreferredConnection failsTomeu Vizoso2008-12-091-0/+2
|
* Dont pop down the palette when a submenu opensTomeu Vizoso2008-12-071-2/+7
|
* Simplify activity bundle installationDaniel Drake2008-12-051-1/+5
| | | | | | sugar-install-bundle is broken because ActivityBundle.install() gained a required parameter. Please can we make it optional? This also fixes one of the problems with the activity updater.
* Add colors to icons in menu itemsTomeu Vizoso2008-12-051-1/+4
|
* Add accelerator support to menu itemsTomeu Vizoso2008-12-052-7/+56
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar-toolkitMarco Pesenti Gritti2008-11-291-12/+0
|\
| * Remove bundle stuffTomeu Vizoso2008-11-281-12/+0
| |
* | Emit the completed signal on shutdown completion, not on clientMarco Pesenti Gritti2008-11-291-3/+2
|/ | | | | disconnection. When shutting down with no activity running we was not hitting completion. Fix #11
* Release 0.83.2v0.83.2Simon Schampijer2008-11-211-1/+1
|
* Fixed misformed plural equationPootle Translation2008-11-171-38/+46
|
* Add view-source-related methods HandleViewSource and GetDocumentPathTomeu Vizoso2008-11-072-0/+18
|
* "Release version 0.83.1"v0.83.1Simon Schampijer2008-10-301-1/+1
|
* #8420: Fix traceback on 404 in ChunkedGlibHTTPRequestHandlerMorgan Collett2008-10-291-1/+0
| | | | | | | self._cleanup does the self._file.close() anyway if the file exists. The self._file.close() removed here is redundant, and will always fail on file not found, which is handled in send_head by returning None for self._file.
* Mark modules as STABLE/UNSTABLE/DEPRECATED.Marco Pesenti Gritti2008-10-2843-30/+181
|
* Drop broken release command. A more generic release toolsMarco Pesenti Gritti2008-10-251-104/+0
| | | | is being developed in sugar-tools now.
*