summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * QtWidgets: Fix build & warnings with QT_NO_GRAPHICSVIEW.Friedemann Kleint2016-02-052-8/+13
| | * Doc: correct minor typoGabriel Pannwitz2016-02-051-2/+2
| | * If the font is not being found then get the English name regardlessAndy Shaw2016-02-051-0/+2
| | * Doc: corrected minor link issuesNico Vertriest2016-02-052-1/+2
| | * Windows QPA: Remove dead code as detected by Clang.Friedemann Kleint2016-02-0512-97/+6
| | * Fix crash introduced by 75b705fec8e9517047d7dfa98203edff69f2bf8aAndy Shaw2016-02-051-1/+1
| | * Windows QPA: Add missing override declarations.Friedemann Kleint2016-02-053-8/+8
| | * qmake: use QString::replace() overloaded with QLatin1StringAnton Kudryavtsev2016-02-0412-44/+44
| | * Accessibility OS X: Improve password handlingFrederik Gladhorn2016-02-041-10/+17
| | * Windows QPA/Accessibility: Fix Clang warnings about comparing different enums.Friedemann Kleint2016-02-041-6/+6
| | * Make findAmPm actually return the relevant enum, instead of int.Edward Welbourne2016-02-042-13/+11
| | * Removed redundant and distracting test from conditional.Edward Welbourne2016-02-041-1/+1
| | * Direct2D: Spell out ~QWindowsDirect2DPaintDevice.Friedemann Kleint2016-02-042-0/+6
| | * End the drag if the dockwidget is being hiddenAndy Shaw2016-02-041-0/+2
| | * QWizard/Windows: Add missing override.Friedemann Kleint2016-02-041-1/+1
| | * egldevice: Add a way to force mode settingLaszlo Agocs2016-02-041-2/+7
| | * dbusmenu: Fix return type for QDBusMenuAdaptor::EventGroup methodDmitry Shachnev2016-02-032-2/+3
| | * dbusmenu: Add missing methods for getting QDBusPlatformMenu propertiesDmitry Shachnev2016-02-031-0/+3
| | * Doc: Replaced Trolltech logo with Qt logoNico Vertriest2016-02-034-0/+0
| | * xcb: Take into account the orientation of touch pointsAlexander Volkov2016-02-033-5/+40
| | * Don't include <qtest.h> from qtestblacklist.cppTor Arne Vestbø2016-02-021-1/+0
| | * Fix rounding error in fetchTransformedBilinearAllan Sandfeld Jensen2016-02-022-2/+30
| | * Disintermediate QDateTimeParser::SectionNode operations.Edward Welbourne2016-02-023-60/+46
| | * Make interleaving of QDateTimeParser::Section values evident.Edward Welbourne2016-02-021-11/+12
| | * Deconfuse some heavy use of the preprocessor.Edward Welbourne2016-02-021-6/+6
| | * Correct usage of Apple-related #if-ery.Edward Welbourne2016-02-021-4/+4
| | * Pass -silent to lrelease to avoid cruft in test logs.Edward Welbourne2016-02-022-2/+2
| | * Don't clutter up the source tree with .qm files generated by testing.Edward Welbourne2016-02-022-8/+8
| | * dbusmenu: Add support for shortcutsDmitry Shachnev2016-02-024-12/+60
| | * Clean up tst_qwidgetwindowBłażej Szczygieł2016-02-021-25/+13
* | | Add initial clang-cl support to QtAndreas Holzammer2016-02-117-13/+97
* | | Add SH_ItemView_ScrollMode style hint and use it in QMacStyleGabriel de Dietrich2016-02-1110-13/+121
|/ /
* | moc: replace inefficient QLists with QVectorsMarc Mutz2016-02-105-31/+41
* | Mark QHash/QMap as relocatable and movable-come-Qt 6Marc Mutz2016-02-091-0/+26
* | dbusmenu: Use proper toggle-type for items that are part of groupDmitry Shachnev2016-02-097-4/+16
* | QKeySequence: replace an inefficient QList with QVectorMarc Mutz2016-02-081-7/+7
* | Optimize QSslSocketPrivate::isMatchingHostname()Marc Mutz2016-02-081-7/+8
* | Replace some QList<int> with QVector<int>Marc Mutz2016-02-085-15/+15
* | QGraphicsItemAnimationPrivate::linearValueForStep(): pass vector by const-&Marc Mutz2016-02-081-21/+21
* | QToolBarAreaLayout: replace inefficient QLists with QVectorMarc Mutz2016-02-081-3/+6
* | qmake: de-duplicate QString::number() calls with same argAnton Kudryavtsev2016-02-081-2/+3
* | QNonContiguousByteDevice: mark atEnd(), size(), pos() methods as const.Anton Kudryavtsev2016-02-083-28/+28
* | Drop most "#ifndef QT_NO_LIBRARY"Ulf Hermann2016-02-0817-106/+33
* | Add setFlag method to QFlagsAndre Somers2016-02-083-0/+27
* | QEasingCurve: add some strategic std::move()Marc Mutz2016-02-081-4/+4
* | QStandardItemModel: avoid premature pessimizationMarc Mutz2016-02-081-6/+4
* | uic: eradicate all Q_FOREACH loops [non-generated code]Marc Mutz2016-02-082-10/+10
* | QWindowsTheme: Provide SHGetStockIconInfo()-related constants on CEFrank Richter2016-02-071-0/+27
* | QList: don't lose reserved capacity in op+= with empty LHSMarc Mutz2016-02-061-1/+1
* | Doc: Fix grammar in QOpenGLContext::openGLModuleType() docsAndy Maloney2016-02-061-1/+1