- May 22, 2023
-
-
Floris Bos authored
-
Floris Bos authored
If set(ZLIB_INCLUDE_PATH value) is called without setting cache, and find_package(zlib) is called twice, the second call fails. Behavior described here: https://gitlab.kitware.com/cmake/cmake/-/issues/21343 It seems that the new libcurl version also calls find_package(zlib) so the second call by libarchive fails. And without zlib support handling .zip files that use deflate compression does not work. Only affected Windows, because we are only using a bundled zlib there. On Linux system libarchive and system zlib is used. On Mac OS X bundled libarchive, but system zlib is used. Ref #586
-
Floris Bos authored
- winsock2.h should be included before windows.h - QProcess::execute('name') -> QProcess::execute('name', args);
-
- May 21, 2023
-
-
Floris Bos authored
-
Floris Bos authored
Appearently wlanapi.dll (which we use to borrow the wlan password from the computer running Imager) is not always present on the server editions of Windows, so only load it if it exists. Ref #584
-
- May 18, 2023
-
-
maxnet authored
rpi-imager_ko: add message for 'unmounting drive'
-
Floris Bos authored
Prevents buttons overflowing the dialog box when German language translation is used. (Issue reported on forum)
- May 11, 2023
-
-
Floris Bos authored
-
maxnet authored
-
- Apr 13, 2023
-
-
Ruffalo Lavoisier authored
-
- Mar 30, 2023
-
-
Floris Bos authored
Otherwise it may still be doing it during ejection, resulting in read IO errors in dmesg, which are harmless by themselves but may confuse users. Also tell udisks2 not to analyze disk by setting 'HintAuto' property on BlockDevice object to 'false'
-
- Mar 24, 2023
-
-
Floris Bos authored
-
Floris Bos authored
-
maxnet authored
Add Russian translation
-
maxnet authored
Add on top left after program name program version
-
Floris Bos authored
mountutils lacks implemention of ejecting storage on Linux. Add that to our own code (not to mountutils as it is hard to do DBus calls from there).
-
Floris Bos authored
By request. When prompted if previous settings should be applied, offer a "no" button that only applies this time, and does not clear settings.
-
Floris Bos authored
Update bundled libcurl. Only used on Windows. On Linux and OSX we use system libraries.
-
Floris Bos authored
We are only cherry picking the C++ files from the drivelist and mountutils dependencies and are not using the node.js stuff that lives inside same directories. package.json (that is not being used) mentions node dependencies with version numbers that contain known vulnerabilties and that seems to make some uncomfortable. Delete files to avoid confusion. Closes #556
-
Floris Bos authored
Update various bundled dependencies to handle archive formats. (Only used on Windows and OSX. On Linux system libraries are used)
-
- Mar 22, 2023
-
-
Floris Bos authored
-
Floris Bos authored
Fixes customizing Homebridge image.
-
Floris Bos authored
Closes #568
-
- Mar 20, 2023
-
-
Floris Bos authored
-
Floris Bos authored
-
Floris Bos authored
In addition to replacing Qt5 with Qt6 in CMakeLists.txt two small changes to the code are needed to make things build on Qt 6 (which in turn is needed for Apple M1/M2 support). The cost of this change is that when building on Qt 5, at least version 5.14 is needed. Certain older but still used Linux distributions such as Ubuntu 10.04 LTS still use 5.12, so revert this commit if you are building on those...
-
- Mar 19, 2023
-
-
maxnet authored
fix: header import cstdint
-
Onuralp SEZER authored
Signed-off-by:
Onuralp SEZER <thunderbirdtr@fedoraproject.org>
-
- Mar 10, 2023
-
-
Floris Bos authored
- Reduce platform specific code in ImageWriter class, and move that to seperate classes. - Use API calls to get current SSID on Windows and Linux instead of launching command line utilities.
-
Floris Bos authored
QML text labels by default support a small subset of HTML formatting (e.g. <b> and <a href>) Disable this. Closes #564
-
- Mar 04, 2023
- Feb 02, 2023
-
-
OlesyaGerasimenko authored
-
- Jan 25, 2023
-
-
Floris Bos authored
Assuming unescaping standard XML entities is sufficient. (Skipping numerical unicode XML entities for now, as there is not a proper standardized way to represent non-ascii characters in a PSK anyway) Ref #541
-
maxnet authored
Update French localisation and fix some strings
-
- Dec 29, 2022
-
-
Nicolas Martignoni authored
-
Nicolas Martignoni authored
-
Nicolas Martignoni authored
-
- Nov 20, 2022
-
-
Floris Bos authored
When no more directory entries are available in the existing cluster(s) of a directory on FAT32, we allocate an extra cluster. Make sure to zero out that new cluster, as disk checking utilities may not stop reading when reaching an end of directory marker but read the rest of cluster as well. So there must not be any garbage data from a previously deleted file in the sector there. Also add checks to prevent getting in an endless loop on encoutering circular "next cluster" references.
-