summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QTreeWidgetItem: pass role to dataChanged() signalChristian Ehrlicher2018-02-104-13/+32
* QImage: use rvalue overloads moreAnton Kudryavtsev2018-02-101-6/+3
* macOS: Don't log missing forwarding target during notification forwardingTor Arne Vestbø2018-02-091-11/+6
* xcb: Drop _QT_SETTINGS_TIMESTAMP_ atomAlexander Volkov2018-02-082-7/+1
* QPixmap: use rvalue overloads moreAnton Kudryavtsev2018-02-081-5/+5
* libjpeg: silence warnings with clang as well as gccJake Petroules2018-02-071-4/+2
* Add missing override keywordsJake Petroules2018-02-071-1/+1
* Fix a bunch of compiler warnings in the qtbase examplesJake Petroules2018-02-075-3/+5
* Remove extra semicolonFrederik Gladhorn2018-02-071-1/+1
* Cocoa: Support DnD to the TrashMorten Johan Sørvig2018-02-071-0/+1
* Cocoa: move setting of drag accepted stateMorten Johan Sørvig2018-02-071-4/+3
* tst_QMenu: Add define QTEST_QPA_MOUSE_HANDLINGFriedemann Kleint2018-02-071-0/+2
* Prefer ICU over system info on MS-WinEdward Welbourne2018-02-073-12/+13
* Add overloaded QBitmap::fromImage that takes QImage rvalueAnton Kudryavtsev2018-02-073-17/+58
* Mention Qt Creator is compatible with testlibFrederik Gladhorn2018-02-071-2/+2
* Add drawTexture benchmarkAllan Sandfeld Jensen2018-02-063-0/+554
* Unalias some core drawhelper loopsAllan Sandfeld Jensen2018-02-062-63/+67
* Documentation: Update CommonTableModel/StringListModel snippetsChristian Ehrlicher2018-02-054-28/+28
* Handle coordinates related to component windowJosé Millán Soto2018-02-051-1/+7
* Introduce QT6_VIRTUAL and QT6_NOT_VIRTUAL macrosSergio Martins2018-02-054-11/+10
* Use placeholder text for accessible description of QLineEditJosé Millán Soto2018-02-051-0/+2
* Remove QCupsPrintEnginePrivate::setupDefaultPrinterAlbert Astals Cid2018-02-052-33/+0
* Remove QPlatformPrinterSupport::createDefaultPrintDeviceAlbert Astals Cid2018-02-052-6/+0
* Modernize logging in CoreFoundation and iOS event dispatchersTor Arne Vestbø2018-02-053-83/+63
* Simplify how we set thread name for UNIX threadsTor Arne Vestbø2018-02-051-11/+8
* Use new QString::remove(QLatin1String)Anton Kudryavtsev2018-02-052-2/+2
* Benchmarks: tst_tcpserver: Remove unnecessary qprocess includeOliver Wolff2018-02-051-1/+0
* tests: cleanup tst_QMenu::click_while_dismissing_submenu()Friedemann Kleint2018-02-031-8/+10
* QLineEdit: implement quick text selection by mouseElvis Angelaccio2018-02-0310-4/+159
* QCommonStyle::drawControl: use PM_HeaderMargin instead magic numberChristian Ehrlicher2018-02-021-2/+3
* QHeaderView: consider Qt::DecorationRole size within paintSection()Christian Ehrlicher2018-02-021-5/+9
* Add documentation entries for new qvector/qvarlength methodsAllan Sandfeld Jensen2018-02-022-0/+44
* QString:: add remove() overload taking QLatin1StringAnton Kudryavtsev2018-02-023-10/+43
* Fix HiDPI rendering issues in the WindowsVista styleAndre de la Rocha2018-02-022-28/+44
* Fix HiDPI rendering issues in the Windows styleAndre de la Rocha2018-02-021-89/+55
* Fix HiDPI rendering issues in QCommonStyleAndre de la Rocha2018-02-021-12/+10
* QString: optimize remove()Anton Kudryavtsev2018-02-021-4/+9
* Fix opening of flatpak FileChooser portalJan Grulich2018-02-022-55/+61
* tests: cleanup tst_QMenu::QTBUG47515_widgetActionEnterLeaveGatis Paeglis2018-01-291-51/+70
* QBitArray: add manipulate a dense bit array directlyThiago Macieira2018-01-282-0/+43
* Support for LTTNG and ETW tracingRafael Roquetto2018-01-2833-10/+1719
* QMimeType: remove unwanted *.bin as preferredSuffix for octet-streamDavid Faure2018-01-282-0/+3
* JSON: use the new isLatin1 functionThiago Macieira2018-01-271-8/+1
* Add a few methods to check if a string is US-ASCII or Latin1Thiago Macieira2018-01-273-1/+157
* Fix broken rendering of RGB30 and ARGB32 on machines with AVX2Allan Sandfeld Jensen2018-01-271-2/+2
* tests/manual/widgets/styles: Extend the style icon displayFriedemann Kleint2018-01-261-22/+101
* Doc: explain how QXmlStream{Reader,Writer} deal with encoding in QStringThiago Macieira2018-01-261-0/+20
* Create corelib/serialization and move existing file formats into itThiago Macieira2018-01-265193-92/+91
* QListWidgetItem/QStandardItem: pass role to dataChanged() signalChristian Ehrlicher2018-01-269-39/+99
* tst_QSplitter::replaceWidget: explicit wait for eventsChristian Ehrlicher2018-01-261-18/+39