summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | macOS: Initialize QNSView mouse related members with other mouse logicTor Arne Vestbø2019-03-022-9/+13
* | | Android: Show correct keyboard when using Gboard and Japanese layoutAndy Shaw2019-02-281-1/+3
* | | Terminate Qt gracefullyBogDan Vatra2019-02-282-8/+11
* | | QListView: Fix Shift+click selection for non-default itemAlignmentAlexander Volkov2019-02-272-3/+20
* | | Segfault when the exiting the application under platform eglfsElena Zaretskaya2019-02-273-13/+18
* | | Fix determination of OpenGL include paths on macOS, take 2Joerg Bornemann2019-02-272-1/+12
* | | Windows QPA: Fix override cursor when modal window is presentFriedemann Kleint2019-02-271-0/+6
* | | QSyntaxHighlighter: Fix crash when parent is a nullptrDominik Haumann2019-02-271-1/+1
* | | Doc: update the note about nested deleteLater()Thiago Macieira2019-02-271-2/+4
* | | Use qEnvironmentVariable for QT_PLUGIN_PATHSThiago Macieira2019-02-271-2/+2
* | | Make the QEventDispatcherWin32Private::interrupt flag atomicThiago Macieira2019-02-272-8/+9
* | | Clear only one device from g_pointIdMap when all points releasedShawn Rutledge2019-02-262-2/+19
* | | Don't edit the item if we did not get the press event on the same itemAndy Shaw2019-02-261-1/+1
* | | Haiku: Fix mis-spelled module in .proFriedemann Kleint2019-02-261-1/+1
* | | Windows QPA: Generate proper event when dragging item outside windowAndre de la Rocha2019-02-251-7/+18
* | | qtlite: Fix build the source code with -no-feature-shortcutMikhail Svetkin2019-02-253-0/+8
* | | Make the qfloat16tables.cpp depend on the executable, not the commandThiago Macieira2019-02-251-1/+1
* | | Fix assert when drawing lines with extreme coordinatesEirik Aavitsland2019-02-251-3/+1
* | | Fix build for size with gccKirill Burtsev2019-02-231-0/+2
* | | QProcess: Fix crash when calling closeWriteChannel on WindowsJoerg Bornemann2019-02-211-8/+14
* | | Rename the Indonesian Android translation folder to fix a lint warningLars Schmertmann2019-02-211-0/+0
* | | Properly convert filename to bytearray when sending over portalJan Grulich2019-02-211-2/+3
* | | Add keyword "macos" to testlib blacklistingTony Sarajärvi2019-02-211-0/+1
* | | Add missing increment of blacklisted tests for BXFAIL caseEdward Welbourne2019-02-201-0/+2
* | | Document that type information is lost when reading QSettings from INIMitch Curtis2019-02-201-1/+7
* | | Add translatable attribute to the app_name string to fix a lint warningLars Schmertmann2019-02-201-1/+1
* | | macOS: Decouple screen property updates from application delegateTor Arne Vestbø2019-02-203-12/+4
* | | Add missing translations for AndroidLars Schmertmann2019-02-2018-2/+18
| |/ |/|
* | macOS: Remove special handling for hiding tool windows on application hideTor Arne Vestbø2019-02-202-36/+5
* | Kludge popen/pclose calls on MS-WinDmitry Sokolov2019-02-191-3/+12
* | Emit returnPressed() signal for the lineEdit embedded in QDateTimeEditKai Koehne2019-02-191-0/+1
* | Load main library as soon as possibleBogDan Vatra2019-02-193-45/+51
* | Android: Add support for getting the UiLanguagesAndy Shaw2019-02-191-0/+18
* | macOS: Set up platform window reference before initializing QNSWindow/PanelTor Arne Vestbø2019-02-184-25/+39
* | macOS: Implement QNSWindow/QNSPanel mixin using preprocessor includesTor Arne Vestbø2019-02-182-103/+75
* | macOS: Remove redundant tracking of modal sessions in QCocoaWindowTor Arne Vestbø2019-02-184-7/+9
* | macOS: Modernize worksWhenModal handlingTor Arne Vestbø2019-02-185-59/+27
* | macOS: Simplify QCocoaWindow::setVisibleTor Arne Vestbø2019-02-181-32/+18
* | macOS: Remove dead code in window activation handlingTor Arne Vestbø2019-02-181-24/+0
* | Add cmdline feature to qmakeJoerg Bornemann2019-02-181-1/+1
* | wasm: fix building examples and applicationsLorn Potter2019-02-151-0/+1
* | Windows: Freetype: Load fonts from the user locationsAndy Shaw2019-02-141-21/+24
* | Turn bcm_host library into makeSpec sourceJoerg Bornemann2019-02-141-1/+2
* | winrt: Handle WaitForWindowExposedOliver Wolff2019-02-133-2/+24
* | Don't wrongly detect fonts as obliqueEskil Abrahamsen Blomfeldt2019-02-131-2/+2
* | QBackingStore: Make QPlatformBackingStore creation lazyTor Arne Vestbø2019-02-131-10/+13
* | Track call sites of QMacAutoReleasePools for debugging pool usageTor Arne Vestbø2019-02-131-11/+48
* | QTextDocument: Do respect white-space:nowrapKai Koehne2019-02-131-1/+2
|/
* macOS: Add auto-release pool during QCocoaScreen::deliverUpdateRequests()Tor Arne Vestbø2019-02-121-0/+2
* Windows QPA: Handle mouse input using legacy messagesAndre de la Rocha2019-02-123-344/+165