summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-1256-266/+341
|\
| * iOS: fix crash on iOS 8 due to unsupported selectorRichard Moe Gustavsen2016-01-112-5/+9
| * Doc: mention that Qt::AA_X11InitThreads isn't used anymoreDavid Faure2016-01-112-4/+1
| * Fix documentation for ReuseAddressHint on Unix.David Faure2016-01-111-2/+2
| * winrt: Flush the system event queue when adding/removing windowsMaurice Kalinowski2016-01-111-0/+2
| * winrt: Fix API usage certificationMaurice Kalinowski2016-01-111-0/+24
| * winphone: Properly close the applicationMaurice Kalinowski2016-01-113-0/+22
| * WinRT: Invoke correct remove handlerMaurice Kalinowski2016-01-111-1/+1
| * 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
* | 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
* | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-08150-994/+3154
|\|
| * fix doc builds in paths with spacesOswald Buddenhagen2016-01-081-7/+7
| * Revert "use bindir instead of libdir when launching tools on windows"Oswald Buddenhagen2016-01-081-4/+2
| * add always_prepend mode to qtAddToolEnv()Oswald Buddenhagen2016-01-082-4/+9
| * rewrite qtAddToolEnv()Oswald Buddenhagen2016-01-084-18/+60
| * Prospective fix for running cmake tests with -no-widgetsSimon Hausmann2016-01-071-1/+1
| * Fix mac build with -no-widgetsStephen Kelly2016-01-072-0/+2
| * Fix offset and size for native child rtt widgetsLaszlo Agocs2016-01-071-11/+7
| * doc: correct documentation of QT_AUTO_SCREEN_SCALE_FACTOR env varShawn Rutledge2016-01-071-1/+1