summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Code cleanup.HEADmasterTomas Bzatek2009-03-187-266/+103
|
* Handle G_FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE_FILE from gdu-based gvfsTomas Bzatek2009-03-092-107/+57
|
* Desktop file (no icon yet)Tomas Bzatek2009-03-047-46/+142
|
* Port to libgdu-0.2Tomas Bzatek2009-03-034-100/+150
|
* Better handling of partition type changeTomas Bzatek2009-03-031-36/+19
|
* Handle partition creationTomas Bzatek2009-03-036-157/+535
| | | | | | | - 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-172-2/+2
|
* 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-172-2/+28
|
* Show read only infoboxTomas Bzatek2009-02-174-35/+71
| | | | Clear combo box on unknown filesystem
* Don't cancel UI operation when combo box changesTomas Bzatek2009-02-162-4/+7
|
* Hide the Revert buttonTomas Bzatek2009-02-161-2/+2
|
* Fix memory leaksTomas Bzatek2009-02-162-5/+13
|
* Display insensitive no-volume-selected placeholder in standalone modeTomas Bzatek2009-02-162-13/+51
|
* UI cleanup in standalone mode (volume selector)Tomas Bzatek2009-02-133-21/+69
|
* Volume selector in standalone modeTomas Bzatek2009-02-116-111/+381
|
* Simple standalone mode (matching by device or mount path)Tomas Bzatek2009-02-109-72/+284
|
* 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-059-32/+160
|
* Don't close the dialog when an operation is in progressTomas Bzatek2009-02-042-2/+18
|
* Add support for operation cancellationTomas Bzatek2009-02-032-5/+46
|
* PolicyKit integrationTomas Bzatek2009-02-032-38/+188
|
* Little UI improvementsTomas Bzatek2009-02-022-37/+23
| | | | | - make label colour black - move the mounted warning message down
* POTFILES update.Tomas Bzatek2009-01-301-0/+1
|
* Disable Bootable and Required flagsTomas Bzatek2009-01-302-4/+5
|
* Change partition type in MBR table onlyTomas Bzatek2009-01-302-14/+23
| | | | Don't set partition label or it will fail
* Fix memleaks and crashesTomas Bzatek2009-01-294-38/+44
| | | | Remember that GduPresentable always has several references
* Change partition type if neededTomas Bzatek2009-01-292-5/+83
|
* Mask unrecognized filesystem as 'empty'Tomas Bzatek2009-01-292-2/+9
|
* Handle changed signal, properly refresh UITomas Bzatek2009-01-282-16/+45
|
* Handle presentable-removed eventTomas Bzatek2009-01-282-16/+40
|
* Progress barTomas Bzatek2009-01-282-17/+164
|
* 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-272-33/+335
|
* Basic UI bitsTomas Bzatek2009-01-262-33/+615
| | | | Inspired by palimpsest
* Device (presentable) matching by mounted pathTomas Bzatek2009-01-228-54/+408
| | | | Still missing code for device matching by DK ID or HAL ID - we need proper support in gvfs first.
* .gitignoreTomas Bzatek2009-01-071-0/+30
|
* Initial commit (boilerplate)Tomas Bzatek2008-12-2316-0/+1232
Based on nautilus-open-terminal