| Commit message (Expand) | Author | Age | Files | Lines |
| * | QDebug: fix streaming of QChars | Marc Mutz | 2016-06-08 | 1 | -5/+4 |
| * | Merge remote-tracking branch 'origin/5.5' into 5.6 | Liang Qi | 2015-10-13 | 1 | -0/+56 |
| |\ |
|
| | * | QDebug: add missing docs for op<<(Container) | Marc Mutz | 2015-10-07 | 1 | -0/+56 |
| * | | Fix some qdoc warnings. | Friedemann Kleint | 2015-09-07 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'origin/5.5' into dev | Frederik Gladhorn | 2015-08-06 | 1 | -21/+125 |
| |\| |
|
| | * | Doc: update QDebug documentation to talk about the escaping | Thiago Macieira | 2015-08-06 | 1 | -8/+95 |
| | * | Change how QDebug escapes QStrings in the output | Thiago Macieira | 2015-08-06 | 1 | -13/+30 |
| * | | Add a verbosity setting to QDebug. | Friedemann Kleint | 2015-03-13 | 1 | -0/+27 |
| |/ |
|
| * | Output registered enums in qDebug operator for QFlags. | Friedemann Kleint | 2015-02-26 | 1 | -1/+15 |
| * | Fix MSVC 2013/64bit warnings about conversion from 'size_t' to 'int'. | Friedemann Kleint | 2015-02-18 | 1 | -4/+4 |
| * | Fix QDebug cumulating operator<< with many Q_ENUM | Olivier Goffart | 2015-02-17 | 1 | -0/+20 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | MSVC: Silence warning about right shift by too large amount | Kai Koehne | 2015-01-20 | 1 | -7/+3 |
| * | Do the same for qDebug of QByteArray and QLatin1String | Thiago Macieira | 2015-01-11 | 1 | -1/+46 |
| * | QDebug: pretty-print QStrings and QStringRefs | Thiago Macieira | 2015-01-11 | 1 | -0/+103 |
| * | Merge remote-tracking branch 'origin/5.4' into dev | Simon Hausmann | 2014-12-10 | 1 | -2/+2 |
| |\ |
|
| | * | Doc: corrected autolink errors corelib/io | Nico Vertriest | 2014-11-26 | 1 | -2/+2 |
| * | | Add support for char16_t, char32_t and std::nullptr_t in QDebug | Thiago Macieira | 2014-12-04 | 1 | -0/+22 |
| |/ |
|
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -18/+10 |
| * | QDebugStateSaver: Fix trailing space issues | Kai Koehne | 2014-07-23 | 1 | -1/+8 |
| * | QDebug: Add a doc section about formatting options | Kai Koehne | 2014-07-22 | 1 | -0/+12 |
| * | QDebug: Add resetFormat() | Kai Koehne | 2014-07-15 | 1 | -1/+16 |
| * | Add QDebug::noquote() stream modifier | Kai Koehne | 2014-07-10 | 1 | -0/+41 |
| * | De-inline QDebug destructor | Kai Koehne | 2014-05-22 | 1 | -0/+14 |
| * | QDebugStateSaver: call maybeSpace() in destructor. | David Faure | 2014-03-13 | 1 | -1/+4 |
| * | Doc: fix typo in QDebugStateSaver docu | David Faure | 2014-02-10 | 1 | -1/+1 |
| * | Doc: Adding mark-up to boolean default values. | Jerome Pasion | 2013-10-08 | 1 | -1/+1 |
| * | Fix some doc errors. | Frederik Gladhorn | 2013-09-21 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/stable' into dev | Frederik Gladhorn | 2013-01-22 | 1 | -1/+1 |
| |\ |
|
| | * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | | Add class QDebugStateSaver for writing QDebug operators correctly | David Faure | 2013-01-14 | 1 | -0/+73 |
| |/ |
|
| * | Add more qtbase implictly-shared classes to the list | Giuseppe D'Angelo | 2012-11-30 | 1 | -0/+1 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -24/+24 |
| * | Doc: Add \inmodule QtCore to all QtCore class doc bodies | Thiago Macieira | 2012-08-23 | 1 | -0/+1 |
| * | Fix a couple of qdoc errors | Lars Knoll | 2012-08-18 | 1 | -1/+1 |
| * | QDebug: Add getter/setter for auto-insert-spaces. | David Faure | 2012-07-27 | 1 | -0/+18 |
| * | QDebug: adjust documentation of space(), nospace() and maybeSpace() | David Faure | 2012-07-27 | 1 | -9/+5 |
| * | QtCore: add member-swap to shared classes | Marc Mutz | 2012-07-03 | 1 | -0/+8 |
| * | Replace `const QLatin1String &` with `QLatin1String` where appropriate | Konstantin Ritt | 2012-05-25 | 1 | -1/+1 |
| * | Doc: Prepare for building modular QtCore docs. | Casper van Donderen | 2012-04-19 | 1 | -3/+3 |
| * | Remove "All rights reserved" line from license headers. | Jason McDonald | 2012-01-30 | 1 | -1/+1 |
| * | Update contact information in license headers. | Jason McDonald | 2012-01-23 | 1 | -1/+1 |
| * | Remove QBool and use bool instead. | David Faure | 2012-01-20 | 1 | -8/+0 |
| * | Update copyright year in license headers. | Jason McDonald | 2012-01-05 | 1 | -1/+1 |
| * | Update licenseheader text in source files for qtbase Qt module | Jyri Tahtela | 2011-05-24 | 1 | -17/+17 |
| * | Initial import from the monolithic Qt. | Qt by Nokia | 2011-04-27 | 1 | -0/+307 |