summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ / /
* | | Fix QIODevice::errorString() and other places where we expose errnoSimon Hausmann2015-05-291-1/+1
* | | Add shared implementation of a NSAutoreleasePool wrapper to qglobalTor Arne Vestbø2015-05-271-25/+39
* | | Deprecate ItemIsTristate in favor of ItemIsAutoTristate.David Faure2015-05-072-2/+7
* | | Use macros for the OS X enums in QSysInfo::MacVersion.Jake Petroules2015-05-031-12/+12
* | | Update for the newest Darwin-family operating systems.Jake Petroules2015-05-033-1/+16
* | | Fix crashes when accessing environment variables concurrentlySimon Hausmann2015-04-301-0/+11
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-271-1/+1
|\| |
| * | qsystemdetection.h: Check existence of define WINAPI_FAMILY_PHONE_APP.Friedemann Kleint2015-04-221-1/+1
* | | doc: Provide missing enum documentationMartin Smith2015-04-231-0/+24
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-223-27/+31
|\| |
| * | 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
* | | Add ReturnKeyType enum to Qt namespaceKai Uwe Broulik2015-04-092-0/+44
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-064-5/+10
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-014-3/+17
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-03-163-24/+44
|\| |
| * | 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