summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QXmlStream: resolve puzzle in translatable stringsOswald Buddenhagen2017-07-311-22/+15
* Win: Set a proper description for the Qt toolsKai Koehne2017-07-317-0/+7
* Windows: Stop considering Calibri as bitmap fontEskil Abrahamsen Blomfeldt2017-07-312-17/+1
* QTzTimeZonePrivate: resolve a misguided TODOEdward Welbourne2017-07-311-24/+16
* Add a date-time test for time-zones near epoch and odd transitionsEdward Welbourne2017-07-311-0/+67
* Support more than 62 instances of QWinEventNotifier, take 2Joerg Bornemann2017-07-306-41/+260
* Windows QPA: Fix compilation with MinGW 7.1Friedemann Kleint2017-07-291-0/+1
* macOS: Modernize QCocoaBackingStore::flush()Tor Arne Vestbø2017-07-295-145/+147
* Docs: Fix day/year format in QDateTimeDavid Fries2017-07-282-8/+9
* Add test for time zone transitions near the epochEdward Welbourne2017-07-281-0/+44
* Test locale propagation from date-time editor to its calendar popupSoroush Rabiei2017-07-281-0/+21
* Fix use of getentropy on larger blocksThiago Macieira2017-07-272-3/+17
* QSslSocketBackendPrivate::transmit(): improve reading from OpenSSLAlex Trotsenko2017-07-271-4/+5
* macOS: Send expose event with individual rects instead of bounding rectTor Arne Vestbø2017-07-261-3/+11
* Add API to disable text shaping on fontsEskil Abrahamsen Blomfeldt2017-07-2610-34/+144
* macOS: Send expose event at drawRect and trigger updates via setNeedsDisplayTor Arne Vestbø2017-07-254-116/+80
* tst_QTimeZone: improve readability of code and failure reportsEdward Welbourne2017-07-251-36/+64
* Fix a loop-test and the bogus data the loop expectedEdward Welbourne2017-07-251-3/+3
* Rework qAppFileName() on MS-Win to handle problems gracefullyEdward Welbourne2017-07-251-35/+25
* Fix WebEngine build when VULKAN_SDK environment variable is presentAlexandru Croitor2017-07-251-1/+1
* tst_QSslSocket::ephemeralServerKey - fix for OpenSSL 1.1Timur Pocheptsov2017-07-251-0/+2
* Don't call QVariant::fromValue<T>() with T=QVariantSérgio Martins2017-07-251-1/+1
* doc: minor cleanup in QPlatformWindow::setGeometry()Gatis Paeglis2017-07-251-2/+3
* Fix tst_QAbstractItemView::task200665_itemEnteredTor Arne Vestbø2017-07-251-2/+2
* Enable IAccessible2 for MinGWFriedemann Kleint2017-07-258-38/+49
* Improve symmetry of variant json conversionsAllan Sandfeld Jensen2017-07-252-23/+152
* Fix some qdoc warnings for 5.10Friedemann Kleint2017-07-255-10/+10
* QFileSystemEngine: Remove the remainder of Windows XP functionsThiago Macieira2017-07-256-58/+27
* QFileSystemEngine: remove dynamic finding of Windows XP functionsThiago Macieira2017-07-252-84/+54
* macOS: Blacklist flakey test tst_QMenu::tearOff()Tor Arne Vestbø2017-07-241-0/+2
* macOS: Blacklist tst_QMenu::pushButtonPopulateOnAboutToShowTor Arne Vestbø2017-07-241-0/+2
* Fix warning about self assignFrank Meerkoetter2017-07-231-3/+2
* xcb: use default member initialization in structGatis Paeglis2017-07-222-4/+1
* macOS: Blacklist tst_QComboBox::task_QTBUG_56693_itemFontFromModelTor Arne Vestbø2017-07-221-0/+4
* Fix tst_QListWidget::QTBUG50891_ensureSelectionModelSignalConnectionsAreSetTor Arne Vestbø2017-07-211-2/+1
* Deprecate and remove the unused bearer support in QNetworkProxyThiago Macieira2017-07-214-161/+32
* macOS: Blacklist tst_QMenu::layoutDirectionTor Arne Vestbø2017-07-211-0/+3
* Move toString calls after their definitionTimo Aarnipuro2017-07-212-12/+18
* Add a safety check to prevent apps from running on unsupported OSesJake Petroules2017-07-213-0/+35
* QLineEdit: Add selectionEnd() and selectionLength()Daniel Teske2017-07-203-0/+42
* Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devSimon Hausmann2017-07-2067-296/+418
|\
| * Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-07-1967-296/+418
| |\
| | * QFile::rename: use the open file's ID, instead of using the file nameThiago Macieira2017-07-189-3/+66
| | * QSystemError: Make it format unknown Windows messagesThiago Macieira2017-07-181-0/+3
| | * Convert improper uses of qt_error_string() to QSystemError::stdString()Thiago Macieira2017-07-184-15/+17
| | * Merge qt_error_string and QSystemErrorThiago Macieira2017-07-184-97/+42
| | * QFileSystemEngine::id/Windows: Use the volume ID tooThiago Macieira2017-07-181-5/+7
| | * Doc: QLoggingCategory::setEnabled() should only be called in filterKai Koehne2017-07-181-6/+5
| | * Doc: Clarify limitations of category filterKai Koehne2017-07-181-2/+2
| | * Doc: Fix snippet for QUrl::isValid() documentationKai Koehne2017-07-181-1/+1