- 09 Sep, 2015 - 1 commit
-
-
Friedemann Kleint authored
Change-Id: I9802b8215ae1f149f5e76896de9b0eec71fa09a5 Reviewed-by:
Oliver Wolff <oliver.wolff@theqtcompany.com>
-
- 19 Aug, 2015 - 1 commit
-
-
Liang Qi authored
Change-Id: I0bb8aed8125f001a25cfb6485760f480f5324b7e
-
- 13 Aug, 2015 - 1 commit
-
-
Thiago Macieira authored
LGPLv3 refers to it but does not include it in its body. Change-Id: Ib056b47dde3341ef9a52ffff13eed18cf3504738 Reviewed-by:
Lars Knoll <lars.knoll@theqtcompany.com>
-
- 30 Jul, 2015 - 1 commit
-
-
Eric Lemanissier authored
Commit 66e1ecc2 broke the compilation with MinGW64 4.0 and above. The work-around for mingw-w64 bug #464 must be applied to all MinGW versions that are affected. Change-Id: Ie6665d076dc1e38e459ae3c9cc51202b4a12e736 Reviewed-by:
Oliver Wolff <oliver.wolff@theqtcompany.com>
-
- 29 Jun, 2015 - 1 commit
-
-
Oswald Buddenhagen authored
Change-Id: I025b5c65994b999b35b04fb51c2bd9587f74012b
-
- 26 Jun, 2015 - 1 commit
-
-
Liang Qi authored
Change-Id: I9c088036dd897e8457ba9e5ab266ad7c5b084bea
-
- 23 Jun, 2015 - 2 commits
-
-
Joerg Bornemann authored
Commit 7dffc4f4 broke the compilation with MinGW64 3.1 and above. The work-around for mingw-w64 bug #464 must only applied to MinGW versions that are affected. Task-number: QTBUG-46712 Change-Id: I62bda4db361d15849fa071d0acaee72254d34bd6 Reviewed-by:
Oliver Wolff <oliver.wolff@theqtcompany.com>
-
Friedemann Kleint authored
load(qt_parts) causes the inclusion of src, tools etc but on non-win32 platforms (and wince and winrt) we have to add the src subdirectory anyways in order to create the doc target. Task-number: QTBUG-46712 Change-Id: I51cf4050fed744c844acc8ff4fe5f5f1d8c32d1a Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
- 16 Jun, 2015 - 1 commit
-
-
Friedemann Kleint authored
vtable-stubs inherit QAxObject and can thus not be copied. When using qRegisterMetaType<> on them, cryptic error messages are generated: src/activeqt/container/qaxobject.h(58) : error C2248: 'QObject::QObject' : cannot access private member declared in class 'QObject' src/corelib/kernel/qobject.h(275) : see declaration of 'QObject::QObject' include\qtcore\../../src/corelib/kernel/qobject.h(96) : see declaration of 'QObject' To fix this, extract a list of the stubs at the beginning and suppress the generation of qRegisterMetaType<> for them. When writing out the class declaration, explicitly disable copy for them to make error messages clearer. Task-number: QTBUG-27792 Change-Id: Ia538a68864f3621234c1aab366b097ded881e859 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
- 09 Jun, 2015 - 1 commit
-
-
Friedemann Kleint authored
produces: /**************************************************************************** ** ** Namespace TestLib generated by dumpcpp v5.5.0 using ** dumpcpp -o test Test.tlb ** from the type library Test.tlb ** ****************************************************************************/ Task-number: QTBUG-27792 Change-Id: I22ef45c424f07ae89e2cbae1d8c05686b0646c5c Reviewed-by:
Andy Shaw <andy.shaw@theqtcompany.com>
-
- 02 Jun, 2015 - 1 commit
-
-
Friedemann Kleint authored
Change-Id: I4f9beb32feff7e177b69fe2c2f058992ce095f86 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
- 29 May, 2015 - 1 commit
-
-
Venugopal Shivashankar authored
Except one, all the example documentation are missing an image. Task-number: QTBUG-41996 Change-Id: Ib72dbf239810e66a60841a1ba1395e6fbcb3e8fe Reviewed-by:
Martin Smith <martin.smith@digia.com> Reviewed-by:
Topi Reiniö <topi.reinio@digia.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
- 25 May, 2015 - 1 commit
-
-
Liang Qi authored
Conflicts: .qmake.conf Change-Id: Iaf1281a9b6fc851362c42621fc4109536da88058
-
- 19 May, 2015 - 1 commit
-
-
Friedemann Kleint authored
QMetaMethod::methodSignature() produces for an invokable slot with array type parameters (void foo(const char p1[10],int p2)): foo(const char[10],int) Split off the array specification and append it to the parameter name. Task-number: QTBUG-46177 Change-Id: I58670570357472f6f5b7fcf0e841d3b7cb4189c8 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
- 18 May, 2015 - 1 commit
-
-
Liang Qi authored
Change-Id: I1e9993873a52dfe59adcb5479e131495854b17be
-
- 05 May, 2015 - 1 commit
-
-
Friedemann Kleint authored
Release IOleControl before IOleObject from which it was obtained. Task-number: QTBUG-45937 Change-Id: I3add7dc6e6c62172b71d36126e2a0ce86b28da5e Reviewed-by:
Andy Shaw <andy.shaw@theqtcompany.com>
-
- 23 Apr, 2015 - 2 commits
-
-
Friedemann Kleint authored
- IAxServerBase inherits IUnknown which does not have a virtual destructor. - QAxFactory::metaObject(const QString &) hides QObject::metaObject() (false positive). Task-number: QTBUG-45666 Change-Id: I8d1e69903ba6edde84ae9d4b64ee2e6088efad8b Reviewed-by:
Andy Shaw <andy.shaw@digia.com>
-
Friedemann Kleint authored
Silence warning by MinGW: qtactiveqt\src\activeqt\container\qaxscript.cpp:143: warning: deleting object of polymorphic class type 'QAxScriptSite' which has non-virtual destructor might cause undefined behavior [-Wdelete-non-virtual-dtor] Task-number: QTBUG-45022 Change-Id: I5f221a953e44c3977ba633b999223fd4aa014666 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
- 22 Apr, 2015 - 2 commits
-
-
Joerg Bornemann authored
[ChangeLog][ActiveQt] Enabled QAxScript on MinGW. Change-Id: I90b56b02d1c90fada512e725aa6f498861a118f2 Task-number: QTBUG-45022 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
-
Friedemann Kleint authored
Change-Id: Ic05f2312e3dbbc011a5a5a5b34403cd0c452eef3 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
- 20 Apr, 2015 - 2 commits
-
-
Friedemann Kleint authored
Silence warnings by MinGW for QAxServerAggregate, QAxSignalVec, QAxConnection, QClassFactory: warning: deleting object of polymorphic class type '...' which has non-virtual destructor might cause undefined behavior [-Wdelete-non-virtual-dtor] Task-number: QTBUG-45666 Change-Id: Id610094014699b95cba46119658da1b5005ff554 Reviewed-by:
Andy Shaw <andy.shaw@digia.com>
-
Oswald Buddenhagen authored
Change-Id: I5d966e253003bd32caaf61ea7f22d36acf57f6f2
-
- 17 Apr, 2015 - 2 commits
-
-
Kai Koehne authored
qaxtypefunctions.h uses IUnknown as base class, which causes warnings on MinGW due to not having a virtual destructor: qaxtypefunctions.h:57:8: error: base class 'struct IUnknown' has accessible non-virtual destructor [-Werror=non-virtual-dtor] struct IAxServerBase : public IUnknown QAxFactory hides the declaration of metaObject() in QObject: qobjectdefs.h:158:32: error: 'virtual const QMetaObject* QObject::metaObject() const' was hidden [-Werror=overloaded-virtual] virtual const QMetaObject *metaObject() const; \ ^ qaxfactory.h:68:32: error: by 'virtual const QMetaObject* QAxFactory::metaObject(const QString&) const' [-Werror=overloaded-virtual] virtual const QMetaObject *metaObject(const QString &key) const = 0; ^ Task-number: QTBUG-45666 Change-Id: I9cdf275a1c74950d66c19e025918b8416f94d9ca Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
-
Friedemann Kleint authored
Add missing include qt_windows.h, required for qtbase/ 6668f5becfb8fcb6d10e42495c6ea5cdba2d15c5. Change-Id: I8e9ea48e950b210579cfc523fafea84300aaca22 Reviewed-by:
Thiago Macieira <thiago.macieira@intel.com> Reviewed-by:
Andy Shaw <andy.shaw@digia.com>
-
- 15 Apr, 2015 - 1 commit
-
-
Liang Qi authored
Conflicts: qtactiveqt.pro Change-Id: Ie6deaadc8cf69e111a0ae7ebef420b4f47e3b9a3
-
- 24 Mar, 2015 - 3 commits
-
-
Friedemann Kleint authored
qtactiveqt/src/activeqt/control/qaxfactory.cpp:540: warning: Can't link to 'QAxFactory::QAXCLASS()' qtactiveqt/examples/activeqt/comapp/doc/src/comapp.qdoc:28: warning: Can't link to 'QApplication::quit()' Change-Id: I900d29cfb0d25352357385a77ff6198b31dc7a95 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
Friedemann Kleint authored
Introduce a macro for POD type conversion and add char, short and float. Remove the type coercion branch which is dead in Qt 5 since QVariant::nameToType() always returns a valid type for char, short and float. Add autotest. Task-number: QTBUG-45057 Change-Id: If3684d229a653c51b67015a7ef0c4631ead64a94 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Friedemann Kleint authored
Task-number: QTBUG-45057 Change-Id: Ic14b48d3cb453a46ee73a7398f27e59fbc05d757 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
- 20 Mar, 2015 - 2 commits
-
-
Friedemann Kleint authored
Change-Id: I525b8d52d149e67449a061f138ac338a064eb93b Task-number: QTBUG-45057 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Friedemann Kleint authored
Add special handling to QAxBase::internalInvoke() to pass them as QVariant of type IDispatch** and prevent the return value from being released in the cleanup. Known issue: The variable of type IDispatch * to receive the return value needs to be initialized to 0, otherwise crashes occur within Invoke(). Task-number: QTBUG-44048 Change-Id: I158f136f66384b420315a5522107030f21d6c441 Reviewed-by:
Andy Shaw <andy.shaw@digia.com>
-
- 18 Mar, 2015 - 1 commit
-
-
Alex Blasche authored
The qmake guards were completely wrong. The wince code was removed from the source base but qmake was never told to exclude wince from the build. Backport of same change from 5.5 branch Change-Id: I515c828231d02c3e2016a3a2283d1961ecde8701 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
-
- 17 Mar, 2015 - 3 commits
-
-
Friedemann Kleint authored
It does not make sense to register the server examples on the CI since the registration step is slow and bound to fail if for example the QPA plugin fails to load in headless environments. Detect the CI environment by checking on the environment variable JENKINS_HOME and turn off the axserver post link step accordingly. Change-Id: I59e8170f071504ee2b141b8a38b594d5bac734c6 Reviewed-by:
Andy Shaw <andy.shaw@digia.com>
-
Friedemann Kleint authored
Fix %ul -> %lu for unsigned long. Add hex output. Change-Id: Ib109b641abe48e11c8603cfc86735279a5c3c14b Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Frederik Gladhorn authored
Change-Id: I9ca14dbd9e5d4c192a223a20cfa3a0fd75f20fb7
-
- 16 Mar, 2015 - 1 commit
-
-
Friedemann Kleint authored
Change-Id: I6b3d4e143f6f592428cec05933bb260f941d3a7b Reviewed-by:
Andy Shaw <andy.shaw@digia.com>
-
- 03 Mar, 2015 - 1 commit
-
-
Frederik Gladhorn authored
Change-Id: Ifd323d19d2f8d9f58098f904fe44321327fa9bc8
-
- 23 Feb, 2015 - 1 commit
-
-
Nico Vertriest authored
Task-number: QTBUG-43810 Change-Id: Ide165158a226beb731e9d300df57b142cf456d5d Reviewed-by:
Martin Smith <martin.smith@digia.com>
-
- 16 Feb, 2015 - 1 commit
-
-
Jani Heikkinen authored
Change-Id: Ifb2d18d57602260546cc8a29af221298442575ac Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
-
- 13 Feb, 2015 - 1 commit
-
-
Frederik Gladhorn authored
Change-Id: Ibe92491d7059eb9af7fd7df8a5c5b07ef78f6ac7
-
- 11 Feb, 2015 - 1 commit
-
-
Jani Heikkinen authored
Qt copyrights are now in The Qt Company, so we could update the source code headers accordingly. In the same go we should also fix the links to point to qt.io. Change-Id: I2febb46d711c51eeb08f13418a4fc15ab0502f1a Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
-