Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Release 0.84.17v0.84.17sucrose-0.84Simon Schampijer2011-02-101-1/+1
|
* pylint: sugar.wm._property_change_trapped: allow overriding built-in methodSascha Silbe2011-02-101-0/+1
| | | | | | | | | "format" is the name of a parameter of the function we are wrapping, so we shouldn't change it. Reviewed-by: James Cameron <quozl@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> CC: Aleksey Lim <alsroot@member.fsf.org>
* pylint cleanup: pass format parameters to log functions instead of using %Sascha Silbe2011-02-101-2/+2
| | | | | | | | This avoids the overhead from the string formatting on production systems. Reviewed-by: James Cameron <quozl@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> CC: Aleksey Lim <alsroot@member.fsf.org>
* Get the correct window property instead of '_SUGAR_ACTIVITY_ID' (#1251)Benjamin Berg2011-02-101-1/+1
|
* Do not pop the error trap twice (pointed out by Sascha Silbe in #1123).Benjamin Berg2011-02-101-1/+1
|
* Trap X errors in wm.py (#1123)Benjamin Berg2011-02-101-6/+33
|
*