Arnaud Ferraris
74a59ae68a
[partition] Display partition labels when they exist
...
Signed-off-by: Arnaud Ferraris <arnaud.ferraris@collabora.com>
2019-01-07 17:26:53 +01:00
Adriaan de Groot
762ad54344
Documentation: change http links to GitHub to https
2017-12-20 08:39:09 -05:00
Adriaan de Groot
9116718448
Clang: warnings-reduction
2017-09-10 15:19:36 -04:00
Teo Mrnjavac
06b1d4abd2
Don't hardcode /dev/sd* as device path.
2017-02-02 16:59:17 +01:00
Chantara Tith
aa10fe982a
API Changes, logicalSectorSize -> logicalSize, totalSectors -> totalLogical.
2016-09-09 11:28:39 +02:00
Andrius Štikonas
9f0ca042fe
Port away from most cases of Q_FOREACH to C++11 ranged for loop.
...
In order to avoid deep copies, Qt containers over which we iterate must be const
The remaining unported cases require qAsConst (Qt 5.7) or std::as_const (C++17)
2016-09-01 16:46:14 +01:00
Teo Mrnjavac
04ab71bad9
Fix default new partition text.
2016-07-22 16:36:26 +02:00
Teo Mrnjavac
bea6b5f17e
Stupid compilers are stupid.
2016-06-13 15:13:26 +02:00
Teo Mrnjavac
53741f0d36
Initialize all members in ctor (fix Coverity defect 122658).
2016-02-26 13:00:58 +01:00
Teo Mrnjavac
ea7b95e474
Maybe don't crash.
2016-02-16 14:50:01 +01:00
Teo Mrnjavac
9ecd23dfc7
In the labels view too.
2016-02-16 14:45:50 +01:00
Teo Mrnjavac
b374404c6f
Allow hiding extended partition in Labels view.
2016-02-11 16:00:07 +01:00
Teo Mrnjavac
69f488f07b
Override mousePressEvent to correctly handle selection filter.
2016-01-15 18:40:59 +01:00
Teo Mrnjavac
ba01022d42
Set the filter function in Labels view.
2016-01-15 18:40:59 +01:00
Teo Mrnjavac
ddf4878ec7
Apply SelectionFilter in Partition{Labels,Bars}View.
2016-01-15 18:40:59 +01:00
Teo Mrnjavac
ef0d46dd93
Years in header.
2016-01-13 15:16:01 +01:00
Teo Mrnjavac
110344e548
Actually set the selection model on the superclass.
2016-01-13 15:16:01 +01:00
Teo Mrnjavac
55c52e654a
Try to force a repaint on selection changed.
2016-01-13 15:16:01 +01:00
Teo Mrnjavac
b665b7192e
Always repaint labels view on selection change, not just when hovering.
2016-01-12 13:45:32 +01:00
Teo Mrnjavac
43c67310db
Hide from labels view short instances of free space.
2015-12-30 17:27:13 +01:00
Teo Mrnjavac
3732f3e5b2
Trim /dev/ from visible partition paths.
2015-12-30 17:27:13 +01:00
Teo Mrnjavac
1a4b6b1c9c
Isolate painter in selection square.
2015-12-30 17:27:13 +01:00
Teo Mrnjavac
f2093be353
Full selection and hover support in labels view.
2015-12-30 17:27:13 +01:00
Teo Mrnjavac
fd33eb71ba
Add some more string guesswork to labels view, with FS pretty names.
2015-12-30 17:27:13 +01:00
Teo Mrnjavac
0c840abdc5
Allow setting a custom new root name in Labels view.
2015-12-30 17:27:13 +01:00
Teo Mrnjavac
87a31a0514
Tweak labels view margin.
2015-12-30 17:27:13 +01:00
Teo Mrnjavac
fe4cf3c4ec
Add some spacing between label view item rows.
2015-12-30 17:27:13 +01:00
Teo Mrnjavac
0af434bfc1
Factor out text building for label view items for proper sizeHint.
2015-12-30 17:27:13 +01:00
Teo Mrnjavac
0be736acf7
Improve information in labels view.
2015-12-30 17:27:13 +01:00
Teo Mrnjavac
7fce08459b
Don't skip extended partition.
2015-12-30 17:27:13 +01:00
Teo Mrnjavac
f64d210496
Enable selection behavior and add debug output to Labels view.
2015-12-30 17:27:13 +01:00
Teo Mrnjavac
eed8d3b83b
Split out Labels view from Bars view.
...
Both are QAbstractItemViews and can be used on top of a PartitionModel,
together or separately.
2015-12-30 17:27:13 +01:00