summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Ask MS runtime to reload the timezone details if they've changedThiago Macieira2017-04-111-1/+2
| * | gtk3: Mark the minimum version we supportThiago Macieira2017-04-112-2/+3
| * | tst_qhashfunctions: Test non-zero seeds tooThiago Macieira2017-04-111-44/+70
| * | qmake: Do not mix canonical and non canonical pathsOliver Wolff2017-04-111-1/+3
| * | Optimize QLoggingSettingsParserMarc Mutz2017-04-102-39/+51
| * | QQnxWindow: replace QUuid::toString().toLatin1() with QUuid::toByteArray()Marc Mutz2017-04-101-1/+1
| * | QWindowsPrintDevice: Handle 0 from DocumentProperties correctlyDaniel Teske2017-04-101-1/+1
| * | Load android-specific target override in resolve_targetUlf Hermann2017-04-101-0/+2
| * | QTextDocument: improve import of DIV tagsDavid Faure2017-04-102-5/+27
| * | winrt: Fix build for Windows 10 Creators UpdateMaurice Kalinowski2017-04-102-0/+4
| * | Update attribution file for changed command line paramHeiko Becker2017-04-071-1/+1
| * | Fix QDir::mkpath() when the path contains "symlink/../"Thiago Macieira2017-04-072-19/+54
| * | Android: fix Menu and Back key handlingJ-P Nurmi2017-04-071-3/+11
| * | Support different job counts also for ICC LTOThiago Macieira2017-04-071-1/+3
| * | QDataStream: add operator<< and >> for std::nullptr_tThiago Macieira2017-04-074-0/+52
| * | examples: remove some unneeded QStringRef::toString() callsMarc Mutz2017-04-073-12/+12
| * | Doc: Clarify the porting notes from QRegExp to QRegularExpressionFriedemann Kleint2017-04-071-9/+26
| * | tst_qmessagehandler: fix qMessagePattern for armSami Nurmenniemi2017-04-071-2/+4
| * | tst_QFocusEvent: Fix checkReason_ActivateWindow for offscreen and minimal pla...Sami Nurmenniemi2017-04-071-0/+8
* | | QXmlStream: optimize PrivateTagStack::addToStringStorage()Marc Mutz2017-04-193-18/+14
* | | Use qToStringViewIgnoringNull() where applicableMarc Mutz2017-04-193-8/+8
* | | QStringView: add internal qToStringViewIgnoringNull()Marc Mutz2017-04-192-0/+21
* | | QUuid: de-duplicate uuid → string formattingMarc Mutz2017-04-191-28/+31
* | | Migrate Windows QPA backend to use QRegularExpressionSamuel Gaist2017-04-191-2/+2
* | | eglfs: Adopt changed function signature in QtGlesStream libraryRainer Keller2017-04-191-1/+1
* | | eglfs: Use description property as screen nameRainer Keller2017-04-192-0/+6
* | | QJsonValue: implement copy-assignment via copy-and-swapGiuseppe D'Angelo2017-04-191-4/+1
* | | QJson*: value semantics cleanupGiuseppe D'Angelo2017-04-198-0/+173
* | | Make platform menu tag/setTag not be pure virtualAlbert Astals Cid2017-04-1816-136/+51
* | | Tidy up QDateTimeParser in assorted petty waysEdward Welbourne2017-04-181-7/+5
* | | QDateTimeParser: simpler return, clearer commentEdward Welbourne2017-04-181-7/+6
* | | QDateTimeParser: simplify switch by exploiting fall-throughEdward Welbourne2017-04-181-6/+4
* | | qmacmime: modernize QMacPasteboardMimeTiffRichard Moe Gustavsen2017-04-181-39/+24
* | | darwin: add tiff support to clipboard for all darwin platformsRichard Moe Gustavsen2017-04-183-92/+101
* | | QStringView: plaster API with Q_REQUIRED_RESULTMarc Mutz2017-04-181-27/+27
* | | QLatin1String: add chopped(), chop(), and truncate()Marc Mutz2017-04-183-4/+55
* | | QStringView: add chopped(), chop(), and truncate()Marc Mutz2017-04-183-4/+52
* | | QByteArray, QString, QStringRef: Add chopped()Marc Mutz2017-04-185-9/+61
* | | iOS: add support for adding mimetypes other than text on the clipboardRichard Moe Gustavsen2017-04-181-1/+13
* | | Reset d->mouseDown only if it's the menu being hiddenMarco Martin2017-04-182-1/+37
* | | QXmlStream: update qxmlstream.g to match qxmlstream_p.h againMarc Mutz2017-04-151-17/+17
* | | QXmlStream: remove more unneeded toString() callsMarc Mutz2017-04-152-14/+14
* | | Pluginize the platform stylesJake Petroules2017-04-1438-138/+297
* | | QAndroidPlatformScreen: Add missing overrideRobin Burchell2017-04-141-1/+1
* | | QMovie: Add lastError and lastErrorString gettersRobin Burchell2017-04-142-0/+29
* | | QMovie: Make sure to pass on QImageReader errors when they occurRobin Burchell2017-04-141-3/+18
* | | Remove the Windows XP style from public accessibilityJake Petroules2017-04-1354-236/+34
* | | DockWidgets: Allow to have floating dockwidgets side by sideOlivier Goffart2017-04-135-161/+354
* | | QMainWindow: move the separator handling in another classOlivier Goffart2017-04-133-238/+254
* | | uic: Port Ui classes to QVectorFriedemann Kleint2017-04-136-331/+197