Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/desktop/meshbox.py
Commit message (Expand)AuthorAgeFilesLines
* Replace remaining uses of "import glib"Gonzalo Odiard2012-11-231-3/+3
* Meshbox: PEP8 fixesManuel Quiñones2012-11-061-26/+30
* Remove unneeded constants from meshbox.pyManuel Quiñones2012-10-151-3/+0
* Port icons in canvas from EventIcon to CanvasIcon for press and hover feedbac...Manuel Quiñones2012-10-121-4/+5
* Improve search in views normalizing the strings - SL #3588Manuel Quiñones2012-10-091-2/+3
* Views: defocus the search entry by defaultSimon Schampijer2012-09-261-0/+5
* EventIcon: switch to implementation provided in sugar-toolkit-gtk3Simon Schampijer2012-09-071-1/+1
* Run sugar-convert.sh for automatic conversion from sugar.* to sugar3.* importsSimon Schampijer2012-09-071-4/+4
* Run pygi-convert.sh for automatic conversion from GTK+ 2 to GTK+ 3Simon Schampijer2012-09-071-11/+11
* Views: move the ViewToolbar to the HomeWindow instead of having one in each ViewSimon Schampijer2012-08-281-36/+20
* Group View: add search toolbarSimon Schampijer2012-08-271-75/+2
* Neighborhood View: reveal Palette on left click/touch instead of a primary ac...Simon Schampijer2012-08-211-6/+8
* Making the buddy icons in the Views reveal the Palette on left click or touchSimon Schampijer2012-08-211-9/+2
* Views: Replace the hippo based layout with one using GTK+ containersSimon Schampijer2012-08-131-56/+63
* Prevent handling network devices twice (OLPC#11782)Daniel Drake2012-04-161-0/+5
* Don't treat SSID as UTF-8 character sequence (fixes SL#2023)Sascha Silbe2012-04-101-2/+2
* Simple NetworkManager-0.9 portDaniel Drake2011-11-161-37/+26
* Revert "Don't break if we may not own NetworkManagerUserSettings"Sascha Silbe2011-10-181-1/+1
* Don't break if we may not own NetworkManagerUserSettingsSascha Silbe2011-10-181-1/+1
* Use alpha to visualize the filter in the neighborhood viewSimon Schampijer2011-08-191-4/+4
* Display title in palette of shared activity OLPC #10676Simon Schampijer2011-07-241-36/+46
* Make sure to listen on the new device after suspend OLPC #10672Simon Schampijer2011-03-021-1/+2
* use dbus.PROPERTIES_IFACE instead of literal valueJames Cameron2011-02-051-4/+3
* 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-241-3/+3
* style cleanup: prefer ' for stringsSascha Silbe2010-11-241-4/+4
* PEP8 cleanup: don't use has_key()Sascha Silbe2010-11-241-1/+1
* PEP8 cleanup: ensure lines are shorter than 80 charactersSascha Silbe2010-11-241-2/+3
* PEP8 cleanup: fix inline comment spacingSascha Silbe2010-11-241-2/+4
* PEP8 cleanup: fix spaces around operators and parenthesesSascha Silbe2010-11-241-4/+3
* pep8 cleanup: fix number of blank linesSascha Silbe2010-11-241-0/+2
* style cleanup: move globals before class and method definitionsSascha Silbe2010-11-241-2/+3
* Reduce a bit the verbosity of collaboration logging messagesTomeu Vizoso2010-09-171-1/+0
* Misc. pylint fixesTomeu Vizoso2010-08-201-7/+5
* 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
* Implement tracking of buddies inside an activity for FriendsTrayTomeu Vizoso2010-08-201-3/+3
* 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-201-673/+3
* Add OwnerBuddyModel class so it is dealt with locallyTomeu Vizoso2010-08-201-5/+5
* Error when going into sleep with removing Sugar-Ad-hoc networksSimon Schampijer2010-08-161-1/+0
* 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
|\
| * Escape Pango markup in network namesFran Rogers2010-07-121-2/+5
* | Use only one entry point for activity launch #1814Aleksey Lim2010-07-121-13/+3
|/
* Fix duplication of OLPC mesh iconsMartin Abente2010-07-071-8/+9
* Minor pylint cleanupsSimon Schampijer2010-03-101-1/+0