Fix network doc links.
[profile/ivi/qtbase.git] / src / corelib /
2012-09-21 Mitch CurtisDocument that date/time formats without separators...
2012-09-21 Olivier GoffartAdd comments to document the internals of QMutex
2012-09-19 Oswald Buddenhagendon't require a fake qconfig.h for the configure bootstrap
2012-09-19 Thiago MacieiraSplit the qt_message_output function in two
2012-09-19 Marc MutzQVarLengthArray: provide STL-compatible member function...
2012-09-19 Giuseppe D'AngeloMake QTimer::singleShot take a pointer-to-const QObject
2012-09-19 Giuseppe D'AngeloRemove qUpperBound usages from qtbase
2012-09-19 Giuseppe D'AngeloRemove qLowerBound usages from qtbase
2012-09-18 Gabriel de DietrichIntroducing NoDropShadowWindowHint window flag
2012-09-18 Kai KoehneCore: Fix gcc warning about signed/unsigned integer...
2012-09-18 Jonathan LiuQElapsedTimer: Fix typo in restart() documentation
2012-09-18 Thiago MacieiraFix thread-safety of qt_ignore_sigpipe
2012-09-17 Thiago MacieiraLet qVersion() be extern "C" if this is not a namespace...
2012-09-16 J-P NurmiExclude QIcuCodec when QT_NO_TEXTCODEC is defined
2012-09-14 Sergio AhumadaMark (non-public API's) ctor's as explicit
2012-09-14 Thiago MacieiraMove QRecursiveMutexPrivate to qmutex.cpp and mark...
2012-09-14 Thiago MacieiraRemove QBasicAtomic::tryLock with a timer
2012-09-14 Thiago Macieira#include the qmutex_xxx.cpp at the end of qmutex.cpp
2012-09-14 Thiago MacieiraUse storeRelease to unlock a mutex instead of fetchAndS...
2012-09-14 Thiago MacieiraAvoid calling QElapsedTimer::nsecsElapsed before the...
2012-09-14 Thiago MacieiraSplit the timed mutex lock from the non-timed lock...
2012-09-14 Thiago MacieiraSimplify the futex lock loop: no need for nested while
2012-09-14 Thiago MacieiraMake QBasicMutex be exclusively non-recursive
2012-09-14 Thiago MacieiraDon't recheck about timeout == 0 during mutex locking
2012-09-14 Thiago MacieiraHoist the recursive mutex check out of the inner loop
2012-09-13 Thiago Macieirathrow() is C++, so don't use it in C mode
2012-09-13 Markku HeikkilaFixed: QFileInfo::lastModified() returning wrong value.
2012-09-13 Mitch CurtisFix QAbstractItemModel documentation errors.
2012-09-13 Christian KandelerDocs: Add "\since" info for QEventLoopLocker.
2012-09-13 Mitch CurtisFix QByteArray documentation errors.
2012-09-13 Kai KoehneFix compilation for win32-g++ and C++11
2012-09-13 Kai KoehneKernel: Fix gcc warning in qsharedmemory_win.cpp
2012-09-13 Kai KoehneKernel: Fix gcc warning about narrowing conversion
2012-09-13 Kai KoehneThreads: Fix mingw-gcc warning about 'cast to pointer...
2012-09-13 Jędrzej NowackiImprove QMetaType docs.
2012-09-13 Stephen KellyFix crash when invalidating a QSortFilterProxyModel
2012-09-12 Harald FernengelFix build with QT_NO_EXCEPTIONS
2012-09-12 aavitDoc: Fix misc. doc errors and document undocumented...
2012-09-11 João AbecasisDon't manipulate immutable data
2012-09-11 Rafael RoquettoQFileSystemEngine: fix realpath() buffer size
2012-09-11 Rafael RoquettoQNX: fix call to realpath() on QFileSystemEngine
2012-09-11 Oswald Buddenhagendon't require (dummy) qconfig.h for qmake build
2012-09-11 Oswald Buddenhagencompile without CamelCase headers
2012-09-11 Nico VertriestSeveral modifications in phrasing.
2012-09-11 Geir VattekarDoc: Remove references to the deprecated QGraphicsItemA...
2012-09-11 Frederik GladhornFix example includes for qdoc.
2012-09-11 Frederik GladhornDo not include /examples in qdocconfs.
2012-09-11 Casper van DonderenDoc: Centralize more common settings in 1 global qdocconf.
2012-09-10 Stephen KellySpecify the project name when adding a test.
2012-09-10 Jan-Arve SaetherDON'T parse the header files of gui
2012-09-10 Thomas McGuireFix QFileSystemEngine::canonicalName() returning corrup...
2012-09-10 David Gil[Qt5 Docs] Fix typos and style of qtimer.cpp and qdatet...
2012-09-10 David Gil[Qt5 Docs] Fix typos and style of qdatetime.cpp
2012-09-10 Arvid Piccianiandroid: we have mkdtemp.
2012-09-09 Thiago MacieiraMove the non-C++ parts of qglobal.h outside of __cplusplus
2012-09-09 Thiago MacieiraMove the constructor and destruction function macros...
2012-09-09 Sean HarmerQNX: Add some optional debug output to event dispatcher
2012-09-09 Sergio AhumadaRemoving duplicate includes
2012-09-09 Sergio AhumadaFix missing or improper include guard in headers
2012-09-08 Thiago MacieiraAdd support for the Intel Composer XE 2013.
2012-09-08 Thiago MacieiraMake the default Qt API be Qt 5.0's
2012-09-08 Oswald Buddenhagendon't use QT_{BEGIN,END}_INCLUDE_NAMESPACE needlessly
2012-09-08 Sergio AhumadaCheck for C++ operators that should be 'const'
2012-09-07 Jędrzej NowackiFix warning about not enough actual parameters for...
2012-09-07 Marc MutzQVariant: prevent QVariant(QMetaType::Type) from compiling
2012-09-07 Eskil Abrahamsen... doc: Clean up QAbstractItemModel documentation
2012-09-07 Thiago MacieiraUse setenv in qputenv if possible, since it won't leak
2012-09-07 Kai KoehneLogging: Fix mingw32-gcc compiler warning about unused...
2012-09-07 Lars KnollFix performance regression when appending one vector...
2012-09-07 Marc MutzQtGlobal: mark qVersion() and qSharedBuild() as nothrow
2012-09-07 Giuseppe D'AngeloFix QRegularExpression* docs
2012-09-07 Jan-Arve SaetherMove enums that was part of the Qt namespace to qnamesp...
2012-09-07 Sergio AhumadaRevert "Use true and false in preference to TRUE and...
2012-09-07 Friedemann KleintFix g++ compiler warnings.
2012-09-05 Mitch CurtisFix QDateEdit displaying day as a number for short...
2012-09-05 Mitch CurtisFix 3 digit day being displayed by QDateEdit.
2012-09-05 Sergio AhumadaUse true and false in preference to TRUE and FALSE
2012-09-04 Mitch CurtisClarify QDateTime::secsTo and QDateTime::msecsTo docume...
2012-09-04 Oswald Buddenhagenfix QT_{BEGIN,END}_INCLUDE_NAMESPACE mixup
2012-09-03 Mitch CurtisClarify QDateTime documentation re timeSpec conversion.
2012-09-03 Shawn RutledgeNeed #include <string.h> to use memcpy
2012-09-03 Jan-Arve SaetherFix docs of qAbs to have the correct function signature.
2012-09-03 Jing BaiQStandardPaths should still work without desktop service
2012-09-03 Marc MutzQStringList::join: add an overload taking a single...
2012-09-03 Thiago MacieiraRemove the package macros from qglobal.h
2012-09-03 Stephen KellyChange SChar to metatype id 40.
2012-09-03 Frederik Gladhornfix docs
2012-09-03 Frederik Gladhorndoc: fix example link
2012-09-02 Jiang JiangcheckForCodecs is not used when QT_LOCALE_IS_UTF8 is...
2012-09-01 Frederik GladhornDon't reference widgets/widgets in example doc.
2012-09-01 Casper van DonderenDoc: Fix docbuild when not using -developer-build.
2012-08-31 Jing Baiadd macro wrap for QXmlStream related code
2012-08-31 Stephen KellyDon't set empty CMAKE_TOOLCHAIN_FILE or CMAKE_BUILD_TYPE
2012-08-31 Lukas GeyerForce QT_NO_ICONV on win32:!win32-msvc*
2012-08-31 Thiago MacieiraFix the name of the arguments of qAtan2 to match std...
2012-08-30 Mitch CurtisDocument the purpose of QDateTimeParser::cachedDay.
2012-08-30 Casper van DonderenDoc: Simplify qtbase qdocconfs.
2012-08-30 Friedemann KleintFix static plugins for classes in namespaces.
2012-08-30 Kai KoehneLogging: Remove mutex for OutputDebugString
2012-08-30 Fabian BumbergerFixes possible memory leak in QContiguousCache
next