summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Implement QJsonArray data stream operatorJędrzej Nowacki2018-10-032-0/+22
* Handle errors when streaming QJsonDocument through QDataStreamJędrzej Nowacki2018-10-031-1/+5
* Finish qmetatype migration to type switcherJędrzej Nowacki2018-10-031-434/+190
* Implement QJsonDocument data stream operatorsJędrzej Nowacki2018-10-033-2/+27
* Minor performance improvement to QLabel with ImageLuca Beldi2018-10-031-1/+1
* Add support for showWithoutActivating windowsJames McDonnell2018-10-023-7/+90
* Allow to prevent blocking of native dialogs by a proxy Qt dialogAlexander Volkov2018-10-023-0/+32
* QOffsetStringArray: fix compilation error with clang-802.0.42Mikhail Svetkin2018-10-011-1/+1
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-0136-172/+206
|\
| * Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-3023-109/+90
| |\
| | * Fix QUrl::matches for when removing authority parts (other than host)Thiago Macieira2018-09-291-8/+8
| | * QCommandLineParser: Ensure that an option text ends with a newlineAlexander Akulich2018-09-281-1/+5
| | * SSL: Don't write to closed socket or write to deallocated bufferMårten Nordheim2018-09-281-1/+6
| | * Android: fix log output patternLuka Modric2018-09-271-3/+1
| | * Modernize the "filesystemwatcher" featureLiang Qi2018-09-2719-96/+70
| * | Windows: Fix QDir::drives() to no longer list ejected mediaFriedemann Kleint2018-09-291-6/+16
| * | QDockWidget: Fix icons being too large when using a style proxying Windows styleFriedemann Kleint2018-09-291-0/+5
| * | QLineEdit: Disable input methods for password unless IME supports hidden textFriedemann Kleint2018-09-293-15/+19
| * | xcb: Extract QXcbWindow::isTrayIconWindow()Alexander Volkov2018-09-293-4/+7
| * | xcb: Initialize OpenGL integration only when requiredAlexander Volkov2018-09-294-34/+46
| * | Doc: fix minor issues in QMessageBox docsShawn Rutledge2018-09-291-3/+3
| * | iOS: add support for custom buttons in native MessageDialog helperUlf Hermann2018-09-292-1/+20
* | | Use std::addressof for taking an address instead of operator& in mocJędrzej Nowacki2018-10-012-5/+5
* | | Fix namespaced buildJędrzej Nowacki2018-10-012-4/+4
* | | Expose type id from QMetaType instanceJędrzej Nowacki2018-10-012-0/+13
* | | Use a std::vector instead of a QVector in QMimeDatabasePrivateIvan Komissarov2018-09-292-26/+18
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-29222-5785/+6855
|\| |
| * | Doc: Remove expired link and add see also entry for style sheetsPaul Wicking2018-09-281-4/+2
| * | Update bundled libjpeg-turbo to version 2.0.0Eirik Aavitsland2018-09-2884-5267/+5794
| * | Windows QPA: Work around intermittent clipboard copy failuresFriedemann Kleint2018-09-284-2/+45
| * | QOpenGLShader: report geom. and tess. on GLES 3.2+Laszlo Agocs2018-09-281-44/+33
| * | Windows QPA: Don't test for Desktop GL if Qt::AA_UseDesktopOpenGL is setFriedemann Kleint2018-09-283-24/+19
| * | Fix disabled IME when QPlainTextEdit read only property is toggledJussi Witick2018-09-281-1/+1
| * | Fix QXmlStreamWriter xmlns attribute placementhjk2018-09-281-1/+1
| * | QGraphicsScene::update(): Keep the list of updatedRects() uniqueFriedemann Kleint2018-09-281-1/+2
| * | Do not fall back after resizing a dockMaurice Kalinowski2018-09-281-0/+2
| * | Windows QPA: Fix programmable keyboard shortcuts being triggered twiceFriedemann Kleint2018-09-281-2/+18
| * | wasm: enable filesystemmodel for nothreadLorn Potter2018-09-281-1/+1
| * | wasm: enable Network for nothreadLorn Potter2018-09-286-4/+58
| * | wasm: make maximized and fullscreen windows not draggableLorn Potter2018-09-284-21/+31
| * | Merge "Merge remote-tracking branch 'origin/5.11' into 5.12" into refs/stagin...Liang Qi2018-09-2735-110/+170
| |\ \
| | * | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-2735-110/+170
| | |\|
| | | * Fix QCompleter popups preventing the application from exitingAlexandru Croitor2018-09-261-1/+8
| | | * Add QT_REQUIRE_CONFIG(ssl) to pre-shared key authenticatorTimur Pocheptsov2018-09-251-0/+2
| | | * QHeaderView: Don't unhide hidden sections on layoutChanged()Christian Ehrlicher2018-09-241-3/+0
| | | * Modernize the "datestring" featureLiang Qi2018-09-2420-70/+73
| | | * Modernize the "textdate" featureLiang Qi2018-09-244-18/+19
| | | * QSslContext: Use 0 instead of TLS_MAX_VERSIONDmitry Shachnev2018-09-241-4/+4
| | | * Protect HSTS code for no-feature-settings buildTimur Pocheptsov2018-09-246-9/+54
| | | * Export qt_open64 from QtCoreThiago Macieira2018-09-241-1/+1