summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Refactor one QDateTimeParser::sectionText() via the other.Edward Welbourne2016-01-291-9/+1
* Make initializers into declare-and-initialize.Edward Welbourne2016-01-291-8/+7
* Avoid shadowing in QDateTimeParser::findAmPm.Edward Welbourne2016-01-291-3/+3
* QNetworkProxyFactory: don't re-call QUrl::scheme() in if-else chain.Anton Kudryavtsev2016-01-291-5/+6
* Doc: a QScreen can be a placeholder if there are no screens attachedShawn Rutledge2016-01-282-11/+1
* Refactor QStandardPaths for Desktop Windows.Friedemann Kleint2016-01-281-115/+143
* QJsonObject has random-access iteratorsMarc Mutz2016-01-282-6/+12
* QFontCache: Centralize the engine type safety checkKonstantin Ritt2016-01-282-3/+8
* Don't use QStringLiteral in comparisonsAnton Kudryavtsev2016-01-289-55/+53
* QtWidgets: Allow to cover up the window container by another widgetBłażej Szczygieł2016-01-281-2/+9
* Move shortcut handling back into QGuiApplicationTor Arne Vestbø2016-01-282-0/+15
* Remove some old QT_MAC_USE_COCOA cruftTor Arne Vestbø2016-01-282-57/+0
* Allow QFinalStatePrivate to be subclassed.Erik Verbruggen2016-01-286-15/+94
* Use QFile::exists(f) instead of QFile(f).exists().Anton Kudryavtsev2016-01-272-4/+4
* QFont*: Optimize by caching the QFontCache::instance() resultKonstantin Ritt2016-01-262-11/+17
* QWindowsVistaStyle: Reorder the if statement so the variable is checked firstAndy Shaw2016-01-261-1/+1
* on failure to load platform plugin, show the path(s) checkedShawn Rutledge2016-01-261-1/+1
* add QDebug operator for QActionShawn Rutledge2016-01-262-1/+30
* Deduplicate and clarify the code a bitKonstantin Ritt2016-01-261-2/+5
* Avoid needless string comparisonKonstantin Ritt2016-01-261-2/+3
* QStringBuilder: fix appending QLatin1String to QByteArrayMarc Mutz2016-01-261-3/+3
* Cocoa: Support high-dpi DnD pixmaps.Morten Johan Sørvig2016-01-261-1/+3
* Install the static qtfreetype libLaszlo Agocs2016-01-261-1/+2
* winrt: fix typoMaurice Kalinowski2016-01-261-1/+1
* Handle native views visibility properly.BogDan Vatra2016-01-264-1/+26
* Android: Probe for virtual keyboard heightBogDan Vatra2016-01-261-7/+49
* Call out to QtDBus message spies in the main threadThiago Macieira2016-01-253-13/+57
* Repaint QOpenGLWidget when screen changesDyami Caliri2016-01-241-0/+3
* Fix tlw source rect transformation for backingstore blit.Dyami Caliri2016-01-241-1/+1
* Q*Application: don't allocate memory just to compare C stringsMarc Mutz2016-01-233-37/+45
* Android: Fix compile on arm64BogDan Vatra2016-01-231-0/+3
* Speed up QObject::connect with function pointersSimon Hausmann2016-01-221-0/+1
* QNX: Fix -developer-buildRafael Roquetto2016-01-221-4/+4
* Cocoa: Update QWindow::screen() on expose/show.Morten Johan Sørvig2016-01-221-0/+12
* Hide better the private API QTextCursor constructorsThiago Macieira2016-01-227-16/+24
* Fix build with QT_NO_OPENGLTor Arne Vestbø2016-01-211-0/+1
* Use QFileInfo::exists(f) instead of QFileInfo(f).exists()Tobias Koenig2016-01-213-7/+7
* Remove dead code from QOpenGLPaintEngineAllan Sandfeld Jensen2016-01-212-19/+1
* Avoid heap allocations in Median classTobias Koenig2016-01-213-1/+145
* QString: optimize case conversion codeKonstantin Ritt2016-01-211-24/+30
* eglfs: Detect llvmpipe and show a warningLaszlo Agocs2016-01-214-0/+19
* Fix some mis-guided fall-throughs #ifdef QT_BOOTSTRAPPED.Edward Welbourne2016-01-211-9/+13
* Fix pixmap types in org.kde.StatusNotifierItem.xmlDmitry Shachnev2016-01-212-8/+8
* QtPlatformSupport: Remove virtual from declarations with override.Friedemann Kleint2016-01-215-59/+59
* QGnomeTheme: Change the QFont members to pointer members.Friedemann Kleint2016-01-211-12/+12
* winrt: Fix potential crash in readDatagramMaurice Kalinowski2016-01-211-1/+1
* winrt: msvc2015: refactor file handlingMaurice Kalinowski2016-01-216-12/+49
* [docs] Fix reverse STL iteration exampleMarc Mutz2016-01-212-7/+4
* Fix the use of R_X86_64_GOTPCREL on a 64-bit field: it should be 32-bitThiago Macieira2016-01-211-5/+7
* QNetworkInterface: don't add a QNetworkAddressEntry if no IP is knownThiago Macieira2016-01-211-17/+17