summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Avoid setting unnecessary parameters in QOpenGLWidgetLaszlo Agocs2014-05-161-6/+0
| | * | | Revert "fix build for MSVC 2010"Joerg Bornemann2014-05-151-2/+2
| | * | | Disable compiler warnings for libqtharfbuzz-ngJ-P Nurmi2014-05-151-1/+1
| | * | | Fix error when reading newlinesFrederik Gladhorn2014-05-141-1/+1
| | * | | Move the hex digits out of _q_toHexThiago Macieira2014-05-141-2/+2
| | * | | QDoc: Added "QML Type" to HTML titles of QML type pages.Jerome Pasion2014-05-141-0/+4
| | * | | Restore fullscreen mode after keyboard is dismissedPaul Olav Tvete2014-05-141-6/+12
| | * | | Android: Support QFont::Courier style hintEskil Abrahamsen Blomfeldt2014-05-141-1/+1
| | * | | Fix accessibility auto testBernd Weimer2014-05-141-0/+2
| | * | | qmacmime: add support for public.textRichard Moe Gustavsen2014-05-141-0/+65
| | * | | Direct2D QPA: Fix check for cosmetic penLouai Al-Khanji2014-05-141-3/+7
| | * | | Fix crash when loading invalid font data in QRawFontEskil Abrahamsen Blomfeldt2014-05-143-0/+17
| | * | | QNX: Make QDateTime "daylightTransitions" auto test passBernd Weimer2014-05-141-7/+7
| | * | | QNX: Fix tst_qfileinfoBernd Weimer2014-05-141-6/+3
| | |/ /
| | * | Accessibility Android: Fix crash for invalid interfacesFrederik Gladhorn2014-05-133-6/+12
* | | | Xcode: Make QMAKE_BUNDLE_DATA always copy files relative to root of bundleTor Arne Vestbø2014-05-221-41/+36
* | | | Xcode: Make sure we add a PBXBuildFile entry for ICONTor Arne Vestbø2014-05-221-2/+3
* | | | Remove two unused functions in the CoreGraphics paint engineTor Arne Vestbø2014-05-221-6/+0
* | | | fix crash in connman bearer backend when accessing null objectsLorn Potter2014-05-221-3/+9
* | | | De-inline QDebug destructorKai Koehne2014-05-227-13/+26
|/ / /
* | | Add a menu item to mainwindow example to toggle unified toolbars.Jake Petroules2014-05-211-0/+9
* | | Turn setUnifiedTitleAndToolBarOnMac into a slot.Jake Petroules2014-05-211-3/+4
* | | Improve a few string operations with AVX2Thiago Macieira2014-05-212-17/+55
* | | Decrease the life time of SpecialData::resolvedFormatsKonstantin Ritt2014-05-211-5/+4
* | | nuke findtr scriptOswald Buddenhagen2014-05-211-229/+0
* | | qscopedvaluerollback: add convenience constructorRichard Moe Gustavsen2014-05-213-3/+23
* | | QWinOverlappedIoNotifier: Add an extended waitForAnyNotified() methodDenis Shienkov2014-05-213-18/+83
* | | Rename some QTextEngine members to reflect their meaningKonstantin Ritt2014-05-203-55/+56
* | | Minor code clean-upKonstantin Ritt2014-05-203-10/+5
* | | Drop some qtextengine_win.cpp leftoversKonstantin Ritt2014-05-201-5/+0
* | | Windows: Adapt custom cursors to observe the system metrics.Friedemann Kleint2014-05-201-10/+31
* | | qpa: Rename qwidgetwindow_qpa_p.h to qwidgetwindow_p.hTor Arne Vestbø2014-05-209-12/+11
* | | qpa: Merge qapplication_qpa.cpp into qapplication.cppTor Arne Vestbø2014-05-203-505/+419
* | | Remove friends of QEvent.Friedemann Kleint2014-05-184-8/+3
* | | Stop using setSharable in the Java-style mutable iteratorsThiago Macieira2014-05-184-125/+7
* | | QPainter on QBitmap: make setBrush(NoBrush) work as expected.David Faure2014-05-172-1/+23
* | | Minor optimization for QTextLineItemIteratorKonstantin Ritt2014-05-163-23/+15
* | | Ensure we don't re-use webfonts where the "local" font has been requestedKonstantin Ritt2014-05-161-1/+1
* | | Optimize QVector::midJędrzej Nowacki2014-05-162-5/+9
* | | Remove friend class QETWidget.Friedemann Kleint2014-05-165-5/+0
* | | Expose multisample settings on QOpenGLTextureSean Harmer2014-05-162-2/+125
* | | Add viewport transform to QMatrix4x4Sean Harmer2014-05-163-0/+88
* | | Unify all mid() functions in QtBase.Jędrzej Nowacki2014-05-168-60/+114
* | | qpa: Merge qwidget_qpa.cpp into qwidget.cppTor Arne Vestbø2014-05-154-1125/+1033
* | | Remove unnecessary friend declarations from qevent.h.Friedemann Kleint2014-05-151-5/+0
* | | Windows: Use new clipboard API for listening to changes.Friedemann Kleint2014-05-155-15/+88
* | | Windows: Refactor cursor creation code.Friedemann Kleint2014-05-153-172/+154
* | | Force qdbusxml2cpp to use QStringLiteral rather than QLatin1StringAlex Blasche2014-05-151-3/+3
* | | Windows: Use WinAPI CommandLineToArgvW() to create argv from command line.Friedemann Kleint2014-05-154-26/+94
* | | qpa: Merge qdesktopwidget_qpa.cpp into qdesktopwidget.cppTor Arne Vestbø2014-05-155-198/+146