Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/frame/clipboardtray.py
Commit message (Collapse)AuthorAgeFilesLines
* PEP8 cleanup: ensure lines are shorter than 80 charactersSascha Silbe2010-11-241-6/+7
| | | | | | | | This is important for Sugar because the XO has a small screen where long lines would make the code hard to understand (because you need to constantly scroll horizontally). Reviewed-by: James Cameron <quozl@laptop.org> CC: Aleksey Lim <alsroot@member.fsf.org>
* PEP8 cleanup: fix spaces around operators and parenthesesSascha Silbe2010-11-241-1/+1
| | | | | | Reviewed-by: James Cameron <quozl@laptop.org> Reviewed-by: Simon Schampijer <simon@laptop.org> CC: Aleksey Lim <alsroot@member.fsf.org>
* pep8 cleanup: fix number of blank linesSascha Silbe2010-11-241-1/+2
| | | | | | Reviewed-by: James Cameron <quozl@laptop.org> Reviewed-by: Simon Schampijer <simon@laptop.org> CC: Aleksey Lim <alsroot@member.fsf.org>
* trim EOL (end-of-line) spaces on source filesSascha Silbe2009-08-251-12/+12
|
* let the logger do the formattingSascha Silbe2009-08-241-7/+7
|
* Bunch of pylint fixesTomeu Vizoso2009-08-191-2/+2
|
* Prevent duplicate clippings on drag within clipboard (#8606)Eben Eliason2008-10-181-2/+21
|
* Highlight clipboard on drag (#8604)Eben Eliason2008-10-181-0/+4
|
* Make the clipboard model internal to the frame.Marco Pesenti Gritti2008-10-051-1/+1
|
* Move view.clipboard* into frame.Marco Pesenti Gritti2008-09-301-1/+1
|
* Move frame to his own module.Marco Pesenti Gritti2008-09-301-0/+193