summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete QT_DLL and QT_NODLL usageMiikka Heikkinen2012-11-261-2/+2
* Provide missing documentation for QAxSelectMiikka Heikkinen2012-11-192-3/+30
* remove MODULE_*DIR assignmentsOswald Buddenhagen2012-11-011-4/+0
* follow qt_tool.prf now setting up DESTDIROswald Buddenhagen2012-11-011-2/+0
* Remove dependency on a generated ui header file in a public header fileAndy Shaw2012-10-312-20/+30
* Fix crash when handling WM_PAINT during COM operationsMiikka Heikkinen2012-10-261-0/+12
* Make ActiveQt libraries build both debug and release versionsMiikka Heikkinen2012-10-132-0/+6
* Remove redundent line as this is done after the loop anywayAndy Shaw2012-10-101-1/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2328-222/+222
* remove mentions of borland from project filesOswald Buddenhagen2012-09-181-1/+0
* Fix dumpcpp tool to work with revision 7 metaobject format.Miikka Heikkinen2012-09-122-22/+18
* Fix building of qtactiveqtjian liang2012-09-101-2/+2
* explicitly set VERSION for activeqt module version header creationOswald Buddenhagen2012-07-231-0/+1
* Port QtActiveQt to new native event filter system.Stephen Kelly2012-07-233-23/+24
* Remove use of qWinMsgHandler.Stephen Kelly2012-07-231-2/+0
* Change CONFIG += staticlib to CONFIG += staticThiago Macieira2012-07-112-2/+2
* Fix embedding ActiveQt servers based on native widgets like QGLWidgetMiikka Heikkinen2012-07-061-1/+17
* "export" idc for qtPrepareTool() useOswald Buddenhagen2012-07-061-7/+4
* Fix assert with when ActiveQt server changes status bar text.Miikka Heikkinen2012-07-051-3/+7
* Fix signals to COM events conversionMiikka Heikkinen2012-07-042-5/+5
* ActiveQt: Fix compiler warnings (g++).Friedemann Kleint2012-06-283-7/+12
* Fix rendering of QAxWidgetsMiikka Heikkinen2012-06-281-2/+4
* adjust to build system improvementsOswald Buddenhagen2012-06-203-20/+19
* fix idc build locationOswald Buddenhagen2012-06-192-2/+2
* Fix: Uninitialised variable causing allocation crash down the line.Bill King2012-06-191-1/+1
* Fix Windows build against qdatetime.h that uses min/maxSimon Hausmann2012-06-132-0/+3
* Fix embedded ActiveQt server window positioningMiikka Heikkinen2012-06-081-9/+9
* Fix IDL generation for struct type optional parametersMiikka Heikkinen2012-06-071-0/+2
* Remove a qDebug print that had been accidentally left in codeMiikka Heikkinen2012-06-071-1/+0
* Fix OLEColorToQColor()Miikka Heikkinen2012-05-221-11/+1
* Fixes to metaobject handlingMiikka Heikkinen2012-05-212-6/+10
* Adapt to _qpa file rename in qtbase.Girish Ramakrishnan2012-05-081-2/+2
* Port ActiveQt to QMetaMethod-based connectNotify()Kent Hansen2012-05-014-4/+4
* Addapt activeqt to the QMetaObject changeOlivier Goffart2012-04-253-10/+4
* Fix library link order for ActiveQtJonathan Liu2012-04-232-2/+2
* Port ActiveQt to meta-object revision 7Kent Hansen2012-04-186-215/+292
* Adapt to Qt5 meta-object changesKent Hansen2012-04-185-16/+16
* Fix the native event filter of QAxHostWidget.Friedemann Kleint2012-04-121-5/+8
* Compile fix after implementation of modality for QWindow.Friedemann Kleint2012-04-121-2/+17
* Update access level to staticMetaObject in QAxObject.Jędrzej Nowacki2012-03-221-0/+1
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-124-105/+105
* Use winId() to retrieve native window handle when necessary.jian liang2012-03-052-30/+17
* minor speed improvement to reference counting in qaxserverbase.cppjian liang2012-03-011-67/+30
* Make reference counting in activeQt container multi-processor safejian liang2012-03-013-24/+27
* Make sure we release IAdviseSink interfaceJian Liang2012-03-011-1/+2
* ActiveQt: Add support for setting properties by referenceJonathan Liu2012-02-201-9/+45
* Don't register user types as typedefs of void *João Abecasis2012-02-151-8/+5
* Don't register previously registered types as aliasesJoão Abecasis2012-02-155-34/+23
* Fix a crash when changeEvent() is called and there is no containerAndy Shaw2012-01-311-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3028-28/+28