Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/activity
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of gitorious@git.sugarlabs.org:sugar-toolkit/mainlineSimon Schampijer2009-03-302-5/+10
|\
| * Only call read_file once on activity startup #428Tomeu Vizoso2009-03-271-2/+8
| |
| * Revert "Listen for map in Window instead of in Canvas (alsroot) #428"Tomeu Vizoso2009-03-271-3/+2
| | | | | | | | This reverts commit eaf7afcd9104a2e7280ab6d3d45ec45ebd313cad.
| * Use git ls-files instead of git-ls-files, to work with newer Git. d.sl.o #647Sayamindu Dasgupta2009-03-261-1/+1
| |
* | Bundlebuilder list_files: Better error handling #635Simon Schampijer2009-03-301-0/+2
|/ | | | Don't fail on trailing slash of the directory name
* Bundlebuilder: Don't include whole directory in src tarballSimon Schampijer2009-03-241-1/+1
| | | | regression introduced by #397
* Use Popen.communicate() to avoid hang (Sascha Silbe) #397Tomeu Vizoso2009-03-121-2/+3
|
* 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
|
* Process .py files in subdirectories './setup genplot' #391 (alsroot)Simon Schampijer2009-02-271-2/+2
|
* Let activities provide their own implementation of get_preview() #152Tomeu Vizoso2009-02-251-2/+8
|
* Switch to existing instance of an activity if it's already running #410Tomeu Vizoso2009-02-241-2/+2
|
* NamingAlert: Icon dependent on the entry type #353Simon Schampijer2009-02-161-7/+34
|
* Set the locale path for sugar-toolkit #55Tomeu Vizoso2009-02-051-0/+2
|
* Don't push to the DS a file path pointing to nowhere #258Tomeu Vizoso2009-02-051-4/+6
|
* 'Resume' activity window when NamingAlert is displayed #293Simon Schampijer2009-02-021-0/+1
|
* Naming alert prevents activity close on keep error #224Simon Schampijer2009-01-281-0/+1
| | | | | When the Naming alert is shown and a keep error occurs, the activity can not be closed.
* enhancements to the naming alertSimon Schampijer2009-01-191-3/+10
| | | | | - focus the title entry - add accelerator for the 'Keep' button which is enter/return
* Enhanced the 'Name this entry dialog'Simon Schampijer2009-01-183-58/+319
| | | | - created the canvastextview in sugar/graphics
* Fix the keep button in the title activityTomeu Vizoso2009-01-161-1/+1
|
* Make the title alert look a bit nicerTomeu Vizoso2009-01-131-4/+13
|
* Show an alert on activity close for suggesting the user to set a titleTomeu Vizoso2009-01-131-5/+54
|
*