Andrius Štikonas
31706cffdc
Fix out of bounds read when parsing fstab.
BUG: 429191
1 week ago
Andrius Štikonas
06f15334ec
Add support for exfatprogs
Bug: 430907
2 weeks ago
l10n daemon script
338811601b
GIT_SILENT made messages (after extraction)
1 month ago
Andrius Štikonas
a06d4ba0f7
Return QByteArray instead of bool in readData.
1 month ago
Andrius Štikonas
73da1bc514
Only allow using ReadData on block devices.
1 month ago
Andrius Štikonas
b0e5fa66c4
Add an explicit ReadData method to polkit helper instead of relying on copyblocks with empty target device.
1 month ago
Andrius Štikonas
502ebc0474
Remove declaration of non-existing method.
1 month ago
Andrius Štikonas
04a095a542
Simplify find syntax.
1 month ago
Andrius Štikonas
5da47c26e9
Replace array with unordered set for better performance.
1 month ago
Andrius Štikonas
551654de0d
Also rename source/targetFirstByte ot offsets in function declarations.
1 month ago
Andrius Štikonas
d34b617272
Rename source/targetFirstByte to source/targetOffset.
Add some diagrams explaining difference between
source/targetOffsets and read/writeOffset.
1 month ago
Andrius Štikonas
ee0a1e1b41
Add a limit on the amount of data that can be passed back via DBus.
1 month ago
Andrius Štikonas
c556f39064
Add a limit on blocksize to prevent out-of-memory situation.
1 month ago
Andrius Štikonas
9dd38744c5
Add a comment about auth_admin_keep.
1 month ago
Andrius Štikonas
4fa91d75f3
externalcommandhelper: Do not commit suicide when attempting to run non whitelisted command.
Simply returning failure should be sufficient.
1 month ago
Andrius Štikonas
32d146eed3
externalcommandhelper: Make copy direction an enum.
1 month ago
Andrius Štikonas
d16d9e8019
Do not reuse QProcess object in externalcommandhelper for different invocations.
1 month ago
Andrius Štikonas
fae9f83451
Fix division by zero.
1 month ago
Andrius Štikonas
4d3fcb7691
Merge branch 'release/20.12'
2 months ago
Friedrich W. H. Kossebau
6e8424bed6
Clean up include dirs
Move include of BLKID_INCLUDE_DIRS into scope it is used.
UUID_INCLUDE_DIRS is unused, left over from before partitionmanager
switched away from libuuid in 26e7f9d7ef
.
Explicit Qt5Core_INCLUDE_DIRS no longer needed.
src/ is automatically available for kpmcore target, also exposed in
its build link interface.
2 months ago
Friedrich W. H. Kossebau
5413e696d3
Generate libpartitionmanagerexport.h
2 months ago
Friedrich W. H. Kossebau
2bf69932d1
testhelpers: link kpmcore to get the include directories from the interface
2 months ago
Friedrich W. H. Kossebau
32149e6340
CMake config file: check for Qt5Core in the needed version
2 months ago
Friedrich W. H. Kossebau
8804711943
Remove no longer existing include dir
NO_CHANGELOG
2 months ago
Andrius Štikonas
9d4ab0e6fd
Merge branch 'release/20.12'
2 months ago
Friedrich W. H. Kossebau
07e5a3ac28
Make plugins compatible to latest KPluginFactory code
That one uses std::is_constructible<impl, QObject *, const QVariantList &>
which will fail for our current plugin constructors due to being private
and with only friend class KPluginFactory.
2 months ago
Andrius Štikonas
26acd7c10d
Remove extra semicolon.
2 months ago
Andrius Štikonas
70d4819aae
Merge branch 'release/20.12'
2 months ago
Andrius Štikonas
2e91730f7a
Fix parsing fstab mountpoints when they contain spaces or tabs.
If the name of the mount point contains spaces or tabs these
can be escaped as `\040' and '\011' respectively.
BUG: 428932
2 months ago
Andrius Štikonas
2382b9e1c5
Rename d pointer to d_ptr to disambiguate from Device d.
2 months ago
Gaël PORTAY
2012e01b88
Bump soversion of kpmcore.
2 months ago
Gaël PORTAY
82566e63e7
d-pointerize NewOperation class.
2 months ago
Albert Astals Cid
0ee1e958a0
GIT_SILENT Upgrade release service version to 21.03.70.
2 months ago
Albert Astals Cid
d1b2d9ba84
GIT_SILENT Upgrade release service version to 20.11.80.
2 months ago
l10n daemon script
495b1d7c45
GIT_SILENT made messages (after extraction)
2 months ago
l10n daemon script
6f89a9886b
GIT_SILENT made messages (after extraction)
2 months ago
l10n daemon script
a42fbfa5e4
GIT_SILENT made messages (after extraction)
2 months ago
l10n daemon script
5b8b8d2228
GIT_SILENT made messages (after extraction)
2 months ago
Andrius Štikonas
3448815596
kpmcore does not ship .ui or .rc files.
2 months ago
l10n daemon script
b59f34aeb5
GIT_SILENT made messages (after extraction)
2 months ago
Andrius Štikonas
2c8d081357
reuse: Add SPDX info to src/util/org.kde.kpmcore.externalcommand.policy.
2 months ago
l10n daemon script
14777483a1
GIT_SILENT made messages (after extraction)
2 months ago
Andrius Štikonas
68fdf2fcf2
Use XmlMessages.sh for translations of polkit policy files.
2 months ago
Andrius Štikonas
19f78ef76a
Port away from qAsConst.
2 months ago
Andrius Štikonas
7e8ae5b140
Require C++17 which was actually used already with enumerator attributes.
2 months ago
Andrius Štikonas
0c37cc54a6
Remove unnecessary semicolon (-Wpedantic).
2 months ago
Andrius Štikonas
ec3479f302
Add overrides to destructors.
2 months ago
Andrius Štikonas
766105bb73
Switch to release service's versioning scheme.
3 months ago
Andrius Štikonas
f51509e1bf
Bump KF5 version requirement.
3 months ago
Andrius Štikonas
85396708f4
Use Qt::SplitBehavior
Old version QString::SplitBehavious is now deprecated.
3 months ago