Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix outgoing transfer paletteTomeu Vizoso2008-12-221-1/+1
|
* Remove options from the central XO iconTomeu Vizoso2008-12-221-32/+0
|
* Refetch the whole set of metadata properties for displaying the detailed viewTomeu Vizoso2008-12-202-1/+4
|
* Change the FRAME_POSITION_RELATIVE to follow eben's specSimon Schampijer2008-12-181-1/+2
| | | | | | | | [500 external devices eg. USB drive] [400 3rd party devices eg. speech] [300 transient connection devices eg. AP] [200 transient devices eg. camera] [100 static devices eg. battery]
* Add wired device icon for the frameSimon Schampijer2008-12-181-0/+1
|
* Line too long.Marco Pesenti Gritti2008-12-171-1/+3
|
* Merge branch 'master' of git://git.sugarlabs.org/sugar/mainlineMarco Pesenti Gritti2008-12-172-4/+13
|\
| * Only create a keydialog for the activating connectionSimon Schampijer2008-12-162-4/+13
| | | | | | | | | | | | This fixes the issue when we have already an active connection (wired, another wireless device) and want to authenticate with another AP
* | Pylint fixesMarco Pesenti Gritti2008-12-171-0/+3
|/
* Request byte arrays as stringsTomeu Vizoso2008-12-151-1/+2
|
* First go at adding file transfer to the journalTomeu Vizoso2008-12-154-10/+771
|
* Make the journal more tolerant to missing propertiesTomeu Vizoso2008-12-151-3/+3
|
* CanvasPulsingIcon: Don't begin pulse loop on resume if not pulsingDaniel Drake2008-12-071-1/+3
| | | | | | | | | | | | | | When switching to the Neighborhood view, the system starts waking up 10 times per second *per AP*, even though nothing on the screen is being updated. This is because meshbox attemps to unpause all its AP pulsing icons, and CanvasPulsingIcon makes the incorrect assumption that an icon being resumed was previously pulsing. Add a check that only resumes the pulse loop if the icon was already pulsing, and also (for safety and clarity) prevent the pulse loop from starting on a paused icon.
* Use g_timeout_add_seconds() for power efficiencyDaniel Drake2008-12-064-6/+7
| | | | | | | | This attempts to align second-granularity wakeups across the system, reducing CPU wakeups a little. I considered all timeouts of duration 1 second or greater, and moved the non-timing-critical ones to g_timeout_add_seconds().
* Add a Send to menu to journal entriesTomeu Vizoso2008-12-051-1/+39
|
* Add a TODO commentTomeu Vizoso2008-12-021-2/+3
|
* Implement writing files to removable devicesTomeu Vizoso2008-12-021-1/+17
|
* Make sure entries have the mountpoint propertyTomeu Vizoso2008-12-011-35/+43
|
* Add the journal button to the volumes toolbar in the journalTomeu Vizoso2008-11-292-32/+45
|
* Fix leftoverTomeu Vizoso2008-11-291-2/+2
|
* Remove jarabe/model/volume.py and use gio insteadTomeu Vizoso2008-11-296-321/+82
|
* Sort results from removable devicesTomeu Vizoso2008-11-281-8/+16
|
* Implement delete and get_unique_valuesTomeu Vizoso2008-11-281-2/+6
|
* First try at restoring removable devices support in the journalTomeu Vizoso2008-11-2815-589/+640
|
* fix uninstalling activitiesSimon Schampijer2008-11-181-1/+2
|
* Fix typosSimon Schampijer2008-11-187-10/+10
|
* mesh: update color when filter is setSimon Schampijer2008-11-161-0/+1
|
* Don't fail on ap removing but log itSimon Schampijer2008-11-161-4/+7
|
* Fix typoSimon Schampijer2008-11-161-2/+2
|
* DeviceAdded and DeviceRemoved needs to listen on the NM ifaceSimon Schampijer2008-11-161-2/+2
|
* d.s.o#7 Update Icon in the AP palette (marco)Simon Schampijer2008-11-131-10/+17
|
* Add saving and loading of the nm connections and support for WPASimon Schampijer2008-11-133-112/+366
|
* Log activity startup time.Marco Pesenti Gritti2008-11-051-0/+4
|
* Initial implementation of activity notificationsTomeu Vizoso2008-11-043-3/+138
|
* Get the wireless interface before trying to call methods.Marco Pesenti Gritti2008-11-041-3/+3
|
* Fix frame device ordering logicMartin Dengler2008-10-311-4/+4
|
* Merge branch 'master' of ssh+git://dev.laptop.org/git/sugarSimon Schampijer2008-10-301-1/+1
|\
| * TypoTomeu Vizoso2008-10-301-1/+1
| |
* | set invoker on the widget when doing lazy palettes (marco)Simon Schampijer2008-10-301-1/+2
|/
* make pylint happySimon Schampijer2008-10-301-8/+12
|
* Add intermediate object to report the secrets back from the dialogSimon Schampijer2008-10-293-24/+43
|
* Merge branch '8900'Guillaume Desmottes2008-10-291-3/+21
|\ | | | | | | | | | | Conflicts: src/jarabe/model/neighborhood.py
| * Re-request closed random views (#8900)Guillaume Desmottes2008-10-281-3/+21
| |
* | no need to cache the GConf clientGuillaume Desmottes2008-10-291-4/+5
| |
* | fix debug outputGuillaume Desmottes2008-10-291-1/+1
| |
* | watch the right gconf directoryGuillaume Desmottes2008-10-291-1/+1
| |
* |