summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* macOS: Don't try to close already-closed/closing file dialogTor Arne Vestbø2021-01-121-1/+7
* Introduce QUrlResourceProvider to load resources for HTMLAlexander Volkov2021-01-1213-3/+279
* Remove QtDBus includesDavid Skoland2021-01-1251-235/+339
* Use design metrics when adding text to QPainterPathEskil Abrahamsen Blomfeldt2021-01-121-0/+5
* Windows QPA: Fix crashes when using screen reader with Q(Plain)TextEditFriedemann Kleint2021-01-121-2/+6
* QSql/QSqlite: return extended error codes by defaultChristian Ehrlicher2021-01-112-0/+5
* QSslCertificate: Guard against accessing empty QByteArrayRobert Loehning2021-01-111-1/+3
* Make sure QMimeData is fully declaredVolker Hilsheimer2021-01-111-0/+2
* Clarify variable names in QPropertyObserverPointer::notifyAndreas Buhr2021-01-112-14/+10
* QBindable: Improve read-only supportFabian Kosmale2021-01-112-1/+32
* Revert "Windows QPA: Call QWSI::flushWindowSystemEvents() from WM_PAINT for f...Morten Johan Sørvig2021-01-111-3/+2
* Prepare QNX env for cmake buildMarianne Yrjänä2021-01-111-0/+35
* UndoFramework example: make the background visibleIvan Solovev2021-01-111-0/+0
* Bump versionPaul Wicking2021-01-113-4/+5
* Doc: Explain how boundingRect handles null QRectFPaul Wicking2021-01-111-1/+3
* Android: exclude tst_QFile::moveToTrash on AndroidAssam Boudjelthia2021-01-111-0/+3
* Android: exclude failing tests for tst_QPlainTextEdit on AndroidAssam Boudjelthia2021-01-111-0/+10
* Doc: Generalize timer docsKai Köhne2021-01-111-3/+3
* Doc: Link to correct locationPaul Wicking2021-01-111-4/+4
* Doc: Add partial documentation for CMake API (tech preview)Craig Scott2021-01-115-1/+608
* Replace some more erase/remove patterns with removeIfGiuseppe D'Angelo2021-01-104-12/+5
* Sql ODBC driver: add direct support for float and short datatypeChristian Ehrlicher2021-01-102-4/+86
* QProcess/Win: clean up death notifier teardownAlex Trotsenko2021-01-091-12/+8
* Remove useless call in QProcessPrivate::waitForFinished() on WindowsAlex Trotsenko2021-01-091-3/+1
* QProcess/Unix: do not activate read notifiers until process has startedAlex Trotsenko2021-01-091-2/+6
* Split QProcessPrivate::_q_processDied()Alex Trotsenko2021-01-094-40/+48
* QPdfWriter: fix embedding fonts in pdf filesChristian Ehrlicher2021-01-091-1/+1
* Remove outdated comment and unnecessary initialization callAndreas Buhr2021-01-091-1/+0
* tst_QSslSocket::setSslConfiguration - skip if SecureTransport is in useTimur Pocheptsov2021-01-081-0/+4
* CMake: improve FindMySQL.cmakeLi Xinwei2021-01-091-10/+9
* QDir/QFileInfo: add doc notes about paths starting with ':'Ahmad Samir2021-01-082-7/+27
* Send Qt::Key_MediaTogglePlayPause for VK_MEDIA_PLAY_PAUSEAllan Sandfeld Jensen2021-01-081-1/+2
* Remove redundant .qch from installed docsAlexey Edelev2021-01-081-1/+3
* Remove irrelevant test row, fix compiler warningVolker Hilsheimer2021-01-081-1/+0
* Windows QPA: Fix missing QScreen change updatesFriedemann Kleint2021-01-083-29/+2
* QProcess/Unix: consolidate process state tracking socket notifiersAlex Trotsenko2021-01-083-34/+30
* Assert that wchar_t's size matches one of the unicode character typesEdward Welbourne2021-01-081-0/+2
* Minor tidy-up: two sizetype fixes, two \nullptr usesEdward Welbourne2021-01-083-5/+5
* Mark places where we missed conversion to unicode character typesEdward Welbourne2021-01-084-6/+7
* tst_qdatastream: expect failure on 32bit system with large QBitArraySamuli Piippo2021-01-082-3/+4
* Add newline to the end of the config.summaryAlexey Edelev2021-01-081-0/+1
* QProperty docs: update macro nameAndreas Buhr2021-01-081-4/+5
* tst_qtextmarkdown: blacklist tests for QEMU ARMv7Samuli Piippo2021-01-082-2/+5
* PSQL: Fix the QSqlDatabase testAndy Shaw2021-01-071-5/+15
* Doc: Fix \sa statement link errorNico Vertriest2021-01-071-1/+1
* tst_qstylesheetstyle: blacklist tests for QEMU ARMv7Samuli Piippo2021-01-071-0/+6
* tst_qlineedit: expect failure only on armv7Samuli Piippo2021-01-071-1/+1
* Revert "Fix invalid text layout data when a full layout run is interrupted"Frederik Gladhorn2021-01-071-5/+2
* Remove the qmake project filesJoerg Bornemann2021-01-071141-18338/+2
* QTestlib: Fix custom toString() implementations for QList comparisonFriedemann Kleint2021-01-071-11/+11