Commit Graph

946 Commits

Author SHA1 Message Date
Dmitry Degtyarev
3703622653 0.4.7-alt1
- Added more filters to file dialog (closes: 39017)
- Add missing image types
- Show image type name instead of description in image details
2020-10-01 15:38:13 +04:00
Dmitry Degtyarev
c12836baf9 rework image types
id enum and type members can't get out of sync now
make type instance store only the id
move type name and abbreviation into functions
remove description, display name instead
generate image type from url instead of getting it from yml field
add missing image types
add all image types in custom image's file dialog filters
2020-10-01 15:32:47 +04:00
Dmitry Degtyarev
2d447c25ad 0.4.6-alt1
- Added p9-kworkstation release (closes: 38804).
- Fixed "Delete downloaded image?" button showing for local
  images (closes: 38803).
- Improved asset update process
  + Only need to edit app.qrc now.
  + Match assets dir structure with getalt's.
  + Add assets/UPDATING.md with instructions.
- Fixed "Board is unknown" messages.
2020-09-16 13:40:35 +04:00
Dmitry Degtyarev
4d9573bd9b downgrade board from class to string
only was a class to translate in a very backwards way
and new board types weren't translated anyway
can translate better if needed
now new boards won't need changes in source
2020-09-16 13:33:16 +04:00
Dmitry Degtyarev
4071023133 add starterkits img to qrc 2020-09-16 13:13:19 +04:00
Dmitry Degtyarev
c4128ce521 update UPDATING.md
fix qrc
2020-09-16 13:12:17 +04:00
Dmitry Degtyarev
85b4c3366a load all releases present in sections files
don't need to specify release names in metadata.yml
bring getalt_images_location back into code as a define
delete metadata.yml
2020-09-16 13:02:57 +04:00
Dmitry Degtyarev
882141f3bc update to match newest getalt
rename server logo alias
2020-09-15 19:17:08 +04:00
Dmitry Degtyarev
82abd752d2 fix getReleaseImagesFiles 2020-09-15 19:14:37 +04:00
Dmitry Degtyarev
5a0a55a6b3 add file list 2020-09-15 19:12:22 +04:00
Dmitry Degtyarev
bf1a772f67 add assets/UPDATING.md
rename logos asset prefix to logo
2020-09-15 19:10:28 +04:00
Dmitry Degtyarev
3f6182366c browse qrc dir to get file names 2020-09-15 19:05:22 +04:00
Dmitry Degtyarev
38f52775d0 improve qrc
add prefixes
add all getalt images
update names
2020-09-15 18:46:36 +04:00
Dmitry Degtyarev
88244bf30b add misssing logos 2020-09-15 18:31:17 +04:00
Dmitry Degtyarev
68806ff570 match getalt asset dir structure
improve naming
2020-09-15 18:30:49 +04:00
Dmitry Degtyarev
674e432968 improve names
in metadata and Release class
2020-09-15 17:54:09 +04:00
Dmitry Degtyarev
91db91f368 rename Release member variant to name 2020-09-15 17:40:16 +04:00
Dmitry Degtyarev
6a4c86c136 rename Release member name to displayName 2020-09-15 17:36:06 +04:00
Dmitry Degtyarev
85b36a2cfd create metadata.yml
contains lists of codenames, section names, releases and images url
2020-09-15 17:17:26 +04:00
Dmitry Degtyarev
78bc7ffd91 hide "delete image" button for custom images 2020-09-15 14:54:35 +04:00
Dmitry Degtyarev
2bac9b9476 0.4.5-alt1
- Fixed searching releases in Russian (closes: 38478)
2020-05-22 11:45:21 +04:00
Dmitry Degtyarev
5590d10927 filter releases by name instead of variant
fixes filter/search in Russian
2020-05-22 11:40:46 +04:00
Dmitry Degtyarev
044275da93 0.4.4-alt1
- Added qt5-quickcontrols requirement (closes: 38072)
- Updated BuildRequires according to gear-buildreq output
- Changed make to %make_build
2020-05-01 13:16:24 +04:00
Dmitry Degtyarev
8293f7633a change BuildRequires to output of gear-buildreq
change make to %make_build (for -j option)
add qt5-quickcontrols requirement
2020-04-30 13:47:10 +04:00
Dmitry Degtyarev
ee1d24ced5 0.4.3-alt1
- Add missing SSL dll's to windows build
2020-04-15 12:48:58 +04:00
Dmitry Degtyarev
a0f991d970 add libssl-1_1 libcrypto-1_1 dlls to windows build 2020-04-15 08:44:29 +04:00
Dmitry Degtyarev
3c99a9b861 add more clean up during windows build
again, for version embedding
2020-04-15 12:03:22 +04:00
Dmitry Degtyarev
39569d9cca 0.4.2-alt1
- Removed build instructions from README
- Fixed Unknown architecture text going outside button
2020-04-15 11:26:15 +04:00
Dmitry Degtyarev
9cb4296485 change make to faster version 2020-04-15 11:21:14 +04:00
Dmitry Degtyarev
72095b30ee remove build instructions from README.md
to avoid confusion
all info is in build scripts now
2020-04-15 10:52:33 +04:00
Dmitry Degtyarev
a45a5c10f6 shorten "Unknown architecture" to fit button 2020-04-15 10:47:21 +04:00
Dmitry Degtyarev
5263e90178 0.4.1-alt1
- Fixed incorrect encoding of Russian text on Windows
- Improved Windows build.sh so that latest version is displayed
- Fixed MD5 check failing on large files on some 32bit platforms
2020-04-15 10:40:52 +04:00
Dmitry Degtyarev
2eba9b1c4b shorten find/delete command 2020-04-15 10:32:01 +04:00
Dmitry Degtyarev
a6da4b894b fix version not updating on win build
clear makefiles and executables before build so that version gets
embedded correctly
qmake>qmakes typo
2020-04-14 12:31:47 +04:00
Dmitry Degtyarev
32f579a2f6 Symply > Simply 2020-04-14 14:02:20 +04:00
Dmitry Degtyarev
bc999833a2 set correct codec when loading yml's 2020-04-14 13:58:30 +04:00
Dmitry Degtyarev
0b63ab2067 remind user to install dependencies before build
in windows build.sh
2020-04-10 14:16:29 +04:00
Dmitry Degtyarev
1d862093e7 display md5 sums on md5check error
(only for the check after downloading)
2020-04-10 13:07:54 +04:00
Dmitry Degtyarev
251b93d845 fix md5 check failing on large files with 32bit
change lseek to lseek64, since lseek hits a size limit
2020-04-10 12:55:53 +04:00
Dmitry Degtyarev
18c7ee8ef8 update getaltImagesLocation 2020-04-10 12:51:52 +04:00
Dmitry Degtyarev
974cf33ada 0.4.0-alt1
- Changed metadata and image assets to yaml files from getalt.org
- Turned off md5 check for compressed images
- Added Simply variant
- Added Live releases to some variants
2020-04-08 14:31:52 +04:00
Dmitry Degtyarev
86a12a66fb update p9-simply links 2020-04-08 14:12:42 +04:00
Dmitry Degtyarev
ecff3a0a81 virii 2020-04-08 14:12:42 +04:00
Dmitry Degtyarev
d0cf6506cd Update 3-community.yml 2020-04-08 14:12:42 +04:00
Evgeny Sinelnikov
7679002498 Sync with getalt by support new board types 2020-04-08 14:12:42 +04:00
Evgeny Sinelnikov
9b457e65aa Update simply yml images 2020-04-08 14:12:42 +04:00
Evgeny Sinelnikov
f01c6028d2 Update simply yml section asset 2020-04-08 14:12:42 +04:00
Dmitry Degtyarev
7d76b15725 update getalt images website 2020-04-07 14:08:12 +04:00
Dmitry Degtyarev
a137bdc93e add Live board types 2020-04-07 13:33:01 +04:00
Dmitry Degtyarev
440545223b update yml assets 2020-04-07 13:14:42 +04:00