Add warning about non-API in Qt5CTestMacros.
[profile/ivi/qtbase.git] / src / corelib /
2012-11-10 Stephen KellyAdd warning about non-API in Qt5CTestMacros.
2012-11-10 Thiago MacieiraAdd the GCC 4.8 C++11 feature list
2012-11-09 Konstantin RittQTBF: Remove StartOfItem/EndOfItem enum values
2012-11-08 Orgad ShanehQFutureInterface: Remove unused function
2012-11-08 Rafael RoquettoCleanup old signal handler mechanisms
2012-11-08 Mark BrandQAbstractProxyModel: fix sibling() reimplementation
2012-11-08 Oswald Buddenhagenfix QMAKE_{,X}SPEC when a qt.conf containing [Paths...
2012-11-07 Giuseppe D'AngeloRemove qSort/qStableSort usages from itemmodels
2012-11-07 Oswald Buddenhagenfix sign mismatch warnings
2012-11-07 Erik VerbruggenFix for compiling with clang with c++11.
2012-11-07 Erik VerbruggenDo not define QT_BASIC_ATOMIC_HAS_CONSTRUCTORS for...
2012-11-06 Olivier GoffartAllow connect to functors with less parameters than...
2012-11-06 Olivier GoffartFix connection to const slots (or from const signals)
2012-11-03 Peter KümmelQTscii and QIscii are not big codecs
2012-11-02 Antti HarjuImprove QByteDataBuffer::read() performance with partia...
2012-11-02 Mark BrandQIdentityProxyModel: fix sibling() reimplementation
2012-11-02 Michele CainiReview of documentation.
2012-11-02 Thomas McGuireQTranslator: Use resource memory instead of copying it
2012-11-02 Oswald Buddenhagendon't return false from removeTranslator() just because...
2012-11-02 Joerg Bornemannfix cleanup of QWinIoCompletionPort
2012-11-02 Oswald Buddenhagenmove QT_NAMESPACE define to qtcore's module pri file
2012-11-02 Sergio MartinsQNX: Fix build with QNX SDP 6.5.
2012-11-02 Sergio MartinsBlackberry: Fix QCoreApplication::applicationFilePath...
2012-11-02 Stephen KellyAdd implementations of QAIM::sibling in public APIs.
2012-11-02 Thiago MacieiraAllow QStandardPaths (Mac, Windows, Unix) to be bootstr...
2012-11-02 Joerg Bornemannfix error handling bug in QWindowsPipeReader
2012-11-02 Frederik GladhornUse fusion instead of motif.
2012-11-02 Jon SeverinssonFix the gregorian date <-> julian day calculations...
2012-11-02 Mitch CurtisUpdate QDateTime serialisation docs and increase versio...
2012-11-02 Mitch CurtisImprove QDateTime test coverage.
2012-11-01 Liang QiFix warnings when using QImage as QtConcurrent::mapped...
2012-11-01 Giuseppe D'AngeloImprove / fix QRegularExpression* docs
2012-11-01 Oswald Buddenhagenrewrite default spec handling
2012-11-01 Stephen KellyStrip trailing whitespace in itemviews.
2012-11-01 Christian StrømmeFix for leak in QFuture
2012-11-01 Jerome PasionQt Core: Removed unnecessary group membership.
2012-10-31 Stephen KellyGenerate instances of types in the CMake tests.
2012-10-30 Thomas McGuireQNX: Use inotify on QNX systems that support it
2012-10-30 Thomas McGuireQNX: Remember information on whether a file is a link
2012-10-29 Mitch CurtisCheck for both A and P when converting QDateTime to...
2012-10-29 Jonathan LiuDefine additional math.h constants if not already defined
2012-10-29 Thiago MacieiraRemove qstandardpaths_json.cpp
2012-10-29 Thorbjørn Lund MartsumQMap - improve QMap stl-map ctor
2012-10-29 Jan Arve SaetherDo the actual removal of the Soft Keys API and related...
2012-10-29 Konstantin RittFix build on MinGW after 0f14ea3f3a05ef785b44fa610bf90f...
2012-10-29 Sergio AhumadaRemove some dead code in switch statements
2012-10-27 Frederik GladhornDoc fixes for qcoreapplication.
2012-10-27 Thiago MacieiraFix compilation: QChar(char) is "from ASCII"
2012-10-27 Thorbjørn Lund MartsumQMap 5.0 - keep track of leftmost node (BIC)
2012-10-27 Thorbjørn Lund MartsumQMap - use hint on insert in QMap::toStdMap
2012-10-26 Bernd WeimerRemoved usage of pipe in Blackberry event dispatcher
2012-10-26 Jon SeverinssonChange one int to qint64 in QDateTime::setMSecsSinceEpo...
2012-10-26 Jerome PasionQt Core: Adding a landing page and sorted the documenta...
2012-10-26 Stephen KellyAdd a CMake macro to test module includes
2012-10-25 Konstantin RittRemove stale QT_MODULE() usage cases
2012-10-25 Stephen KellyCore/kernel: Make some signals private.
2012-10-25 Sean HarmerUpdate QDataStream format docs for gui/math3d classes
2012-10-24 Tobias HungerQuieten warning about uninitialized use of d pointer
2012-10-23 Mitch CurtisReturn invalid datetime when calling addMSecs with...
2012-10-23 Mitch CurtisImprove QTime test coverage.
2012-10-23 Mitch CurtisImprove QDate test coverage.
2012-10-23 Mitch CurtisOutput leading zeroes for yyyy date formats in QLocale...
2012-10-23 Friedemann KleintQProcess: Include program in destructor warning.
2012-10-23 Thomas McGuireBlackberry: Fix applicationFilePath() for unpackaged...
2012-10-22 Stephen KellyCMake: Make qt5_use_modules a macro, not a function.
2012-10-22 Jens Bache-WiigRemove Cleanlooks and Plastique
2012-10-22 Stephen KellyTrim trailing whitespace.
2012-10-22 Stephen KellyUse the layout change hint to speed up QItemSelectionModel.
2012-10-19 Thiago MacieiraDoc: refer to QUrlQuery in QUrl's main doc body
2012-10-19 Sze Howe KohRemove the QThread::terminated() signal
2012-10-19 Andreas Hartmetzdetach() safely in QVector::erase(), and update callers...
2012-10-19 Thomas McGuireQNX: Use extra information in dirent to avoid stat...
2012-10-19 Jerome PasionDoc: Adding Event System documentation.
2012-10-19 Oswald Buddenhagenremove explicit load(qt_build_config)s from the libraries
2012-10-19 Thiago MacieiraMake QContiguousCache with zero capacity not crash
2012-10-19 Bernd WeimerFix for slowness of touch move events
2012-10-19 Michele CainiReview of documentation.
2012-10-19 Thiago MacieiraMake sure functions returning iterators have an iterato...
2012-10-18 Stephen KellyHandle the case where persistent indexes have gone...
2012-10-18 Frederik GladhornDoc fix in return value of QDate::setYMD
2012-10-18 Giuseppe D'AngeloAdd new error strings to QRegularExpression
2012-10-17 Christian StrømmeFix for memory leak in ResultStore
2012-10-17 Thiago MacieiraAdd qlibraryinfo.h to global.pri's HEADERS list
2012-10-16 Frederik GladhornAdd parameter documentation.
2012-10-16 Kai KoehneLogging: Mark deprecated API with QT_DEPRECATED
2012-10-16 Frederik GladhornAdd documentation for ucs4 overloads.
2012-10-16 Michele CainiReview of documentation.
2012-10-16 Stephen KellyUse the mkspec name Qt was configured with instead...
2012-10-15 J-P Nurmiqfeatures.txt: add LOCALSERVER (requires TEMPORARYFILE)
2012-10-15 Olivier GoffartQThread signals documentation improvement
2012-10-15 Thiago MacieiraRe-revert "Delay creation of the process manager"
2012-10-13 Michele CainiReview of documentation.
2012-10-13 Friedemann KleintFix warnings from syncqt.
2012-10-13 Fabian BumbergerBlackberry: Populating the QCoreApplicationData
2012-10-13 Thomas McGuireBlackberry: Emit aboutToBlock() and awake() correctly...
2012-10-13 J-P Nurmiqfeatures.txt: cleanup obsolete cde & motif styles
2012-10-12 Michele CainiReview of documentation.
2012-10-12 Konstantin RittQTextBoundaryFinder: Fix handling of break opportunities
2012-10-11 Peter KümmelQVarLengthArray: use memory on stack if possible
2012-10-11 Peter KümmelMake QVarLengthArray exception safe in case of OOM
next