summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* Add OS version detection for windows 8Shane Kearns2012-04-122-0/+6
* Bump some Qt 5 to-do's to Qt 6.Jason McDonald2012-04-102-2/+2
* QTypeInfo: document Q_PRIMITIVE_TYPE existing practiceMarc Mutz2012-04-091-1/+8
* Prepare category logging for Qt integrationWolfgang Beck2012-04-032-15/+25
* Logging: Make sure documentation shows upKai Koehne2012-04-022-195/+199
* Improve documentation for QMessageLoggerKai Koehne2012-04-021-3/+3
* Add Mac OS 10.8 define.Morten Sorvig2012-03-301-1/+4
* Add a Q_NORETURN macro to mark a function that never returnsThiago Macieira2012-03-271-0/+6
* Remove old code that was for the MIPSpro compilerThiago Macieira2012-03-261-14/+1
* Fix qtnamespace compile break on Mac.Sarah Smith2012-03-261-6/+0
* Remove the use of a template qUnused function for ICCThiago Macieira2012-03-251-1/+1
* Add macros for assuming and unreachable codeThiago Macieira2012-03-243-0/+71
* Update the C++11 support macrosThiago Macieira2012-03-242-45/+115
* 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