summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* macOS: Teach QWheelEvent to handle a new ScrollMomentum phaseTor Arne Vestbø2018-08-171-1/+2
* Add ++/--/min/max to QSpecialIntegerErik Verbruggen2018-08-172-0/+120
* Modernize the "thread" featureUlf Hermann2018-08-175-8/+4
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-08-162-6/+23
|\
| * QSysInfo: fall back to /usr/lib/os-release if the /etc one is missingThiago Macieira2018-08-081-4/+13
| * Fix qmake build with glibc 2.28Thiago Macieira2018-08-081-2/+10
* | qdoc: Fix several minor errors to reduce qdoc warningsMartin Smith2018-08-141-2/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-072-36/+42
|\|
| * Doc: Clean up Qt::ApplicationAttribute docsPaul Wicking2018-08-031-33/+35
| * Doc: Increase precision in description of convenience typedefsPaul Wicking2018-08-031-1/+1
| * Windows: Implement Qt::WindowStaysOnBottomHintFriedemann Kleint2018-08-031-2/+6
* | Make local symbols of some leaked namesThiago Macieira2018-08-031-1/+1
* | QLogging: make QRegularExpression objects static constGiuseppe D'Angelo2018-08-031-3/+3
* | Fix non-existing QRandomGenerator::generate32() function in docsAlex Blasche2018-07-311-3/+3
* | Fix qtbase build for MSVC 2017 15.8Thomas Miller2018-07-301-0/+8
* | QCborValue: move the toDiagnosticNotation() function to its own fileThiago Macieira2018-07-301-0/+52
* | Logging: Accept .ini files written by QSettingsKai Koehne2018-07-281-0/+1
* | Remove a deprecation warning coming from QRegularExpressionGiuseppe D'Angelo2018-07-211-2/+1
* | Update the Qt version tagging to adapt to expected Qt 5.16Thiago Macieira2018-07-181-1/+10
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-171-1/+4
|\|
| * Doc: Extend description of Qt::Key_ClearPaul Wicking2018-07-101-1/+4
* | QByteArray: toInt() and toDouble() ignore surrounding whitespacesAndre Hartmann2018-07-071-1/+21
* | Tracepoints: add missing includeGiuseppe D'Angelo2018-07-041-0/+2
* | Doc: Fix list of which types are allowed in the endian functionsThiago Macieira2018-07-041-8/+14
* | Add qbswap for a memory regionThiago Macieira2018-07-043-9/+314
* | Rename qendian.qdoc to qendian.cppThiago Macieira2018-07-041-0/+0
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-027-95/+34
|\|
| * Replace LGPL licenses in .qdoc files with FDLKai Koehne2018-06-281-21/+9
| * QtCore/QtNetwork/QTestlib: Fix build with MinGW/g++ 8.1 x64Friedemann Kleint2018-06-251-1/+1
| * Doc: Add missing full stops in briefsPaul Wicking2018-06-211-1/+1
| * Merge remote-tracking branch 'origin/5.11.1' into 5.11Qt Forward Merge Bot2018-06-191-71/+8
| |\
| | * Update platform defines for Apple OSesTor Arne Vestbø2018-06-091-71/+8
| * | Add macOS Mojave (10.14) to QOperatingSystemVersionTor Arne Vestbø2018-06-182-0/+9
| * | Doc: Point to the SG-10 SD-6 as a requirement for C++14 featureThiago Macieira2018-06-161-0/+5
| * | Remove extraneous text after #ifThiago Macieira2018-06-111-1/+1
| |/
* | Compiler detection: add support for C++17's [[deprecated]] on enumeratorsGiuseppe D'Angelo2018-06-211-0/+11
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-2/+10
|\|
| * Fix build for Android with android-clang in r17Liang Qi2018-06-061-2/+2
| * Document qRound's rounding semanticsAllan Sandfeld Jensen2018-05-301-0/+8
* | doc: Document Qt namespace in multiple modulesMartin Smith2018-06-012-44/+0
* | Fix typo in commentKai Koehne2018-05-251-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-241-1/+8
|\|
| * Doc: Document the WA_ContentsMarginsRespectsSafeArea widget attributeVenugopal Shivashankar2018-05-231-1/+8
* | Add attribute to indicate a widget was the target of a style sheetAaron Kennedy2018-05-232-1/+8
* | Add QT_TR*_N_NOOP() macrosMateusz Starzycki2018-05-152-1/+71
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-141-2/+2
|\|
| * Merge remote-tracking branch 'origin/5.11.0' into 5.11Qt Forward Merge Bot2018-05-091-2/+2
| |\
| | * QSysInfo: Correct the \since for {machine,boot}UniqueId()Thiago Macieira2018-04-251-2/+2
* | | qFatal: Prevent deadlocks on WindowsThiago Macieira2018-05-021-1/+28
* | | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-262-30/+30
|\| |