Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Open content bundles on a external device #1748Simon Schampijer2011-03-031-0/+2
* Sugar Ad-hoc network: reconnect after suspend SL #2187Simon Schampijer2011-03-021-13/+7
* Make sure to listen on the new device after suspend OLPC #10672Simon Schampijer2011-03-022-1/+3
* Copy a Journal entry including the metadata to a removable deviceSimon Schampijer2011-02-231-21/+193
* Convert Journal entries that have been saved to a storage device pre 0.84Simon Schampijer2011-02-231-1/+131
* use ConsoleKit instead of HAL for shutdown/rebootSascha Silbe2011-02-171-5/+5
* Handle activities that cycle through windows dlo#10695Martin Langhoff2011-02-171-36/+71
* Remove last few pieces of buddy-icon.jpg handlingbernie2011-02-123-12/+1
* fix whitespace error introduced by 4b6a534 (revert of 4a3416b)Sascha Silbe2011-02-121-1/+1
* Intro: Fall back to user name if GECOS real name field is emptySascha Silbe2011-02-121-7/+3
* Sugar Ad-hoc icons show in search results when connect/disconnect to AP OLPC ...Simon Schampijer2011-02-121-5/+3
* Show busy cursor during session shutdownSascha Silbe2011-02-122-6/+22
* Show free space for the Journal in the Journal volumes toolbar (SL#2318)Ishan Bansal2011-02-121-1/+36
* Fix incorrect logging level for warning about missing GSM configurationDipankar Patro2011-02-111-1/+1
* simplify extension loading exception errorJames Cameron2011-02-111-2/+1
* fix stylistic mistake introduced by 79c85ed2Sascha Silbe2011-02-051-2/+3
* remove unused import left over by c63b43cSascha Silbe2011-02-051-1/+0
* Dynamically set number of control panel columns (SL#2280)anishmangal20022011-02-051-4/+16
* don't choke on out-of-range times on FAT32 formatted mediaKenny Meyer2011-02-051-1/+1
* Don't hide Register menu item upon successful registrationJorge Saldivar2011-02-051-6/+14
* fix network disconnect (SL#1608, SL#1802)Sascha Silbe2011-02-052-1/+44
* implement discarding network history (SL#1673)James Cameron2011-02-051-10/+46
* jarabe.desktop.networkviews: update icon badges on AP settings changeJames Cameron2011-02-051-16/+18
* use dbus.PROPERTIES_IFACE instead of literal valueJames Cameron2011-02-056-18/+11
* Tell gconf to sync after the intro screen.Michael Stone2011-02-051-0/+1
* Based on Jame's comment at http://dev.laptop.org/ticket/9189#comment:25Simon Schampijer2011-02-041-13/+3
* Fix typo in activities downgrade messageMartin Abente2011-01-221-2/+2
* Fix naming of "duplicate" files on external media (SL#2060)Gonzalo Odiard2011-01-161-1/+1
* fix journal scan of external media, dev.laptop.org #10140James Cameron2010-12-171-47/+90
* Run Sugar-Emulator in fullscreen by default if the screen is <=800x600 (SL #2...Dipankar Patro2010-11-301-1/+1
* Journal details view: don't choke on invalid timestamp (SL#1590, SL#2208)Sascha Silbe2010-11-302-8/+21
* Journal list view: don't choke on invalid or incomplete metadata (SL#1408)Sascha Silbe2010-11-301-13/+36
* don't delete bundles on storage media (SL #2456)Sascha Silbe2010-11-301-3/+3
* Added busy cursor when we open any section in control panel. (Ticket #245)Ishan Bansal2010-11-271-4/+9
* add restart option configurable via gconf (#1206)James Cameron2010-11-271-0/+6
* Remove separator in Journal toolbar #2446 (Gary C. Martin)Simon Schampijer2010-11-241-13/+0
* pylint cleanup: disable warnings for reasonable catch-all exception handlersSascha Silbe2010-11-242-0/+2
* pylint cleanup: don't override variables from outer scopeSascha Silbe2010-11-243-7/+8
* jarabe.desktop.schoolserver: mark helper functions and classes as privateSascha Silbe2010-11-241-17/+17
* pylint cleanup: fix indentationSascha Silbe2010-11-241-2/+2
* pylint cleanup: don't override built-in objectsSascha Silbe2010-11-241-16/+17
* ignore incorrect pylint error E1101Sascha Silbe2010-11-244-11/+18
* CurrentActivityPalette: remove dead codeSascha Silbe2010-11-241-4/+0
* pylint cleanup: pass format parameters to log functions instead of using %Sascha Silbe2010-11-243-5/+5
* pylint cleanup: mark some variables as unusedSascha Silbe2010-11-242-6/+6
* use logging.exception() instead of logging.error(traceback.format_exc())Sascha Silbe2010-11-246-33/+17
* pylint cleanup: remove unused importsSascha Silbe2010-11-246-11/+0
* pylint cleanup: replace disable-msg with disableSascha Silbe2010-11-241-1/+1
* style cleanup: prefer ' for stringsSascha Silbe2010-11-2432-179/+179
* style cleanup: use """ everywhereSascha Silbe2010-11-246-15/+14