summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* xcb: refactor QXcbKeyboard::keysymToQtKey() and fix bugGatis Paeglis2018-02-243-61/+102
* xcb: re-factor QXcbKeyboard::updateKeymap() to remove various fallbacksGatis Paeglis2018-02-245-214/+71
* xcb: remove xlib dependency from core keymap assemblingGatis Paeglis2018-02-244-24/+238
* Reapply 1514b4e85336245ef130deca5839267dba7b2e32 on 5.11Liang Qi2018-02-231-1/+2
* Reapply 403343039d07812c0beee9260b291f86e14d8ac4 on 5.11Liang Qi2018-02-232-1967/+2
* doc: improve QPlatformIntegration::possibleKeys() documentationGatis Paeglis2018-02-221-4/+5
* xcb: remove fragile and unnecessary missing-latin-keymap workaroundGatis Paeglis2018-02-224-49/+32
* dbustray: add NewMenu signal and emit it when menu changedMarco Trevisan (Treviño)2018-02-223-0/+7
* un-crash QPlainTestLogger::printMessage()Jan Arve Sæther2018-02-221-6/+5
* QGtk3Menu: take GTK's scale factor into accountJ-P Nurmi2018-02-221-0/+3
* psql: do not try to get table name when PQftable returns InvalidOidChristian Ehrlicher2018-02-221-7/+9
* Cocoa: fix grabWindow when mixing highDPI and non-highDPI screensPablo Marcos Oltra2018-02-221-13/+16
* Add Linux-syscall-note exception to 3rdparty testlib documentationKai Koehne2018-02-221-3/+3
* moc: Only use the init_priority attribute when targeting windowsMartin Storsjö2018-02-221-1/+1
* Fix build when ftp feature is disabledPasi Petäjäjärvi2018-02-211-0/+1
* Revert "JSON doc: update the RFC we link to"Thiago Macieira2018-02-211-1/+1
* opengl: Bail if cached shader fails to loadAntonio Larrosa2018-02-212-9/+19
* testlib: Pass on log message context to loggersTor Arne Vestbø2018-02-215-20/+47
* QHeaderView: Preserve settings on layoutChange with empty modelChristian Ehrlicher2018-02-211-0/+24
* QHeaderView: properly restore hidden section size on layoutChanged()Christian Ehrlicher2018-02-211-3/+7
* Remove left over json/qjsonarray.cppFriedemann Kleint2018-02-211-1238/+0
* Fix some qdoc-warnings for 5.11Friedemann Kleint2018-02-212-2/+2
* Windows QPA: Fix accessibility being triggered by IMEFriedemann Kleint2018-02-211-0/+1
* Bump copyright yearJani Heikkinen2018-02-211-1/+1
* QtConcurrent::MedianDouble: do not access uninitialzed valuesChristian Ehrlicher2018-02-201-0/+1
* Add missing "We mean it." warningsMårten Nordheim2018-02-2010-0/+110
* Fix touch point positions of non-transformable QGraphicsItemsFriedemann Kleint2018-02-203-17/+35
* xcb: Fix -geometry argument for platformName with arguments or fallbacksJohan Klokkhammer Helsing2018-02-201-4/+4
* Support multiple entries in the Qt platform plugin stringJohan Klokkhammer Helsing2018-02-201-27/+40
* Merge "Merge remote-tracking branch 'origin/5.10.1' into 5.11" into refs/stag...Tony Sarajärvi2018-02-203-14/+8
|\
| * Merge remote-tracking branch 'origin/5.10.1' into 5.11Liang Qi2018-02-193-14/+8
| |\
| | * psql: Improve performance of record()v5.10.1Andy Shaw2018-02-081-4/+10
| | * QCocoaWindow: be more careful when flushing eventsRichard Moe Gustavsen2018-02-071-1/+1
| | * QString: fix comparisons to null strings in ucstricmpThiago Macieira2018-02-041-9/+0
* | | macOS: Remove qDebug silencer in qthread_unix.cppTor Arne Vestbø2018-02-191-13/+0
* | | macOS: Don't assume m_view is QNSView when calling requestUpdateTor Arne Vestbø2018-02-191-1/+1
* | | macOS: Remove unused variableTor Arne Vestbø2018-02-191-2/+0
|/ /
* | xcb: Fix developer buildFriedemann Kleint2018-02-191-0/+3
* | Add Wayland in the documentation for QGuiApplication::platformNameJohan Klokkhammer Helsing2018-02-191-0/+2
* | Fix incorrect documentation for -platform, QT_QPA_PLATFORM and friendsJohan Klokkhammer Helsing2018-02-191-5/+5
* | Fix compilation with QT_DISABLE_DEPRECATED_BEFORE=0x060000Marcel Krems2018-02-161-0/+2
* | Handle unset $DISPLAY variable when using the offscreen platformJan Murawski2018-02-161-2/+6
* | Fix configure.json (OpenSSL 1.1 on Windows)Timur Pocheptsov2018-02-161-0/+4
* | xcb: Fix access to shm for X server running from another userAlexander Volkov2018-02-153-35/+109
* | xcb: Enhance SHM management codeAlexander Volkov2018-02-153-44/+91
* | fix missing __builtin_mul_overflow for Windows ICCAlexander Shevchenko2018-02-151-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.10' into 5.11" into refs/stagin...Liang Qi2018-02-1540-86/+274
|\ \
| * \ Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-1540-86/+274
| |\ \
| | * | QSaveFile: Check for EINTR in fsync()/fdatasync()5.10Thiago Macieira2018-02-111-2/+3
| | * | Set the ellipseDiameters back to the original size in QGraphicsViewAndy Shaw2018-02-081-2/+4