summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Re-generate the Arabic joining tables from UCD 6.1.0Konstantin Ritt2012-05-301-33/+36
* Remove QUpdateEvent from the public headersLars Knoll2012-05-303-22/+19
* Add some batching functions to QPlatformSharedGraphicsCache ifaceEskil Abrahamsen Blomfeldt2012-05-302-5/+92
* Fix Qt 5 todo issues for QSizePolicy.Jan-Arve Saether2012-05-303-60/+68
* Fixed KMS y-invertedness.Samuel Rødal2012-05-2912-447/+177
* QtPrintSupport - Add QPrinterInfo api for more printer detailsJohn Layt2012-05-294-0/+55
* Document QWindow's setSurfaceType and setFormat update behaviorHolger Hans Peter Freyther2012-05-291-1/+12
* eglfs: Don't update screen for non mouse-move eventsGirish Ramakrishnan2012-05-291-0/+2
* Add q_printEglConfig to qeglconvenienceGirish Ramakrishnan2012-05-293-43/+46
* eglfs: remove support for widget rendering using opengl paint engineGirish Ramakrishnan2012-05-292-26/+0
* eglfs: release shader program after useGirish Ramakrishnan2012-05-291-1/+1
* eglfs: rename QEglIntegration to QEglFSIntegrationGirish Ramakrishnan2012-05-292-6/+6
* Fix shadow build compilation with MSVCThiago Macieira2012-05-292-2/+2
* Fix some painting issues with native widgetsMiikka Heikkinen2012-05-294-5/+17
* Ask the platform drag for the correct default drag actionLars Knoll2012-05-291-1/+3
* QApplication::activeWindow is replaced by QApplication::focusWindowThiago Macieira2012-05-291-1/+1
* QWidget::grab: Add a default value for the QRect parameter.Friedemann Kleint2012-05-292-5/+3
* QWidget::grab(): Do not call adjustSize() unconditionally.Friedemann Kleint2012-05-291-8/+5
* Windows QPA plugin: Add \internal to class documentation.Friedemann Kleint2012-05-2922-7/+56
* Only build devicediscovery on linux systemsHolger Hans Peter Freyther2012-05-291-1/+1
* Make qWaitForWindowShown more robust on XLaszlo Agocs2012-05-291-0/+14
* Disable GSUB feature when text contains surrogatesEskil Abrahamsen Blomfeldt2012-05-291-1/+12
* Remove unnecessary forward declaration in std namespaceBradley T. Hughes2012-05-291-6/+0
* QtDBus: compile with QT_STRICT_ITERATORSThiago Macieira2012-05-292-5/+5
* Make qdoc compile with QT_STRICT_ITERATORSThiago Macieira2012-05-2917-411/+411
* QtOpenGL: remove \link usagesGiuseppe D'Angelo2012-05-292-62/+61
* QtXml: remove \link usagesGiuseppe D'Angelo2012-05-294-78/+71
* QtWidgets: remove \link usagesGiuseppe D'Angelo2012-05-2921-72/+92
* QtGui: remove \link usagesGiuseppe D'Angelo2012-05-2913-52/+92
* QtCore: remove \link usagesGiuseppe D'Angelo2012-05-2921-60/+91
* QMutex: de-inline lock(), unlock(), and tryLock()Bradley T. Hughes2012-05-292-7/+23
* QtPrintSupport: Change QPrinterInfo::defaultPrinter() behaviourJohn Layt2012-05-292-1/+6
* QtPrintSupport: Fix QPrintDialog assertJohn Layt2012-05-291-2/+2
* Eliminate QTreeWidget drag crashJiewen Wang2012-05-281-1/+1
* Replace QVariant::typeToName usage by QMetaType::typeName call.Jędrzej Nowacki2012-05-286-16/+16
* Fix compiler warnings when simply including qgraphicsscene.hSimon Hausmann2012-05-271-1/+2
* Fix To-Do's in QGraphicsScene.Gatis Paeglis2012-05-262-154/+22
* Qt 5 to-do in QXcbKeyboardGatis Paeglis2012-05-261-2/+2
* Fix Qt 5 to-do's in QGraphicsProxyWidgetGatis Paeglis2012-05-265-74/+50
* Clarify QByteArray::size() documentation.Mitch Curtis2012-05-262-1/+25
* devicediscovery: add more sophisticated discoveryJohannes Zellner2012-05-261-11/+75
* QNX: Adding native file dialog support for BlackberrySean Harmer2012-05-269-6/+487
* Itemviews: compile with QT_STRICT_ITERATORSThiago Macieira2012-05-265-7/+7
* Fix xcb plugin compilation for -qconfig largeTasuku Suzuki2012-05-2611-1/+65
* Declare typeinfo-s for QLatin1String, QStringRef, and QCharRefKonstantin Ritt2012-05-251-0/+3
* Replace `const QCharRef &` with `QCharRef` where appropriateKonstantin Ritt2012-05-251-2/+2
* Replace `const QLatin1String &` with `QLatin1String` where appropriateKonstantin Ritt2012-05-2527-122/+116
* Move QLatin1String up to QStringKonstantin Ritt2012-05-251-59/+82
* Centralize C-string and QByteArray string length calculationKonstantin Ritt2012-05-251-19/+19
* QString: get rid of public qStringComparisonHelper()Konstantin Ritt2012-05-252-84/+103