summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* Document undefined behavior regarding Qt::ItemNeverHasChildren.Stephen Kelly2013-03-261-0/+3
* Merge branch 'dev' into stableOswald Buddenhagen2013-03-2023-208/+980
|\
| * Add predefined macros for endian detection with the TI toolchainsLaszlo Papp2013-03-181-2/+2
| * Add Qt::AA_UseHighDpiPixmaps.Morten Johan Sørvig2013-03-172-0/+9
| * Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-163-6/+6
| * Add a generic Qt::Edge enumJ-P Nurmi2013-03-142-1/+19
| * make QtCriticalMsg fatal if QT_FATAL_WARNINGS is setOswald Buddenhagen2013-03-121-1/+1
| * de-duplicate and accelerate codeOswald Buddenhagen2013-03-121-3/+1
| * fix encoding when invoking default message handlerOswald Buddenhagen2013-03-121-1/+1
| * Implement XEmbed protocolAlberto Mardegan2013-03-062-0/+5
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-061-0/+1
| |\
| * \ Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-03-061-0/+4
| |\ \
| | * \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-051-0/+4
| | |\ \
| * | | | Fix build with older Clang versions without __has_extensionTor Arne Vestbø2013-03-051-0/+4
| |/ / /
| * | | Introducing the Qt Android portPaul Olav Tvete2013-03-052-0/+28
| * | | ApplicationStates: add more states to Qt::ApplicationStateRichard Moe Gustavsen2013-03-042-4/+21
| * | | Mark all qtbase headers that aren't cleanThiago Macieira2013-03-031-0/+5
| * | | Add __ARM_ARCH_5TE__ to Q_PROCESSOR_ARM_V5BogDan Vatra2013-03-021-0/+1
| * | | Fix Q_GLOBAL_STATIC support for exceptionsThiago Macieira2013-02-282-4/+7
| * | | Merge "Merge branch 'ios' into dev" into refs/staging/devTor Arne Vestbø2013-02-281-0/+22
| |\ \ \
| | * | | iOS: Add potentially undefined version defines to qsystemdetection.hTor Arne Vestbø2013-02-271-0/+16
| | * | | iOS: Move Q_OS_IOS out of makesespec to qsystemdetection.hTor Arne Vestbø2013-02-261-0/+6
| * | | | QT_MESSAGE_OUTPUT: add support for condition depending on the typeOlivier Goffart2013-02-271-16/+71
| * | | | Add multi-line input method hintPaul Olav Tvete2013-02-272-0/+4
| |/ / /
| * | | QPA: Add interface for setting the application state explicitlyRichard Moe Gustavsen2013-02-212-0/+22
| * | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-201-2/+20
| |\ \ \
| * | | | Introduce macros for simplifying platform checks on Mac OS and iOSTor Arne Vestbø2013-02-181-0/+10
| * | | | Start using Availability.h over AvailabilityMacros.h on Mac OSTor Arne Vestbø2013-02-181-13/+16
| * | | | Don't override OS X deployment target unconditionally in qsystemdetection.hTor Arne Vestbø2013-02-181-4/+5
| * | | | Remove ifdefs for supporting Mac OS <= 10.5Tor Arne Vestbø2013-02-181-1/+1
| * | | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-6/+6
| |\ \ \ \
| * | | | | Add Q_DECL_UNUSED, marking functions or variables unusedThiago Macieira2013-02-121-0/+4
| * | | | | Add qunsetenv(), next to qputenv() and friends.David Faure2013-02-072-0/+38
| * | | | | Add note about QT_{BEGIN,END}_HEADER removal for Qt 6Sergio Ahumada2013-02-061-0/+1
| * | | | | Add QT_{BEGIN,END}_HEADER definition backSergio Ahumada2013-02-051-0/+3
| * | | | | Put #ifdef around Windows-only functionThiago Macieira2013-02-011-0/+2
| * | | | | Remove left-overs of QT_{BEGIN,END}_HEADERSSergio Ahumada2013-01-311-2/+1
| * | | | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-292-2/+2
| |\ \ \ \ \
| | * \ \ \ \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-282-2/+2
| | |\ \ \ \ \
| * | | | | | | Add the Qt::ItemNeverHasChildren flag and use it in QTreeView.Stephen Kelly2013-01-292-1/+3
| * | | | | | | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-2912-44/+0
| |/ / / / / /
| * | | | | | Doc: write up the docs for Q_GLOBAL_STATICThiago Macieira2013-01-243-13/+523
| * | | | | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-2330-31/+31
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-2230-31/+31
| | |\ \ \ \ \ \
| * | | | | | | | Change QT_FATAL_WARNINGS behavior to require a non-empty valueThiago Macieira2013-01-231-1/+1
| * | | | | | | | VxWorks header only available in DKM mode and not in RTP mode.Pasi Petäjäjärvi2013-01-231-1/+1
| * | | | | | | | Add a new Q_GLOBAL_STATIC implementationThiago Macieira2013-01-223-119/+161
| |/ / / / / / /
| * | | | | | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-163-13/+30
| |\ \ \ \ \ \ \
| * | | | | | | | Bump Qt version to 5.1.0Frederik Gladhorn2013-01-151-2/+2
| * | | | | | | | Merge branch 'stable' into devSergio Ahumada2013-01-093-3/+4
| |\ \ \ \ \ \ \ \