]> git.tdb.fi Git - pmount-gui.git/history - main.c
Do nothing if there is no selection
[pmount-gui.git] / main.c
2016-02-25 Mikko RasaDo nothing if there is no selection
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