Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/desktop
Commit message (Expand)AuthorAgeFilesLines
* pylint cleanup: don't override variables from outer scopeSascha Silbe2010-11-241-2/+2
* 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
* pylint cleanup: pass format parameters to log functions instead of using %Sascha Silbe2010-11-242-4/+4
* pylint cleanup: mark some variables as unusedSascha Silbe2010-11-242-6/+6
* pylint cleanup: remove unused importsSascha Silbe2010-11-242-5/+0
* style cleanup: prefer ' for stringsSascha Silbe2010-11-248-44/+44
* PEP8 cleanup: don't use has_key()Sascha Silbe2010-11-241-1/+1
* PEP8 cleanup: ensure lines are shorter than 80 charactersSascha Silbe2010-11-246-16/+26
* PEP8 cleanup: fix inline comment spacingSascha Silbe2010-11-243-7/+13
* PEP8 cleanup: fix spaces around operators and parenthesesSascha Silbe2010-11-2410-38/+33
* pep8 cleanup: fix number of blank linesSascha Silbe2010-11-2416-8/+59
* style cleanup: move globals before class and method definitionsSascha Silbe2010-11-244-7/+14
* fix EOL spacesSascha Silbe2010-11-241-1/+1
* Adapt activity list and bundleregistry to new numbering scheme #2425Simon Schampijer2010-11-091-1/+1
* Time out on registration process to prevent indefinite UI hang (SL#2289)Dipankar Patro2010-10-151-3/+24
* Removed hardcoded server url (SL #1976)Dipankar Patro2010-10-151-3/+6
* Reduce a bit the verbosity of collaboration logging messagesTomeu Vizoso2010-09-171-1/+0
* Remove unused reference to presenceserviceTomeu Vizoso2010-09-161-3/+0
* Protected Activities Support #2087Martin Abente2010-09-091-7/+11
* AP: signal strength update not seperate from state change #2246Simon Schampijer2010-08-301-21/+20
* Correctly retrieve the OwnerBuddyModel instanceTomeu Vizoso2010-08-241-4/+2
* Delete profile data only when erased #2074Martin Abente2010-08-231-1/+1
* Merge branch 'master' of git.sugarlabs.org:sugar/mainlineWalter Bender2010-08-239-827/+812
|\
| * Address several nitpicks from MarcoTomeu Vizoso2010-08-202-3/+3
| * Add copyright statement due to the collaboration refactoringTomeu Vizoso2010-08-201-0/+1
| * Misc. pylint fixesTomeu Vizoso2010-08-201-7/+5
| * Remove unused sugar.presence importsTomeu Vizoso2010-08-201-1/+0
| * Display the proper label in the palette depending on whether the activityTomeu Vizoso2010-08-201-7/+3
| * Request again the current activity when we get to know about a newTomeu Vizoso2010-08-201-1/+1
| * Create the palette for BuddyIcon lazily so it can be overridden in OwnerIconTomeu Vizoso2010-08-201-1/+0
| * Implement tracking of buddies inside an activity for FriendsTrayTomeu Vizoso2010-08-201-3/+3
| * Turn OwnerBuddyModel a singletonTomeu Vizoso2010-08-203-7/+7
| * Track the buddies' current activityTomeu Vizoso2010-08-201-38/+32
| * Adapt to API changes in ActivityModelTomeu Vizoso2010-08-201-7/+3
| * Implement joining a shared activityTomeu Vizoso2010-08-201-2/+7
| * Adapt to changes in the ActivityModel APITomeu Vizoso2010-08-201-43/+20
| * Move WirelessNetworkView and OlpcMeshView to src/jarabe/desktop/networkviews.pyTomeu Vizoso2010-08-203-673/+720
| * Remove myicon.py and move to BuddyIcon(OwnerBuddyModel())Tomeu Vizoso2010-08-204-40/+12
| * Add OwnerBuddyModel class so it is dealt with locallyTomeu Vizoso2010-08-203-28/+25
| * #1725: Resize home window on screen size changeAndrés Ambrois2010-08-161-2/+7
| * Error when going into sleep with removing Sugar-Ad-hoc networksSimon Schampijer2010-08-161-1/+0
* | adding spiral extension to Ring ViewWalter Bender2010-08-181-21/+78
* | Revert "adding spiral extension to Ring View"Walter Bender2010-08-161-79/+19
* | adding spiral extension to Ring ViewWalter Bender2010-08-161-19/+79
|/
* Revert "more spacing fine-tuning"Tomeu Vizoso2010-08-161-98/+19
* more spacing fine-tuningWalter Bender2010-08-151-19/+98
* Add default Ad-hoc networks #1610Simon Schampijer2010-08-131-40/+260
* Merge branch 'master' of git://git.sugarlabs.org/sugar/frans-cloneTomeu Vizoso2010-08-131-2/+5
|\