Albert Astals Cid
bc9da32708
Don't require KF5::IconThemes for Mobile
...
It just gives us a 48px = Large, so not worth to have that extra dependency for
that in my opinion
(cherry picked from commit ce8401e917 )
4 years ago
Albert Astals Cid
0d40301d50
Add a few definitions that will come with ECM 5.85
...
Better enforce them now, so that the work to port doesn't increase over
time
Not a super fan of this for regular applications, but oh well the ship
has sailed
4 years ago
Albert Astals Cid
252236d413
Port a few more QLinkedList to QList
...
We don't need the special properties of QLinkedList in any of those and
QLinkedList is deprecated, so move away from it
4 years ago
Albert Astals Cid
ce8401e917
Don't require KF5::IconThemes for Mobile
...
It just gives us a 48px = Large, so not worth to have that extra dependency for
that in my opinion
4 years ago
Albert Astals Cid
0741ef1838
Port away from more QLinkedLists
...
QLinkedList is gone from Qt6
The almost 1:1 port is std::list but we don't need iterator stability on
removal/insertion so just port to QList
4 years ago
Albert Astals Cid
6767b8739e
Port a few QLinkedList to QList
...
QLinkedList is deprecated in later Qt5 and gone in Qt6
The 1:1 port is std::list but in this cases all we ever do
is create the lists, push back to them, and pass then around
to be read, for that a QList is more than enough
4 years ago
Albert Astals Cid
ba35bbd9e6
emit -> Q_EMIT
...
A future ECM is going to force that on us, so do it early
4 years ago
Volker Krause
50d0703ae0
Enable readability-braces-around-statements
4 years ago
Albert Astals Cid
4cd6bfd30e
mobile: Add Signature Viewing UI
...
Move a few files from part/ to gui/ since they are also used by the
mobile/ frontend
4 years ago