Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Start adapting to Python 4.0Tomeu Vizoso2009-02-041-1/+1
|
* Palette positioning fixes #298Tomeu Vizoso2009-02-031-2/+12
| | | | | | Don't try to align the palette to the edges if the invoker is AT_CURSOR, and always try to move the palette completely into the screen if at all possible.
* '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-185-58/+359
| | | | - created the canvastextview in sugar/graphics
* Fix color button pylintSimon Schampijer2009-01-161-3/+5
|
* Fix the keep button in the title activityTomeu Vizoso2009-01-161-1/+1
|
* separate debug settings from xsession #163Simon Schampijer2009-01-161-0/+21
|
* 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
|
* Add a colorpicker to Sugar. Only the ColorToolButton is public for now.Benjamin Berg2009-01-132-0/+525
|
* Merge branch 'master' of git://git.sugarlabs.org/sugar-toolkit/mainlineBenjamin Berg2009-01-122-5/+21
|\
| * pylint nitpickTomeu Vizoso2009-01-121-1/+2
| |
| * Add the file_name property to MenuItem and reduce a bit the size of its iconsTomeu Vizoso2009-01-121-3/+10
| |
| * Rename parameter to what_filterTomeu Vizoso2009-01-061-6/+6
| |
| * #3060 Add the possibility of filtering the object chooser by data typeTomeu Vizoso2009-01-061-2/+10
| |
* | Move the palette to new style gobject properties.Benjamin Berg2009-01-121-50/+44
|/
* Fix uninstallling of activities that use symlinks #171Simon Schampijer2009-01-051-1/+5
|
* Set the uid property after a new object is createdTomeu Vizoso2009-01-041-0/+1
|
* Set property types as object so strings are not copiedTomeu Vizoso2009-01-041-3/+3
|
* Support nested requests for the same temp file pathTomeu Vizoso2009-01-041-5/+17
|
* Fix typoTomeu Vizoso2009-01-031-1/+1
|
* Use util.TempFilePath for icons extracted from zipped bundlesTomeu Vizoso2009-01-031-1/+2
|
* Add util.TempFilePath to track the creation and release of temporal filesTomeu Vizoso2009-01-031-0/+18
|
*