summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove Qt5 to-do remarkGatis Paeglis2012-07-251-1/+1
* fix syntax error in static plugin assembly codeOswald Buddenhagen2012-07-251-1/+1
* fix syntax error in breakpad supportOswald Buddenhagen2012-07-251-1/+1
* QObject: add a macro for conveniently setting the object nameMarc Mutz2012-07-253-8/+27
* Disable tty keyboard in kmsLaszlo Agocs2012-07-255-2/+150
* Fix keyboard input in kmsLaszlo Agocs2012-07-251-1/+3
* Update only dirty areas in kms backingstoreLaszlo Agocs2012-07-252-3/+36
* Create IMPORTED CMake targets for executables.Stephen Kelly2012-07-256-21/+80
* QDoc: Introduce a setting to include index nodes in QHP.Casper van Donderen2012-07-252-1/+3
* Correct status tips for Menus example.Mitch Curtis2012-07-251-1/+1
* Add ISO 8601 specification link to corelib's external-resources file.Mitch Curtis2012-07-251-0/+5
* QtWidgets: use nullary version of qRegisterMetaType<T>("T")Marc Mutz2012-07-253-2/+5
* Add QSignalSpy::wait() method.David Faure2012-07-255-5/+85
* Fix qmake hash function to use XORRafael Roquetto2012-07-252-3/+3
* Deprecate the qWaitForWindowShown(QWindow *) method.Friedemann Kleint2012-07-257-44/+43
* qdoc: Fixed incorrect href attribute values in qdocMartin Smith2012-07-2511-105/+99
* Fix typo in QMdiArea docsAli Akhtarzada2012-07-251-1/+1
* Document emission of commitDataRequest() signal in QApplication doc.Mitch Curtis2012-07-251-0/+4
* Correct reference to nonexistent Qt::QA_Window flag in documenation.Mitch Curtis2012-07-251-4/+4
* QXcbWindow::setMask(): Check for SHAPE extensionUli Schlachter2012-07-251-0/+2
* Reimplement QXcbWindow::setMask() with xcbUli Schlachter2012-07-253-39/+19
* Fix error in sample code on the Layout Management page.Mitch Curtis2012-07-251-2/+2
* Remove references to nonexistent QLocale::setDefaultLocale() in docs.Mitch Curtis2012-07-252-2/+2
* 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