summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | WinRT: Fix application shutdownMaurice Kalinowski2016-01-111-6/+11
| | * | CMake: Ensure that -fPIC is passed in tests.Kevin Funk2016-01-112-0/+4
| | * | CMake: Fix qt5_use_modules macro for CMake 2.8.11Kevin Funk2016-01-111-1/+1
| | * | Diaglib: Fix and extend dumping of native windows (Windows).Friedemann Kleint2016-01-111-8/+40
| | * | Make DST-transition test more general.Edward Welbourne2016-01-111-17/+29
| | * | QVariant: make sure two floating points compare equal if they are equalThiago Macieira2016-01-112-1/+8
| | * | Change the ELF linker version script creator to take no parametersThiago Macieira2016-01-112-33/+21
| | * | Revert "dbus: Print out 'serial' and 'serial reply to' with DBusMessage opera...Thiago Macieira2016-01-112-10/+4
| | * | Revert "dbus: Add method serial() and replySerial() to class DBusMessage."Thiago Macieira2016-01-115-54/+0
| | * | Fix a few container detachmentsSérgio Martins2016-01-104-6/+6
| | * | CMake: Make all tests link to Qt librariesKevin Funk2016-01-093-3/+4
| | * | QDate: fix calculation of the week number for the last days of 2020Thiago Macieira2016-01-092-11/+32
| | * | Make QUrl::removeAllQueryItems actually remove the query itemsThiago Macieira2016-01-091-2/+2
| | * | Windows: Output resulting DPI awareness in debug and warning output.Friedemann Kleint2016-01-083-4/+21
| | * | xcb: Remove QXcbScreen::m_nativeGeometryAlexander Volkov2016-01-083-12/+4
| | * | Use backing store formats with alphaAllan Sandfeld Jensen2016-01-084-51/+42
| | * | fix docs creation in debug_and_release buildsOswald Buddenhagen2016-01-082-18/+25
| | * | Fix wrapper batch file names for flex/bison in ANGLE buildJoerg Bornemann2016-01-081-0/+1
| | * | un-nest enabling .la creation from enabling .pc creation (again)Oswald Buddenhagen2016-01-081-13/+12
| | * | don't build with explicitlib on unixOswald Buddenhagen2016-01-081-2/+1
| | * | don't rely on transitive dependenciesOswald Buddenhagen2016-01-086-0/+10
| | * | windows: bump OpenGL blacklist versionLaszlo Agocs2016-01-081-1/+1
| | * | Work around GCC 6 warning about offset outside bounds of stringThiago Macieira2016-01-081-2/+2
* | | | Add ability to specify precision of float/double currency stringsDan Cape2016-01-133-4/+29
* | | | QStaticTextItem: use smart pointer membersMarc Mutz2016-01-122-60/+11
* | | | Allow to use QRingBuffer in containersAlex Trotsenko2016-01-122-1/+13
* | | | QIODevice: handle incomplete readsAlex Trotsenko2016-01-129-250/+359
* | | | qtcore_eval: fix dead code after return statementAnton Kudryavtsev2016-01-121-1/+0
* | | | QFileSystemEngine: fix duplicate flag in OR expressionAnton Kudryavtsev2016-01-121-1/+1
* | | | Minimal fix for network-manager problem on plugin unload.Edward Welbourne2016-01-121-6/+2
* | | | Moc: fix duplicate condition in AND expressionAnton Kudryavtsev2016-01-121-1/+1
* | | | Add debug message on writing to an unbuffered TCP socketAlex Trotsenko2016-01-121-2/+8
* | | | QAbstractSocket::writeData(): remove dead codeAlex Trotsenko2016-01-121-4/+1
* | | | QTranslator: enable NRVO in find_translation() for poor compilersMarc Mutz2016-01-121-1/+2
* | | | QTranslator: optimize string handling in find_transformationMarc Mutz2016-01-121-1/+2
* | | | QtCore: eradicate all Q_FOREACH loops [kernel]Marc Mutz2016-01-126-12/+14
* | | | Mark QLocale as sharedMarc Mutz2016-01-122-2/+14
* | | | QColor: fix misleading code in op==Marc Mutz2016-01-121-2/+1
* | | | QtDBus: eradicate all Q_FOREACH loopsMarc Mutz2016-01-124-10/+9
* | | | QDBusConnectionPrivate::ObjectTreeNode: remove pointless empty dtorMarc Mutz2016-01-121-1/+0
|/ / /
* | | QProcessPrivate: fix double init of exitCode in ctorAnton Kudryavtsev2016-01-121-1/+0
* | | QSize: use qSwap in transpose()Anton Kudryavtsev2016-01-121-6/+2
* | | MakefileGenerator: use erase and std::remove_if with QVectorAnton Kudryavtsev2016-01-121-6/+8
* | | QTranslator: don't repeatedly re-create a QString from a QLatin1StringMarc Mutz2016-01-111-2/+3
* | | QTranslator: re-use 'realname' capacity in find_translation()Marc Mutz2016-01-111-7/+18
* | | QListView: use erase and std::remove_if with QVectorAnton Kudryavtsev2016-01-112-9/+13
* | | QSyntaxHighlighterPrivate: use erase and std::remove_if with QVectorAnton Kudryavtsev2016-01-111-9/+11
* | | QComposeInputContext: reduce composeBuffer to QT_KEYSEQUENCE_MAX_LENAnton Kudryavtsev2016-01-092-2/+2
* | | QXcbConnection: use erase and std::remove_if with QVectorAnton Kudryavtsev2016-01-091-7/+6
* | | QDirModel: replace a QStack with a std::stackMarc Mutz2016-01-081-3/+6