From f7494864becca1e16068457f81615b9c9fd7beca Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Mon, 6 May 2019 14:21:02 +0200 Subject: [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 --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGES') 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. -- cgit v1.2.2