Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | choose the right icon for floppy media | David Zeuthen | 2009-02-22 | 2 | -27/+42 | |
| | ||||||
* | also use y as mnemonic for "Encrypt Device" check box everywhere | David Zeuthen | 2009-02-22 | 1 | -1/+1 | |
| | ||||||
* | add support for ext4 and add description for XFS file system | David Zeuthen | 2009-02-22 | 1 | -10/+26 | |
| | ||||||
* | default to creating Master Boot Record partition tables | David Zeuthen | 2009-02-22 | 3 | -8/+8 | |
| | ||||||
* | slightly rework and clean up the UI | David Zeuthen | 2009-02-22 | 13 | -136/+287 | |
| | | | | | The main change is that we only show the crazy secure erase combo box if the user specifically selects the (new) Erase menu / toolbar item. | |||||
* | don't grey the icon for unallocated/unrecognized data | David Zeuthen | 2009-02-22 | 1 | -12/+0 | |
| | ||||||
* | fix up naming and icons for optical drives and optical discs | David Zeuthen | 2009-02-22 | 2 | -10/+121 | |
| | ||||||
* | add an extra line when displaying details about a presentable | David Zeuthen | 2009-02-21 | 1 | -86/+143 | |
| | ||||||
* | include KiB, MiB and GiB in the long string representations of size | David Zeuthen | 2009-02-21 | 1 | -16/+73 | |
| | ||||||
* | update for audio disc API changes in DeviceKit-disks | David Zeuthen | 2009-02-20 | 3 | -11/+40 | |
| | ||||||
* | add support for media detection bits recently added to DeviceKit-disks | David Zeuthen | 2009-02-19 | 3 | -0/+76 | |
| | ||||||
* | add dummy member to empty private struct | David Zeuthen | 2009-02-19 | 1 | -0/+1 | |
| | ||||||
* | fix up docs | David Zeuthen | 2009-02-18 | 4 | -11/+461 | |
| | ||||||
* | various header file and cosmetic fixes | David Zeuthen | 2009-02-18 | 31 | -251/+252 | |
| | ||||||
* | update HACKING now that we have moved to git.gnome.org | David Zeuthen | 2009-02-18 | 1 | -3/+2 | |
| | ||||||
* | handle when slaves are added/removed to a Linux MD array | David Zeuthen | 2009-02-18 | 1 | -1/+26 | |
| | | | | Basically need to handle the 'change' event on devices. | |||||
* | fix a few memory leaks | David Zeuthen | 2009-02-17 | 5 | -10/+17 | |
| | ||||||
* | use powers of ten for device sizes | David Zeuthen | 2009-02-17 | 2 | -8/+8 | |
| | ||||||
* | don't crash if GetAll() for device properties fails | David Zeuthen | 2009-02-17 | 1 | -4/+6 | |
| | ||||||
* | avoid leading white-space for drive name when vendor is NULL or blank | David Zeuthen | 2009-02-17 | 1 | -4/+12 | |
| | ||||||
* | use drive-removable-media-* for volumes from drives with removable media | David Zeuthen | 2009-02-17 | 2 | -12/+52 | |
| | | | | This makes thing look a lot more consistent. | |||||
* | don't include the size in the name for a Linux MD raid array | David Zeuthen | 2009-02-17 | 1 | -18/+2 | |
| | ||||||
* | add gdu-unmountable icon but don't use it yet... | David Zeuthen | 2009-02-17 | 9 | -5/+1060 | |
| | ||||||
* | add dummy member to private struct since GObject don't like empty privs | David Zeuthen | 2009-02-17 | 1 | -0/+1 | |
| | ||||||
* | use a better icon size when listing RAID components | David Zeuthen | 2009-02-17 | 1 | -1/+1 | |
| | ||||||
* | use new linux-md-home-host and linux-md-component-home-host properties | David Zeuthen | 2009-02-17 | 7 | -20/+92 | |
| | ||||||
* | fix up private data handling in all classes | David Zeuthen | 2009-02-17 | 25 | -25/+74 | |
| | ||||||
* | rework device detection to be more robust and rework how Linux MD is handled | David Zeuthen | 2009-02-17 | 23 | -1975/+2149 | |
| | | | | | | | | | | | | Rather than relying on add, remove signals, recompute the full set of presentables we want. Then diff it against the presentables we already have and emit the events in the right order. This is significantly more robust compared to all the special casing we had earlier. Also fold main functionality of GduActivatableDrive into GduDrive (a GduDrive now has the notion of whether it is running, ops for starting/stopping and so forth) and rename the GduActivatableDrive to GduLinuxMdDrive. | |||||
* | add new gdu_presentable_get_id function | David Zeuthen | 2009-02-15 | 7 | -2/+136 | |
| | ||||||
* | export name+uuid for linux-md devices | David Zeuthen | 2009-02-15 | 2 | -0/+22 | |
| | ||||||
* | export API for new cryptotext LUKS properties exposed by the DK-disks daemon | David Zeuthen | 2009-02-15 | 2 | -40/+67 | |
| | ||||||
* | export API to get LUKS secret and reword the keyring description | David Zeuthen | 2009-02-15 | 3 | -2/+50 | |
| | ||||||
* | return a GIcon instead of an icon name | David Zeuthen | 2009-02-12 | 17 | -2662/+1006 | |
| | ||||||
* | update licensing so code is LGPLv2+ and icons are GPLv2+ | David Zeuthen | 2008-07-20 | 10 | -113/+612 | |
| | ||||||
* | fix 'make distcheck' | David Zeuthen | 2008-07-20 | 1 | -50/+31 | |
| | ||||||
* | add API_IS_SUBJECT_TO_CHANGE_FUCK_ME_HARDER_ETC checks for libgdu / libgdu-gtk | David Zeuthen | 2008-07-20 | 5 | -13/+29 | |
| | ||||||
* | add API to get objects by device file | David Zeuthen | 2008-06-27 | 2 | -3/+63 | |
| | ||||||
* | fix marshaller type | David Zeuthen | 2008-06-11 | 1 | -1/+1 | |
| | ||||||
* | fix signal reg since the daemon now uses object paths instead of strings | David Zeuthen | 2008-06-11 | 1 | -4/+4 | |
| | ||||||
* | forgot to add gdu.h | David Zeuthen | 2008-06-10 | 1 | -0/+49 | |
| | ||||||
* | move disk utility source to separate directory and rename app to Palimpsest | David Zeuthen | 2008-06-10 | 49 | -91/+1662 | |
| | ||||||
* | move some UI bits into a new libgdu-gtk library | David Zeuthen | 2008-06-10 | 15 | -18/+94 | |
| | | | | | Need to refactor large bits of this so it's suitable for library code... for now this will do... | |||||
* | add docs for GduActivatableDrive | David Zeuthen | 2008-06-09 | 2 | -0/+108 | |
| | ||||||
* | make some methods on GduDevice private | David Zeuthen | 2008-06-08 | 5 | -36/+36 | |
| | ||||||
* | add docs for GduDrive, GduVolume and GduVolumeHole | David Zeuthen | 2008-06-08 | 3 | -0/+37 | |
| | ||||||
* | add more docs explaning the point of GduPresentable | David Zeuthen | 2008-06-08 | 1 | -8/+107 | |
| | ||||||
* | add missing signal docs for GduPresentable | David Zeuthen | 2008-06-08 | 1 | -30/+49 | |
| | ||||||
* | add docs for GduPool | David Zeuthen | 2008-06-08 | 1 | -8/+157 | |
| | ||||||
* | remove trailing space in @short_description for GduPresentable | David Zeuthen | 2008-06-08 | 1 | -1/+1 | |
| | ||||||
* | move all callbacks to a separate file and move to separate section of docs | David Zeuthen | 2008-06-08 | 7 | -110/+168 | |
| |