]> git.tdb.fi Git - pmount-gui.git/history - main.c
Use stat instead of access to check for udevadm presence
[pmount-gui.git] / main.c
2019-09-23 Mikko RasaUse stat instead of access to check for udevadm presence master
2017-04-16 Stas CymbalovFix memory leaks
2017-04-16 Stas CymbalovTry to find udevadm both in /bin/ and in /sbin/
2017-04-16 Stas CymbalovAdd missing variable declaration
2016-02-25 Mikko RasaUpdate copyright years
2016-02-25 Mikko RasaMerge branch 'mount-manager'
2016-02-25 Mikko RasaDon't close the window with escape in manager mode
2016-02-25 Mikko RasaDocumentation updates
2016-02-25 Mikko RasaAdd another flag to autohide the manager when there...
2016-02-25 Mikko RasaAutomatically refresh the device list in manager mode
2016-02-25 Mikko RasaMove device list refresh to a separate function
2016-02-25 Mikko RasaDo nothing if there is no selection
2016-01-25 Michael KrylovAdd pmount options
2015-08-29 Mikko RasaImplement a mount manager mode
2015-08-29 Mikko RasaGenerate a unique mount point name
2015-08-29 Mikko RasaKeep track of device mount points
2015-08-29 Mikko RasaSplit the mounting logic out of row_activated
2015-08-29 Mikko RasaUse te device mounted flag to decide what to do
2015-08-15 Mikko RasaAdd a help option
2015-08-09 Mikko RasaAdd an option to run a command after mounting
2015-08-09 Mikko RasaUtilize early returns to reduce excess indentation
2015-08-09 Mikko RasaAdd a bunch of comments to the code
2015-08-09 Mikko RasaMinor refactoring
2014-11-16 Mikko RasaDisplay a mount/unmount button below the device list
2014-11-16 Mikko RasaCosmetic fixes
2014-11-16 Mikko RasaMake sure waitpid is always called
2014-11-16 Mikko RasaEnable strict standards conformance and fix resulting...
2014-04-19 Mikko RasaUse select when reading mount command output
2014-04-19 Mikko RasaSupport optical media devices
2014-04-19 Mikko RasaMore efficient way to recognize removable buses
2014-04-19 Mikko RasaSupport user-mountable devices in fstab
2014-04-19 Mikko RasaGeneralize mtab handling code
2012-10-06 Mikko RasaClose the mount window if esc is pressed
2012-10-06 Mikko RasaUse the proper macro for connecting signal callbacks
2012-10-06 Mikko RasaChange the verbosity levels of some messages
2012-10-06 Mikko RasaMore comprehensive check for mountable devices
2012-10-05 Mikko RasaFree device descriptions
2012-10-05 Mikko RasaMake get_device_properties robust against long property...
2012-10-05 Mikko RasaAvoid checking the same device more than once
2011-10-20 Mikko RasaAdd verbose flag and unmount mode
2011-10-20 Mikko RasaOmit mounted devices from the list
2011-10-20 Mikko RasaBetter error checking and reporting
2011-10-20 Mikko RasaInitial commit