308 Commits

Author SHA1 Message Date
35784cc299 Merge branch 'v1.5' into task_558 2021-05-20 16:07:38 +03:00
2caac65d8f fix #558 added own getName from path method 2021-05-20 12:47:08 +03:00
303922ea5b ref #558 "added support of the calc hash sum" 2021-05-20 11:42:18 +03:00
5d1eb3b093 fix #588 2021-05-17 18:02:07 +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
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
bde75052b0 fix linux build 2021-04-22 12:28:44 +03:00
18adb3359e fix windows tests 2021-04-22 12:23:50 +03:00
0aee9cc1cf fix windows tests part 2 2021-04-22 11:14:33 +03:00
7944453cff fix some errors 2021-04-21 13:08:18 +03:00
ac892add92 fix syntax error 2021-04-20 22:38:51 +03:00
9d3608bcf1 ref #575 "use call for console applications in windows" 2021-04-20 20:43:22 +03:00
7b338212bd added binPrefix option 2021-04-20 14:19:05 +03:00
d076c35359
Merge pull request #569 from QuasarApp/disableShortcuts
Fix of getting default template.
2021-04-16 16:45:55 +03:00
fac4bd8d61 ref #567 fixed defaults templates 2021-04-16 15:05:46 +03:00
52656a9618 added more logs 2021-04-14 09:36:19 +03:00
00bf5d04ec added more logs 2021-04-13 18:15:29 +03:00
30c112a0bf fix tests 2021-04-13 15:55:06 +03:00
e3c69c6eff remove old code 2021-04-13 13:23:42 +03:00
844fcbfbc5 added new test cases
* test overrwriting files with qif option
* test overriding default templates (new documentation page)
2021-04-13 12:24:36 +03:00
bc1c0631e3 fix depricated method 2021-04-07 19:36:08 +03:00
624d8a12f1 remove depricated options 2021-03-30 11:27:51 +03:00
b218440401 Merge branch 'v1.4' into v1.5 2021-03-27 17:47:09 +03:00
601ea1c346 added test for qmldir parser
fix qml scaner tests (qt6)
2021-03-27 12:19:11 +03:00
bb5d66e573 ref #549 "added qmldir scanner" 2021-03-27 11:14:14 +03:00
ffcbd38ab8 fix windows tests 2021-03-03 17:48:53 +03:00
409184b602 fix extradata test 2021-03-03 17:24:26 +03:00
63dc47b296 Merge branch 'v1.5' of github.com:QuasarApp/CQtDeployer into v1.5 2021-03-03 16:59:14 +03:00
98ec69e5bc Merge branch 'v1.4' into v1.5 2021-03-03 16:25:48 +03:00
3f58c342c3 ref #549 "fix parsing of the virtual keyboard module" 2021-03-03 14:10:53 +03:00
11ca86e7cb added support icons for targets. 2021-02-26 20:24:06 +03:00
14c71a172a
Merge pull request #529 from QuasarApp/task_524
Added support of the control custom translation files.
2021-02-12 18:09:24 +03:00
3cb7ee820a fix #524 "added tr option for control custom translations " 2021-02-12 16:08:28 +03:00
Mozi
d419925855 refactor: semantically separate irrelevant tests
The two parts of the test before and after the removed directive "#else"
  are almost irrelevant. The one is to deploy system libs and libc on
  Linux, and the other is to deploy Qt libs and system libs on Windows.
2021-02-09 22:25:45 +08:00
0b1b36d7c2 Merge branch 'v1.5' into task_396 2021-02-08 10:23:58 +03:00
400847840d added more logs 2021-01-26 17:17:33 +03:00
cca1e4f6aa fix test 2021-01-26 16:30:03 +03:00
ac553864f2 fix tests 2021-01-26 13:40:04 +03:00
af142b6c35
Merge pull request #507 from QuasarApp/winLauncheer
Fix of a windows launcher
2021-01-22 19:36:10 +03:00
2b19f710f1 Fix of a windows launcher 2021-01-22 17:56:13 +03:00
ad84dfd922 ref #503 added scaner for general files 2021-01-22 10:05:20 +03:00
7234f0a12f fix tests 2021-01-19 14:33:36 +03:00
5b4fcfc76a fix #396 "move system libs into lib/systemLibs folder" 2021-01-11 19:21:27 +03:00
958d0dba8f Revert "fix #396 "move system libs into lib/systemLibs folder""
This reverts commit ff1fb00c6a77211c1c4d749dc3080a185f76c1d2.
2021-01-11 19:20:03 +03:00
ff1fb00c6a fix #396 "move system libs into lib/systemLibs folder" 2021-01-11 19:15:50 +03:00
c363a59fa5 ref #457 "fix windows test case " 2021-01-10 21:07:31 +03:00
7d91fa10d1 fix #457 "added option for extracting default templates" 2021-01-10 20:25:22 +03:00
5308b3ee28 ref #486 "fix test of the runScript option" 2021-01-09 19:11:03 +03:00
90fe836211 ref #486 fix typo mistake 2021-01-09 17:55:19 +03:00
03f3868c0d ref #486 "fix windows tests" 2021-01-09 17:33:34 +03:00