summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Do not run tst_qcolumnview in parallelFriedemann Kleint2014-03-191-1/+0
* Fix tst_QColumnView::scrollTo()J-P Nurmi2014-03-191-0/+3
* Fix typos in QRegExp documentationKai Koehne2014-03-191-2/+2
* Update bundled libxkbcommon version to 0.4.0Gatis Paeglis2014-03-1955-9364/+11424
* Fix bundled HarfBuzz-NG build outside QtGuiKonstantin Ritt2014-03-192-32/+45
* Fix QByteArray memory corruption in QIBaseDriver::open().Friedemann Kleint2014-03-191-20/+15
* update bundled sqlite to 3.8.4.1Mark Brand2014-03-193-6460/+7894
* QNX: Remove sending synchronous window system eventsFabian Bumberger2014-03-191-6/+0
* QNX: Fix QToolTipFabian Bumberger2014-03-191-2/+21
* Do not run tst_qabstractitemview in parallelFrederik Gladhorn2014-03-191-1/+0
* Fix double release in QTimeZone on MacFrederik Gladhorn2014-03-191-1/+0
* Accessibility Mac: fix role for linksFrederik Gladhorn2014-03-191-1/+1
* WinRT: Fix QDesktopServices::openUrl() for local filesAndrew Knight2014-03-181-2/+1
* WinRT: Load system fonts using DirectWriteAndrew Knight2014-03-183-1/+337
* X11: defaultDragDistance depends on screen resolutionShawn Rutledge2014-03-181-1/+14
* Handle key release events correctlyPaul Olav Tvete2014-03-181-1/+1
* Android input method improvementsPaul Olav Tvete2014-03-187-35/+88
* update changelog for QtSql 5.3.0Mark Brand2014-03-181-0/+9
* AVX image code was removedFrederik Gladhorn2014-03-171-1/+0
* Fix build on older MinGW versionsKonstantin Ritt2014-03-171-0/+4
* QPrinter - Doc fixJohn Layt2014-03-171-16/+1
* Fix translation of QtPrintSupport and QPageSize.Friedemann Kleint2014-03-172-10/+22
* Doc: ignore Q_DECL_NOEXCEPT_EXPR and QT_DEPRECATED_XMarc Mutz2014-03-171-0/+2
* Doc: document QSharedPointer::swap() methodMarc Mutz2014-03-172-0/+10
* Doc: Add docs for QtConcurrent::{Unhandled,Exception}Marc Mutz2014-03-171-0/+14
* Make QTextEngine::setAdditionalFormats() invalidate cached resultsKonstantin Ritt2014-03-171-1/+3
* QGraphicsSimpleTextItem: Fix drawing the outline with pen, when setKonstantin Ritt2014-03-171-1/+1
* Add note to docs about normalization in setAttributeBufferLaszlo Agocs2014-03-172-0/+12
* QFileDialog: documentation clarifications about file type filteringShawn Rutledge2014-03-171-2/+14
* Warn if the time taken by QTest::qSleep() is more than 50% offUlf Hermann2014-03-171-0/+11
* Add notice about deprecating OS X 10.6 (Snow Leopard)Tor Arne Vestbø2014-03-171-0/+8
* Windows: Allow for custom input context plugins.Friedemann Kleint2014-03-172-2/+12
* Recognize RGBA8888 formats when converting to CGImageAllan Sandfeld Jensen2014-03-172-45/+17
* Remove unused static const variableUlf Hermann2014-03-171-4/+0
* Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Jani Heikkinen2014-03-179-51/+126
|\
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-03-179-51/+126
| |\
| | * do not use fileno calls in forked childold/5.2Joerg Bornemann2014-03-071-4/+4
| | * Cocoa Menus: Give platform menu ownership back to QWidgetsGabriel de Dietrich2014-02-263-9/+12
| | * Cocoa Menu: Set keyboard modifiers when item is activatedGabriel de Dietrich2014-02-261-0/+1
| | * CSS parser: fix the pseudo-classes array lengthGiuseppe D'Angelo2014-02-262-1/+33
| | * Fix drawCachedGlyphs on RGBA8888Allan Sandfeld Jensen2014-02-265-44/+87
* | | QPrinter - Expect failure of QPrinter page size testJohn Layt2014-03-171-1/+4
* | | QtPrintSupport - Fix QT_NO_PRINTER buildJohn Layt2014-03-1715-16/+48
* | | QCupsSupport - Remove obsolete CUPS codeJohn Layt2014-03-172-545/+1
* | | QPrintDialog - Remove CUPS specific codeJohn Layt2014-03-171-74/+74
* | | QPageSetupDialog - Use QPageLayout and QPageSizeJohn Layt2014-03-174-409/+356
* | | QPrinter - Fix winPageSize() on Mac and LinuxJohn Layt2014-03-176-33/+32
* | | QPrinter - Use QPageSize and QPageLayoutJohn Layt2014-03-1711-325/+512
* | | QPrintEngine - Switch Windows to QPageLayoutJohn Layt2014-03-173-309/+193
* | | QPrintEngine - Switch Windows to QPlatformPrintDeviceJohn Layt2014-03-174-443/+178