summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAdriaan de Groot <groot@kde.org>2019-05-06 14:21:02 +0200
committerAdriaan de Groot <groot@kde.org>2019-05-06 14:30:53 +0200
commitf7494864becca1e16068457f81615b9c9fd7beca (patch)
treedfca7ca0ee0b2bdb5d2797ea6c42f881baca8241 /CHANGES
parentdc8cfd2fcef87198b06c5ff2462fd746d7a38c66 (diff)
[calamares] Tidying after fixing fit-text-in-sidepane
- Simplify delegate: unused m_parent, tidy up inheritance, then drop unnecessary custom constructor and extra Q_OBJECT macro. - Drop some unnecessary included headers - Drop single-use #define. APP was used in only one place; remove it (that would be stylistically correct, anyway). - Update copyright headers - Document new label-handling
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index beb545688..03d630654 100644
--- a/CHANGES
+++ b/CHANGES
@@ -14,6 +14,9 @@ This release contains contributions from (alphabetically by first name):
## Core ##
+ - The side-pane, which shows the list of steps that will be executed,
+ now tries to fit the text (name of each module) into the available space
+ by shrinking the font as needed. #1137
- *libcalamares* (accidentally) linked with Qt's GUI libraries when
PythonQt was found. This led to the odd situation where the non-GUI
Calamares library depends on a bunch of GUI libraries.