summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* 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
* | qsystemdetection.h: Check existence of define WINAPI_FAMILY_PHONE_APP.Friedemann Kleint2015-04-221-1/+1
* | Enable checking for whether the system palette was explicitly setHarald Hvaal2015-04-202-0/+4
* | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-152-27/+27
|\|
| * Doc: Fix using Apple-related terminology in Qt CoreAlexander Volkov2015-03-312-27/+27
* | Fix BlackBerry build.Sérgio Martins2015-04-041-0/+3
* | Windows: Use FORMAT_MESSAGE_IGNORE_INSERTS for qt_error_string().Friedemann Kleint2015-04-011-1/+1
* | Update a few doc regarding Q_FLAGOlivier Goffart2015-04-011-1/+1
* | Force length of prefix path to be calculated at runtimeKai Koehne2015-04-011-1/+1
* | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-2/+4
|\|
| * Doc: Added the missing description for WindowShadeButtonHintVenugopal Shivashankar2015-03-251-1/+2
| * Clarify InputMethodHint documentationPaul Olav Tvete2015-03-111-1/+2
* | Use Q_NULLPTR for the null pointers used in macrosThiago Macieira2015-03-301-2/+2
* | Add QT_Q_FLAG for Qt::MouseEventFlag.Friedemann Kleint2015-03-271-0/+1
* | Add Qt::WindowFlag to signal that maximizing should cover full screen geometryTor Arne Vestbø2015-03-272-0/+10
* | Update strtoll and strtoull from upstream FreeBSDThiago Macieira2015-03-261-1/+4
* | Make Q_ASSERT_X also check its argument for validityThiago Macieira2015-03-122-2/+1
* | Clean up QLibraryInfoPrivate::findConfiguration()Ulf Hermann2015-03-111-22/+22
* | Detect qt.conf in bundle on OSX without QCoreApplicationUlf Hermann2015-03-101-2/+4
* | Reload QLibraryInfo's settings when QCoreApplication becomes availableUlf Hermann2015-03-101-2/+21
* | iOS: Define QT_NO_PROCESS, as the platform doesn't allow fork/execTor Arne Vestbø2015-03-061-0/+4
* | Fix -Wunreachable-code warning from clang in preprocessed Q_ASSERTThiago Macieira2015-03-061-1/+1
* | Make some QAbstractItemModel API invokableStephen Kelly2015-03-041-0/+1
* | QEvent types: use Q_ENUM qDebug support instead of custom formattersShawn Rutledge2015-03-031-0/+1
* | Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-03-021-1/+3
|\|
| * fix default of SettingsPath when qt.conf is presentOswald Buddenhagen2015-02-251-1/+3