Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/extensions/deviceicon/volume.py
Commit message (Collapse)AuthorAgeFilesLines
* Present windows in non-active process #1423Aleksey Lim2009-09-291-1/+1
|
* Don't automount all the volumes at startup #1357Aleksey Lim2009-09-201-0/+6
|
* let the logger do the formattingSascha Silbe2009-08-241-1/+1
|
* pylint fixSimon Schampijer2009-03-241-6/+0
|
* Call *mount_finish when the callback is called #326Tomeu Vizoso2009-03-241-3/+4
|
* Fix palette appearance on right-click #403Tomeu Vizoso2009-02-241-1/+2
|
* 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
* 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
|
* 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
|
* Change the FRAME_POSITION_RELATIVE to follow eben's specSimon Schampijer2008-12-181-1/+1
| | | | | | | | [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]
* 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
|
* 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
|
*