Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Use git ls-files instead of git-ls-files, to work with newer Git. d.sl.o #647Sayamindu Dasgupta2009-03-261-1/+1
|
* Bundlebuilder: Don't include whole directory in src tarballSimon Schampijer2009-03-241-1/+1
| | | | regression introduced by #397
* Fix spacing in debug fileSimon Schampijer2009-03-231-2/+2
|
* Fix palettes scaling when using scaling factor 72 #504Simon Schampijer2009-03-131-3/+3
|
* Use Popen.communicate() to avoid hang (Sascha Silbe) #397Tomeu Vizoso2009-03-121-2/+3
|
* Change property type to object because int cannot be None #157Tomeu Vizoso2009-03-051-1/+1
|
* Catch all exceptions while saving #224Tomeu Vizoso2009-03-031-1/+1
|
* Listen for map in Window instead of in Canvas (alsroot) #428Tomeu Vizoso2009-03-031-2/+3
|
* Restore minimal .xol support #459Tomeu Vizoso2009-03-031-3/+19
|
* Merge branch 'master' of gitorious@git.sugarlabs.org:sugar-toolkit/mainlineSimon Schampijer2009-03-021-1/+7
|\
| * Don't recursively clean an activity if it's a symbolic link #444Tomeu Vizoso2009-03-011-0/+6
| |
| * Add extension to temp icon file names #458Tomeu Vizoso2009-03-011-1/+1
| |
* | Use the same font size independent from scalingSimon Schampijer2009-03-021-1/+1
|/
* Process .py files in subdirectories './setup genplot' #391 (alsroot)Simon Schampijer2009-02-271-2/+2
|
* Improve error handling of calls to XGrabKey #431Tomeu Vizoso2009-02-261-11/+31
|
* Cleanup temp files at exit #435Tomeu Vizoso2009-02-251-0/+12
|
* Let activities provide their own implementation of get_preview() #152Tomeu Vizoso2009-02-251-2/+8
|
* Show/Hide the color palette correctly (#374)Benjamin Berg2009-02-241-1/+6
|
* Support setting None as the secondary text #384Tomeu Vizoso2009-02-241-1/+2
|
* Only display one line in the secondary text of a clipping palette #384Tomeu Vizoso2009-02-241-1/+2
|
* Switch to existing instance of an activity if it's already running #410Tomeu Vizoso2009-02-241-2/+2
|
* Reveal the palette on right click on an activity icon #409Tomeu Vizoso2009-02-231-2/+5
|
* Don't try to hide the tray if the activity has none (alsroot) #395Tomeu Vizoso2009-02-201-1/+1
|
* NamingAlert: Icon dependent on the entry type #353Simon Schampijer2009-02-162-7/+44
|
* Add activate signal to PaletteTomeu Vizoso2009-02-101-4/+15
|
*