summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* | | QList: remove (const_)iterator copy ctorsMarc Mutz2015-04-171-2/+0
* | | QPointer: add a static assertion to help the user when using a wrong template...Giuseppe D'Angelo2015-04-111-0/+3
* | | QRingBuffer: allow to peek bytes from any positionAlex Trotsenko2015-04-101-0/+24
* | | Add ReturnKeyType enum to Qt namespaceKai Uwe Broulik2015-04-092-0/+44
* | | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devLiang Qi2015-04-0910-62/+57
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-0810-62/+57
| |\| |
| | * | Remove special handling for (DY)LD_LIBRARY_PATH in QProcess.Jake Petroules2015-04-081-15/+0
| | * | QSaveFile: Fix permissions on creationKai Koehne2015-04-083-8/+17
| | * | QByteArray: begin()/end() are not \internalMarc Mutz2015-04-071-8/+26
| | * | docs: QString contains characters, not itemsMarc Mutz2015-04-071-2/+2
| | * | Remove unnecessary QDateTime::detach() functionThiago Macieira2015-04-072-22/+4
| | * | Use QT_WARNING_.. instead of #pragma GCC diagnostic ..Konstantin Ritt2015-04-071-7/+3
| | * | QQueue: unhide QList::swap(int, int)Marc Mutz2015-04-071-0/+5
* | | | Split qHash()-related code into separate headerMarc Mutz2015-04-083-97/+158
|/ / /
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-0631-120/+349
|\| |
| * | Removed unused code on QT_STRING_UCS4 macroThiago Macieira2015-04-051-6/+0
| * | QVLA: Add operator= for initializer listsKai Koehne2015-04-042-0/+18
| * | Fix BlackBerry build.Sérgio Martins2015-04-041-0/+3
| * | QIODevice: do not change the 'pos' member for sequential devicesAlex Trotsenko2015-04-041-2/+4
| * | QUuid: add missing relational operatorsMarc Mutz2015-04-042-0/+33
| * | QUuid: add some noexceptMarc Mutz2015-04-042-22/+22
| * | QUuid: properly scope macrosMarc Mutz2015-04-031-1/+2
| * | QUuid: implement op> in terms of op<Marc Mutz2015-04-031-11/+1
| * | Windows: Use FORMAT_MESSAGE_IGNORE_INSERTS for qt_error_string().Friedemann Kleint2015-04-011-1/+1
| * | Silence clang warnings in C++03 modeOlivier Goffart2015-04-011-0/+6
| * | Update a few doc regarding Q_FLAGOlivier Goffart2015-04-012-2/+2
| * | winrt: Fix non-PCH buildAndrew Knight2015-04-011-1/+3
| * | Force length of prefix path to be calculated at runtimeKai Koehne2015-04-011-1/+1
| * | Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Liang Qi2015-04-0112-49/+71
| |\ \
| | * | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-3112-49/+71
| | |\|
| | | * Doc: Added the missing description for WindowShadeButtonHintVenugopal Shivashankar2015-03-251-1/+2
| | | * Re-add documentation for QStandardPaths::GenericDataLocation.Friedemann Kleint2015-03-251-0/+3
| | | * Doc: Fix qmath documentationSergio Ahumada2015-03-121-0/+1
| | | * Core: fix crash in QCollator if ucol_open() failedLiang Qi2015-03-111-13/+30
| | | * Clarify InputMethodHint documentationPaul Olav Tvete2015-03-111-1/+2
| | | * Windows Embedded: GetTickCount64 won't be available so just remove itAndy Shaw2015-03-111-8/+2
| | | * QMimeDatabase: Fix magic rules with \tEike Ziller2015-03-101-0/+2
| | | * Introduce qt_subtract_from_timeout to reduce code duplication.Daniel Teske2015-03-095-25/+28
| | | * Call MoveFile() anyway if the delete failed because it did not existAndy Shaw2015-03-041-1/+1
| * | | Update documentation snippets related to QDebug.Friedemann Kleint2015-04-012-6/+8
| * | | Split out some inline qdebug formatting helpers to qdebug_p.h.Friedemann Kleint2015-04-016-18/+174
* | | | QString::section: scope a variable betterMarc Mutz2015-04-051-2/+1
* | | | Optimize QString::section(QString)Marc Mutz2015-04-051-4/+3
* | | | Add Q_DECL_RELAXED_CONSTEXPR to QCharOlivier Goffart2015-04-051-3/+3
* | | | QChar: plaster API with Q_DECL_NOTHROWMarc Mutz2015-04-052-137/+137
* | | | QChar: move definitions of inline methods into the class bodyMarc Mutz2015-04-051-48/+31
* | | | QVarLengthArray: add {const_,reverse_iterator}, {c,}r{begin,end}()Marc Mutz2015-04-052-0/+69
* | | | QVarLengthArray: add relational operators <,<=,>,>=Marc Mutz2015-04-052-0/+78
* | | | QList: add {const_,reverse_iterator}, {c,}r{begin,end}()Marc Mutz2015-04-052-0/+86
* | | | QList: add relational operators <,<=,>,>=Marc Mutz2015-04-052-0/+78