summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-182-4/+51
* QStringView: add chopped(), chop(), and truncate()Marc Mutz2017-04-182-4/+48
* QByteArray, QString, QStringRef: Add chopped()Marc Mutz2017-04-184-9/+53
* 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-181-1/+2
* 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-1436-134/+296
* 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-1351-210/+33
* 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
* qsystemtrayicon_win.cpp: Clean obsolete codeFriedemann Kleint2017-04-121-104/+42
* Array-backed containers: add shrink_to_fit for STL compatibilityGiuseppe D'Angelo2017-04-128-0/+33
* QDate/Time: add toString(QStringView) overloadsMarc Mutz2017-04-125-11/+61
* QLocale: add toString(Q(Date|QTime)+, QStringView format) overloadsMarc Mutz2017-04-126-22/+88
* QByteArray: add missing inline keywordsMarc Mutz2017-04-111-38/+38
* QRegularExpression: streamline some wording in the documentationGiuseppe D'Angelo2017-04-111-19/+30
* Add button layout for dialogs on AndroidNikita Krupenko2017-04-116-14/+36
* QAndroidPlatformScreen: Use an event rather than a QTimerRobin Burchell2017-04-112-7/+19
* QSslSocket/macOS: optimize QUuid usageMarc Mutz2017-04-101-10/+8
* Make QStringView::storage_type publicMarc Mutz2017-04-101-1/+1
* winrt: Use hostnames for socket connectionsOliver Wolff2017-04-101-5/+8
* Mark qCompareStrings() functions pureMarc Mutz2017-04-091-4/+4
* cleanup: remove references to unknown classesGatis Paeglis2017-04-081-8/+0
* QVersionNumber: add fromString(QStringView/QLatin1String) overloadsMarc Mutz2017-04-083-8/+57
* doc: Correct include guardMartin Smith2017-04-071-3/+3
* xcb: remove x11FilterEvent() code pathGatis Paeglis2017-04-071-34/+2
* Add front()/back() to QString, QStringRef, QByteArray and QLatin1StringMarc Mutz2017-04-074-0/+198
* Add qConvertTo{Utf8,Latin1,Local8Bit,Ucs4}() and corresponding QStringView me...Marc Mutz2017-04-075-39/+185
* Replace Q_DECL_OVERRIDE with override in imageformatsJesus Fernandez2017-04-076-33/+33