- 05 May, 2017 - 1 commit
-
-
Friedemann Kleint authored
Change-Id: I9a009107dac3f723562a325ebb7f90e7ffe95595 Reviewed-by:
Maurice Kalinowski <maurice.kalinowski@qt.io>
-
- 27 Apr, 2017 - 2 commits
-
-
Andy Shaw authored
In 2faaec4e , optimizations were done to fix warnings as indicated by the Clang model. However the combining of the two ifs caused a problem as riid might still be equal to IID_IPropertyNotifySink and be the same as ciid. Therefore the check has to be the last one done to account for other possibilities first. Change-Id: I6a5f38beb723407b4bea8ab58c04ebbd1b900140 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io>
-
Jani Heikkinen authored
- Remove unused license files - Switch old LGPLv21 license headers with GPL-EXCEPT one Task-number: QTBUG-57147 Change-Id: I4c97cdcff6dfe3ed17d85d391bc700daa4f267a2 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by:
Lars Knoll <lars.knoll@qt.io>
-
- 04 Apr, 2017 - 1 commit
-
-
Friedemann Kleint authored
Task-number: QTBUG-59791 Change-Id: I1b7f6f9ca12f8e42166104512a85ddb55d0b8e28 Reviewed-by:
Oliver Wolff <oliver.wolff@qt.io>
-
- 10 Mar, 2017 - 1 commit
-
-
Liang Qi authored
Change-Id: Ia62c820c6b312288f2ec49a0e105c0bc6edad259
-
- 21 Feb, 2017 - 1 commit
-
-
Friedemann Kleint authored
Otherwise, crashes occur when accessing the arguments of QCoreApplication since the variable is passed by reference. Task-number: QTBUG-59047 Change-Id: I5cbeb86814ab048e6d815498484108e9dc828d0a Reviewed-by:
Andy Shaw <andy.shaw@qt.io>
-
- 26 Jan, 2017 - 1 commit
-
-
Liang Qi authored
Change-Id: I830b041ce2cc548459284a17fb382bcefd994fa1
-
- 24 Jan, 2017 - 2 commits
-
-
Liang Qi authored
Conflicts: .qmake.conf src/activeqt/control/qaxserverbase.cpp Change-Id: Ic47ed12f7acf788b923571d1e3515ececd986a19
-
Friedemann Kleint authored
Add wrapper.bat files and remove some suffixes and directories that are not relevant on Windows. Change-Id: I55fb523b968a57593117105625f52c66858e9a8a Reviewed-by:
Oliver Wolff <oliver.wolff@qt.io>
-
- 19 Jan, 2017 - 1 commit
-
-
Friedemann Kleint authored
Switch to debug log and point it out in message. Change-Id: I0809a1da0c6d5dab148705fae32004af0dc8e371 Reviewed-by:
Andy Shaw <andy.shaw@qt.io>
-
- 13 Jan, 2017 - 1 commit
-
-
Fredrik Orderud authored
[ChangeLog][ActiveQt] Out-of-process ActiveQt controls no longer silently discards unhandled SEH or C++ exceptions that would otherwise crash the application. Done to make crashes visible, simplify debugging and enable automatic crash dump generation through Windows error reporting. Recommended by Microsoft in https://msdn.microsoft.com/en-us/library/aa344211.aspx Change-Id: I76d8872a215551893e2423f412001cb8c404e370 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io>
-
- 11 Jan, 2017 - 3 commits
-
-
Friedemann Kleint authored
Add "About Qt" and "About Testcon" which displays Qt version and build. Change-Id: Iddedf0ccf4d1e753a9deb5812c3df482e5a2e480 Reviewed-by:
Joerg Bornemann <joerg.bornemann@qt.io>
-
Friedemann Kleint authored
No longer filter out duplicate CLSIDs and enable loading of 32 bit out-of-process controls. Change-Id: I1bddc717e81e6d16ee698e5b9c4ebcb10a8c048b Reviewed-by:
Joerg Bornemann <joerg.bornemann@qt.io>
-
Friedemann Kleint authored
- Add the root key. - Expand all environment variables. - Add a type enumeration for in/out of process controls. - Mark non-existent binaries red. Change-Id: I5671ea0d6f8e2fee1ca8da586e393e04efff5860 Reviewed-by:
Andy Shaw <andy.shaw@qt.io> Reviewed-by:
Joerg Bornemann <joerg.bornemann@qt.io>
-
- 10 Jan, 2017 - 1 commit
-
-
Friedemann Kleint authored
Use range based for. Change-Id: If91077be5bb13aa1447866c4243511db72d4f46c Reviewed-by:
Joerg Bornemann <joerg.bornemann@qt.io>
-
- 09 Jan, 2017 - 1 commit
-
-
Fredrik Orderud authored
As of today, crashing out-of-process controls are not cleaned up properly in the container. Also, an assertion failure is triggered when running in debug. ActiveQt should be hardened to more gracefully deal with out-of-process controls that crash without leaving the container in an inconsistent state. Change-Id: Ifa4d4375e7c811a72413abffe19731aad6be9ae9 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io>
-
- 03 Jan, 2017 - 1 commit
-
-
Oswald Buddenhagen authored
Change-Id: Ib0338b9ec9ae62a615d191002ecef59da14151c3
-
- 19 Dec, 2016 - 1 commit
-
-
Friedemann Kleint authored
Rewrite the command line processing to use QStrings constructed from the return value of CommandLineToArgvW(). This ensures that arguments with blanks are processed correctly and fixes the invocation of .exe targets with spaces via idc using the -dumpidl option and removes the dependency on the qWinMain() function exported from QtCore. Task-number: QTBUG-55332 Change-Id: I2d6cc11f2bff30027664707d03a75650d724a4f9 Reviewed-by:
Joerg Bornemann <joerg.bornemann@qt.io>
-
- 09 Dec, 2016 - 1 commit
-
-
Andy Shaw authored
Since scode is effectively an uint and not an unsigned short like wcode is then we should go with the bigger type to ensure it is not truncated. Change-Id: I6f1affea5a06371eb3c3a632c3ecb9578f6254e4 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io>
-
- 06 Dec, 2016 - 1 commit
-
-
Oswald Buddenhagen authored
Change-Id: If4643fd8442ccbc678ef6310d3718fd9acdef83d Reviewed-by:
Jake Petroules <jake.petroules@qt.io>
-
- 01 Dec, 2016 - 1 commit
-
-
Friedemann Kleint authored
Change-Id: I7ad475c2bd07ec113c7dfdba034d483294b31bd2 Reviewed-by:
Maurice Kalinowski <maurice.kalinowski@qt.io>
-
- 26 Nov, 2016 - 1 commit
-
-
Liang Qi authored
Change-Id: I80198f4338b8930811f65b56626ad3a0dda84b5b
-
- 24 Nov, 2016 - 1 commit
-
-
Liang Qi authored
Change-Id: I620c37cedab1d18fb6f78ee626f0bf96b0c5abea
-
- 05 Nov, 2016 - 1 commit
-
-
Oswald Buddenhagen authored
the CI obtains them from the qt5 super repo nowadays. Change-Id: Ibc463d79ac92b0fc5ab6cbf5f291eaf077b58a29 Reviewed-by:
Jędrzej Nowacki <jedrzej.nowacki@qt.io>
-
- 24 Oct, 2016 - 1 commit
-
-
Jani Heikkinen authored
Change-Id: I78ad0038581fea638e47387957169ba7dcf6b636 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io>
-
- 19 Oct, 2016 - 1 commit
-
-
Jørn Bersvendsen authored
When an ActiveQt server starts, it creates a QApplication and tries to mimic the behavior of QCoreApplication::exec(). However, when destroying the QApplication in qaxserverdll.cpp DllCanUnloadNow(), it now performs the same cleanup as QCoreApplication::exec(). This is a partial fix for QTBUG-56172. Task-number: QTBUG-56172 Change-Id: Ibf8c411f8a1534beee61a738be3fd414de73f0ad Reviewed-by:
Fredrik Orderud <forderud@gmail.com> Reviewed-by:
Andy Shaw <andy.shaw@qt.io> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io>
-
- 01 Oct, 2016 - 1 commit
-
-
Liang Qi authored
Change-Id: I41fbcae8340f30007455b596869be668b65ef0a7
-
- 23 Sep, 2016 - 2 commits
-
-
Liang Qi authored
Conflicts: src/tools/idc/main.cpp Change-Id: Id1b539313912cfc5a3e94d997761f0cc737f7024
-
Liang Qi authored
Because of 8a48d66da999d99dac4e9217542c5f954450ddb4 in qtbase, and we don't support Windows XP any more. Change-Id: Ic68e9ec1aaeb974959958aab1ae3c3a4814d561f Reviewed-by:
Andy Shaw <andy.shaw@qt.io> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io>
-
- 22 Sep, 2016 - 2 commits
-
-
Jørn Bersvendsen authored
Added a new ActiveQt example application. The application demonstrates the use of QML inside an ActiveQt control, running in-process. Change-Id: I47582cf7eda665ef70f8feccdb6ed1f9e126ab30 Reviewed-by:
Fredrik Orderud <forderud@gmail.com> Reviewed-by:
Andy Shaw <andy.shaw@qt.io> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io>
-
Friedemann Kleint authored
Replace no longer applicable CY by modern hyper type. Task-number: QTBUG-55900 Change-Id: I00c50aa2b630f8f47acf9b1d2241b950a4ae1722 Reviewed-by:
Fredrik Orderud <forderud@gmail.com> Reviewed-by:
Andy Shaw <andy.shaw@qt.io>
-
- 21 Sep, 2016 - 1 commit
-
-
Marc Mutz authored
Change-Id: I87e40e12957d3b50c690bd23d08524023079337c Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io>
-
- 18 Sep, 2016 - 1 commit
-
-
Liang Qi authored
Change-Id: Iac8c9e49fd96c80fff85277e02b7deb6a8a1b28e
-
- 16 Sep, 2016 - 2 commits
- 15 Sep, 2016 - 1 commit
-
-
Fredrik Orderud authored
The Windows COM runtime uses delay-unloading of unused COM DLLs, with a default delay of 10min. The new menu entry enables immediate unload of unused COM DLLs, thus avoiding the need to wait for 10min. This makes it easier to investigate DLL lifetime issues in ActiveX controls that would otherwise require a 10min wait after the control have been closed. Reference: https://msdn.microsoft.com/en-us/library/windows/desktop/ms678413.aspx Change-Id: I48ea7748cc3d976a912f050ccb54c2be4a86486e Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io>
-
- 01 Sep, 2016 - 1 commit
-
-
Friedemann Kleint authored
Change-Id: Iad025f4e6273c3f1602e32059ad0fea708e56433 Reviewed-by:
Karsten Heimrich <karsten.heimrich@qt.io>
-
- 29 Aug, 2016 - 1 commit
-
-
Oswald Buddenhagen authored
Change-Id: Ib74f4da5e4f571e9d1920879d13a4231dd5fa3bc
-
- 16 Aug, 2016 - 2 commits
-
-
Friedemann Kleint authored
Call quotePath() on the idlfile inside dumpIdl() when building the command to run for .exe files instead of quoting it before passing it to dumpIdl(). Task-number: QTBUG-55332 Change-Id: Iae934e960d94fe1f9b469ca57f9fba2c74ee108c Reviewed-by:
Karsten Heimrich <karsten.heimrich@qt.io>
-
Friedemann Kleint authored
Call LoadLibraryEx() with flags=0 in addition to get the LoadLibrary() behavior (search %PATH%). Amends change 824df695 . Task-number: QTBUG-55283 Change-Id: Ib10eea9f71677c877f5316b45562ed48d1cc31cb Reviewed-by:
Fredrik Orderud <forderud@gmail.com> Reviewed-by:
Oliver Wolff <oliver.wolff@qt.io>
-