Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
Commit message (Collapse)AuthorAgeFilesLines
...
* Do not redraw/resize if the properties doesn't actually change.Marco Pesenti Gritti2007-09-102-22/+53
| | | | In the Icon widget queue resize and redraw as appropriate.
* Optimize xo_color property set and share more code.Marco Pesenti Gritti2007-09-101-12/+11
|
* Move entity type checks at loader level so that theyMarco Pesenti Gritti2007-09-101-6/+6
| | | | are shared by all both icon implementations.
* Fixed some issues with text objects in the clipboard.Tomeu Vizoso2007-09-092-2/+3
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarDan Williams2007-09-094-98/+110
|\
| * Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-09-083-1/+6
| |\
| | * Generate context comments in .po files.Tomeu Vizoso2007-09-081-1/+1
| | |
| | * Don't try to resume a DSObject if no activity can open it.Tomeu Vizoso2007-09-081-0/+2
| | |
| * | Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-09-083-7/+16
| |\ \
| * | | Improved icon caching logicMarco Pesenti Gritti2007-09-082-97/+107
| | | |
* | | | Add a flag to place the menu after the content in palettesDan Williams2007-09-091-8/+17
| |_|/ |/| |
* | | #2909: Make python activities more tolerant to missing metadata properties.Tomeu Vizoso2007-09-081-0/+3
| |/ |/|
* | Support moving of files to datastore when using write_file()Dan Williams2007-09-083-7/+16
|/ | | | | | | | | Using the transfer_ownership argument, activities using the default activity datastore integration methods (namely write_file) will now tell the datastore that it can move the files by default. This reduces the copies required, which is slow on flash. For activities not using the standard APIs (Record, etc), the datastore bindings allow the activity to specify when ownership should transfer.
* Add support for content bundlesDan Winship2007-09-078-8/+360
|
* Expose the separator in the edit toolbar so it can be hidden by activities.Tomeu Vizoso2007-09-071-4/+4
|
* Remove left over property.Tomeu Vizoso2007-09-061-3/+1
|
* Gray bottom border for Toolbox.Marco Pesenti Gritti2007-09-051-4/+11
|
* Implement TrayIcon palette drawing.Marco Pesenti Gritti2007-09-051-7/+31
|
*