summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Disable #pragma diagnostic [push|pop] for gcc 4.5Kai Koehne2015-08-031-1/+1
| | * | | Doc: update the Q_OS_MAC documentation to be less misleadingThiago Macieira2015-07-211-1/+1
| | * | | qglobal: Clarify that Q_OS_WINRT also implies Q_OS_WINSebastian Schuberth2015-07-211-1/+1
| | * | | Also disable constexpr support in ICC with MSVC before MSVC2015Thiago Macieira2015-07-181-0/+3
| | |/ /
* | | | Support logging direct to syslog, if enabled.Tasuku Suzuki2015-08-092-0/+36
* | | | Document AA_* that must be set before app constructionLaszlo Agocs2015-08-081-5/+8
|/ / /
* | | Introduce cross platform high-dpi scalingMorten Johan Sørvig2015-07-302-0/+6
* | | Introduce Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6Marc Mutz2015-07-181-2/+11
* | | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-175-10/+23
|\| |
| * | Set Q_CC_INTEL to the ICC version when in MSVC compat modeThiago Macieira2015-07-161-1/+1
| * | Improve ICC compatibility with older MSVC versions (up to 2010)Thiago Macieira2015-07-161-0/+10
| * | Disable thread-safe statics for MSVC 2015: they're brokenThiago Macieira2015-07-161-1/+2
| * | Fix the printing of the ms-since-boot in %{time boot}Thiago Macieira2015-07-151-2/+3
| * | Fix change-of-sign warning with ICCThiago Macieira2015-07-151-1/+2
| * | fix running libQtCore.so failureTasuku Suzuki2015-07-151-1/+1
| * | QNX: Fix namespace Qt buildSérgio Martins2015-07-081-2/+4
| * | remove Build date from qt_core_boilerplate()Tasuku Suzuki2015-07-081-2/+0
* | | Fix typo in EnterKeyType documentation.Mitch Curtis2015-07-111-2/+2
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-014-32/+57
|\| |
| * | Replace MAC OS X with OS XNico Vertriest2015-06-301-2/+2
| * | Bump versionOswald Buddenhagen2015-06-291-2/+2
| * | Apple's 3.6.0svn based clang doesn't support -Winconsistent-missing-overrideGabriel de Dietrich2015-06-281-1/+1
| * | Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-274-3/+43
| |\ \
| | * | Detect and set Xcode 6.3 clang versionGabriel de Dietrich2015-06-221-1/+3
| | * | Compile on 10.7: Disable constexpr supportMorten Johan Sørvig2015-06-101-1/+1
| | * | Update for the newest Darwin-family operating systems.Jake Petroules2015-06-103-1/+39
| * | | Disable C++11 thread_local with ICC on OS XThiago Macieira2015-06-221-1/+4
| * | | Refactor handling of environment variable QT_WINVER_OVERRIDE.Friedemann Kleint2015-06-101-28/+21
| * | | Added support for Windows 10 in QSysInfo::productVersion()Marcel Krems2015-06-091-0/+4
| |/ /
* | | QtCore: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-013-3/+4
* | | Add a synthesized-by-application value to mouse event sourceLaszlo Agocs2015-06-152-1/+8
* | | Fix Qt-in-namespace build breakage.Morten Johan Sørvig2015-06-121-0/+2
* | | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devSimon Hausmann2015-06-046-25/+120
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-036-25/+120
| |\| |
| | * | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-06-011-2/+3
| | |\|
| | | * Merge remote-tracking branch 'origin/5.4.2' into 5.4Liang Qi2015-05-291-1/+2
| | | |\
| | | | * Make qglobal.h only complain for GCC >= 5 about -fPIEThiago Macieira2015-05-291-1/+2
| | | * | Merge remote-tracking branch 'origin/5.4.2' into 5.4Liang Qi2015-05-181-2/+2
| | | |\|
| | | | * Make qglobal.h complain if you use -fPIEThiago Macieira2015-05-131-2/+2
| | * | | Doc fix typo in QT_MESSAGE_PATTERNTasuku Suzuki2015-05-271-1/+1
| | * | | QMetaType: Fix compilation with non default constructible Q_GADGETOlivier Goffart2015-05-271-0/+21
| | * | | Doc: added doc to undocumented functionsNico Vertriest2015-05-181-0/+17
| | * | | Reorder member variables to avoid padding.Volker Krause2015-05-141-2/+2
| | * | | QSysInfo: Expand Linux distribution detectionCaroline Chao2015-05-131-10/+76
| | * | | Merge remote-tracking branch 'origin/5.4' into merge5.5Allan Sandfeld Jensen2015-05-081-2/+2
| | |\| |
| | | * | Merge remote-tracking branch 'origin/5.4.2' into 5.4Allan Sandfeld Jensen2015-05-081-2/+2
| | | |\|
| | | | * Require -fPIC instead of just -fPIE for -reduce-relocationsThiago Macieira2015-05-071-2/+2
| | | * | Bump versionOswald Buddenhagen2015-04-201-2/+2
| | | |/
| | * | Make it explicit that a few Qt::WindowFlags are overlappingTor Arne Vestbø2015-05-071-3/+6
* | | | Rename ReturnKey to EnterKeyKai Uwe Broulik2015-06-032-34/+35
|/ / /