- 14 Apr, 2014 - 1 commit
-
-
Eskil Abrahamsen Blomfeldt authored
Code is borrowed from qmake to escape and quote arguments passed to shell tools as needed. Task-number: QTBUG-38249 Change-Id: I4932df3963b0c1706374b4ba78c5e23c8e3304d2 Reviewed-by:
Christian Stromme <christian.stromme@digia.com>
-
- 09 Apr, 2014 - 3 commits
-
-
Kai Koehne authored
Use code inspired by objdump / pfd library to decide whether a MinGW PE file is a debug build, or not. Task-number: QTBUG-38160 Change-Id: If6b6136238eb7962a948ea7168fb3a8f8f87e323 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Luigi Toscano authored
Exclamation marks should usually be avoided in message strings (even in error messages). See also: http://qt-project.org/wiki/UI_Text_Conventions and other HIG guidelines. Change-Id: I0a4cc7c03cf64b130a2b32c1d77143e80e3e4024 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Karsten Heimrich <karsten.heimrich@digia.com>
-
Friedemann Kleint authored
Task-number: QTBUG-38203 Change-Id: I0c099f5a6af15234bc21ec757f3e710de2841d20 Reviewed-by:
Andrew Knight <andrew.knight@digia.com> Reviewed-by:
Oliver Wolff <oliver.wolff@digia.com>
-
- 08 Apr, 2014 - 1 commit
-
-
Andrew Knight authored
To ease packaging shaders, the following command line options are added: - list-source: List the shader sources - list-binary: List the shader binaries - qrc: Output in QRC format instead of a list Change-Id: I2041523c25f940e3ced23ca32d347807babcade7 Reviewed-by:
Oliver Wolff <oliver.wolff@digia.com>
-
- 07 Apr, 2014 - 2 commits
-
-
Oswald Buddenhagen authored
Change-Id: I76c0628551cef19719c73d84ad69b94db43064c7 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Friedemann Kleint authored
GLES1 was removed by qtbase a4ec90175c76ce35688acc06cdf93e9cab886223 . Change-Id: I6d07ac6e2f2e51c41876dc383aef77ce57f76128 Reviewed-by:
Simon Hausmann <simon.hausmann@digia.com>
-
- 03 Apr, 2014 - 1 commit
-
-
Friedemann Kleint authored
For MSVC, add the redistributable installers. For MinGW, add the runtime libraries. Task-number: QTBUG-28766 Change-Id: Ia1a32d14d8a924ab72cd6fc1ef87f4fd8d9454f2 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 01 Apr, 2014 - 2 commits
-
-
Andrew Knight authored
This was mistakenly returning false in all cases. Change-Id: Ib3d9c41529d5cda960e59b2412e809bed74ec4ca Reviewed-by:
Oliver Wolff <oliver.wolff@digia.com>
-
Andrew Knight authored
This is required in order for a proper argv[0] to be available when ImageParams is used. Change-Id: I3b3151303d5ff764113a000f1a02c94e7b4e5db9 Reviewed-by:
Oliver Wolff <oliver.wolff@digia.com>
-
- 31 Mar, 2014 - 3 commits
-
-
Andrew Knight authored
This is no longer necessary for WinRT 8.1, because d3dcompiler_qt links directly to the d3dcompiler. Change-Id: Ic1d1261e9d16290ca7d4c2c5305d04092674333e Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Maurice Kalinowski <maurice.kalinowski@digia.com>
-
Oliver Wolff authored
The mapping file might contain paths having slashes as well as backslashes as separators. When looking for the manifest file in this list the kind of separators used should not matter. Change-Id: I80e36f3bc4d3f80c34291bfa845b345f5638f88d Reviewed-by:
Andrew Knight <andrew.knight@digia.com>
-
Maurice Kalinowski authored
Those two have been missing so far from the list and got skipped, causing runtime errors. Change-Id: Ib32171ca20fe34b39aa93d53f18cb0ce0197b57c Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 28 Mar, 2014 - 1 commit
-
-
Friedemann Kleint authored
Change-Id: I4cb3086a998112c035733c447a3687fc4441887b Reviewed-by:
Sergio Ahumada <sahumada@blackberry.com>
-
- 27 Mar, 2014 - 1 commit
-
-
Friedemann Kleint authored
Change-Id: I1aa99b483c1cc4accba185bfdee12397af617e50 Reviewed-by:
Nico Vertriest <nico.vertriest@digia.com> Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
-
- 26 Mar, 2014 - 1 commit
-
-
Morten Johan Sørvig authored
Support incrementally re-deploying to an existing app bundle. Overwrite files that already exist in the bundle. Disable the "Can not find Qt" warning. Skip plugin deployment if Qt can not be found. Remove usages of the Qt4-style binary packages from /Developer. Task-number: QTBUG-36043 Change-Id: I11d1e36e6beef24b55979fc4d853e19b60551740 Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
- 25 Mar, 2014 - 2 commits
-
-
Daniel Molkentin authored
Change-Id: I3696d4f6bb237f9bee15f86ef68cce48ee388942 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Stephen Kelly <stephen.kelly@kdab.com>
-
Friedemann Kleint authored
Task-number: QTBUG-37643 Change-Id: I8c17dc02e8d6c17c88dde24454f09dba76f32148 Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com> Reviewed-by:
Topi Reiniö <topi.reinio@digia.com> Reviewed-by:
Karsten Heimrich <karsten.heimrich@digia.com>
-
- 24 Mar, 2014 - 4 commits
-
-
Andrew Knight authored
This adds another HRESULT_FACILITY to the conmanui whitelist, and adds fallback to qt_error_string if the string is not found. Change-Id: Ib4dddeca5cf5ba76e3c7fc5254f85e5a6949febe Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com> Reviewed-by:
Oliver Wolff <oliver.wolff@digia.com>
-
Friedemann Kleint authored
Broken by 1ebfb744 . Only printRequested() should be excluded. Change-Id: I3c94aa62c469fc0cf32b7cbc8740aee3aeead6c2 Reviewed-by:
Mitch Curtis <mitch.curtis@digia.com>
-
Morten Johan Sørvig authored
Change-Id: Ifa387592ec4bb39e860b8a62f19ffcbcaf4a22f3 Reviewed-by:
Morten Johan Sørvig <morten.sorvig@digia.com>
-
Friedemann Kleint authored
Task-number: QTBUG-37643 Task-number: QTBUG-37649 Change-Id: I4c41e971d2656753d4249a2690101fc510f5e193 Reviewed-by:
Topi Reiniö <topi.reinio@digia.com>
-
- 21 Mar, 2014 - 2 commits
-
-
Morten Johan Sørvig authored
The source binaries might be read-only, and the permissions are carried over by the copy. This would cause failures in later steps like running install_name_tool. Check the target permissions after copying and set the writable bit if necessary. Task-number: QTBUG-23454 Change-Id: I6a84a31be2431f386fa64ad94f7bd9be0cd69639 Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
Friedemann Kleint authored
Change-Id: I4207cb72b3d5b124e6607e8cc4f3c4943e6a4cb3 Reviewed-by:
Laszlo Agocs <laszlo.agocs@digia.com>
-
- 20 Mar, 2014 - 5 commits
-
-
Friedemann Kleint authored
qtdiag is a command line tool that prints information about the Qt version and the graphics configuration. Its output can be used for CI logs and customer bug reports. The code originally was in the manual test qpainfo and has been turned into a function returning a QString which can potentially be used in GUI applications as well. Change-Id: Ic19b6064307eefa67ced7c551a09140b985a89cf Reviewed-by:
Laszlo Agocs <laszlo.agocs@digia.com> Reviewed-by:
Lars Knoll <lars.knoll@digia.com>
-
Joerg Bornemann authored
On install, winrtrunner will check the app's dependencies, look for them in the directory of the extension SDKs and install them automatically for the current user. Task-number: QTBUG-37598 Change-Id: I5639491ee47af16618279245eed4dd94e61f58f9 Reviewed-by:
Oliver Wolff <oliver.wolff@digia.com>
-
Joerg Bornemann authored
Introducing the macros CHECK_RESULT and CHECK_RESULT_FATAL to condense the error checking code blocks into one line each. Change-Id: I485d21534c44f75d23e465ae6a6f048b6f255c52 Reviewed-by:
Andrew Knight <andrew.knight@digia.com> Reviewed-by:
Oliver Wolff <oliver.wolff@digia.com>
-
Joerg Bornemann authored
Change-Id: Ia75e2dbda53229691b4d4bc58b2b4dec1f083256 Reviewed-by:
Andrew Knight <andrew.knight@digia.com>
-
Joerg Bornemann authored
Change-Id: I9b56594b65a545ea98e033ec57788f51cfd6695d Reviewed-by:
Andrew Knight <andrew.knight@digia.com>
-
- 19 Mar, 2014 - 2 commits
-
-
Friedemann Kleint authored
Add it as a known module such that it gets an option to enable/disable it and the name matching works for all multimedia modules. Task-number: QTBUG-37576 Change-Id: Iba6a0bd32ad9676d47d20d6a3d75fdb4c1772bcf Reviewed-by:
Mitch Curtis <mitch.curtis@digia.com> Reviewed-by:
Andrew Knight <andrew.knight@digia.com>
-
David Schulz authored
Added an option that automatically enables debugging for a package with a provided debugger. An additinal winrtrunner option was introduced to pass arguments to the debugger. Change-Id: I55dbc809d26748674e5633f3eb31e7a4b8963655 Reviewed-by:
Andrew Knight <andrew.knight@digia.com> Reviewed-by:
Oliver Wolff <oliver.wolff@digia.com>
-
- 18 Mar, 2014 - 5 commits
-
-
Friedemann Kleint authored
Handle the case of it being PropertySheetStringValue. Task-number: QTBUG-37602 Change-Id: Iff54d6409ffabf48406fcfec96289848a42b3e55 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com>
-
BogDan Vatra authored
Change-Id: I0591cba588e2b5ed1fc29aaf32fb40e6ee0cd97d Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
Andrew Knight authored
The service should sleep in all situations where it intends to try a task on the next loop iteration. This was missing in two cases in the Xap handler. Change-Id: Id32ac66d64e0702fdb00cedd2fc78355d6bd0587 Reviewed-by:
Oliver Wolff <oliver.wolff@digia.com>
-
Andrew Knight authored
When local (Appx) app runs with -qdevel, it writes all debug messages to shared memory. This change allows winrtrunner to retrieve and relay this output to the user. All debug messages are printed with the logging category "qt.winrtrunner.app" to differientate them from winrtrunner's own output. Change-Id: I5a42d33680b75c00624147152a09a4ed9031e33c Reviewed-by:
Oliver Wolff <oliver.wolff@digia.com>
-
Andrew Knight authored
This is no longer necessary, as d3dcompiler_qt no longer relies on a control file. Change-Id: I689afaf02f30adc3d733aa6fa47bd96c85f8459b Reviewed-by:
Oliver Wolff <oliver.wolff@digia.com>
-
- 17 Mar, 2014 - 2 commits
-
-
Stephen Kelly authored
Use a patch similar to qtbase/v5.2.0-alpha1~74^2^2~38 (Fix usr-move workaround in the presence of multi-arch., 2013-08-30) to include the appropriate calculation. Task-number: QTBUG-36673 Change-Id: Iea0b6c64c5959d7d6dfce922c41031183c1c23d9 Reviewed-by:
Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> Reviewed-by:
Stephen Kelly <stephen.kelly@kdab.com>
-
Friedemann Kleint authored
Change-Id: I54f9a114650dce691881f3395bbef4cd05dc6634 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
- 15 Mar, 2014 - 2 commits
-
-
Friedemann Kleint authored
Change-Id: Ie0f87232db5eeab4b2f3c36cd5e209fce727a40d Reviewed-by:
Laszlo Agocs <laszlo.agocs@digia.com> Reviewed-by:
Lars Knoll <lars.knoll@digia.com>
-
Andrew Knight authored
To avoid conflicts with multiple services running in tandem, create a lock mutex and prevent starting multiple instances. Change-Id: I0b1eede3947d8baafa309ffd8e214029a4b79bc5 Reviewed-by:
Oliver Wolff <oliver.wolff@digia.com>
-