Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Do not break if the string contains no conversion specifier #10372Simon Schampijer2010-10-061-4/+11
| | | | Upstream ticket SL #2354
* Save title when closing #1948Simon Schampijer2010-09-011-1/+8
|
* fix failure to start Read on newly installed system, dev.laptop.org #10218Simon Schampijer2010-08-091-3/+5
| | | | | | | | | | | | | | | | | | | Read from USB stick using object chooser fails, only on the first attempt on a newly installed system. The error we are seeing is that the '(env.get_profile_path(), 'data'))' does not exist yet at that time. It gets created when an activity like Browse or Terminal has been run for the first time or you start Read by resuming the file on the external device. The issue is not read specific, same is true for Memorize when you use the object chooser in the create tab and try to open an image from the external device. Tested on os850 on XO-1.5. Reviewed-by: James Cameron <quozl@laptop.org> Reviewed-by: Daniel Drake <dsd@laptop.org> Tested-by: James Cameron <quozl@laptop.org>
* Cannot delete stalled download from journal #1987Simon Schampijer2010-06-071-3/+2
| | | | | - backported from 0.88 - initial patch from Aleksey Lim
* Do not fail if activity mime_type was already installed #1394Simon Schampijer2010-06-071-9/+20
| | | | | - backported from 0.88 - initial patch from Aleksey Lim
* Really fix #1765 this timeSayamindu Dasgupta2010-05-111-1/+1
|
* Properly initialize _update_signal_match in class DSObjectSayamindu Dasgupta2010-05-111-1/+1
|
* 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.
*