summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* logging: Clarify and document how we look for the presence of a consoleTor Arne Vestbø2018-03-074-59/+168
* Revert "Make qWaitForWindowActive more robust"Ville Voutilainen2018-03-071-2/+2
* Windows QPA: Fix scaling of tablet coordinates for High DPI scalingFriedemann Kleint2018-03-073-2/+16
* Windows QPA: Fix sending of the mouse release in case of a DropFriedemann Kleint2018-03-071-1/+2
* QHeaderView: fix inconsistent saved state, ignored during restoreDavid Faure2018-03-071-1/+5
* Check for WindowActivation capability instead of platformJohan Klokkhammer Helsing2018-03-062-1/+2
* cocoa: add qCDebug in QNSview::scrollWheelShawn Rutledge2018-03-061-0/+1
* uic: Add the include for QIcon conditionallyJarek Kobus2018-03-062-7/+9
* Add WFD_DEVICE_CLIENT_TYPE attribute for INTEGRITY S820Am ADPKimmo Ollila2018-03-051-5/+19
* Document QFont::PreferNoShaping as being since 5.10Sergio Martins2018-03-051-1/+1
* Fix docs of QTextDocument::find with regards to default case sensitivitySimon Hausmann2018-03-051-3/+3
* Remove unused variableAndré Klitzing2018-03-051-1/+0
* moc: Don't error our when parsing "using namespace __identifier(...)"Andy Shaw2018-03-051-0/+3
* QHeaderView: make use of LayoutChangeHint in _q_sectionsChanged()Christian Ehrlicher2018-03-043-22/+61
* QHeaderView: fix indentation in setModel() and clear()Christian Ehrlicher2018-03-031-37/+37
* Avoid infinite recursive loopAndré Klitzing2018-03-031-1/+1
* QLocale: Update the system private on QLocale default constructor if neededAlbert Astals Cid2018-03-021-0/+2
* Android: Close the DataOutputStream when we are finished with itAndy Shaw2018-03-021-1/+7
* JSON: remove braces from UUID text representationsThiago Macieira2018-03-021-0/+9
* QJsonValue: use the fully-encoded form of a URL in fromVariant()Thiago Macieira2018-03-021-0/+11
* Add needsWorkaround for additional Adreno targetsHerman van Hazendonk2018-03-011-2/+6
* qtestlib: fix support for pressing multiple mouse buttonsGatis Paeglis2018-03-012-8/+24
* Fix QXcbScreen::format() when rgb-swap is neededAllan Sandfeld Jensen2018-03-011-1/+3
* ToolTip/Windows: Fix wrong size when font is modified by widget stylesheetFriedemann Kleint2018-03-011-1/+11
* Windows QPA: Fix setting the separator property on native menusFriedemann Kleint2018-03-011-0/+7
* Find PCRE2 via pkgconfigR.J.V. Bertin2018-03-011-0/+1
* QHeaderView: Fix crash in layout about to changeThorbjørn Lund Martsum2018-03-011-2/+4
* windowsuiautomation: Lowercase windows header includesMartin Storsjö2018-03-012-2/+2
* QHeaderView: skip dividing by 1, rather pointlessDavid Faure2018-02-281-1/+1
* QMimeDatabase: fix regression in alias resolvingDavid Faure2018-02-281-2/+2
* Update the Unicode BiDi algorithm to be compliant with Unicode 10Lars Knoll2018-02-282-522/+873
* Fix ligature handling in QTextLine::cursorToX()Lars Knoll2018-02-281-1/+2
* macOS: Warn the user when KVO-observing QCocoaNSWindowTor Arne Vestbø2018-02-281-0/+5
* Doc: Add doc for QSKIPNico Vertriest2018-02-282-0/+113
* Silence a GCC 8 warning in qpainterVille Voutilainen2018-02-281-2/+2
* Silence a GCC 8 warning in qoutlinemapperVille Voutilainen2018-02-281-1/+1
* Silence a GCC 8 warning in qringbufferVille Voutilainen2018-02-281-1/+1
* QDate/Time,QTimeZone: Fix empty documentation section titlesFriedemann Kleint2018-02-272-5/+4
* Silence a GCC 8 warning in qxcbnativeinterfaceVille Voutilainen2018-02-271-7/+7
* Silence a GCC 8 warning in evdevtabletVille Voutilainen2018-02-271-1/+1
* Make qWaitForWindowActive more robustVille Voutilainen2018-02-271-2/+2
* Windows QPA: Ensure a mouse release event is sent after DnDFriedemann Kleint2018-02-261-1/+15
* Fix compile with sanitize address & undefinedBogDan Vatra2018-02-261-1/+5
* Cocoa: Fix incorrect QSystemTrayIcon::geometry()Morten Johan Sørvig2018-02-261-3/+4
* xcb: simplify handling of keymap updatesGatis Paeglis2018-02-253-43/+41
* xcb: cleanup TODOs for KeyboardLayoutChangeGatis Paeglis2018-02-252-18/+23
* xcb: minor refactoring in QXcbKeyboard::checkForLatinLayout()Gatis Paeglis2018-02-251-6/+6
* xcb: remove X11 deps from QXcbKeyboard::checkForLatinLayout/lookupLatinKeysym()Gatis Paeglis2018-02-251-4/+4
* xcb: have a proper detection of key events originating from SendEventGatis Paeglis2018-02-252-47/+58
* xcb: use keysym defs from xkbcommon, instead of X11 headersGatis Paeglis2018-02-251-590/+322