summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Move the implementation of normalizeTypeInternal()Bradley T. Hughes2011-10-274-152/+211
* Add QDataStream operators to QMargins, so it can be streamedSteven Ceuppens2011-10-272-0/+49
* Use load() when constructing QSimpleCodec's reverse mapBradley T. Hughes2011-10-271-7/+10
* Unix (non-Glib) event dispatcher: round sleep to millisecond boundary.Thiago Macieira2011-10-271-1/+15
* replace 'const QChar &' with 'QChar ' for QChar and QStringRitt Konstantin2011-10-265-50/+50
* Revert "Use memmove in QListData::append(int) as regions overlap."Oswald Buddenhagen2011-10-261-1/+1
* Silence warning from clangBradley T. Hughes2011-10-251-2/+2
* Compile with clangBradley T. Hughes2011-10-241-5/+6
* QIODevice - disallow setTextMode when not openShane Kearns2011-10-241-0/+6
* corelib: Remove Q_WS-macros.Friedemann Kleint2011-10-2424-250/+44
* Rename storageLocation() to writableLocation().David Faure2011-10-235-13/+13
* Add QStandardPaths::RuntimeLocation, for sockets ($XDG_RUNTIME_DIR)David Faure2011-10-235-7/+42
* Add QStandardPaths::findExecutable.David Faure2011-10-233-14/+92
* QStandardPaths: add Config and GenericData, add methodsDavid Faure2011-10-235-74/+297
* Move path information from QDesktopServices (gui) to QStandardPaths (core)David Faure2011-10-236-0/+688
* Fix two typos: docu for "deprecated since" and Q_DEPR... -> QT_DEPR...David Faure2011-10-221-1/+1
* Compile with clangBradley T. Hughes2011-10-221-2/+2
* Add Q_DECL_CONSTEXPR to a QChar, QLatin1Char and QLatin1String constructorsThiago Macieira2011-10-222-26/+19
* Off-by-one error in assert condition...João Abecasis2011-10-211-1/+1
* Leftovers from 401722ef9e6fe79bd41f9d5f79668f5c4997c8e6João Abecasis2011-10-211-14/+0
* Fix QTemporaryFile regressions and new found issuesJoão Abecasis2011-10-211-50/+34
* Use "native paths" on POSIX platforms as wellJoão Abecasis2011-10-211-27/+3
* Cleanup #includesJoão Abecasis2011-10-211-2/+0
* Atomic implementation of create file and obtain handle for Win/SymbianJoão Abecasis2011-10-211-49/+102
* Minimize encoding conversions when generating unique file nameJoão Abecasis2011-10-211-15/+54
* Use QStringBuilder when copying template for modificationJoão Abecasis2011-10-211-15/+47
* Make Symbian follow Windows code in temporary path generationJoão Abecasis2011-10-211-8/+5
* Encapsulate pointer manipulations to createFileTemplate functionJoão Abecasis2011-10-211-15/+18
* Expand QT_TR_NOOP("str") to "str", not ("str").Jan-Arve Saether2011-10-211-4/+4
* ret is an "internal" path, no need to re-process itJoão Abecasis2011-10-201-1/+1
* We prefer capitalized drive letters, make it so soonerJoão Abecasis2011-10-201-2/+3
* Avoid spurious detaching in QDir::to/fromNativeSeparatorsJoão Abecasis2011-10-201-10/+28
* Move the non-atomic and implicit functions from QBasicAtomicXXXThiago Macieira2011-10-202-84/+65
* Use fromLocal8Bit for reversing toLocal8BitJoão Abecasis2011-10-201-1/+1
* Don't convert template's path separators againJoão Abecasis2011-10-201-1/+1
* Changed if/if/else/if/eleven chain to switchJoão Abecasis2011-10-201-15/+22
* Modulus of negative dividends is undefined or negativeJoão Abecasis2011-10-201-1/+1
* Update keyToValue and keysToValue in QMetaEnumLiang Qi2011-10-192-10/+34
* Introduce Q_STATIC_ASSERTJędrzej Nowacki2011-10-191-0/+9
* Metatype: Silence MSVC warnings about unused variables.Friedemann Kleint2011-10-191-6/+6
* Fix "may be used uninitialized" compiler warning.Morten Sorvig2011-10-191-1/+1
* Provide API for "placement new" construction of meta-typesKent Hansen2011-10-192-8/+508
* Remove Sensors and Location related macros/defines from qglobal.h.alex2011-10-191-26/+0
* make fromWCharArray() and toWCharArray() inlinedKonstantin Ritt2011-10-182-27/+25
* Remove stale documentation.Casper van Donderen2011-10-186-75/+0
* Less friends is good, at least for C++ code :)Lars Knoll2011-10-172-3/+0
* Disable ELF interpreter check when cross-compilingHarald Fernengel2011-10-141-1/+1
* Remove stale documentation and fix qdoc errors.Casper van Donderen2011-10-115-29/+12
* Rename QMetaType::construct() to create()Kent Hansen2011-10-115-41/+45
* add qmetaobjectbuilder to qtbase.Lorn Potter2011-10-113-0/+2931