QMenuBar: fix qdoc warnings
[profile/ivi/qtbase.git] / src / corelib /
2012-08-17 Marc MutzQThreadPool: fix race on 'queue' in stealRunnable()
2012-08-17 Marc MutzQThreadPool: use swap() when making a copy of allThreads
2012-08-17 Marc MutzQThreadPool: don't loop unless needed
2012-08-17 Sean HarmerFix compilation of QThread on QNX
2012-08-15 Marc MutzQSlotObjectBase: re-enable tail-call optimisation in...
2012-08-15 Marc MutzQSlotObjectBase: combat virtual function "bloat"
2012-08-15 Thiago MacieiraAvoid an expensive call to toLocal8Bit upon thread...
2012-08-15 Thiago MacieiraRemove trailing comma in enum
2012-08-15 Frederik GladhornAdd parameter docs for QAbstractEventDispatcher::filter...
2012-08-15 Thiago MacieiraDisable CPUID checking with GCC 4.2 or older
2012-08-15 Stephen KellyOnly emit headerDataChanged for valid proxy intervals.
2012-08-15 Jeremy KatzFix QMessageLogger and associated qdoc errors
2012-08-15 Lars KnollAdd a module page for QtConcurrent
2012-08-15 Lars KnollMark QCollator as internal.
2012-08-15 Lars KnollFix QPointer qdoc errors
2012-08-15 Laszlo PappMake the "\internal" qdoc command stand on its own...
2012-08-15 Harald FernengelSpeed up construction of basic QVariants
2012-08-14 Marc MutzQtCore: use new qEnvironmentVariableIs{Set,Empty}()
2012-08-14 Thiago MacieiraFix warning about change of sign
2012-08-14 Stephen KellyDeprecate Qt::WFlags.
2012-08-14 Mitch CurtisTidy up QEvent::Type enums.
2012-08-14 Jeremy KatzDocument QFile::open() argument "handleFlags"
2012-08-13 Thiago MacieiraFix declaration of qt_gettime for Q_DECL_NOTHROW
2012-08-13 Jeremy Katzfix some QElapsedTimer doc grammar issues
2012-08-13 Thiago MacieiraMake QElapsedTimer always store nanoseconds in t2
2012-08-13 Thiago MacieiraFix a ### Qt5 issue: remove limits.h from qreadwritelock.h
2012-08-11 Marc MutzQModelIndex: remove user-defined copy operations
2012-08-10 Stephen KellyMake rowIntersectsSelection take account of the parent...
2012-08-10 Stephen KellyRequire CMake 2.8.9 for the qt5_use_modules function.
2012-08-10 Jerome PasionDoc: Added a Qt Network landing page.
2012-08-10 Thiago MacieiraUse an include guard for qelapsedtimer.h that matches...
2012-08-10 Thiago MacieiraUse Q_LIKELY instead of doing an #ifdef for GCC
2012-08-09 Marc MutzQtGlobal: (new) qEnvironmentVariableIs{Set,Empty}()
2012-08-09 David FaureRemove code duplication in QStandardPaths implementations
2012-08-09 David FaureAdd bool QStandardPaths::isTestModeEnabled()
2012-08-09 Thiago MacieiraMark QElapsedTimer functions as Q_DECL_NOTHROW
2012-08-09 Thiago MacieiraAdd Q_DECL_NOTHROW to QRefCount.
2012-08-09 Thiago MacieiraMark all atomic functions as Q_DECL_NOTHROW
2012-08-09 Thiago MacieiraAdd Q_DECL_NOTHROW to the atomic functions
2012-08-09 Marc MutzLogging: mark qt_assert()/qt_assert_x()/qFatal() as...
2012-08-09 Thiago MacieiraRemove unnecessary extra indentation in the EXPORT...
2012-08-09 Thiago MacieiraRemove the Q_xxx_EXPORT macros of other modules from...
2012-08-09 Thiago MacieiraRename QMapData::free to destroy
2012-08-09 Thiago MacieiraRename QLinkedList::free to freeData for consistency
2012-08-09 Thiago MacieiraRename QContiguousCache allocate and free functions...
2012-08-09 Thiago MacieiraRemove use of ::free from qlist.h
2012-08-08 Kent Hansenstatemachine: Really fix signal transition handling...
2012-08-08 Oswald Buddenhagenrename qt_module_config.prf => qt_module.prf
2012-08-08 Mitch CurtisClarify how days are counted in QDateTime::daysTo docum...
2012-08-07 Marc MutzQ_DECL_NOTHROW: stronger and more widely available...
2012-08-07 Marc MutzQUrl::idnWhiteList(): add QList::reserve() call
2012-08-07 Marc MutzQtNoDebug: remove special member functions
2012-08-07 Oswald Buddenhagenifdef drivespec handling in relativeFilePath to windows
2012-08-07 Thiago MacieiraDon't export QAtomicInt, it's all inline
2012-08-07 Thiago MacieiraAdd a T parameter to the memory barrier functions in...
2012-08-07 Marc MutzQMessageLogger: mark default ctor as constexpr, too
2012-08-07 Stephen KellyAvoid crashes when invalidating a proxy model filter.
2012-08-06 Thiago MacieiraRemove extra Q_COMPILER_xxx defines from the MSVC section.
2012-08-06 Thiago MacieiraMSVC's throw() behaviour matches the C++11 noexcept...
2012-08-06 Thiago MacieiraOptimise QMutexLocker a little: don't call relock(...
2012-08-06 Jan-Arve SaetherMake sure codecForLocale returns a valid codec in boots...
2012-08-06 Mitch CurtisAdd missing const qualifier to snippet in QIdentityProx...
2012-08-06 Mitch CurtisFix typos in qdatetime.cpp.
2012-08-05 Marc MutzLogging: mark qEmergencyOut() noexcept
2012-08-05 hjkqdatetime: micro optimization in fmtDateTime
2012-08-03 Thiago MacieiraICU: lock the mutex before calling an Unlocked function
2012-08-03 Thiago MacieiraICU: Mark which functions are threadsafe and which...
2012-08-03 Sergio AhumadaFix order of QT_END_NAMESPACE and QT_END_HEADER macros
2012-08-02 Oswald Buddenhagenstring.h is needed for memcpy()
2012-08-01 Stephen KellyFix some typos in static assert message.
2012-08-01 Martin PeterssonQtNetwork: Handle FD_CLOSE on Windows
2012-08-01 Jeremy Katzfix a few qdoc command typos
2012-08-01 Kent Hansenstatemachine: Make states exit order spec-compliant
2012-08-01 Thiago MacieiraMake sure that the parsing mode reaches QUrlPrivate...
2012-08-01 Thiago MacieiraMake QUrl::setScheme only parse in strict mode (no...
2012-08-01 Thiago MacieiraFix QUrl support for empty usernames and passwords
2012-08-01 Thiago MacieiraFix handling of encoded NULs (%00) in QUrl::fromPercent...
2012-08-01 Christian KammDoc: QVarLengthArray::length is new in 5.0
2012-07-31 Laszlo PappUse QtCore instead of QtGui for the standardpaths comme...
2012-07-31 Harald FernengelLazy initialize library paths
2012-07-31 Friedemann KleintFix compilation: Move qHash(const T &t, uint seed) up.
2012-07-31 Lars KnollFix reloading of plugins
2012-07-31 Lars KnollFix some syncqt warnings.
2012-07-31 Eike ZillerMac: Don't crash if language preferences can't be retri...
2012-07-31 Lars KnollAlign the CP949 codec name with ICU
2012-07-31 Lars KnollSmall doc fixes about the list of supported codecs.
2012-07-31 Lars KnollDo not preload any codecs anymore when using ICU
2012-07-31 Lars KnollAdd a factory method to QIsciiCodec and fix the names
2012-07-31 Lars KnollUse ICU instead of iconv/windows codecs for the locale
2012-07-31 Lars KnollMake codecForLocale atomic
2012-07-31 Lars KnollICU code page conversion support
2012-07-31 Lars KnollRename some codecs to be in line with ICU
2012-07-31 Lars KnollDisable iconv on utf-8 based platforms
2012-07-31 Lars KnollLazily initialize iconv in the iconv codec
2012-07-31 Lars KnollUse utf-8 as the locale codec where it makes sense
2012-07-31 Lars KnollRemove encoding detection according to LANG
2012-07-31 Lars KnollMove the text codec list to qcoreglobaldata.
2012-07-30 Marc MutzQUrl: document that setIdnWhitelist isn't thread-safe
2012-07-30 Jeremy Katzfix QEventLoop qdoc errors
2012-07-28 Mitch CurtisDocument QEvent::EnterEditFocus and QEvent::LeaveEditFo...
next