summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-04-2611-67/+84
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-2611-67/+84
| |\|
| | * 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
* | | High-dpi drawTiledPixmap (raster paint engine)Morten Johan Sørvig2018-04-262-1/+14
|/ /
* | Protect all accesses to the global engine cache by a mutexLars Knoll2018-04-251-34/+32
* | Cocoa QPA: Remove uses of NULLGabriel de Dietrich2018-04-254-6/+6
* | QCocoaNSMenuItem: Add default initializerGabriel de Dietrich2018-04-253-5/+10
* | Fix drawTiledPixmap() and texture-brush painting with high-DPR imagesEirik Aavitsland2018-04-253-0/+17
* | Fix crash in QMainWindow::tabifyDockWidgets()Friedemann Kleint2018-04-251-1/+2
* | Support std::unique_ptr and others in Q_DECLARE_PRIVATEJüri Valdmann2018-04-251-2/+2
* | Fix include style in qreadwritelock_p.hJoerg Bornemann2018-04-251-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-248-24/+57
|\|
| * 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
* | Make it easier to use resources in plugins when using static linkingSimon Hausmann2018-04-231-1/+11
* | Introduce QPasswordDigestor functionsMårten Nordheim2018-04-233-0/+250
* | QSslKey: Implement PKCS#8 support for the generic backendMårten Nordheim2018-04-234-6/+443
* | iOS: Document why we're using a runloop mode tracker in our event dispatcherTor Arne Vestbø2018-04-231-0/+18
* | Speed up QTimeZone::isTimeZoneIdAvailable by a factor 43David Faure2018-04-234-2/+28
* | QHeaderView: emit geometriesChanged() when the header is resizedChristian Ehrlicher2018-04-221-0/+1
* | Add image quality handling to QTextImageFormatDaniel Savi2018-04-223-6/+44
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-226-42/+113
|\|
| * 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
* | Detect C standard and try using the most recent one (take 2)Allan Sandfeld Jensen2018-04-212-2/+4
* | q{cocoa,ppd}printdevice: Fix string comparisonMichael Weghorn2018-04-202-2/+2
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Qt Forward Merge Bot2018-04-2020-242/+235
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-2020-242/+235
| |\|
| | * 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