User Details
User Details
- User Since
- Jun 5 2015, 5:16 PM (515 w, 4 d)
- Availability
- Available
Feb 17 2017
Feb 17 2017
teo committed R16:876a3932fd58: Do not filter out KVM virtual disks in LibPartedBackend::scanDevices. (authored by teo).
Do not filter out KVM virtual disks in LibPartedBackend::scanDevices.
Jan 26 2017
Jan 26 2017
Dec 13 2016
Dec 13 2016
[Coverity] Initialize all members.
[Coverity] Initialize all members.
[Coverity] Initialize all members.
Dec 1 2016
Dec 1 2016
teo committed R16:a749d1c84d79: Handle parent change in Partition copy constructor. (authored by teo).
Handle parent change in Partition copy constructor.
Nov 30 2016
Nov 30 2016
Make sure to always also read outerUuid.
Remove obsolete headers.
Add FS::luks::outerUuid().
Nov 16 2016
Nov 16 2016
Handle cryptsetup luksUUID failure.
Sep 8 2016
Sep 8 2016
Make copy constructor public.
Make copy constructor public.
Sep 7 2016
Sep 7 2016
Copy constructor for PartitionTable.
teo committed R16:25b8cc0a4212: core/smartattribute.h must be included in smartstatus.h for deep copy. (authored by teo).
core/smartattribute.h must be included in smartstatus.h for deep copy.
Add copy constructor to Device.
May 16 2016
May 16 2016
Fix build on clang.
Unbreak build fix.
May 6 2016
May 6 2016
Passphrase accessor.
May 5 2016
May 5 2016
Always use outer UUID for mapper name.
May 4 2016
May 4 2016
Use the detected FS type directly.
Apr 27 2016
Apr 27 2016
Make the parent in Partition a QPointer.
teo committed R16:dc9e9651ac59: Use a QPointer for Partition in DeleteOperation to avoid double-delete. (authored by teo).
Use a QPointer for Partition in DeleteOperation to avoid double-delete.
Better to use deleteLater with QObjects.
Apr 26 2016
Apr 26 2016
teo committed R16:d5438ba00732: Make LUKS grow/shrink support depend on open/closed state and inner FS. (authored by teo).
Make LUKS grow/shrink support depend on open/closed state and inner FS.
teo committed R16:7ff137233a00: Disallow partition delete operation if the FS is cryptOpen. (authored by teo).
Disallow partition delete operation if the FS is cryptOpen.
Apr 22 2016
Apr 22 2016
suggestedMapperName as a separate method.
Apr 21 2016
Apr 21 2016
Rookie mistake.
Force show the passphrase widgets.
Correctly hide passphrase widget.
teo committed R17:f56539a4b033: Revert "Do not delete checkbox and passprase widget objects." (authored by teo).
Revert "Do not delete checkbox and passprase widget objects."
Don't crash on resize dialog.
Cache the passphrase in a LUKS open session.
Set the passphrase on FS::luks.
Hide it by default.
Add passphrase widget to create dialog.
teo committed R16:7edc601a3620: Allow the UI to set a passphrase before creation instead of asking. (authored by teo).
Allow the UI to set a passphrase before creation instead of asking.
Apr 20 2016
Apr 20 2016
Avoid using exceptions, again.
Avoid using exceptions.
Apr 19 2016
Apr 19 2016
teo committed R17:cf4d687d54cb: Rely on the partition role instead of the filesystem type. (authored by teo).
Rely on the partition role instead of the filesystem type.
PartitionRole::LUKS is now PartitionRole::Luks.
teo committed R17:29d3a928055a: Use the role instead of the filesystem type to detect a LUKS volume. (authored by teo).
Use the role instead of the filesystem type to detect a LUKS volume.
PartitionRole::LUKS is now PartitionRole::Luks.
Apr 15 2016
Apr 15 2016
Update copyright and strings.
teo committed R16:e1383df143ca: Assume the inner FS is already set when creating LUKS FS. An open LUKS FS now… (authored by teo).
Assume the inner FS is already set when creating LUKS FS. An open LUKS FS now…
Set the LUKS role if LUKS detected.
teo committed R16:12e7da5b1cd7: Add LUKS role. Both open and closed LUKS "filesystems" should use this. (authored by teo).
Add LUKS role. Both open and closed LUKS "filesystems" should use this.
Update copyrights.
teo committed R17:46baf7c4406e: Create FS as inner FS in LUKS if the encrypt setting is checked. Filter out… (authored by teo).
Create FS as inner FS in LUKS if the encrypt setting is checked. Filter out…
Hide LUKS checkBox by default.
teo committed R17:b0b2eccc23ee: Add "Encrypt" checkBox to partition widget. Also replace occurrences of NULL… (authored by teo).
Add "Encrypt" checkBox to partition widget. Also replace occurrences of NULL…
Apr 13 2016
Apr 13 2016
Make sure to create the inner fs when detecting.
Inner fs mount checks must use mapper name.
teo committed R16:3f10c8e2d55f: We don't need the dash because ExternalCommand already does the piping. (authored by teo).
We don't need the dash because ExternalCommand already does the piping.
Actually create inner fs.
Apr 12 2016
Apr 12 2016
Preliminary LUKS create support.
teo committed R16:1aff54c04704: Use C++11 initialization instead of << for readability. (authored by teo).
Use C++11 initialization instead of << for readability.
Apr 6 2016
Apr 6 2016
Check if the mapper node is mounted.
Add mounted state accessors to FS::luks.
Mar 31 2016
Mar 31 2016
teo committed R16:0a8a5887dff0: Bring back LUKS code which was previously merged+reverted. (authored by teo).
Bring back LUKS code which was previously merged+reverted.
teo committed R17:0c780279ae9e: Resurrect LUKS code which was previously merged+reverted. (authored by teo).
Resurrect LUKS code which was previously merged+reverted.
Mar 15 2016
Mar 15 2016
teo committed R16:ccf1880efa55: Do not filter out PED_DEVICE_UNKNOWN devices as if they were read-only. This… (authored by teo).
Do not filter out PED_DEVICE_UNKNOWN devices as if they were read-only. This…
Mar 3 2016
Mar 3 2016
Phabricator config file.
teo committed R16:3c2f383b8e91: Define underlying type for enums so they can be forward-declared. (authored by teo).
Define underlying type for enums so they can be forward-declared.
Cleanup unused include.
Mar 2 2016
Mar 2 2016
Phabricator config file.
Phabricator config file.
teo committed R16:852c8c8516c2: Bring partition flags support up to current libparted level. This doesn't… (authored by teo).
Bring partition flags support up to current libparted level. This doesn't…
Feb 26 2016
Feb 26 2016
Fix crash when applying settings.
Feb 15 2016
Feb 15 2016
teo updated the image for KDE Partition Manager from F46617: fa-briefcase-blue.png to F71992: profile.
Aug 18 2015
Aug 18 2015
Useless forward-declare is useless.
teo committed R16:815cb3caadd6: Add ismounted.c and related from util-linux. These are supposed to be LGPL or… (authored by teo).
Add ismounted.c and related from util-linux. These are supposed to be LGPL or…
Aug 14 2015
Aug 14 2015
teo committed R17:65ffb182c5dc: Hook up new LUKS functionality from KPMcore. Add decrypt action to… (authored by teo).
Hook up new LUKS functionality from KPMcore. Add decrypt action to…
teo committed R17:a88ceb214024: Fix bug with EditMountPointDialog not having Ok&Cancel buttons. (authored by teo).
Fix bug with EditMountPointDialog not having Ok&Cancel buttons.
teo committed R16:d8494a00a567: FS::luks is now a decorator for an actual FS composed inside. Implement… (authored by teo).
FS::luks is now a decorator for an actual FS composed inside. Implement…
Aug 13 2015
Aug 13 2015
teo committed R16:95dfe648e92c: Bump minimum blkid (and therefore util-linux) version to 2.23. (authored by teo).
Bump minimum blkid (and therefore util-linux) version to 2.23.
teo committed R16:166728b8201f: Allow detecting FS::Type by path, and remove libparted workaround. FS… (authored by teo).
Allow detecting FS::Type by path, and remove libparted workaround. FS…
Aug 4 2015
Aug 4 2015
Useless include is useless.
Resurrect DecryptLuksDialogWidget.
Support LUKS mounting.
Glob for UI files in src/gui.
Resurrect DecryptLuksDialog.
Jul 23 2015
Jul 23 2015
First check, then assert.
First check, then assert. Also fix check syntax.
First check, then assert.
Do not risk a division by zero.
teo committed R16:c031d239e516: Do not forget breaks in switch (thanks to Coverity). (authored by teo).
Do not forget breaks in switch (thanks to Coverity).
teo committed R16:a683078b28ef: Allow excluding read-only devices from backend scan. (authored by teo).
Allow excluding read-only devices from backend scan.
Jul 22 2015
Jul 22 2015
No need to bump the Qt dependency to 5.4.1.
Check if ocfs2 create command starts.
Useless check is useless.
teo committed R16:de27f840bf40: Always use nullptr instead of NULL because it is type-safe. (authored by teo).
Always use nullptr instead of NULL because it is type-safe.