calamares/src/modules/packagechooser
Adriaan de Groot 9e1b8622f2 [packagechooser] Replace smartClip() with just-do-it
QLabel allows scaling of the Pixmap by itself, and we have a
FixedAspectRatioLabel that scales a pixmap nicely. Use that.
(The new label type needed to be introduced to designer)

The screenshot should expand more agressively, so that it
does not get margins -- that just leave space around the
name and description -- when the window expands. Adjust some
of the stretching and layout in the UI file.
2021-10-29 13:15:07 +02:00
..
images REUSE: (GPL-3.0-or-later) C++ modules 2020-08-26 02:22:49 +02:00
CMakeLists.txt Modules: clean up linking 2021-07-26 15:04:43 +02:00
Config.cpp [packagechooser] Remove 'id' configuration setting 2021-09-03 23:59:11 +02:00
Config.h [packagechooser] Remove 'id' configuration setting 2021-09-03 23:59:11 +02:00
ItemAppData.cpp REUSE: Giant boilerplate cleanup 2020-08-26 02:28:38 +02:00
ItemAppData.h REUSE: Giant boilerplate cleanup 2020-08-26 02:28:38 +02:00
ItemAppStream.cpp [packagechooser] Restore (renamed) include that is needed after all 2021-09-08 11:26:21 +02:00
ItemAppStream.h REUSE: Giant boilerplate cleanup 2020-08-26 02:28:38 +02:00
packagechooser.conf [packagechooser] Look for screenshots in more places. 2021-10-26 16:08:20 +02:00
packagechooser.qrc [packagechooser] Remove bogus images 2019-08-07 11:57:02 +02:00
PackageChooserPage.cpp [packagechooser] Replace smartClip() with just-do-it 2021-10-29 13:15:07 +02:00
PackageChooserPage.h [packagechooser] Add install-method to pick *packages* module 2021-04-16 14:53:13 +02:00
PackageChooserViewStep.cpp [packagechooser] Sanitize includes 2021-04-24 17:41:51 +02:00
PackageChooserViewStep.h [packagechooser] Introduce a Config object 2021-04-16 13:24:51 +02:00
PackageModel.cpp [packagechooser] Look for screenshots in more places. 2021-10-26 16:08:20 +02:00
PackageModel.h [packagechooser] Add getters for the *packages* members to the model 2021-04-17 14:36:33 +02:00
page_package.ui [packagechooser] Replace smartClip() with just-do-it 2021-10-29 13:15:07 +02:00
Tests.cpp [packagechooser] Sanitize includes 2021-04-24 17:41:51 +02:00
Tests.h REUSE: Giant boilerplate cleanup 2020-08-26 02:28:38 +02:00