summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Specify the project name when adding a test.Stephen Kelly2012-09-101-0/+2
* DON'T parse the header files of guiJan-Arve Saether2012-09-101-2/+1
* Fix QFileSystemEngine::canonicalName() returning corrupt dataThomas McGuire2012-09-101-2/+7
* [Qt5 Docs] Fix typos and style of qtimer.cpp and qdatetimeedit.cppDavid Gil2012-09-101-7/+7
* [Qt5 Docs] Fix typos and style of qdatetime.cppDavid Gil2012-09-101-21/+21
* android: we have mkdtemp.Arvid Picciani2012-09-101-2/+4
* Move the non-C++ parts of qglobal.h outside of __cplusplusThiago Macieira2012-09-101-135/+134
* Move the constructor and destruction function macros to the C++ partThiago Macieira2012-09-101-22/+22
* QNX: Add some optional debug output to event dispatcherSean Harmer2012-09-091-0/+18
* Removing duplicate includesSergio Ahumada2012-09-096-7/+0
* Fix missing or improper include guard in headersSergio Ahumada2012-09-0917-42/+42
* Add support for the Intel Composer XE 2013.Thiago Macieira2012-09-081-0/+6
* Make the default Qt API be Qt 5.0'sThiago Macieira2012-09-081-2/+1
* don't use QT_{BEGIN,END}_INCLUDE_NAMESPACE needlesslyOswald Buddenhagen2012-09-081-4/+2
* Check for C++ operators that should be 'const'Sergio Ahumada2012-09-082-2/+2
* Fix warning about not enough actual parameters for macro.Jędrzej Nowacki2012-09-081-1/+1
* QVariant: prevent QVariant(QMetaType::Type) from compilingMarc Mutz2012-09-071-0/+7
* doc: Clean up QAbstractItemModel documentationEskil Abrahamsen Blomfeldt2012-09-071-5/+7
* Use setenv in qputenv if possible, since it won't leakThiago Macieira2012-09-071-0/+3
* Logging: Fix mingw32-gcc compiler warning about unused variableKai Koehne2012-09-071-4/+3
* Fix performance regression when appending one vector to anotherLars Knoll2012-09-071-2/+6
* 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