summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-234-0/+7
* A few more random documentation fixesShawn Rutledge2012-08-231-0/+10
* Move Qt::CursorMoveStyle docs to the right file.Frederik Gladhorn2012-08-231-0/+15
* Logging: make qEmergencyOut() not allocate from the heapMarc Mutz2012-08-231-11/+38
* Do not consider sign in qIsNull.Mitch Curtis2012-08-221-4/+4
* Try to work around GCC 4.6's noexcept bugs, againThiago Macieira2012-08-211-6/+3
* doc: Added \relates command to some function qdoc commentsMartin Smith2012-08-211-0/+9
* Disable C++11 noexcept support in GCC 4.6.0 and 4.6.1Thiago Macieira2012-08-201-0/+5
* Fix processor detection for MSVC ARM compiler (WEC7).Janne Anttila2012-08-201-4/+7
* Fix more qdoc errorsLars Knoll2012-08-201-0/+3
* Fix a couple of qdoc errorsLars Knoll2012-08-181-1/+1
* QMessageLogger: mark noDebug() as nothrowMarc Mutz2012-08-182-2/+2
* QMessageLogger: make member functions constMarc Mutz2012-08-182-17/+17
* Fix QMessageLogger and associated qdoc errorsJeremy Katz2012-08-151-5/+100
* Make the "\internal" qdoc command stand on its own lineLaszlo Papp2012-08-152-3/+6
* QtCore: use new qEnvironmentVariableIs{Set,Empty}()Marc Mutz2012-08-141-2/+2
* Deprecate Qt::WFlags.Stephen Kelly2012-08-142-0/+4
* QtGlobal: (new) qEnvironmentVariableIs{Set,Empty}()Marc Mutz2012-08-092-0/+59
* Logging: mark qt_assert()/qt_assert_x()/qFatal() as nothrowMarc Mutz2012-08-094-7/+55
* Remove unnecessary extra indentation in the EXPORT macrosThiago Macieira2012-08-091-23/+22
* Remove the Q_xxx_EXPORT macros of other modules from qglobal.hThiago Macieira2012-08-091-31/+0
* Q_DECL_NOTHROW: stronger and more widely available version of Q_DECL_NOEXCEPTMarc Mutz2012-08-072-4/+73
* QMessageLogger: mark default ctor as constexpr, tooMarc Mutz2012-08-071-2/+2
* Remove extra Q_COMPILER_xxx defines from the MSVC section.Thiago Macieira2012-08-061-11/+0
* MSVC's throw() behaviour matches the C++11 noexcept, so use itThiago Macieira2012-08-061-1/+5
* Logging: mark qEmergencyOut() noexceptMarc Mutz2012-08-061-1/+1
* Fix order of QT_END_NAMESPACE and QT_END_HEADER macrosSergio Ahumada2012-08-031-1/+1
* string.h is needed for memcpy()Oswald Buddenhagen2012-08-021-0/+2
* Fix some syncqt warnings.Lars Knoll2012-08-011-0/+6
* Mark the QFlag and QIncompatibleFlag as primitive.Stephen Kelly2012-07-281-0/+3
* Introduce QTypeInfoMerger.Jędrzej Nowacki2012-07-271-0/+32
* Fix q_check_ptr typo in QtGlobal documentation.Mitch Curtis2012-07-231-1/+1
* Logging: Simplify message handler logic for windowsKai Koehne2012-07-211-24/+13
* QFlags: complete constexpr'ifcationMarc Mutz2012-07-211-4/+4
* fix "No such ..." doc error for Qt::WindowType WindowOverridesSystemGesturesJeremy Katz2012-07-191-1/+1
* fix "No such ..." error in qnamespace.qdocJeremy Katz2012-07-191-3/+0
* Make the QIncompatibleFlag constexpr.Stephen Kelly2012-07-181-3/+3
* undocument enums as part of Qt3Support removalJeremy Katz2012-07-161-124/+1
* Undocument Qt::AnchorAttributeJeremy Katz2012-07-161-12/+0
* remove QT_NO_SIGNALMAPPER from featuresTasuku Suzuki2012-07-122-10/+0
* Fix some spelling errorsSergio Ahumada2012-07-111-1/+1
* Use Q_DECL_CONSTEXPR for the QFlag's inline constructorLaszlo Papp2012-07-101-2/+2
* Speed up QCoreApplication construction a bitHarald Fernengel2012-07-101-1/+1
* Q_DECLARE_SHARED: mark the type movableMarc Mutz2012-07-101-0/+1
* QNX: QtGlobal: compile as a C header againMarc Mutz2012-07-091-1/+3
* Remove Library dependency on SettingsTasuku Suzuki2012-07-094-14/+6
* Q_DECLARE_SHARED: fix docs; require and use member-swapMarc Mutz2012-07-061-5/+5
* QNX: fix compilation with C++11 enabledMarc Mutz2012-07-031-0/+12
* buildsystem: Remove SXE from the configure and qconfig-*.h filesHolger Hans Peter Freyther2012-07-022-6/+0
* Fix MinGW-w64 compilationJonathan Liu2012-07-021-1/+1