summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * Item views: do not clip items horizontally in dragging iconEirik Aavitsland2019-12-062-2/+6
| | | | * Manual High DPI test: Add a page logging all screen change signals to MetricsFriedemann Kleint2019-12-051-7/+130
| | | | * Copy formatting attributes when cloning an empty QTextDocumentSona Kurazyan2019-12-052-1/+40
| | | | * QCborValue: fix replacing of elements with byte data with ones withoutThiago Macieira2019-12-052-2/+29
| | | | * Windows QPA: Fix tray geometry not updatingFriedemann Kleint2019-12-051-0/+4
| | | | * docker-compose now brings up the docker images tagged as "latest"Dimitrios Apostolou2019-12-052-28/+30
| | | | * macOS: Improve QCocoaGLContext loggingTor Arne Vestbø2019-12-052-1/+23
| | | | * macOS: Enable fullscreen for windows by defaultTor Arne Vestbø2019-12-051-1/+4
| | | | * Do not read Xft.dpi on platforms that shouldn't be using Xft settingsAllan Sandfeld Jensen2019-12-051-0/+11
| | | | * Optimize qLastIndexOf<QString> to not detach the QStringDavid Faure2019-12-051-2/+5
| | | | * QStyleSheetStyle: properly honor checkmark size when drawing a QMenuChristian Ehrlicher2019-12-051-3/+6
| | | | * QPlainTextEdit: update internal palette on QEvent::EnabledChangeChristian Ehrlicher2019-12-051-0/+1
| | | | * Fix qmake's sed functionality for input containing CR+LF newlinesAlessandro Portale2019-12-051-1/+1
| | | | * Quit application when QWindowsSystemTrayIcon receives WM_CLOSEJan Niklas Hasse2019-12-051-1/+5
| | | | * Fix flaky test tst_QFiledialog::clearLineEdit()Dimitrios Apostolou2019-12-031-0/+1
| | * | | QCocoaEventDispatcher: make 'interrupt' workTimur Pocheptsov2019-12-103-2/+66
| | * | | Make inputmask 'X' mask character require non-blank inputEirik Aavitsland2019-12-103-6/+3
| | |/ /
| | * | macOS: support copying lazily provided data to the clipboardVolker Hilsheimer2019-12-102-3/+7
| | * | wasm: set focus on canvas on new screenLorn Potter2019-12-101-0/+2
| | * | QAIV::sizeHintForIndex: return correct size when no delegate is setChristian Ehrlicher2019-12-091-2/+3
* | | | Move QOpenGLDebugLogger from QtGui to QtOpenGLJohan Klokkhammer Helsing2019-12-114-13/+15
* | | | Remove deprecated QGL* classesJohan Klokkhammer Helsing2019-12-11107-33376/+16
|/ / /
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-09528-4388/+6537
|\| |
| * | QMetaType: add more static-less APIOlivier Goffart2019-12-073-2/+84
| * | Tidy nullptr usageAllan Sandfeld Jensen2019-12-06502-4329/+4329
| * | QByteArray: add a strict mode to fromBase64Giuseppe D'Angelo2019-12-054-84/+461
| * | Fix compile with we use QT_DISABLE_DEPRECATED_BEFORE=0x060000 in appsLaurent Montel2019-12-051-1/+1
| * | Don't use QHash::unite to merge hashesLars Knoll2019-12-051-1/+1
| * | Add QHash::insert(const QHash &other)Lars Knoll2019-12-053-0/+111
| * | QDoubleValidator: Fix thousand separator handlingFabian Kosmale2019-12-052-1/+2
| * | QGraphicsItem: Fix mouse tracking with modal panelsPaul Olav Tvete2019-12-051-2/+10
| * | RHI: new native texture APIPaul Olav Tvete2019-12-0514-4/+276
| * | Deprecate QVariant::operator< and related operatorsOlivier Goffart2019-12-052-4/+20
* | | Use QString::DataPointer instead of QStringPrivateLars Knoll2019-12-085-15/+16
* | | Use QArrayDataPointer to implement QByteArrayLars Knoll2019-12-086-178/+129
* | | Use the QByteArray::DataPointer typedef instead of QByteArrayDataLars Knoll2019-12-087-15/+15
* | | Fix out of bounds read in tst_qsqlqueryLars Knoll2019-12-081-2/+3
* | | Get rid of QCharRef and QByteRefLars Knoll2019-12-0811-347/+25
* | | Use <type_traits> to properly have QVector<T>::parameter_typeThiago Macieira2019-12-084-42/+24
* | | Optimize QArrayDataOps::compare for primitive typesLars Knoll2019-12-081-0/+5
* | | Enlarge QVariant's private to fit the new QString and QByteArrayThiago Macieira2019-12-082-3/+3
* | | Final removal of the size and offset members from QArrayDataThiago Macieira2019-12-085-60/+13
* | | Inline the size and data pointers in QByteArrayThiago Macieira2019-12-089-395/+343
* | | Change representation of string data in the meta objectLars Knoll2019-12-086-39/+40
* | | Inline the size and data pointer members in QStringThiago Macieira2019-12-087-303/+313
* | | Inline the size and begin pointer in QVectorThiago Macieira2019-12-089-652/+439
* | | Fix potential out of bounds write in the JSON writerLars Knoll2019-12-081-1/+2
* | | Get rid of the operator[](uint) overloadsLars Knoll2019-12-084-35/+0
* | | Various cleanups in qarraydataops and qarraydatapointerThiago Macieira2019-12-082-87/+304
* | | Remove bad test in QVectorThiago Macieira2019-12-081-83/+0