summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright year to 2016Kai Koehne2016-01-2912-13/+13
* Don't send regular key press event if it matched a shortcutTor Arne Vestbø2016-01-291-2/+3
* QWindowsFontEngine: Get rid of some dead codeKonstantin Ritt2016-01-291-12/+3
* QFont: Fix possible cache misses due to misprepared cache keyKonstantin Ritt2016-01-292-12/+61
* Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2016-01-294-5/+19
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-294-5/+19
| |\
| | * MySql: add failing connection testSamuel Gaist2016-01-271-0/+9
| | * QFutureInterface: add missing mutex lock to progress gettersMarc Mutz2016-01-192-4/+9
| | * Fix library inclusion order when building staticallyAlexey Brodkin2016-01-181-1/+1
* | | Do not build QWindowsPipeWriter on Windows CEJoerg Bornemann2016-01-292-5/+4
* | | Doc: Remove Qt3 compatibility functions from QToolButtonCédric Bonnier2016-01-291-4/+4
* | | Set correct Section type for QDateTimeParser::lastEdward Welbourne2016-01-291-1/+1
* | | Don't let a good day cause date-time parser to forget a conflict.Edward Welbourne2016-01-292-3/+7
* | | 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
* | Make documentation readable with dark color schemes.Volker Krause2016-01-281-0/+1
* | Doc: a QScreen can be a placeholder if there are no screens attachedShawn Rutledge2016-01-282-11/+1
* | Polish the Tablet exampleShawn Rutledge2016-01-287-452/+339
* | 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-283-4/+9
* | Don't use QStringLiteral in comparisonsAnton Kudryavtsev2016-01-2812-71/+69
* | QtWidgets: Allow to cover up the window container by another widgetBłażej Szczygieł2016-01-282-2/+27
* | 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-283-61/+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
* | Add DST-change test for a date derived via .toLocalTime().Edward Welbourne2016-01-261-0/+24
* | Test .addDays() and .addMonths() are sensible around DST changes.Edward Welbourne2016-01-261-2/+40
* | Diaglib: Improve output of widgets.Friedemann Kleint2016-01-264-4/+44
* | Install the static qtfreetype libLaszlo Agocs2016-01-261-1/+2
* | winrt: fix typoMaurice Kalinowski2016-01-261-1/+1
* | winrt: update version settings in default manifestMaurice Kalinowski2016-01-261-1/+1
* | winrt: Add mobile schema to default manifestMaurice Kalinowski2016-01-261-1/+2
* | Handle native views visibility properly.BogDan Vatra2016-01-264-1/+26
* | Doc: Added brief statement to XML examplesNico Vertriest2016-01-262-0/+3
* | Doc: removed double occurrence of systray.qdocNico Vertriest2016-01-262-186/+6
* | Doc: Added brief statement for examples overview pageNico Vertriest2016-01-262-0/+3
* | 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