summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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 obsolete or commented use of Q_DECLARE_METATYPE.Stephen Kelly2012-07-248-21/+0
* Remove obsolete TODO.Stephen Kelly2012-07-241-1/+0
* Propagate synthesized mouse events in parallel (lock-step) with touchKevin Ottens2012-07-242-0/+91
* QAbstractItemView: don't qRegisterMetaType<QModelIndex>Marc Mutz2012-07-241-1/+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-246-62/+7
* 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-239-48/+17
* 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
* 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
* Create CMake files conditionally on the internal_module CONFIG option.Stephen Kelly2012-07-231-7/+1
* QTBUG-26296, dock widget movingJames Turner2012-07-236-11/+156
* Logging: Simplify message handler logic for windowsKai Koehne2012-07-212-67/+13
* Improve performance of QLibrary::load()Sean Harmer2012-07-211-4/+4
* release and clear next_bo when pageFlip failsElvis Lee2012-07-211-0/+4
* QtPrintSupport: Replace remaining Q_WS_ conditionals by name checks.Friedemann Kleint2012-07-213-16/+4
* QFlags: complete constexpr'ifcationMarc Mutz2012-07-211-4/+4
* Provide public API for native event filtering, moved up from QPA.David Faure2012-07-2028-325/+386
* Doc: Fix QUrl::isLocalFile documentationSergio Ahumada2012-07-201-1/+1
* Don't create cmake files for QtPlatformSupport.Stephen Kelly2012-07-201-0/+6
* Implement waitForWindowExposed and friends for widget windows.Friedemann Kleint2012-07-203-33/+74
* Remove unneeded Windows CE dummy functionsAndreas Holzammer2012-07-201-5/+0
* Implement nativeResourceFunctionForContext for kmsElvis Lee2012-07-202-0/+25
* Reset drm cursor position if cursor image is set before movedLaszlo Agocs2012-07-202-1/+7
* Hide drm cursor when exitingLaszlo Agocs2012-07-202-0/+7
* qdoc: Restricted qdoc errors for \reimp commandMartin Smith2012-07-201-26/+28
* Disable threaded rendering with kms pluginLaszlo Agocs2012-07-201-2/+1
* Fixed most qdoc errors for the json classes.Lars Knoll2012-07-206-39/+221
* Don't update geometry while the style is setAndreas Holzammer2012-07-202-1/+7
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-1950-54/+54
* QWidget/Win: fix restoreGeometry() from fullscreen modeJoerg Bornemann2012-07-192-2/+14
* Remove Q_UNUSED for the metaObject.Stephen Kelly2012-07-191-2/+0
* QDoc: Fix make commands for QDoc manual.Casper van Donderen2012-07-192-10/+8
* fix "No such ..." doc error for QString::toHtmlEscapedJeremy Katz2012-07-191-1/+1
* fix "No such ..." in qmarginsJeremy Katz2012-07-191-2/+2