summaryrefslogtreecommitdiff
path: root/thunar-volman
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation warningsGaƫl Bonithon2021-08-171-0/+2
* Remove GSourceFunc casts (!5)O H2021-05-024-8/+8
* Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bumpAlexander Schwinn2020-12-151-6/+0
* Autobrowse of removable media opens Thunar, not the user-selected fileAlexander Schwinn2018-11-071-2/+2
* Add support for Blu-ray media (Bug #13297)James Le Cuirot2018-09-251-17/+25
* Use transient notificationsAndre Miranda2018-01-031-0/+2
* Handle the remaining deprecationsAndre Miranda2017-09-091-4/+6
* Use GtkBox instead of GtkVBox/GtkHBoxAndre Miranda2017-09-091-2/+2
* Replace macros by functionsAndre Miranda2017-09-091-4/+3
* Fix return with no value in function returning non-void (bug #11656)Matt Thirtytwo2015-03-071-1/+1
* Workaround: Wait 5 second before mounting devices (bug #9193)Matias De lellis2015-02-281-3/+4
* Fix typo.Nick Schermer2013-09-201-1/+1
* Autotools updates.Nick Schermer2013-01-061-1/+1
* Print a bit more info what type is not supported.Nick Schermer2012-12-094-4/+5
* Don't use deprecated API.Nick Schermer2012-12-091-0/+2
* Do not make icon names translatable.Jannis Pohlmann2011-12-031-4/+4
* Updates for release.thunar-volman-0.6.0Nick Schermer2011-01-161-1/+1
* Fix previous commit.Nick Schermer2010-12-051-1/+5
* Notify version check appeared in 0.5.2.Nick Schermer2010-12-051-1/+1
* Add checks for API change in libnotify 0.7.0.Nick Schermer2010-12-041-0/+4
* Delay notification initialization until we show one.Nick Schermer2010-11-173-19/+40
* Fix incompatibility with the icon naming specification (bug #6786).Jannis Pohlmann2010-11-071-2/+2
* Fix build warnings without libnotify.Nick Schermer2010-11-032-5/+10
* Fix compilation without libnotify (bug #6607).Samuli Suominen2010-08-112-0/+4
* Fix a weird error I cannot really explain...Jannis Pohlmann2010-07-261-1/+1
* Update dependencies in README, remove D-Bus dependency.Jannis Pohlmann2010-07-261-2/+0
* Release 0.5.0!thunar-volman-0.5.0Jannis Pohlmann2010-07-253-14/+3
* Detect all devices as iPods whose ID_MODEL is prefixed with "iPod".jannis/port-to-udevJannis Pohlmann2010-07-251-2/+2
* Add support for iPods with ID_MEDIA_PLAYER unset.Jannis Pohlmann2010-07-251-2/+2
* Improve input device detection. Patch by Nick Schermer.Jannis Pohlmann2010-07-251-4/+13
* Display detection and mount notifications if libnotify is available.Jannis Pohlmann2010-07-257-4/+250
* Add some debug outputJannis Pohlmann2010-07-251-0/+6
* Fix command line option handling (add code for --version).Jannis Pohlmann2010-07-251-1/+14
* Initial work on porting thunar-volman-settings to the new code.Jannis Pohlmann2010-07-251-2/+0
* Add support for mixed data/audio and pure audio CDs.Jannis Pohlmann2010-07-251-8/+93
* Add function to run the default audio CD player.Jannis Pohlmann2010-07-252-3/+41
* Fix typo spotted by Linoel Le Folgoc.Jannis Pohlmann2010-07-251-1/+1
* Add support for detecting PTP/gphoto2 cameras.Jannis Pohlmann2010-07-251-1/+8
* Add support for detecting USB printers.Jannis Pohlmann2010-07-254-1/+121
* Add support for wacom volito and bamboo tablets.Jannis Pohlmann2010-07-251-1/+4
* Add support for keyboards, mice and tablets.Jannis Pohlmann2010-07-254-1/+148
* Add support for USB media players and iPods.Jannis Pohlmann2010-07-251-2/+113
* Implement photo import from cameras detected as mass storage devices.Jannis Pohlmann2010-07-251-5/+72
* Implement autoopen (requires an .autoopen or autoopen file).Jannis Pohlmann2010-07-251-13/+106
* Add support for opening autorun.exe files with wine.Jannis Pohlmann2010-07-251-0/+52
* Implement autorun support (requires .autorun, autorun or autorun.sh).Jannis Pohlmann2010-07-252-2/+61
* Add support for blank CDs and DVDs by launching the burn software.Jannis Pohlmann2010-07-258-17/+591
* Properly exit when the CD/DVD drive has no media.Jannis Pohlmann2010-07-251-1/+6
* Make tvm_file_test() case insensitive so that video_ts equals VIDEO_TS.Jannis Pohlmann2010-07-251-9/+32
* Implement video CD/DVD autoplaying.Jannis Pohlmann2010-07-251-6/+86