summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Clarify QDateTime::secsTo and QDateTime::msecsTo documentation.Mitch Curtis2012-09-041-2/+2
* fix QT_{BEGIN,END}_INCLUDE_NAMESPACE mixupOswald Buddenhagen2012-09-041-0/+2
* Clarify QDateTime documentation re timeSpec conversion.Mitch Curtis2012-09-032-2/+52
* Need #include <string.h> to use memcpyShawn Rutledge2012-09-031-0/+1
* Fix docs of qAbs to have the correct function signature.Jan-Arve Saether2012-09-031-1/+1
* QStandardPaths should still work without desktop serviceJing Bai2012-09-031-4/+0
* QStringList::join: add an overload taking a single QCharMarc Mutz2012-09-032-5/+17
* Remove the package macros from qglobal.hThiago Macieira2012-09-031-4/+0
* Change SChar to metatype id 40.Stephen Kelly2012-09-032-5/+4
* fix docsFrederik Gladhorn2012-09-034-12/+14
* doc: fix example linkFrederik Gladhorn2012-09-031-1/+1
* checkForCodecs is not used when QT_LOCALE_IS_UTF8 is definedJiang Jiang2012-09-021-1/+1
* Don't reference widgets/widgets in example doc.Frederik Gladhorn2012-09-011-3/+3
* Doc: Fix docbuild when not using -developer-build.Casper van Donderen2012-09-011-2/+2
* add macro wrap for QXmlStream related codeJing Bai2012-08-312-0/+13
* Don't set empty CMAKE_TOOLCHAIN_FILE or CMAKE_BUILD_TYPEStephen Kelly2012-08-311-2/+12
* Force QT_NO_ICONV on win32:!win32-msvc*Lukas Geyer2012-08-311-1/+1
* Fix the name of the arguments of qAtan2 to match std::atan2Thiago Macieira2012-08-312-6/+6
* Document the purpose of QDateTimeParser::cachedDay.Mitch Curtis2012-08-311-0/+13
* Doc: Simplify qtbase qdocconfs.Casper van Donderen2012-08-311-15/+2
* Fix static plugins for classes in namespaces.Friedemann Kleint2012-08-301-6/+6
* Logging: Remove mutex for OutputDebugStringKai Koehne2012-08-301-3/+0
* Fixes possible memory leak in QContiguousCacheFabian Bumberger2012-08-301-2/+4
* QVarLengthArray: C++11-ify insert/erase signaturesMarc Mutz2012-08-302-10/+10
* QString::append: add (const QChar*, int len) overloadMarc Mutz2012-08-302-0/+19
* Blackberry: Fix QFileSystemEngine::tempPath()Thomas McGuire2012-08-291-2/+5
* Exclude the examples/widgets/doc dir for all but widgets.Frederik Gladhorn2012-08-291-0/+2
* Don't do path conversions on isEmpty()João Abecasis2012-08-291-2/+1
* Use QString for user-visible stringsJoão Abecasis2012-08-291-1/+1
* wrap the implementation with NO_SETTINGS macroJing Bai2012-08-291-0/+3
* Plugin metadata is now updated in setFileName(), not load().Lukas Geyer2012-08-293-6/+16
* Removed extra detach calls from QJsonArray::takeAtDenis Dzyubenko2012-08-291-6/+1
* Fix warning when compliling with -Wconversion.Frederik Gladhorn2012-08-281-2/+2
* QSharedPointer: make QT_SHAREDPOINTER_TRACK_POINTERS work with QObjectsGiuseppe D'Angelo2012-08-281-2/+2
* Forward the CMAKE_TOOLCHAIN_FILE to tests.Stephen Kelly2012-08-281-2/+2
* doc: remove links to Qt DesignerFrederik Gladhorn2012-08-282-3/+3
* Add automatic metatype registration for invokable methods.Stephen Kelly2012-08-282-10/+26
* Add automatic metatype registration for Q_PROPERTY types.Stephen Kelly2012-08-282-4/+20
* Handle invalid dates properly for QDataStream versions < 5.Mitch Curtis2012-08-281-1/+2
* cmake: define QT_NO_DEBUG in client release buildsPeter Kümmel2012-08-271-0/+1
* Add some error checking to the qt5_use_modules function.Stephen Kelly2012-08-271-0/+8
* Fix plugin docs regarding location of json files.Stephen Kelly2012-08-271-1/+2
* qcompilerdetection.h: set Q_DECL_OVERRIDE/Q_DECL_FINAL for 2005 <= MSVC <= 2010Marc Mutz2012-08-271-3/+18
* Update Q_PLUGIN_METADATA docu.Peter Kümmel2012-08-261-1/+6
* QMetaTypeId: optimize qt_metatype_id() in special casesMarc Mutz2012-08-261-48/+50
* QMetaTypeId: optimize qt_metatype_id()Marc Mutz2012-08-261-4/+6
* QSlotObjectBase: make 'impl' and 'ref' privateMarc Mutz2012-08-262-20/+21
* QSlotObjectBase: make Operation enum protectedMarc Mutz2012-08-261-3/+5
* QSlotObjectBase: remove misleading commentMarc Mutz2012-08-261-1/+1
* QtGlobal: document Q_DECL_FINAL and Q_DECL_OVERRIDEMarc Mutz2012-08-261-0/+56