Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/extensions/deviceicon
Commit message (Collapse)AuthorAgeFilesLines
* let the logger do the formattingSascha Silbe2009-08-242-5/+5
|
* Transmit the color of the ad-hoc network creatorSimon Schampijer2009-08-181-9/+22
| | | | The color is encoded in the essid
* Merge branch 'master' of gitorious@git.sugarlabs.org:sugar/mainlineAleksey Lim2009-07-111-3/+14
|\
| * Clean the network device palette when disconnectingSimon Schampijer2009-07-101-1/+13
| |
| * Serialize adhoc wireless settingsSimon Schampijer2009-07-091-2/+1
| |
* | md5 and sha module will be deprecated in python 2.6 #266Aleksey Lim2009-07-111-2/+2
|/
* Add code for creating ad-hoc wireless networksTomeu Vizoso2009-05-301-43/+60
|
* Remove fixed width from speaker palette #719Simon Schampijer2009-04-081-2/+0
|
* pylint fixSimon Schampijer2009-03-241-6/+0
|
* Call *mount_finish when the callback is called #326Tomeu Vizoso2009-03-241-3/+4
|
* Fix nondeterministic denials for no-interface messages #575Simon Schampijer2009-03-201-14/+13
| | | | | Thanks to Dan Williams and Colin Walters for their assistance in spotting this. upstream bug fdo #18961
* Network device icons don't react on right click #463Simon Schampijer2009-03-021-2/+2
|
* Fix palette appearance on right-click #403Tomeu Vizoso2009-02-243-8/+16
|
* Remove deprecated gtk.IconInfo.free callSimon Schampijer2009-02-161-1/+0
| | | | | This method is deprecated and should not be used since it can crash your application
* Set correctly the string that needs to be translatedTomeu Vizoso2009-02-051-3/+2
|
* don't mute when right-clicking the speaker icon #278Tomeu Vizoso2009-02-051-3/+3
|
* Try harder to get an icon for a clippingTomeu Vizoso2009-02-011-1/+0
|
* Correctly initialize the TrayIconTomeu Vizoso2009-02-011-6/+8
|
* #33 Display space used and left in the volume palette in the journalTomeu Vizoso2009-01-211-50/+1
|
* Make the XO menu ubiquitous in the UI.Eben Eliason2009-01-152-84/+1
| | | | | | | | | This change makes the XO menu appear on all instances of the XO icon in the UI, including all zoom levels as well as the Frame. In the short term, the register option remains as a special case only on the XO enu in Home.
* Use FrameWidgetInvoker in the volume icon in the frameTomeu Vizoso2009-01-061-1/+5
|
* try all available icons for removable devicesTomeu Vizoso2009-01-061-2/+12
|
* Following in the spec for the device positionsSimon Schampijer2008-12-223-5/+3
| | | | | - making the xomenu device the first one - removed an unused import
* Small cleanupsTomeu Vizoso2008-12-221-26/+12
|
* Install xomenu.pyTomeu Vizoso2008-12-221-1/+2
|
* Add system palette to the frame (Ryan Kabir)Tomeu Vizoso2008-12-221-0/+98
|
* Change the FRAME_POSITION_RELATIVE to follow eben's specSimon Schampijer2008-12-184-5/+5
| | | | | | | | [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-1/+119
|
* Only show wireless device in the frame when connecting/connectedSimon Schampijer2008-12-181-36/+84
|
* Pylint fixesMarco Pesenti Gritti2008-12-171-1/+1
|
* Disable automounting for now because gvfs is mounting it read onlyTomeu Vizoso2008-12-021-1/+1
|
* Automount volumes already inserted at startupTomeu Vizoso2008-11-291-1/+11
|
* Remove jarabe/model/volume.py and use gio insteadTomeu Vizoso2008-11-291-31/+54
|
* First try at restoring removable devices support in the journalTomeu Vizoso2008-11-281-2/+12
|
* wireless network frame device d.s.o#9Simon Schampijer2008-11-182-0/+378
|
* #5867: Show battery as removed, when it isMorgan Collett2008-10-291-3/+33
| | | | Remove the secondary palette (progress bar) when the battery is removed.
* Get rid of the remaining bits of the old network managerMarco Pesenti Gritti2008-10-212-435/+0
| | | | | implementation. Interfaces are changed so much that we are forced to rewrite.
* WirelessDeviceView: s/self._model/self.modelGuillaume Desmottes2008-10-161-12/+12
|
* Missing argumentMarco Pesenti Gritti2008-10-161-1/+1
|
* Fix conflict between variable and module nameMarco Pesenti Gritti2008-10-131-7/+6
|
* Add unmount option and space available to volume paletteTomeu Vizoso2008-10-131-4/+39
|
* Add a palette to the volume device iconTomeu Vizoso2008-10-131-3/+27
|
*