summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* support relative Sysroot specification in qt.confOswald Buddenhagen2012-03-221-5/+3
* make unspecified/empty HostPrefix fall back to PrefixOswald Buddenhagen2012-03-221-0/+6
* Show correct origin of Q_ASSERT in Windows dialogKai Koehne2012-03-221-3/+3
* permit explicitly empty qt.conf entriesOswald Buddenhagen2012-03-211-4/+4
* Add IDENTITYPROXYMODEL featuresh kim2012-03-192-0/+12
* Remove -arch argument and #define QT_ARCH from configuresBradley T. Hughes2012-03-131-0/+4
* Add Q_IS_ENUM(), and provide as flag in QMetaType::typeFlags()Glenn Watson2012-03-113-1/+487
* byteorder: Fix compilation for MIPS and GCC < 4.6.Holger Hans Peter Freyther2012-03-101-0/+6
* byteorder: Improve the implementation comments for auto-detectHolger Hans Peter Freyther2012-03-092-8/+14
* misc: Fix some random typos and grammar while reading code.Holger Hans Peter Freyther2012-03-091-1/+1
* Fixed warnings from arm builds with -WundefRohan McGovern2012-03-071-3/+3
* fix relative default examples pathOswald Buddenhagen2012-03-061-1/+1
* Remove codecForTr().Robin Burchell2012-03-061-3/+1
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-044-149/+99
|\
| * revamp -sysroot and -hostprefix handlingOswald Buddenhagen2012-03-012-4/+52
| * exclude some code from the qmake buildOswald Buddenhagen2012-03-011-0/+4
| * dispose of BOOTSTRAPPING defineOswald Buddenhagen2012-03-011-8/+4
| * QtGlobal: remove qIsDetached()Marc Mutz2012-03-011-4/+0
| * QFlags: mark as Q_PRIMITIVE_TYPEMarc Mutz2012-02-291-0/+4
| * make qlibraryinfo table-drivenOswald Buddenhagen2012-02-292-94/+34
| * remove pointless ifdefsOswald Buddenhagen2012-02-291-23/+1
| * Merge master -> api_changesRohan McGovern2012-02-295-162/+31
| |\
| * | Remove Q_DECLARATIVE_EXPORT and Q_QTQUICK1_EXPORTMatthew Vogt2012-02-271-16/+0
* | | Change bugreports.qt.nokia.com -> bugreports.qt-project.orgSergio Ahumada2012-03-021-1/+1
* | | Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-023-34/+34
* | | Remove Q_BYTE_ORDER and -*-endian arguments from configuresBradley T. Hughes2012-03-021-1/+75
* | | Remove ARMFPA support and Q_DOUBLE_FORMAT detectionBradley T. Hughes2012-03-011-42/+0
| |/ |/|
* | remove library version matching from qt.confOswald Buddenhagen2012-02-271-65/+2
* | Remove more support for unsupported GCC versions.Stephen Kelly2012-02-271-6/+2
* | QFlags<>: let the compiler generate copy ctor/op=Marc Mutz2012-02-261-2/+5
* | Remove unused QT_NO_QWS_SHARE_FONTSStephen Kelly2012-02-241-1/+0
* | Remove QT_NO_QWS_MULTIPROCESSStephen Kelly2012-02-241-2/+0
* | Remove unused define QT_NO_COP.Stephen Kelly2012-02-241-4/+0
* | Require compiler support for deprecated constructors.Stephen Kelly2012-02-232-10/+0
* | Remove QT_ASCII_CAST_WARN_CONSTRUCTORStephen Kelly2012-02-231-7/+0
* | Add WindowDoesNotAcceptFocus flag and use it in xcbJan Arne Petersen2012-02-232-0/+4
* | Don't do macro self-expansion for moc anymore.Stephen Kelly2012-02-221-6/+2
* | Remove unused Q_CANNOT_DELETE_CONSTANTStephen Kelly2012-02-221-2/+0
* | Remove detection of GCC versions which are not supported anywhere.Stephen Kelly2012-02-221-31/+8
* | Fail with #error early if the compiler does not support bool or explicit.Stephen Kelly2012-02-222-28/+10
|/
* Move QSysInfo out of qglobal.h and into a separate headerBradley T. Hughes2012-02-213-102/+157
* Remove qMacVersion()Bradley T. Hughes2012-02-212-15/+10
* Include qt_windows.h for Windows CE.Andreas Holzammer2012-02-201-0/+3
* Move QTypeInfo out of qglobal.h and into a separate headerBradley T. Hughes2012-02-203-165/+220
* Rename Q_PROCESSOR_POWERPC to Q_PROCESSOR_POWERBradley T. Hughes2012-02-202-12/+25
* Document Q_PROCESSOR_* macrosBradley T. Hughes2012-02-182-0/+218
* qnamespace.qdoc: Add doco for new values of Qt::MouseButtonRick Stockton2012-02-171-3/+49
* Enables QProcess back on QNX.Rafael Roquetto2012-02-171-2/+0
* Remove usages of QT_ARCH and QT_ARCH_* from qtbaseBradley T. Hughes2012-02-171-1/+1
* QDebug: Add support for %{pid}, %{appname} and %{threadid}David Faure2012-02-171-1/+22