4
1
mirror of https://github.com/QuasarApp/CQtDeployer.git synced 2025-05-10 16:39:35 +00:00

1702 Commits

Author SHA1 Message Date
303922ea5b ref "added support of the calc hash sum" 2021-05-20 11:42:18 +03:00
5acd532b6f
Merge pull request from QuasarApp/task_559
Make deb packages independent
2021-05-19 18:00:18 +03:00
f37f00c45e fix shortcuts creation script 2021-05-19 17:00:58 +03:00
940417d0b3 ref make independet debian pacakge. 2021-05-19 16:06:36 +03:00
d0aa03a7ff
Merge pull request from QuasarApp/unicode
Force sets utf-8 format for the deploy qifw tempaltes
2021-05-19 08:56:49 +03:00
694dff5756 force sets utf-8 format for the deplouy qifw tempaltes 2021-05-18 15:55:58 +03:00
2528d84d27
Merge pull request from QuasarApp/task_588
Fix extraData pathes.
2021-05-18 09:45:44 +03:00
5d1eb3b093 fix 2021-05-17 18:02:07 +03:00
15dabf6b2d
Merge pull request from QuasarApp/fixIconOption
Fix icon option
2021-05-17 17:13:01 +03:00
bb9e2d38a2 ref "disable fix of the qt 5.15.2 for the qt 5.15.0" 2021-05-17 13:28:52 +03:00
fdc05aa7d3
Merge pull request from QuasarApp/task_444
Fix installer widgets size
2021-05-17 12:03:07 +03:00
59fa85c48f fix installer widgets size 2021-05-17 11:45:23 +03:00
e522d1a896
Merge pull request from QuasarApp/task_581
Remove quotes from the environment path
2021-05-17 10:49:00 +03:00
Mozi
d014102fb1
Merge PR
Remove dependency of the qif package
2021-05-16 17:53:56 +08:00
5b94048a67
Update Deploy/configparser.cpp
Co-authored-by: Mozi <29089388+pzhlkj6612@users.noreply.github.com>
2021-05-14 15:51:11 +03:00
1a80dbb423 added internal error message 2021-05-14 15:36:25 +03:00
83efae20c9 added more logs 2021-05-13 11:06:52 +03:00
8fc04768a6 Merge branch 'v1.5' into fixIconOption 2021-05-12 16:23:07 +03:00
11f24b6693 fix icon option 2021-05-12 16:21:59 +03:00
64d8e9e7ec
Merge pull request from QuasarApp/oldQIFW
Add support of old qt installer frameweorks
2021-05-12 16:19:24 +03:00
f9b25b270c ref "enable by default QIF pacakge " 2021-05-07 16:34:58 +03:00
64bfd5159b added log of the packing commnad 2021-05-07 16:12:05 +03:00
1893ee6615 ref "removed qif dependency" 2021-05-07 15:53:15 +03:00
5a0d8f4332 added support for old version Qt Installer Frameworks 2021-05-07 15:43:23 +03:00
9dd5da5121 ref "added quotes to test.pri" 2021-05-03 17:21:04 +03:00
caea0406ad ref "remove quotes from the envirement path (cqtDir and cqtdeployer) windows only" 2021-05-03 17:07:05 +03:00
7fda866df7
Merge pull request from QuasarApp/logs
Fix log behavior
2021-05-03 16:07:42 +03:00
Mozi
b0e6fe3796
Apply suggestions from code review
Ref: https://github.com/QuasarApp/CQtDeployer/pull/578#discussion_r624593687 in https://github.com/QuasarApp/CQtDeployer/pull/578#pullrequestreview-646698110

Co-authored-by: Andrei Yankovich <EndrIIMail@gmail.com>
2021-05-03 18:50:10 +08:00
e86858a808
Apply suggestions from code review
Co-authored-by: Mozi <29089388+pzhlkj6612@users.noreply.github.com>
2021-05-03 12:18:49 +03:00
6559129c92
Apply suggestions from code review
Co-authored-by: Mozi <29089388+pzhlkj6612@users.noreply.github.com>
2021-05-02 20:46:21 +03:00
204d617dec
Apply suggestions from code review 2021-05-02 20:10:01 +03:00
89028ed5ad
Apply suggestions from code review
Co-authored-by: Mozi <29089388+pzhlkj6612@users.noreply.github.com>
2021-05-02 12:19:16 +03:00
b37d6c33e2
Update Deploy/packing.cpp
Co-authored-by: Mozi <29089388+pzhlkj6612@users.noreply.github.com>
2021-05-02 11:43:46 +03:00
0fe12ae6e9 mark some messages as a debug 2021-05-01 12:19:31 +03:00
9072cd6c1f version 1.5.0.31 2021-05-01 10:35:56 +03:00
Mozi
6ee0b67e58
Merge PR
v1.5: make the 32-bit MinGW build to work by adding some dlls
2021-05-01 09:34:06 +08:00
af06b1854c fix logs 2021-05-01 00:31:15 +03:00
Mozi
d99e6f411c test!: add sspicli, cryptbase to x86 testSystemLib
Not a real fix, just want to pass the test.

These two dlls are dependencies of MPR.dll.

Currently, CQtDeployer cannot find and copy these two delay-loaded dlls
  on 64-bit Windows. This seems to be a bug in pe-parse.
2021-04-30 22:55:03 +08:00
ae6c0ac064 fix builds after update quasarapplib 2021-04-30 12:40:33 +03:00
e85f0ff4bf fix log behavior 2021-04-30 12:07:18 +03:00
Mozi
a2ff64d9c0 fix: add libgcc_s_dw2-1.dll for MinGW i686
For Qt MinGW, the error handling method between i686 and x86_64 is
  different. dwarf-2 is used in i686 and seh is used in x86_64.
  libgcc_s_dw2-1.dll is used by dwarf-2 and libgcc_s_seh-1.dll is used
  by seh.

For now, I think we shouldn't care about the duplication of the dll
  files in different functions. It has nothing to do with this commit.
2021-04-30 14:48:56 +08:00
4cff55eadc
Merge pull request from QuasarApp/v1.5beta
CQtDeployer 1.5 beta.
2021-04-29 17:52:59 +03:00
5b5d45f7f8 Merge branch 'v1.5beta' of github.com:QuasarApp/CQtDeployer into v1.5beta 2021-04-28 12:00:06 +03:00
d2ef118c93 Merge branch 'v1.5' into v1.5beta 2021-04-28 11:59:44 +03:00
e82d510ec0
Merge pull request from kartaris/kartaris/mispell_fixes
Fixed mispells
2021-04-28 11:57:52 +03:00
kartaris
87cc974c10
Fixed mispells
(cherry picked from commit dd29182442c34d78676c637f2bb9878b7b2a3c20)
2021-04-28 11:15:32 +03:00
066a1beee0
Merge pull request from QuasarApp/task_575
Use call method in bat files for console applications
2021-04-22 12:44:15 +03:00
bde75052b0 fix linux build 2021-04-22 12:28:44 +03:00
c0da613aa0 v1.5.0.30 2021-04-22 12:26:11 +03:00
18adb3359e fix windows tests 2021-04-22 12:23:50 +03:00