summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | Remove hack that violates ODRThiago Macieira2018-04-261-11/+6
* | | Improve padding hole issues in QAbstractPrintDialogPrivateThiago Macieira2018-04-261-3/+4
* | | Show high DPI custom cursor on macOSFrederik Christiani2018-04-261-0/+1
* | | improve documentation, mostly of the QT_TR*_NOOP macrosOswald Buddenhagen2018-04-253-38/+38
* | | Fix build with -no-feature-graphicsviewPaul Olav Tvete2018-04-251-0/+1
* | | Doc: Show more examples on how to have multiple logging rulesKai Koehne2018-04-251-11/+16
* | | Windows QPA: Add missing calls to keyboard initializationFriedemann Kleint2018-04-251-1/+2
* | | Windows QPA: Fix handling of VK_DECIMAL/VK_SEPARATORFriedemann Kleint2018-04-251-2/+2
* | | Don't crash on <br> following a <table>Allan Sandfeld Jensen2018-04-251-4/+6
* | | Cocoa: Don’t starve the event loop on requestUpdate()Morten Johan Sørvig2018-04-241-1/+1
* | | QCocoaFontDialogHelper: Fix NSFontManager delegate warningGabriel de Dietrich2018-04-241-4/+3
* | | Style sheets: detect and use font set on QHeaderViewsGabriel de Dietrich2018-04-241-5/+7
* | | Fix division by zero in radial gradiants with NEONAllan Sandfeld Jensen2018-04-241-0/+5
* | | QCocoaWindow: Fix handleMouseEvent() compilation warningGabriel de Dietrich2018-04-241-1/+3
* | | Fix QML integration of widgetsLars Knoll2018-04-231-1/+2
* | | doc: Make both qEnvironmentVariable() functions visible in the docsMartin Smith2018-04-231-7/+5
* | | Windows QPA: Fix Korean IME removing words when using CTRL shortcutsFriedemann Kleint2018-04-231-0/+8
* | | Doc: Mark local functions in qlogging.cpp as internalKai Koehne2018-04-231-0/+3
* | | Doc: Advocate use of std::initializer_list constructor in Q[String]ListKai Koehne2018-04-234-15/+37
* | | Style sheets: Include margin while calculating QHeaderview section sizePeng Wu2018-04-221-2/+4
* | | QSslSocket: Call transmit when encrypted on WinRTMårten Nordheim2018-04-211-0/+4
* | | QByteArray: Use nullptr for "Safe and portable C string functions"Andre Hartmann2018-04-211-22/+23
* | | QByteArray: Add a note regarding overlapping pointers to qstr(n)cpyAndre Hartmann2018-04-211-0/+4
* | | Windows QPA: Fix ambiguous shortcut overload warnings for ALT-keysFriedemann Kleint2018-04-201-2/+13
* | | Windows QPA: Fix duplicate/missing native eventsFriedemann Kleint2018-04-204-18/+69
* | | QTabWidget: clarify ownership after insertTab() and addTab()Anton Kudryavtsev2018-04-201-4/+8
* | | Send ShortcutOverride event when receiving a non-spontaneous key pressAndy Shaw2018-04-201-2/+14
| |/ |/|
* | Doc: Update QtConcurrent::mapped example snippetPaul Wicking2018-04-191-2/+3
* | iOS: Use the non deprecated application:openURL functionAndy Shaw2018-04-181-3/+2
* | QToolTip: Hide tooltip on key event on macOSGabriel de Dietrich2018-04-181-7/+5
* | QCocoaPlatformTheme: Fix tooltip background colorGabriel de Dietrich2018-04-181-1/+3
* | QMacStyle: Fix SC_ComboBoxEditField rectGabriel de Dietrich2018-04-181-2/+1
* | QMacStyle: Fix appearance of selected inactive tab bar buttonGabriel de Dietrich2018-04-181-9/+50
* | QMacStyle: Clean up code, remove dead bitsGabriel de Dietrich2018-04-182-170/+72
* | Do not ignore MenuItem on macOSJan Arve Saether2018-04-181-1/+0
* | Doc: link to QEnableSharedFromThis from QSharedPointer docsMitch Curtis2018-04-181-1/+1
* | iOS: Trigger manual layout of root view controller when coming out of backgroundTor Arne Vestbø2018-04-186-31/+55
* | Fix runtime platform detection on Apple platformsTor Arne Vestbø2018-04-181-6/+6
* | QSplitter: fix doc for widget() and handle()Anton Kudryavtsev2018-04-181-4/+5
* | Compile when using -no-feature-networkinterfaceAndy Shaw2018-04-181-0/+4
* | Don't ignore the shortcut when the QMenuBar is parentlessAndy Shaw2018-04-181-1/+8
|/
* QSslCertificate (OpenSSL) use the correct *_free functionv5.11.0-beta4Timur Pocheptsov2018-04-153-1/+6
* xcb: prevent crash with pixmap cursors on XRender-less X serversGatis Paeglis2018-04-143-8/+28
* xcb: fix bitmap cursor loading performance regressionGatis Paeglis2018-04-144-45/+38
* xcb: cleanup the code for detecting when to create/destroy SHM segmentGatis Paeglis2018-04-141-6/+8
* Improve performance of QResource::load()Lars Knoll2018-04-131-12/+8
* winrt: QWinRTEGLContext: add isValid functionalityOliver Wolff2018-04-132-0/+7
* QStyleHints: emit correct signal when calling setMouseQuickSelectionThresholdAkihito Izawa2018-04-131-1/+1
* PDF engine: handle abnormally long string casesEirik Aavitsland2018-04-121-5/+10
* Fix crash if QPixmap::defaultDepth() is called when no QGuiApplicationEirik Aavitsland2018-04-121-1/+7