Remove unused file.
[profile/ivi/qtbase.git] / src / corelib /
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
2012-08-30 Marc MutzQVarLengthArray: C++11-ify insert/erase signatures
2012-08-30 Marc MutzQString::append: add (const QChar*, int len) overload
2012-08-29 Thomas McGuireBlackberry: Fix QFileSystemEngine::tempPath()
2012-08-29 Frederik GladhornExclude the examples/widgets/doc dir for all but widgets.
2012-08-29 João AbecasisDon't do path conversions on isEmpty()
2012-08-29 João AbecasisUse QString for user-visible strings
2012-08-29 Jing Baiwrap the implementation with NO_SETTINGS macro
2012-08-29 Lukas GeyerPlugin metadata is now updated in setFileName(), not...
2012-08-29 Denis DzyubenkoRemoved extra detach calls from QJsonArray::takeAt
2012-08-28 Frederik GladhornFix warning when compliling with -Wconversion.
2012-08-28 Giuseppe D'AngeloQSharedPointer: make QT_SHAREDPOINTER_TRACK_POINTERS...
2012-08-28 Stephen KellyForward the CMAKE_TOOLCHAIN_FILE to tests.
2012-08-28 Frederik Gladhorndoc: remove links to Qt Designer
2012-08-28 Stephen KellyAdd automatic metatype registration for invokable methods.
2012-08-28 Stephen KellyAdd automatic metatype registration for Q_PROPERTY...
2012-08-28 Mitch CurtisHandle invalid dates properly for QDataStream versions...
2012-08-27 Peter Kümmelcmake: define QT_NO_DEBUG in client release builds
2012-08-27 Stephen KellyAdd some error checking to the qt5_use_modules function.
2012-08-27 Stephen KellyFix plugin docs regarding location of json files.
2012-08-27 Marc Mutzqcompilerdetection.h: set Q_DECL_OVERRIDE/Q_DECL_FINAL...
2012-08-26 Peter KümmelUpdate Q_PLUGIN_METADATA docu.
2012-08-26 Marc MutzQMetaTypeId: optimize qt_metatype_id() in special cases
2012-08-26 Marc MutzQMetaTypeId: optimize qt_metatype_id()
2012-08-26 Marc MutzQSlotObjectBase: make 'impl' and 'ref' private
2012-08-26 Marc MutzQSlotObjectBase: make Operation enum protected
2012-08-26 Marc MutzQSlotObjectBase: remove misleading comment
2012-08-26 Marc MutzQtGlobal: document Q_DECL_FINAL and Q_DECL_OVERRIDE
2012-08-26 Marc MutzQtGlobal: remove Q_DECL_FINAL_CLASS
2012-08-26 Marc MutzQVariant: make the HasIsNullMethod check work across...
2012-08-26 Marc Mutzqcompilerdetection.h: add MSVC 2012 features
2012-08-26 Marc Mutzqcompilerdetection.h: stream-line MSVC feature detection
2012-08-26 Thiago MacieiraSmall optimisation to recursive mutexes
2012-08-26 Michael BrasserblockSignals should block QML signal emission.
2012-08-26 David FaureQUrl: port thread-safety autotest from Qt4.
2012-08-25 Thiago MacieiraSplit the futexFlags() function in two: a hot and a...
2012-08-25 Thiago MacieiraMark mutex locking and unlocking functions with noexcept
2012-08-25 Thiago MacieiraUse nanosleep instead of pthread_cond_timedwait for...
2012-08-24 Thiago MacieiraDon't define QT_NO_ICONV on Windows: that comes from...
2012-08-24 Thiago MacieiraAdd qiterator.h to tools.pri
2012-08-23 Eskil Abrahamsen... doc: Fix some qdoc warnings
2012-08-23 Thiago MacieiraCompile without the deprecated filterEvent function
2012-08-23 Stephen KellyExtract the QMetaMethodPrivate::ownMethodIndex method.
2012-08-23 Stephen KellyMake QAbstractItemModel::sibling virtual.
2012-08-23 Lars KnollMake sure we don't get duplicated doc pages.
2012-08-23 Thiago MacieiraDoc: Add \inmodule QtCore to all QtCore class doc bodies
2012-08-23 Andy NicholsDoc: Fix snippet and example referencing widget examples
next