Merge branch 'kauth'

Authored by stikonas on Jul 25 2018, 9:37 AM.

Description

Merge branch 'kauth'

Merged Changes

This commit merges a very large number of changes. Only the first 50 are shown.
CommitAuthorDetailsCommitted
4fcbb540e059stikonas
Fix unallocated space calculation in the presence of LVM RAID partitions. 
Jul 24 2018
8b28001ae2a6cjlcarvalho
Pausing udev events during commit of RAID partition tables to map its logical… 
Jul 24 2018
700dddb875e3stikonas
Do not reassemble RAID devices after partition table commit. 
Jul 23 2018
4b723be58547cjlcarvalho
Adding LvmDevice::s_OrphanPVs shared list to store PVs paths that are member of… 
Jul 23 2018
75bfd09c9c24stikonas
Fix detection of NTFS partitions 
Jul 22 2018
3d6aa8c33353stikonas
Remove ExternalCommand::onFinished. 
Jul 21 2018
2579d042291fstikonas
Remove ExternalCommand::waitFor. 
Jul 21 2018
1b39be28ee6cstikonas
List supported QCA backends. 
Jul 21 2018
6b963fd26bd8stikonas
Move dependency list to the beginning of CMakeLists.txt 
Jul 21 2018
938ec7fa8b60stikonas
Make ExternalCommandHelper::getNonce() reentrant. 
Jul 21 2018
c50e04c9d158stikonas
Use cryptographic nonce instead of counters. 
Jul 20 2018
48761e0e2b8bstikonas
ecm_configure_package_config_file -> configure_package_config_file. 
Jul 20 2018
985b3531463fstikonas
Use QString::back(). 
Jul 18 2018
8a9b5589eaf2stikonas
Bump minimum Qt version to 5.10. 
Jul 18 2018
3f65e9465914stikonas
Return false when external command helper reports failure. 
Jul 18 2018
64419caa8d85cjlcarvalho
Add chunk size for RAID 1 arrays. 
Jul 16 2018
9138e02726aecjlcarvalho
Operations should check LvmDevice::s_DirtyPVs instead of check pending… 
Jul 15 2018
c1e393240bd8cjlcarvalho
Using QFile instead of calling ExternalCommand to read /proc/mdstat and mdadm. 
Jul 15 2018
2298d08c41b2cjlcarvalho
Adding support for detecting linux_raid_member file system. 
Jul 15 2018
3fd221f7941dcjlcarvalho
Ranged-for in availableInConf const copy. All the scanned devices should be… 
Jul 15 2018
a508cfbc834bcjlcarvalho
Avoiding pointer comparison. 
Jul 15 2018
cacc6f6067a3stikonas
Require cmake 3.1. 
Jul 15 2018
e5b63b0d6f9dstikonas
Fix support for QProcess::ProcessChannelMode. 
Jul 15 2018
e761c131d03fcjlcarvalho
Changing prettyName for RAID devices with Resync/Recovery status. 
Jul 15 2018
f3fac7eac7d8cjlcarvalho
Add SoftwareRAID::Status enum. Check for RAID before modelCommand in… 
Jul 15 2018
fae6cd4d6189cjlcarvalho
RAID 0 devices don't need to check for resync/recovery progress. 
Jul 15 2018
dff99ffcf54fcjlcarvalho
Support RAID devices which are in resync/recovery process after its… 
Jul 15 2018
a0b9a93b6b43cjlcarvalho
Support inactive RAID devices. 
Jul 15 2018
5828e9daac3estikonas
Scan LVM devices after RAID. 
Jul 15 2018
fde4ac62a064stikonas
Bump version number. 
Jul 15 2018
ce425ee04de9stikonas
Exit if the previous KAuth helper is still running. 
Jul 15 2018
9a8166fe6568stikonas
Remove qDebug message. 
Jul 14 2018
f572681684bastikonas
Partially revert 252b1086606e57626a75544dda557e960ba79b53. 
Jul 14 2018
51780a62975bstikonas
Stop KAuth helper if application crashes. 
Jul 14 2018
65ef6ab83d36stikonas
Fix error message. 
Jul 14 2018
252b1086606estikonas
Abort LVM scanning when lvdisplay command fails. 
Jul 14 2018
aa23ecdc3c0ecjlcarvalho
Software RAID devices can be created containing '/' character after 'md'. (e.g. 
Jul 13 2018
6803d6bc670ccjlcarvalho
Including RAID level in SoftwareRAID device pretty name. 
Jul 13 2018
b3e0dbe15ab9cjlcarvalho
Adding full command option for detail and stop Software RAID. 
Jul 13 2018
d8602817f082cjlcarvalho
Adding reassemble method for SoftwareRAID. 
Jul 12 2018
3f7c5ca7228ccjlcarvalho
Reassemble Software RAID when commit partition table. 
Jul 12 2018
b11b73b1e59fstikonas
Remove extra semicolon after Q_UNUSED. 
Jul 11 2018
d51404c7f1b2stikonas
sfdisk: fix returned partition name 
Jul 11 2018
e2f88dbbf9f3cjlcarvalho
Including SoftwareRAID attributes getters. 
Jul 11 2018
a2d601d512e8cjlcarvalho
Checking for SoftwareRAID_Device type in partition table job. 
Jul 11 2018
ab7def5e7d93cjlcarvalho
Changing HardwareRAID_Device to FakeRAID_Device. 
Jul 11 2018
a8b7222350c2cjlcarvalho
Check for SoftwareRAID devices in CreateFileSystemJob. 
Jul 11 2018
ae8987b82cbdcjlcarvalho
Sfdisk always creates RAID logical partitions with a 'p' character before… 
Jul 11 2018
6c27d99f2c5ccjlcarvalho
Enabling to create and delete SoftwareRAID devices' partitions. 
Jul 10 2018
04a5e2914d0ccjlcarvalho
Correctly showing Software RAID device partition table. 
Jul 10 2018