summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove devicePixelRatio handling from xcbPaul Olav Tvete2015-06-028-275/+66
* Test menu bar menus and submenusPaul Olav Tvete2015-06-021-0/+29
* Test drag and dropPaul Olav Tvete2015-06-024-1/+300
* Support QT_DEVICE_PIXEL_RATIOPaul Olav Tvete2015-06-021-1/+7
* usePixelDensity and perScreenActive are different conceptsPaul Olav Tvete2015-06-012-5/+9
* Add interactive mode, and make it the defaultPaul Olav Tvete2015-06-011-93/+98
* Turn off slider trackingPaul Olav Tvete2015-06-011-3/+8
* Connect QPlatformScreen in the QScreen constructorPaul Olav Tvete2015-05-294-24/+37
* Refactor QHighDpiScaling internals and usageMorten Johan Sørvig2015-05-298-108/+153
* Revert "Add devicePixelRatio support to the Windows QPA plugin."Friedemann Kleint2015-05-2819-397/+112
* QPlatformWindow::initialGeometry(): Add scaling.Friedemann Kleint2015-05-211-2/+2
* Merge branch 'wip/highdpi' of git://code.qt.io/qt/qtbase into dev-highdpiPaul Olav Tvete2015-05-13994-48516/+69561
|\
| * Documentation: Show an example for each overloaded signalOlivier Goffart2015-05-103-1/+72
| * Manual QScreen test: capture screen changes.Friedemann Kleint2015-05-074-47/+188
| * QStandardItem: add user-tristate and auto-tristate getters/settersDavid Faure2015-05-073-18/+93
| * Deprecate ItemIsTristate in favor of ItemIsAutoTristate.David Faure2015-05-079-19/+24
| * Add qHash(QRegExp) and qHash(QRegularExpression)Marc Mutz2015-05-056-5/+58
| * Haiku: Enable FreeType2/FontConfig supportTobias Koenig2015-05-041-0/+1
| * Haiku: Fix compilation after QPA API changeTobias Koenig2015-05-041-4/+0
| * Merge "Merge remote-tracking branch 'origin/5.5' into HEAD" into refs/staging...Simon Hausmann2015-05-0445-412/+829
| |\
| | * Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-05-0445-412/+829
| | |\
| | | * Fix undefined behavior in left-shifting into negativeThiago Macieira2015-05-041-1/+1
| | | * Use stdint.h in qopengl headers on MSVC toov5.5.0-beta1Laszlo Agocs2015-05-022-2/+2
| | | * QRegularExpression: add error strings from PCRE 8.37Giuseppe D'Angelo2015-05-011-1/+2
| | | * QSortFilterProxyModel: improve formal argument naming for lessThanGiuseppe D'Angelo2015-05-012-6/+6
| | | * [QTextStream::read.*] Return earlier when nothing has been readKonstantin Ritt2015-05-011-3/+3
| | | * QFileDialog: Stabilize tests.Friedemann Kleint2015-05-014-23/+49
| | | * [QFontDatabase] Get rid of QtFontEncodingKonstantin Ritt2015-05-011-30/+8
| | | * [QFontDatabase] Drop QtFontDesc's familyIndex memberKonstantin Ritt2015-05-011-4/+1
| | | * [QFontDatabase] Get rid of some dead codeKonstantin Ritt2015-05-011-3/+0
| | | * Minor optimization to QWidgetPrivate::setFont_helper()Konstantin Ritt2015-05-011-1/+1
| | | * Optimize QFont::resolve(const QFont &other)Konstantin Ritt2015-05-011-4/+2
| | | * [DiagLib] Sync QChar enumsKonstantin Ritt2015-05-011-0/+29
| | | * Move QMAKE_CXXFLAGS_RELEASE_WITH_DEBUGINFO definition to gcc-base.confRomain Pokrzywka2015-04-303-6/+3
| | | * Add missing RGB32 <-> RGB30 convertionsAllan Sandfeld Jensen2015-04-303-69/+172
| | | * Fix QImage format after inplace conversionAllan Sandfeld Jensen2015-04-302-97/+239
| | | * Windows QPA plugin: Fix debug formatting.Friedemann Kleint2015-04-308-104/+124
| | | * Fix two errors in RGB30 conversionsAllan Sandfeld Jensen2015-04-302-2/+17
| | | * xcb: Fix updating physical screen sizeAlexander Volkov2015-04-302-7/+19
| | | * The qpluginloader machtest needs Q_AUTOTEST_EXPORTFrederik Gladhorn2015-04-301-1/+1
| | | * Fix QTreeView ending up in wrong state when dragKatja Marttila2015-04-291-1/+1
| | | * Convert opaque indexed images over RGB32Allan Sandfeld Jensen2015-04-281-5/+7
| | | * QStateMachine: optimize conflict calculation.Erik Verbruggen2015-04-281-8/+22
| | | * Add support to set text/uri-list mimedata via setData()Marko Kangas2015-04-282-2/+32
| | | * Preserve QImage metadata in image transformsAllan Sandfeld Jensen2015-04-283-31/+64
| | | * Tests: Use blacklist for failing tst_qfilesystemwatcher testsCaroline Chao2015-04-282-2/+8
| | | * QIODevice: fix data loss when reading large amounts from sequential devicesMarc Mutz2015-04-281-0/+4
| | | * QSystemTrayIcon: Fix the placement of title and message in a balloonAlexander Volkov2015-04-271-1/+1
| | | * make headers-only modules work for framework buildsOswald Buddenhagen2015-04-272-4/+11
| | | * make QMAKE_FRAMEWORK_VERSION work independently of TEMPLATEOswald Buddenhagen2015-04-271-7/+13