summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * Doc: Mention exact Qt version the third party attributions apply toKai Koehne2018-01-194-9/+13
| | * Fix QMacTimeZonePrivate::previousTransition() for early after epochEdward Welbourne2018-01-181-18/+70
| | * configure: express dependency of fontconfig on freetype more clearlyOswald Buddenhagen2018-01-181-9/+4
| | * configure: inline D3D11_QUERY_DATA_TIMESTAMP_DISJOINT testOswald Buddenhagen2018-01-181-1/+7
| | * Win: Document limitation regarding registry types not being preservedAndy Shaw2018-01-181-0/+5
| | * Merge "Merge remote-tracking branch 'origin/5.9.4' into 5.9" into refs/stagin...Liang Qi2018-01-181-5/+3
| | |\
| | | * Merge remote-tracking branch 'origin/5.9.4' into 5.9Liang Qi2018-01-181-5/+3
| | | |\
| | | | * QMacStyle: Revert state changes for PE_IndicatorMenuCheckMarkv5.9.4Gabriel de Dietrich2018-01-161-5/+3
| | * | | gtk3: Disable native file dialogs on GTK3 < 3.15.5Frank Richter2018-01-182-1/+18
| | * | | QProcess/Windows: Include PID in pipe namesFrank Richter2018-01-181-1/+1
| | |/ /
| | * | QThreadPool: Add missing semicolon after class in documentationAndre Hartmann2018-01-171-1/+1
| | * | QWidget: Fix a crash when platform window creation failsFriedemann Kleint2018-01-161-1/+2
* | | | Make QThreadPrivate::createEventDispatcher do exactly what it saysTor Arne Vestbø2018-02-144-24/+30
* | | | Windows/QSaveFile: Fix locking issues on Dropbox drivesFriedemann Kleint2018-02-143-7/+13
* | | | Fix typo in code handling Qt::AA_DontShowShortcutsInContextMenusFriedemann Kleint2018-02-143-9/+6
* | | | QWindowsNativeImage: Output parameters when CreateDIBSection() failsFriedemann Kleint2018-02-141-2/+4
* | | | Don't expect QCoreApplictionPrivate::eventDispatcher to be setTor Arne Vestbø2018-02-141-2/+3
* | | | Use explicit QThreadData::hasEventDispatcher() where possibleTor Arne Vestbø2018-02-145-13/+13
* | | | Fix creation of RGB texture with QOpenGLTexture/Qt3D on OpenGL ES 2.0David Crémoux2018-02-141-0/+2
* | | | Fix missing override warningAllan Sandfeld Jensen2018-02-141-1/+1
* | | | Remove third-party attribution for qtemporaryfileKai Koehne2018-02-142-41/+0
|/ / /
* | | macOS: Add more granular logging categories for window eventsTor Arne Vestbø2018-02-134-7/+11
* | | testlib: Split out test identifier buildup into standalone functionTor Arne Vestbø2018-02-131-19/+28
* | | Fix typosJarek Kobus2018-02-1314-15/+15
* | | Doc: Fix links to QFontMetrics::width() overloadsAaron Linville2018-02-131-2/+2
* | | Add support for Apple Unified LoggingTor Arne Vestbø2018-02-123-0/+133
* | | winrt: Correctly check if mouse button was clickedOliver Wolff2018-02-121-1/+1
* | | winrt: Keep track of affected window for mouse eventsOliver Wolff2018-02-121-18/+20
* | | winrt: Fix mouse releases that happen outside a windowOliver Wolff2018-02-121-0/+6
* | | winrt: mouse handling: Fix detection of affected windowOliver Wolff2018-02-121-2/+3
* | | Windows QPA: Implement QPlatformWindow::startSystemMove()Alexander Volkov2018-02-112-0/+11
* | | QVariant: Add missing conversion from QJsonValue to double & floatThiago Macieira2018-02-111-0/+4
* | | Documentation: don't suggest abort() in qInstallMessageHandler()Thiago Macieira2018-02-111-1/+1
* | | Remove code paths for macOS < 10.11Jake Petroules2018-02-113-34/+4
* | | Load Qt libs from Qt threadBogDan Vatra2018-02-117-113/+255
* | | logging: Break out stderr logging sink into separate functionTor Arne Vestbø2018-02-111-13/+16
* | | logging: Don't build alternate logging sinks for QT_BOOTSTRAPPEDTor Arne Vestbø2018-02-111-7/+13
* | | logging: Break out QMessagePattern error reporting into standalone functionTor Arne Vestbø2018-02-111-14/+20
* | | Merge "Merge remote-tracking branch 'origin/dev' into 5.11" into refs/staging...Jani Heikkinen2018-02-10147-821/+3046
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/dev' into 5.11Liang Qi2018-02-10147-821/+3046
| |\ \ \
| | * | | Unalias some core drawhelper loopsAllan Sandfeld Jensen2018-02-062-63/+67
| | * | | Documentation: Update CommonTableModel/StringListModel snippetsChristian Ehrlicher2018-02-054-28/+28
| | * | | Handle coordinates related to component windowJosé Millán Soto2018-02-051-1/+7
| | * | | Introduce QT6_VIRTUAL and QT6_NOT_VIRTUAL macrosSergio Martins2018-02-054-11/+10
| | * | | Use placeholder text for accessible description of QLineEditJosé Millán Soto2018-02-051-0/+2
| | * | | Remove QCupsPrintEnginePrivate::setupDefaultPrinterAlbert Astals Cid2018-02-052-33/+0
| | * | | Remove QPlatformPrinterSupport::createDefaultPrintDeviceAlbert Astals Cid2018-02-052-6/+0
| | * | | Modernize logging in CoreFoundation and iOS event dispatchersTor Arne Vestbø2018-02-053-83/+63
| | * | | Simplify how we set thread name for UNIX threadsTor Arne Vestbø2018-02-051-11/+8
| | * | | Use new QString::remove(QLatin1String)Anton Kudryavtsev2018-02-052-2/+2