Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/wm.py
Commit message (Collapse)AuthorAgeFilesLines
* pylint: sugar.wm._property_change_trapped: allow overriding built-in methodSascha Silbe2010-11-231-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 Silbe2010-11-231-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>
* PEP8 cleanup: fix number of blank linesSascha Silbe2010-11-231-1/+2
| | | | | | | | Caught by pep8. Reviewed-by: James Cameron <quozl@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> CC: Aleksey Lim <alsroot@member.fsf.org>
* fix EOL spacesSascha Silbe2010-11-231-1/+1
| | | | | | Reviewed-by: James Cameron <quozl@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> CC: Aleksey Lim <alsroot@member.fsf.org>
* Add get_sugar_window_type to sugar.wm #571Tomeu Vizoso2009-09-011-0/+9
|
* Get the correct window property instead of '_SUGAR_ACTIVITY_ID' (#1251)Benjamin Berg2009-08-301-1/+1
|
* Do not pop the error trap twice (pointed out by Sascha Silbe in #1123).Benjamin Berg2009-08-281-1/+1
|
* Trap X errors in wm.py (#1123)Benjamin Berg2009-08-281-6/+33
|
* PEP8 white space and long line fixesSascha Silbe2009-08-251-0/+4
|
* trim EOL (end-of-line) spaces on source filesSascha Silbe2009-08-251-1/+1
|
* Mark modules as STABLE/UNSTABLE/DEPRECATED.Marco Pesenti Gritti2008-10-281-0/+4
|
* Use a src directory consistently with base and shell.Marco Pesenti Gritti2008-04-291-0/+42