summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* XCB/Xlib: make sure we don't get problems for sys headers using registerThiago Macieira2018-07-117-0/+14
* Doc: Explain emission of QAction::changed on calling QAction::togglePaul Wicking2018-07-111-2/+6
* winrt: Avoid superfluous touch events for multitouchOliver Wolff2018-07-111-1/+4
* xcb: Monitor XSETTINGS changeAlexander Volkov2018-07-101-0/+1
* Show the toolbutton's menu in the right place on multiple screensAndy Shaw2018-07-101-2/+2
* QSplashScreen: Pass the layout direction set on widget to the painterAndy Shaw2018-07-101-0/+1
* Fix the copyright year of the qgrayraster.c dependencyNicolas Ettlin2018-07-101-1/+1
* Doc: Extend description of Qt::Key_ClearPaul Wicking2018-07-101-1/+4
* xcb: Move handling of RRScreenChangeNotify from QXcbScreen to QXcbVirtualDesktopAlexander Volkov2018-07-093-100/+103
* Doc: Fix typo and grammar issuesPaul Wicking2018-07-091-9/+9
* Fix regression in QPointF::operator==Allan Sandfeld Jensen2018-07-091-3/+2
* macOS: Ensure all windows are created on a valid screenTor Arne Vestbø2018-07-051-13/+18
* Fix Clang annoying, useless warning about using %llu when it wants %luThiago Macieira2018-07-051-1/+1
* Add missing override keyword found by ClangThiago Macieira2018-07-051-1/+1
* Tidy-up after recent change: combine declaration with initializerEdward Welbourne2018-07-031-2/+1
* Ownership is unclear, so document it to avoid crashes for usersSune Vuorela2018-07-021-0/+4
* QNX: Add the ability to disable EGL_KHR_surfaceless_context useJames McDonnell2018-07-013-2/+18
* Fix metatype trait for types that are both QObject and Q_GADGETDaniel Vrátil2018-06-301-2/+2
* QMenuBar: Account for displays that are above 0x0Andy Shaw2018-06-291-1/+1
* Doc: Add references to QDBusAbstractAdaptor implementation examplePaul Wicking2018-06-291-2/+6
* Fix: bad-looking scaled rendering of painterpath in OpenGL paint engineEirik Aavitsland2018-06-281-21/+17
* Replace LGPL licenses in .qdoc files with FDLKai Koehne2018-06-285-105/+45
* Fix automatic showing/hiding of the Windows 10 on-screen keyboardAndre de la Rocha2018-06-283-38/+74
* Doc: Remove old and broken QDBus adaptor examplePaul Wicking2018-06-282-338/+2
* macOS: Guard non-reentrant uses of NSOpenGLContextTor Arne Vestbø2018-06-271-0/+5
* Return a correct filter from QFileDialog::selectedMimeTypeFilter()Alexander Volkov2018-06-271-13/+30
* QAbstractItemModelTester: don't call match(QModelIndex(), ...)David Faure2018-06-271-2/+3
* QAbstractItemModelTester: fix out-of-bounds index() callsDavid Faure2018-06-271-4/+15
* ItemModels: Cache last-known child indexErik Verbruggen2018-06-272-11/+25
* ItemModels: search for the child index in 2 directionsErik Verbruggen2018-06-271-7/+29
* QAbstractItemModelTester: add missing includesDavid Faure2018-06-271-0/+2
* Windows QPA/GL: Fix build with MinGW/g++ 8.1 x64Friedemann Kleint2018-06-263-25/+49
* Doc: Fix typoPaul Wicking2018-06-261-1/+1
* Fix interaction with the menu bar on touchscreensAlexander Volkov2018-06-251-1/+8
* QtCore/QtNetwork/QTestlib: Fix build with MinGW/g++ 8.1 x64Friedemann Kleint2018-06-254-8/+9
* Do not build SPDY support if SSL is disabledJoerg Bornemann2018-06-251-4/+9
* Do not update scroll coordinates on ignorable enter eventsAllan Sandfeld Jensen2018-06-221-4/+4
* Leave m_id clear if the JNI didn't give us a time-zoneEdward Welbourne2018-06-221-1/+18
* Fix mouse-wheel handling for evdev devices with extended valuesChristian Muehlhaeuser2018-06-221-10/+4
* QLocale/QString/QByteArray: Use nullptr in documentationAndre Hartmann2018-06-223-108/+110
* QDBusTrayIcon: Avoid needless initialization of a global varAlexander Volkov2018-06-221-2/+7
* Doc: Fix signal name in QTimer documentationJoerg Bornemann2018-06-221-1/+1
* Fix ico.json to avoid returning an empty mimetypeDavid Faure2018-06-221-1/+1
* Recognize X11/XCB keysyms Undo, Redo, Find, CancelJonathan Marten2018-06-221-0/+7
* QtNetwork/SSL: Fix build with MinGW/g++ 8.1 x64Friedemann Kleint2018-06-222-6/+12
* QLocale: Remove misleading link to QString::toDouble() conversionAndre Hartmann2018-06-221-6/+10
* QString: Harmonize the toFloat() and toDouble() documentationAndre Hartmann2018-06-221-3/+12
* Fix the qHash implementation for QMatrix / QTransformGiuseppe D'Angelo2018-06-212-15/+15
* xcb: add qt.qpa.input.events logging of wheel eventsShawn Rutledge2018-06-211-0/+2
* Doc: Improve description of QModelIndex::operator==Paul Wicking2018-06-211-10/+8