summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QtOpenGL: use nullary version of qRegisterMetaType<T>("T")Marc Mutz2012-07-251-1/+5
* Split the QGuiVariant test from the Core one.Stephen Kelly2012-07-2554-402/+667
* Make sure that unknown types use the handler for unknown types.Stephen Kelly2012-07-251-2/+2
* Use a large core type for the QVariant::setValue test.Stephen Kelly2012-07-251-2/+4
* Make qRegisterMetaType constexpr for built-in types.Stephen Kelly2012-07-252-1/+31
* Don't make the CMake file generation dependent on DESTDIR.Stephen Kelly2012-07-251-1/+1
* QNX: Remove mouse events synthetized from touch eventsKevin Ottens2012-07-241-17/+0
* QtDBus: use qMetaTypeId<T>() instead of qRegisterMetaType<T>("T")Marc Mutz2012-07-245-10/+25
* QAbstractNativeEventFilter: document return valueDavid Faure2012-07-241-0/+4
* remove support for rvct_linker config from MinGW generator againOswald Buddenhagen2012-07-241-11/+3
* $$QMAKE_LIBDIR contents belong into $(LIBS), not $(LFLAGS)Oswald Buddenhagen2012-07-241-3/+3
* do not run findLibraries() over QMAKE_LFLAGSOswald Buddenhagen2012-07-241-2/+2
* dispose of MSVCPROJ_LIBSOswald Buddenhagen2012-07-247-39/+15
* remove apparently pointless call to findLibraries()Oswald Buddenhagen2012-07-241-1/+0
* Remove obsolete or commented use of Q_DECLARE_METATYPE.Stephen Kelly2012-07-249-26/+0
* Remove obsolete TODO.Stephen Kelly2012-07-241-1/+0
* Propagate synthesized mouse events in parallel (lock-step) with touchKevin Ottens2012-07-244-13/+264
* Replace old typedefs with their built-in equivalents.Stephen Kelly2012-07-241-4/+2
* Fix typo pallete -> palette.Stephen Kelly2012-07-241-2/+2
* QAbstractItemView: don't qRegisterMetaType<QModelIndex>Marc Mutz2012-07-244-23/+0
* Add tests of the various testlib definition possibilities.Stephen Kelly2012-07-248-0/+206
* Remove the unnecessary qdebug.h includes in the QPoint(F) testsLaszlo Papp2012-07-242-2/+0
* Provide access to (dis)connectNotify() from other objects.Thomas McGuire2012-07-241-0/+15
* QtConcurrentFilter: remove unused typedef (GCC 4.8 warning)Marc Mutz2012-07-241-1/+0
* Remove winEventFilter, replaced with installNativeEventFilter.David Faure2012-07-247-63/+8
* Remove usage of deprecated qWaitForWindowShown in dialog tests.Friedemann Kleint2012-07-245-32/+34
* Correct QDomDocument documentation re deletion of internal objects.Mitch Curtis2012-07-231-1/+1
* Fix q_check_ptr typo in QtGlobal documentation.Mitch Curtis2012-07-231-1/+1
* Replace Q_REGISTER_METATYPE in QAbstractSocket::stateChanged doc.Mitch Curtis2012-07-231-1/+1
* Correct QLineEdit::inputMask documentation.Mitch Curtis2012-07-231-2/+1
* More qHash(T, uint) supportGiuseppe D'Angelo2012-07-236-53/+94
* Move the windows locale codec into it's own fileLars Knoll2012-07-234-217/+330
* Add basic backingstore implementation to kmsLaszlo Agocs2012-07-232-4/+130
* Clarify ambiguous sentence in QVariant::toBool() documentation.Mitch Curtis2012-07-231-2/+2
* If the GL driver is singlebuffered, reflect that in QSurfaceFormatJan-Arve Saether2012-07-231-2/+1
* If swapBehavior is TripleBuffer, set WGL_DOUBLE_BUFFER_ARB to TRUEJan-Arve Saether2012-07-231-1/+1
* WindowSystemInterface::sendWindowSystemEvents(): Remove unused parameter.Friedemann Kleint2012-07-2310-51/+20
* Improve the loading performance of QLibrarySean Harmer2012-07-233-33/+80
* XCB: Record the OpenGL profile in the formatSean Harmer2012-07-231-0/+1
* QNX: Use new native event filtering apiSean Harmer2012-07-232-1/+4
* Quote the SONAME properly.Stephen Kelly2012-07-231-1/+1
* QPaintBuffer: use the nullary version of qRegisterMetaTypeStreamOperators()Marc Mutz2012-07-231-4/+2
* QStyleFactory: remove unused typedef (GCC 4.8 warning)Marc Mutz2012-07-231-1/+0
* Split QWidgetsVariant tests into a separate testcase.Stephen Kelly2012-07-238-218/+514
* Create CMake files conditionally on the internal_module CONFIG option.Stephen Kelly2012-07-232-8/+2
* QTBUG-26296, dock widget movingJames Turner2012-07-236-11/+156
* Add the CMake directory created during unit testing to .gitignore.Stephen Kelly2012-07-231-0/+1
* Exclude the delayed resource file test on Windows.Stephen Kelly2012-07-231-1/+5
* Add a test for all QtBase modules.Stephen Kelly2012-07-233-0/+123
* Logging: Simplify message handler logic for windowsKai Koehne2012-07-212-67/+13