summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix handling of subprocesses for QtDBus unit tests on WindowsThiago Macieira2014-12-2014-25/+43
* Don't kill the subprocess in tst_qdbusabstractinterfaceThiago Macieira2014-12-201-17/+25
* Autotest: Make the peer executables report error if they failedThiago Macieira2014-12-203-3/+9
* Remove the hardcoding of Unix socket paths for QtDBusThiago Macieira2014-12-205-18/+21
* tst_qdbusconnection_no_bus: Fix build on WindowsThiago Macieira2014-12-201-2/+2
* Fix loading of the dbus-1 DLL built by MinGW on WindowsThiago Macieira2014-12-201-5/+20
* Simplify use of __has_include in qlogging.cppThiago Macieira2014-12-201-12/+9
* Remove unnecessary adding of test rows in the QtDBus type benchmarkThiago Macieira2014-12-201-20/+15
* QNetworkDiskCache: Do not store set-cookie headers of the response in disk ca...Jeongmin Kim2014-12-201-0/+3
* Use the GCC and Clang __builtin_bswap intrinsics in qbswapThiago Macieira2014-12-202-16/+13
* Make sure we don't try to ask QByteArray to allocate too muchThiago Macieira2014-12-203-2/+14
* Fix QThread::idealThreadCount on Unix if sysconf or sysctl failsThiago Macieira2014-12-201-1/+2
* QScrollBar: emit valueChanged once even if a slot takes too much timePavel Krebs2014-12-192-3/+44
* Diaglib: Add helper functions for analyzing non-Latin strings.Friedemann Kleint2014-12-194-0/+512
* Also search current directory in QFINDTESTDATAEskil Abrahamsen Blomfeldt2014-12-191-0/+7
* Android: Fix QStandardPaths testEskil Abrahamsen Blomfeldt2014-12-191-1/+1
* Android: Fix QResourceEngine testsEskil Abrahamsen Blomfeldt2014-12-193-8/+71
* Don't clear lineedit in non normal echo mode when validation is invalidAndy Shaw2014-12-193-21/+55
* MSVC: Restore 'public' accessibility of QMetaType member functionsAndy Shaw2014-12-191-1/+1
* qdoc: Fixed broken TOC links to Reimplemented sectionsMartin Smith2014-12-191-5/+13
* doc: Fix mistake in QProgressBar::orientationAlejandro Exojo2014-12-191-1/+1
* tst_qlogging: add tests for %{pid} and %{threadid}Thiago Macieira2014-12-191-0/+9
* Fix running tst_qmessagehandler when QT_MESSAGE_PATTERN is setThiago Macieira2014-12-181-0/+9
* Prospective stabilization fix for tst_qwindow::positioning(default)Simon Hausmann2014-12-181-0/+2
* Remove direct linkage to dbus and qdbusSimon Hausmann2014-12-181-5/+0
* Revert "Fix printing of semitransparent images to PDF"Allan Sandfeld Jensen2014-12-181-3/+1
* QNX: Handle the case where screen returns a refresh rate of 0.Roger Maclean2014-12-181-1/+2
* Remove unused code from QFontEngineFT.Rafael Roquetto2014-12-182-33/+0
* xcb: Don't return 0 from QXcbKeyboard::possibleKeysAlexander Volkov2014-12-181-1/+2
* qdoc: Remove zero-width-space characters from function signaturesTopi Reinio2014-12-181-1/+1
* QPlatformSystemTrayIcon: the timeout is in msecs, not secsDmitry Shachnev2014-12-182-3/+3
* Qt OpenGL is deprecated with 5.4. Show that in the docs as wellLars Knoll2014-12-182-6/+4
* Fix OS X style MDI area subwindow resizeMarko Kangas2014-12-181-0/+4
* Update gradle build script.BogDan Vatra2014-12-181-3/+9
* Prevent continuous painting with viewport QOpenGLWidgetLaszlo Agocs2014-12-186-32/+94
* Qt should not print warning unless we have an API miss-usage caseAlex Blasche2014-12-181-4/+4
* Change bugreports.qt-project.org -> bugreports.qt.ioAlex Blasche2014-12-1815-17/+17
* Build Android style on Windows hostEskil Abrahamsen Blomfeldt2014-12-181-0/+4
* Fix PDF when embedding fonts with large internal leadingEskil Abrahamsen Blomfeldt2014-12-181-1/+1
* Add some debug information to tst_qwindowSimon Hausmann2014-12-181-0/+12
* Windows: Return false from event processing of unhandled multimedia keys.Friedemann Kleint2014-12-181-1/+4
* QOpenGLContext: Use static invocation of QGuiApplication::platformNativeInter...Friedemann Kleint2014-12-181-3/+3
* Blacklist ioGetFromHttpBrokenServer:no-newlineTony Sarajärvi2014-12-161-0/+2
* QColorDialog: Fix matching against predefined colors.Sérgio Martins2014-12-161-4/+4
* Fix constant "Qt" LOG_TAG in AndroidAndré Klitzing2014-12-151-2/+2
* Fix possibly corrupted log clusters when using custom tab stopsEskil Abrahamsen Blomfeldt2014-12-152-0/+39
* Fix crash when Android Style is set more than once.BogDan Vatra2014-12-153-7/+18
* [ANGLE] Fix compilation with MSVC2013 Update4Maurice Kalinowski2014-12-153-2/+45
* Make GL2PaintEngine::drawCachedGlyphs use updateTextureTor Arne Vestbø2014-12-142-32/+13
* QColorDialog: Fix picking screen colors inside QColorPickerSérgio Martins2014-12-131-5/+21