Commit graph

13 commits

Author SHA1 Message Date
cmclark00
4240c0abf2 catching back up 2024-10-11 02:24:56 -04:00
Tom Dewey
49534d2f4b help: Don't infer the name
Inferring the name doesn't work on AppImage platforms, so instead refer to the project name
2024-09-26 13:31:26 +01:00
Tom Dewey
84c3b14ce9 cli: s/main/run
The MinGW64 build of Qt6 renames 'main' to 'qMain' to ensure its runtime is executed first.

This unfortunately fouls anything else called 'main', so rename the symbol to 'run'.
2024-09-11 17:12:48 +01:00
Tom Dewey
0743797996 QtQuick: Use 'Dense' variant of Material Design 3 theme 2024-09-11 17:12:48 +01:00
Tom Dewey
4b256fef3a qt6: Only apply explicit HiDpi scaling on older Qt
This flag is deprecated in Qt6
2024-09-11 17:12:48 +01:00
Floris Bos
8c9de2d78c Embedded: fix network detection 2024-01-15 00:16:43 +01:00
Tom Dewey
673b3c7a33 qml: move OS list fetch to backend
- Simple implementation of OS list fetching in backend
- Replace frontend OS list fetching by calls to backend
- OS list updates are brought in asynchronously, avoiding excessive UI
  blockage.
- "Erase" and "Custom" OS list options are always present, even in a
  no-internet scenario

Based-On: cillian64/rpi-imager/oslist_backend
2023-11-14 09:53:35 +00:00
Tom Dewey tom.dewey@raspberrypi.com
aaadbdb283 qml: Disable disk cache entirely
This is a compromised change. Essentially, I'm working around a
poorly-understood failure mode in Qt5, where the disk cache can
occasionally fail to invalidate, resulting in stale compiled units being
used.

This will increase application start times in favour of correctness.
2023-11-02 16:15:43 +00:00
Floris Bos
25a028ca58 Embedded: deal with vc4-kms supplying multiple /dev/dri devices 2023-10-16 22:15:55 +02:00
Floris Bos
152831e72f Fix clazy-range-loop-detachs and other clazy complaints 2022-07-26 23:20:14 +02:00
Floris Bos
93811dfdbd Only bundle Droid fallback font on Embedded edition
Normal Linux/Windows/Mac should have support for Asian fonts
themselves.
2022-03-24 20:04:24 +01:00
Floris Bos
c4cfcd0604 Embedded: fix font support for eastern countries 2022-02-21 17:47:06 +01:00
Floris Bos
033ff07abf Move source files to /src 2022-02-14 10:07:15 +01:00
Renamed from main.cpp (Browse further)