summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QtGlobal: mark qVersion() and qSharedBuild() as nothrowMarc Mutz2012-09-072-4/+4
* Fix QRegularExpression* docsGiuseppe D'Angelo2012-09-071-2/+2
* Move enums that was part of the Qt namespace to qnamespace.hJan-Arve Saether2012-09-072-4/+9
* Revert "Use true and false in preference to TRUE and FALSE"Sergio Ahumada2012-09-079-28/+28
* Fix g++ compiler warnings.Friedemann Kleint2012-09-072-2/+2
* Fix QDateEdit displaying day as a number for short and long day formatsMitch Curtis2012-09-052-20/+41
* Fix 3 digit day being displayed by QDateEdit.Mitch Curtis2012-09-052-9/+32
* Use true and false in preference to TRUE and FALSESergio Ahumada2012-09-0510-29/+29
* 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