Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Journal list view: don't choke on invalid or incomplete metadata (SL#1408)Sascha Silbe2010-11-301-13/+36
| | | | | | | | | | | | | | | | Metadata can get corrupted by crashes or malformed by buggy activities. We should do our best to display the parts that are usable and certainly never mess up the entire Journal. Acked-by: Simon Schampijer <simon@schampijer.de>
| * don't delete bundles on storage media (SL #2456)Sascha Silbe2010-11-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | model.get_file() already wraps data store checkouts in TempFilePath. Because misc.get_bundle() unconditionally wrapped the path returned by model.get_file() in TempFilePath as well, bundles located on storage media (which are referenced by their actual location, not copied or linked) were deleted after misc.get_bundle() finished. Tested-by: Simon Schampijer <simon@schampijer.de> Acked-by: Simon Schampijer <simon@schampijer.de>
| * Added busy cursor when we open any section in control panel. (Ticket #245)Ishan Bansal2010-11-271-4/+9
| | | | | | | | | | The sections in control panel should activate busy cursor so that user could be given a impression that their request is in progress.
| * add restart option configurable via gconf (#1206)James Cameron2010-11-272-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Nepal requested reordering and removal of restart, which was patched for them in 0.82 and implemented in 0.84. Paraguay and Uruguay detected the change in 0.84 and requested the restart option be restored. This patch restores the restart option as a configurable option, using the gconf key /desktop/sugar/show_restart, default true. Refer to http://bugs.sugarlabs.org/ticket/1206 for discussion. Acked-by: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
| *