summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* 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
* | QSysInfo: expand Linux distribution detection to /etc/lsb-releaseThiago Macieira2015-02-251-31/+58
* | Doc: Fix typosSergio Ahumada2015-02-251-1/+1
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-244-14/+28
|\|
| * Doc: corrected link/autolink issues in corelibNico Vertriest2015-02-241-4/+3
| * work around MSVC level 4 warningJoerg Bornemann2015-02-171-0/+1
| * qFormatLogMessage: optimize %{backtrace}Olivier Goffart2015-02-141-3/+3
| * Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-02-102-3/+10
| |\
| | * Fix compilation with Apple Clang 425Thiago Macieira2015-02-091-2/+10
| | * Fix memory leak in qSetMessagePatternKai Koehne2015-02-021-2/+6
| | * Correct the version of ICC that has the constexpr bug fixedThiago Macieira2015-01-291-1/+4
| * | logging: Check if uClibc has backtrace supportFatih Aşıcı2015-02-091-4/+11
* | | Merge dev into 5.5Oswald Buddenhagen2015-02-232-3/+5
|\ \ \
| * | | Haiku: Use 'unknown' as QSysInfo::productType()Tobias Koenig2015-02-201-3/+0
| * | | Disable constexpr support for QNXSean Harmer2015-02-201-0/+5
* | | | Merge remote-tracking branch 'origin/dev' into 5.5Frederik Gladhorn2015-02-173-0/+12
|\| | |
| * | | Introduce QT_NO_MIMETYPESérgio Martins2015-02-173-0/+12
* | | | Use Clang 3.6's __builtin_assume in Q_ASSUMEThiago Macieira2015-02-171-1/+5
|/ / /
* | | QLogging: use return-by-value in qt_messageMarc Mutz2015-02-121-40/+16
* | | Avoid hardcoding build date in qtcore and toolsSune Vuorela2015-02-122-3/+7
* | | Haiku: Use setenv and unsetenv POSIX functionsTobias Koenig2015-02-121-3/+3