Commit Graph

940 Commits

Author SHA1 Message Date
Dmitry Degtyarev
673c3c1dee lower qtquick version
to support p9 because qtquick version is capped at 5.12(2.12) there
2024-09-30 09:58:36 +04:00
kevl
e90c207bce 1.0.4-alt1
- Download dialog: Fix visual problems where text elements
  would sometimes overlap each other.
- Misc: Use software rendering on Windows. Fixes app
  sometimes failing to launch due to hardware rendering.
- Misc: Fix non-English languages in Windows installer.
- Misc: Fix window icon.
2022-06-01 14:32:44 +04:00
kevl
ca45150718 update changelog 2022-06-01 14:31:40 +04:00
kevl
ecbcd0526d enable software rendering on windows
to fix graphical problems on windows 7
closes #35
2022-05-27 12:14:48 +04:00
kevl
95e5bd3cde fix layout in download dialog
layout problems were caused by AdwaitaComboBox used for drive combo
layout of text elements was broken with text elements overlapping
\ each other and/or being placed in wrong positions
2022-05-26 16:06:00 +04:00
kevl
9e496efdcd fix installer language
on russian windows, text installer used incorrect characters
2022-05-25 15:57:38 +04:00
Dmitry Degtyarev
7b28274f5a set window icon 2022-04-28 17:27:18 +04:00
Dmitry Degtyarev
e858b01765 1.0.3-alt1
- Restore dialog: Fixed untranslated text on first page.
2022-04-22 10:37:21 +04:00
Dmitry Degtyarev
cc343ce11a update changelog 2022-04-22 10:37:06 +04:00
Dmitry Degtyarev
bbbe2e5a23 update translation .qm file 2022-04-22 10:35:08 +04:00
Dmitry Degtyarev
6dd0d5691e 1.0.2-alt1
- Writing: Restored previously removed "MD5 check after
  writing" feature. This feature was originally removed
  in version 0.6.0.
- Writing: Added warnings for cases where "MD5 check
  after writing" is not possible.
- Restore dialog: Fixed a visual bug where if the app was
  launched in Russian, text didn't word wrap correctly
  and leaked into other dialog pages.
- Misc: Fixed a visual bug where notification bar for
  restoration was not sized properly for contents on
  some languages/systems.
- Image details: Fixed links in image description text
  not opening in browser.
2022-04-21 11:11:37 +04:00
Dmitry Degtyarev
0838547812 add changelog for 1.0.2 2022-04-21 10:24:26 +04:00
Dmitry Degtyarev
f57480a6f6 update translation 2022-04-21 10:13:29 +04:00
Dmitry Degtyarev
cdf8b2e7ae fix restore notification height
add units file from fedora's upstream
replace pixel sizes with units
2022-04-20 18:02:27 +04:00
Dmitry Degtyarev
7c8217caa4 fix visual problems in restore dialog
fix text from previous "page" leaking into next one
fix progress bar being off center if text is too long
\ which happened due to translated strings being longer
remove sliding page transitions
replace conditional states with qml states
2022-04-20 13:11:18 +04:00
Dmitry Degtyarev
b996d59340
Merge pull request #30 from altlinux/restore-md5-check-after-write
Restore md5 check after write
2022-04-18 12:20:58 +04:00
Dmitry Degtyarev
a181341c10 improve comment 2022-04-18 12:10:52 +04:00
Dmitry Degtyarev
d4106bac50 add states for verifying to gui 2022-04-18 12:02:23 +04:00
Dmitry Degtyarev
b79df2a9e3 use Qt crypto for md5 check after write
remove md5.c
2022-04-15 16:41:18 +04:00
Dmitry Degtyarev
34e882772e fix restore dialog title 2022-04-14 16:42:29 +04:00
Dmitry Degtyarev
4778c721d2 fix writejob on windows 2022-04-14 16:31:00 +04:00
Dmitry Degtyarev
cbe20b2c72 remove unneeded quotes in text 2022-04-14 16:30:39 +04:00
Dmitry Degtyarev
ffdc29ff45 fix links not opening from image description 2022-04-14 16:03:46 +04:00
Dmitry Degtyarev
534aa496de warn when verification isn't possible
when image is compressed
when no md5sum was found, due to download failure or because
\ image is custom
2022-04-14 15:42:21 +04:00
Dmitry Degtyarev
9de3f47118 Revert "don't do md5 check after write"
This reverts commit f60b00f840.
also fix delayed write asking for password after download and
\ before writing
2022-04-14 15:32:18 +04:00
Dmitry Degtyarev
39550a405c add debug msg about md5 check success 2022-04-14 13:01:17 +04:00
Dmitry Degtyarev
25d7a2d3e8 use md5sum downloaded at startup in ImageDownload
remove downloading of md5sum after image download
pass md5sum through Variant
inline checkMd5()
2022-04-14 12:37:40 +04:00
Dmitry Degtyarev
83e6733a14 download md5sum together with metadata
save md5sum's into variant
2022-04-14 12:08:09 +04:00
Dmitry Degtyarev
3780d3055a Revert "remove libcheckisomd5"
This reverts commit 523805f1d2.
2022-04-14 10:46:16 +04:00
Dmitry Degtyarev
64c099001e 1.0.1-alt1
- 1.0.1 (See CHANGELOG.txt for details)
2022-04-13 12:04:18 +04:00
Dmitry Degtyarev
c5e47f2965 update changelog 2022-04-13 12:03:54 +04:00
Dmitry Degtyarev
9105aca755 fix problem with drives not being displayed
bug was created in refactoring commits, because during
\ initialization m_provider was overwritten to nullptr
also m_size was overwritten to 0
also, moved m_provider so that it's after other member
\ initializations for correct order
2022-04-13 11:29:42 +04:00
Dmitry Degtyarev
7fb3d83a28 1.0.0-alt1
- 1.0.0 (See CHANGELOG.txt for details)
2022-04-12 12:30:39 +04:00
Dmitry Degtyarev
ae4134d1f7 update changelog 2022-04-12 12:30:39 +04:00
Dmitry Degtyarev
54578daadb add note about tags 2022-04-12 12:30:02 +04:00
Dmitry Degtyarev
e100af1dc8 fix application vars
fix domain
fix app name
add comment about why app display name is not set
2022-04-12 12:30:02 +04:00
Dmitry Degtyarev
70ba99a80d change org name
so that .conf location is the same as for other basealt programs
2022-04-12 12:30:02 +04:00
Dmitry Degtyarev
4e90ef1059 update copyright year 2022-04-12 12:30:02 +04:00
Dmitry Degtyarev
2f9681fdb9 update changelog 2022-04-12 12:30:02 +04:00
Dmitry Degtyarev
be5dd388fb remove dates from changelog 2022-04-12 12:30:02 +04:00
Dmitry Degtyarev
7e72b8677b remove built-in metadata urls 2022-04-12 12:30:02 +04:00
Dmitry Degtyarev
d1a1734e07 add downloading of metadata urls
add backup host too
2022-04-12 12:30:02 +04:00
Dmitry Degtyarev
c21e9cd535 make metadata download slot a member f-n 2022-04-12 12:30:02 +04:00
Dmitry Degtyarev
9ffd0c4b06 add NetworkReplyGroup
to handle groups of network replies
will need to reuse this code in multiple places for downloading
\ metadata urls
2022-04-12 12:30:02 +04:00
Dmitry Degtyarev
3b66dc4cfc Revert "rework file_type_from_filename()"
This reverts commit a109f30c83.
revert because commit creates multiple problems
1. incorrect handling of ".tar"/"recovery.tar" case
2. incorrect handling of images with "." in name part, not
\ just the suffix
2022-04-12 12:30:02 +04:00
Dmitry Degtyarev
7299412cd1 fix compilation on windows
made typos during refactor
2022-04-12 12:30:02 +04:00
Dmitry Degtyarev
0e92c603e7 use references in for loops 2022-04-12 12:30:02 +04:00
Dmitry Degtyarev
72a4f8f49b improve arg names 2022-04-12 12:30:02 +04:00
Dmitry Degtyarev
e929d22eb6 make most args const
also pass more args by reference
2022-04-12 12:30:02 +04:00
Dmitry Degtyarev
bf4b74cdfb move member init to ctor
from headers
hash init has to remain in member init list
2022-04-12 12:30:02 +04:00