Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/activity
Commit message (Collapse)AuthorAgeFilesLines
* bundlebuilder: install mimetypes.xml and associated icon #10427Simon Schampijer2010-11-251-0/+2
| | | | Reviewed-By: Sascha Silbe <sascha-pgp@silbe.org>
* Add new activity numbering scheme #10379Simon Schampijer2010-11-121-3/+3
| | | | | | | | toolkit: Add class NormalizedVersion to parse and compare the new activity versions, change the bundlebuilder and activitybundle to use the new scheme. backported changes from SL #2425
* Save title when closing #1948Simon Schampijer2010-09-011-1/+8
|
* sl#1948: Race condition with name widget in the activity toolbarBernie Innocenti2010-04-221-11/+6
| | | | | | | The fix consists in hooking to the focus-out-event to trigger a save to the datastore. Previously, we were using the change event along with a timeout of one second, which was likely to trigger while the user was still updating the edit widget.
* Removes the use of O_SYNC on logs #1656James Cameron2010-03-221-2/+1
| | | | | With O_SYNC on open of log files, on systems with slow filesystem random write performance, there is random activity startup time.
* Do not fail while closing object less activities #1714Aleksey Lim2010-03-221-1/+2
|
* Apply activity font settings earlier (#1607)Daniel Drake2009-12-242-3/+7
| | | | | Fixes some minor changes in toolbar appearance that my previous work unintentionally introduced.
* Apply font configuration from GConf (#1584)Daniel Drake2009-12-011-0/+3
| | | | | Sugar font settings are now stored in GConf. This patch applies them to all users of sugar.style and all standard activities.
* Save activity_id if its not yet in the DS #1276Tomeu Vizoso2009-12-011-0/+3
|
*