- 04 Mar, 2014 - 8 commits
-
-
Andrew Knight authored
This argument is apparently a typo in the MSDN docs. It is not documented and not present in assembly of actual users of this API. This change corrects all the users of the API in qttools. Change-Id: I9cad60b3218a55271d805dad95cda4068aead21a Reviewed-by:
Oliver Wolff <oliver.wolff@digia.com>
-
Andrew Knight authored
This adds control over the logging level, as done in related tools winrtrunner and windeployqt. Change-Id: If8de677c4435bac55cbecafaaf60e642a36325a5 Reviewed-by:
Oliver Wolff <oliver.wolff@digia.com>
-
Andrew Knight authored
For emulator operations, exit the current worker thread if the emulator does not appear to be running. Change-Id: Icd2dff2fff92c172dbad2cd894cd11966c3472a1 Reviewed-by:
Oliver Wolff <oliver.wolff@digia.com>
-
Andrew Knight authored
When installing the service, administrative privileges are required, and the service user must be the logged-on user. This adds a self-elevation routine to the install/remove options, and requests the user's credentials using the native credentials UI. Change-Id: Ib21769dc62682bf7055a3c80b9becf224612835b Reviewed-by:
Oliver Wolff <oliver.wolff@digia.com>
-
Andrew Knight authored
This adds event triggers which allow for detecting when a device or emulator is activated. When a device comes online, it is checked for applications, and workers are created to monitor each application. This changes the behavior for device connections. Instead of retrying the connection repeatedly for 30 seconds, the worker returns after the first failure. This is acceptable, because the worker will automatically be reactivated when the device comes online. Change-Id: Idab622d85de314edd18fad8bf721cbae1c17ca75 Reviewed-by:
Oliver Wolff <oliver.wolff@digia.com>
-
Andrew Knight authored
This is useful for logging purposes, particularly in service mode where it is not possible to redirect the output. Change-Id: I965d58b1b375eb11844b486e50ccc645aa84baf5 Reviewed-by:
Oliver Wolff <oliver.wolff@digia.com>
-
Andrew Knight authored
Fix a number of bad error messages and make the formatting more consistent. Also correct the error ID structure that gets passed to the event log. Change-Id: Ia21b87b777e8b1bd456cb3ddde21054bb1051373 Reviewed-by:
Oliver Wolff <oliver.wolff@digia.com>
-
Andrew Knight authored
This moves qtd3dservice from a shared process to its own process. This is required to fix problems with accessing the emulators from multiple threads and to run qtd3dservice as the logged-on user. - The service process which provides a thread for each worker, and can add and remove workers as needed. - The same threading model is used in service and direct modes to reduce complexity and behavioral differences between modes. - Device handlers can be quit from the main thread by setting their run lock event. Change-Id: I8734348011a87f0f69549a11a45d70fe3a2df69d Reviewed-by:
Oliver Wolff <oliver.wolff@digia.com>
-
- 03 Mar, 2014 - 1 commit
-
-
Sergio Ahumada authored
Change-Id: I87fc653492fb5857d5ddcffad4cf762eacb5f364 Reviewed-by:
Marc Mutz <marc.mutz@kdab.com>
-
- 28 Feb, 2014 - 1 commit
-
-
Oliver Wolff authored
Change-Id: I5f1f3774ac81ea61406c6ef964fd189051ebe994 Reviewed-by:
David Schulz <david.schulz@digia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Karsten Heimrich <karsten.heimrich@digia.com>
-
- 27 Feb, 2014 - 2 commits
-
-
Eskil Abrahamsen Blomfeldt authored
There is a bug in "adb push" which makes it fail when the input directory ends with a slash on Windows. This made it impossible to use the debug deployment method on Windows. [ChangeLog][Android][androiddeployqt] Fixed debug deployment on Windows. Task-number: QTBUG-37028 Change-Id: I99bef5f2dc879cbd08dc0c7e6765395095b264cf Reviewed-by:
Paul Olav Tvete <paul.tvete@digia.com>
-
Oliver Wolff authored
If --debug or --release is used, findDependentQtLibraries should not change the isDebug value, so another variable was introduced. "detectedDebug" gives information about the detected debug state of the executable/library but this value might be ignored if --debug or --release was used. Change-Id: I2c6d4188179f30e17d054a6821e96071a6296207 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 25 Feb, 2014 - 1 commit
-
-
Andrew Knight authored
It isn't really useful unless your target is WinRT, in which case you can build winrtrunner with that version of Qt. Change-Id: Ifc2f80b0b8974e1d661894dac19d33b55f13ed7f Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 21 Feb, 2014 - 4 commits
-
-
Yoann Lopes authored
Features declared by Qt modules are not necessarily used by an app, so we mark them as unrequired. It's the responsibility of the developer to mark them as required if needed. Task-number: QTBUG-36921 Change-Id: Id0de248347d49c119bc9a1c37f4d0882065a1601 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
Friedemann Kleint authored
The feature is present in MSVC 2008 onwards. Fixes warnings when compiling with 32bit: main.cpp(97) : warning C4341: 'QtWebKitWidgetsModule' : signed value is out of range for enum constant Change-Id: I955c5c9f1ed6f1e94c95294e191cc36c5b668391 Reviewed-by:
Oliver Wolff <oliver.wolff@digia.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Eskil Abrahamsen Blomfeldt authored
To speed up listing files from assets, we pregenerate a file list which can be used to prepopulate the cache in the assets file engine. Task-number: QTBUG-33704 Change-Id: I6aee37725760e8f09db18b4d2169d723e7e25027 Reviewed-by:
Christian Stromme <christian.stromme@digia.com>
-
Andrew Knight authored
524375bc attempted to fix multithreaded access with a mutex, but that was not enough to handle access before the server was fully constructed. This partially reverts 524375bc and puts the initialization code into a separate function which can be checked to make sure the server is fully constructed before proceeding. The Q_DECLARE_PRIVATE macro is added for clarity and const-correctness. Change-Id: I0e87ee32e1b409f18b3c5fc4aab22d3c8a85cef8 Reviewed-by:
Oliver Wolff <oliver.wolff@digia.com>
-
- 20 Feb, 2014 - 1 commit
-
-
Andrew Knight authored
If waiting for the app to terminate, consider the app still running if it is suspending/suspended. Only stop when the app enters the terminated state. Change-Id: I3b56b77dd375fea0ea34e31d60d9a595b3fd7a65 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
- 19 Feb, 2014 - 3 commits
-
-
Joerg Bornemann authored
Added missing connect call in XapEngine::stop. Change-Id: I08ab5f63d65daded335d56d74a7fa835de2558e4 Reviewed-by:
Andrew Knight <andrew.knight@digia.com>
-
Andrew Knight authored
Some HRESULTs use 0x973 as the origin, so adding that to the error formatter corrects some error messages that would otherwise come across as "??". Change-Id: I1d8520088c37cda954a94b3bcd0d15504b7a0757 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Andrew Knight authored
The -qdevel argument allows winrtrunner to get the PID of the running application. If winrtrunner builds a package, it might as well have -qdevel in the arg list, because winrtrunner is likely to run it. The extra arg shouldn't affect normal applications and won't be present in packages built for the Windows Store anyway. Change-Id: I57c1e7b5eecbeff9c1660cfd1c2fd016e3daee06 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
- 17 Feb, 2014 - 1 commit
-
-
Andrew Knight authored
The server may be used from several threads at once during startup, so use a mutex to protect initialization and enumeration of devices. Change-Id: I6a6605ac80af3da7f330474146e2256418892e50 Reviewed-by:
Oliver Wolff <oliver.wolff@digia.com>
-
- 14 Feb, 2014 - 3 commits
-
-
Andrew Knight authored
This is a utility for monitoring and deploying D3D shader blobs requested by d3dcompiler_qt. It is designed as an on-demand service that runs while it is needed. It must be started manually via netsvc. The service may be started from the command line using the -direct option, or installed as a Windows service by passing the -install option. After it has been installed, one can use net start/stop to control the service. The service supports monitoring applications on the local machine or remote devices. To register an application for monitoring, call qtd3dservice -register <device_id>:<application_id>. The device ID can be an index, or the full device string name. For the local machine, use "local" or omit the device name. The application ID is the the product ID for XAP packages, or the package full name for Appx packages. An application can be removed from the monitor by passing -unregister with the same arguments as register. A list of registered applications can be retrieved with qtd3dservice -list. When the service is started, all registered applications will be monitored. If the device is disconnected, the service will try to connect for up to 30 seconds before giving up. Once the service has given up, it must be restarted (using net start). Therefore, it is important that "net start qtd3dservice" is configured as a deployment step. Change-Id: I0aac3a8548359602c5e3ada33ceaeb722ec3d3dc Reviewed-by:
Oliver Wolff <oliver.wolff@digia.com>
-
Oliver Wolff authored
In case of an x64 environment phone devices cannot be listed, but winrtrunner should not crash in this case. Change-Id: I6963e1c4f2dc73424fa7ebde13cbce759dfaabc4 Reviewed-by:
Andrew Knight <andrew.knight@digia.com>
-
Andrew Knight authored
The phone portions may not initialize on x64, but we can still let them build. Change-Id: I60f886a0662772547778a7130422104283fd39a1 Reviewed-by:
Oliver Wolff <oliver.wolff@digia.com>
-
- 13 Feb, 2014 - 3 commits
-
-
Frederik Gladhorn authored
-
Andrew Knight authored
Adds Windows Phone deployment support to winrtrunner. Access to Windows Phone devices is provided by the CoreCon API, a set of COM interfaces which are registered when installing the Windows Phone SDK. Change-Id: Iff2b2128e3925e6676697e81750c8060e1b8072d Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Andrew Knight authored
winrtrunner is a console application for launching WinRT Qt packages. It handles: - installing (registering) & removing the package - launching & terminating the app - fetching & dispaying test output for test cases It is designed to compile everywhere, as the platform-specific backends are left out where not supported. Currently it only has a backend for Appx packages, so MSVC2012/2013 is required. It may support other backends over time, such as Windows Phone and remote Appx, as well as any host SDK that gains support for deploying to these platforms. Done-with: Maurice Kalinowski <maurice.kalinowski@digia.com> Change-Id: I424c228435d8eb4608a1d1854106b9df69ca5f11 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Oliver Wolff <oliver.wolff@digia.com>
-
- 12 Feb, 2014 - 2 commits
-
-
Frederik Gladhorn authored
Change-Id: I70d45044c3dcb1e4da7ed9da377b77e6c0f9442b
-
Mitch Curtis authored
Change-Id: Iabc27ad9adb5597904c3d03a732c8fa84336f55c Reviewed-by:
Andrew Knight <andrew.knight@digia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 06 Feb, 2014 - 1 commit
-
-
Frederik Gladhorn authored
-
- 05 Feb, 2014 - 1 commit
-
-
Maurice Kalinowski authored
Change-Id: I836f33a231764efc341db4b35fbed46c94d92df0 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 03 Feb, 2014 - 1 commit
-
-
Frederik Gladhorn authored
Change-Id: I6d8fce7daab4dcfc9ffc93543dd0a1337a3f3c9d
-
- 31 Jan, 2014 - 3 commits
-
-
Bastiaan Veelo authored
Qt Assistant, when used as a custom help viewer, would not load all sizes of the application icon specified in the .qhcp file. Now application icons look good everywhere, provided the files contain multiple icons of various sizes. Task-number: QTBUG-28267 Change-Id: I362e2feafa7944b0ad25627fb2fcea1b90af4e53 Reviewed-by:
Thorbjørn Lund Martsum <tmartsum@gmail.com>
-
Kai Koehne authored
Commit 773dd01 in qtbase introduced a general mingw platform scope, which is cleaner and more flexible than matching the spec name. (see 278152fff for a similar commit in qtbase). Change-Id: Ia374dd565469750efed2b537e48c651fc3af8cb5 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Karsten Heimrich <karsten.heimrich@digia.com>
-
Kai Koehne authored
exception.prf takes care of all of this. Change-Id: I6d8ba116a425eecf94557bdd682ca58905e6263a Reviewed-by:
Karsten Heimrich <karsten.heimrich@digia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
- 30 Jan, 2014 - 4 commits
-
-
BogDan Vatra authored
Change-Id: I871aaa2488f2df0d6af5f51b3a37bc0e8bc8a1c3 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
BogDan Vatra authored
Starting with Qt 5.3 there is only one platform plugin. Change-Id: If0e88c8662c88b23fa2b714796684846e7c066ba Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
BogDan Vatra authored
Change-Id: I487cfd4fde5f77174ce4a0fc7bed7c75cb0ecebd Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
BogDan Vatra authored
Change-Id: I11d09940d28f13f1e1d9939ee46e2c321d8cb2a9 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-