summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Code cleanup.HEADmasterTomas Bzatek2009-03-186-265/+102
|
* Handle G_FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE_FILE from gdu-based gvfsTomas Bzatek2009-03-091-105/+54
|
* Port to libgdu-0.2Tomas Bzatek2009-03-033-97/+147
|
* Better handling of partition type changeTomas Bzatek2009-03-031-36/+19
|
* Handle partition creationTomas Bzatek2009-03-035-155/+530
| | | | | | | - works on zeroed devices - works when partition table exists but no partition is selected - detects optical media and floppy disks and skips partition creation - volume chooser in standalone mode now lists only parent devices from toplevel removable ones
* Code split and refactoringTomas Bzatek2009-02-208-729/+820
|
* Fix wrong test for media detectionTomas Bzatek2009-02-171-1/+1
|
* Don't crash on empty part type comboTomas Bzatek2009-02-171-3/+11
|
* Show only relevant presentables, hide toplevel ones if device contains ↵Tomas Bzatek2009-02-171-1/+7
| | | | filesystem(s)
* Show info box when no media is in driveTomas Bzatek2009-02-171-1/+24
|
* Show read only infoboxTomas Bzatek2009-02-171-35/+65
| | | | Clear combo box on unknown filesystem
* Don't cancel UI operation when combo box changesTomas Bzatek2009-02-161-3/+6
|
* Hide the Revert buttonTomas Bzatek2009-02-161-2/+2
|
* Fix memory leaksTomas Bzatek2009-02-161-2/+10
|
* Display insensitive no-volume-selected placeholder in standalone modeTomas Bzatek2009-02-161-9/+47
|
* UI cleanup in standalone mode (volume selector)Tomas Bzatek2009-02-132-19/+63
|
* Volume selector in standalone modeTomas Bzatek2009-02-115-111/+373
|
* Simple standalone mode (matching by device or mount path)Tomas Bzatek2009-02-108-72/+283
|
* Make partition type change work againTomas Bzatek2009-02-051-1/+1
| | | | really stupid little mistake :-(
* Get real volume label from the device instead of presentableTomas Bzatek2009-02-051-2/+1
|
* Boilerplate for standalone modeTomas Bzatek2009-02-055-15/+75
|
* Don't close the dialog when an operation is in progressTomas Bzatek2009-02-041-0/+15
|
* Add support for operation cancellationTomas Bzatek2009-02-031-4/+44
|
* PolicyKit integrationTomas Bzatek2009-02-031-37/+187
|
* Little UI improvementsTomas Bzatek2009-02-021-36/+22
| | | | | - make label colour black - move the mounted warning message down
* Disable Bootable and Required flagsTomas Bzatek2009-01-301-2/+3
|
* Change partition type in MBR table onlyTomas Bzatek2009-01-301-13/+21
| | | | Don't set partition label or it will fail
* Fix memleaks and crashesTomas Bzatek2009-01-293-37/+42
| | | | Remember that GduPresentable always has several references
* Change partition type if neededTomas Bzatek2009-01-291-5/+82
|
* Mask unrecognized filesystem as 'empty'Tomas Bzatek2009-01-291-2/+6
|
* Handle changed signal, properly refresh UITomas Bzatek2009-01-281-14/+43
|
* Handle presentable-removed eventTomas Bzatek2009-01-281-15/+38
|
* Progress barTomas Bzatek2009-01-281-16/+160
|
* Make mounted warning more clearTomas Bzatek2009-01-271-1/+1
|
* Handle unmount in gdu wayTomas Bzatek2009-01-271-6/+18
|
* Operation UI bitsTomas Bzatek2009-01-271-29/+321
|
* Basic UI bitsTomas Bzatek2009-01-261-33/+608
| | | | Inspired by palimpsest
* Device (presentable) matching by mounted pathTomas Bzatek2009-01-225-54/+393
| | | | Still missing code for device matching by DK ID or HAL ID - we need proper support in gvfs first.
* Initial commit (boilerplate)Tomas Bzatek2008-12-234-0/+319
Based on nautilus-open-terminal