summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* qpa: Merge qgl_qpa.cpp into qgl.cppTor Arne Vestbø2014-05-153-477/+388
* qpa: Clean up and refactor qfontengine_qpaTor Arne Vestbø2014-05-1515-261/+259
* Don't crash when platform plugin sends us two close events.Gunnar Sletta2014-05-151-0/+6
* Do not build or link to PCRE if QRegularExpression is disabledGiuseppe D'Angelo2014-05-152-7/+10
* Fix QtTestlib build under QT_NO_REGULAREXPRESSIONGiuseppe D'Angelo2014-05-153-0/+12
* Make QColorDialog build under QT_NO_REGULAREXPRESSIONGiuseppe D'Angelo2014-05-151-0/+8
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Friedemann Kleint2014-05-1457-271/+370
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-1357-271/+370
| |\
| | * Fix MSVC warnings in qspdyprotocolhandlerKai Koehne2014-05-131-3/+3
| | * Remove an unused workaround and fix up the comments in the glyph cacheLaszlo Agocs2014-05-131-29/+2
| | * Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2014-05-1310-122/+129
| | |\
| | | * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-1210-122/+129
| | | |\
| | | | * Update changelog for Qt 5.3.0Thiago Macieira2014-05-121-4/+40
| | | | * Ignore expired certificate during certificate validationDaniel Molkentin2014-05-112-23/+24
| | | | * Doc: Update the list of highlighted examplesTopi Reinio2014-05-091-5/+8
| | | | * Avoid using repeat on widget textures in eglfsLaszlo Agocs2014-05-091-3/+2
| | | | * Fix crash on startup when running screenreaderFrederik Gladhorn2014-05-091-2/+4
| | | | * update changelog for QtSql 5.3.0Mark Brand2014-05-071-8/+18
| | | | * Use XI2 event detail to determine changed mouse buttonv5.3.0-rc1Allan Sandfeld Jensen2014-05-053-20/+6
| | | | * WinRT: Fix multi-touch on PCAndrew Knight2014-05-052-59/+31