summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Support logging direct to syslog, if enabled.Tasuku Suzuki2015-08-095-4/+115
* Document AA_* that must be set before app constructionLaszlo Agocs2015-08-081-5/+8
* windows: Fix the OpenGL blacklistLaszlo Agocs2015-08-081-1/+1
* Make compressed textures work with mutable storageLaszlo Agocs2015-08-083-58/+263
* QSslCertificate - skip tests failing with generic QSslCertificatePrivateTimur Pocheptsov2015-08-081-0/+9
* Compile-time option for disabling high-DPI scalingPaul Olav Tvete2015-08-062-0/+46
* OS X adaptations to the high-DPI APIMorten Johan Sørvig2015-08-062-19/+20
* platforms: cocoa - fix QCocoaWindow::bottomLeftClippedByNSWindowOffsetTim Blechmann2015-08-061-5/+4
* Fix a memory leakTimur Pocheptsov2015-08-062-2/+3
* Add support for drawing a hyperlink in QPdfEngineAntonin Stefanutti2015-08-062-0/+30
* QDBusError: Disable function that isn't used in bootstrapped buildsThiago Macieira2015-08-061-0/+2
* Add ETC1 to QOpenGLTexture formatsLaszlo Agocs2015-08-062-0/+8
* eglfs: save state in the cursorLaszlo Agocs2015-08-062-16/+115
* Require more of the C++11 Standard LibraryThiago Macieira2015-08-063-19/+5
* qdoc: Don't use QStringLiteral in string comparisonsTopi Reinio2015-08-061-8/+8
* Blacklist test failing due to too new OpenSSL versionSimon Hausmann2015-08-061-0/+3
* winphone: Remove old codeAndrew Knight2015-08-051-5/+0
* winphone: Remove old non-DirectWrite codeAndrew Knight2015-08-053-36/+2
* Avoid multisampled contexts in QOpenGLWidgetLaszlo Agocs2015-08-051-2/+11
* QLoggingRegistry: allow Rules section to be lower caseFrederik Gladhorn2015-08-051-1/+1
* QSKIP SSL-session related tests (SecureTransport backend)Timur Pocheptsov2015-08-051-0/+8
* Fix for build with -qreal floatTimur Pocheptsov2015-08-042-3/+3
* qdoc: Do not merge QML module nodes with different major versionsTopi Reinio2015-08-041-0/+14
* Make EGL context init work when msaa is requested but there's no surfacelessLaszlo Agocs2015-08-042-2/+16
* Doc: Fix qdoc warnings about missing \inmoduleKai Koehne2015-08-042-0/+2
* Doc: fix \sa for QT_NO_PROCESS_COMBINED_ARGUMENT_STARTJoerg Bornemann2015-08-041-1/+1
* iOS: Refactor xcodebuild exclusive build logic into standalone makefileTor Arne Vestbø2015-08-045-68/+178
* iOS: Refactor default_post logic into more appropriate unitsTor Arne Vestbø2015-08-045-170/+190
* QtGui/QtOpenGL: Fix compiler warnings by MSVC2015 (64bit).Friedemann Kleint2015-08-033-4/+4
* qdoc: Make \target and \keyword commands link as expectedTopi Reinio2015-08-035-15/+23
* Blacklist some cases from tst_qftpJani Vähäkangas2015-08-033-3/+12
* Do not access screens before initialize()Laszlo Agocs2015-08-021-2/+4
* Cocoa QPA plugin: Unlock full Q_DECL_OVERRIDE karmaGabriel de Dietrich2015-08-0115-115/+115
* Cocoa Integration: Support non-native input context pluginsGabriel de Dietrich2015-08-012-4/+8
* qwindowstheme.cpp: Fix compiler warnings by MSVC2015 (64bit).Friedemann Kleint2015-08-011-1/+1
* QMainWindow: allow dropping QDockWidget to floating docksOlivier Goffart2015-08-013-34/+153
* QTemporaryDir: fail early if the error isn't EEXISTThiago Macieira2015-08-011-0/+9
* Update/fix the qmake support for (f)lexThiago Macieira2015-07-311-6/+15
* Port examples/widgets/itemviews to new connection syntax.Friedemann Kleint2015-07-3124-155/+158
* tests/auto/widgets: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-3162-639/+671
* tests/auto/gui: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-3137-774/+779
* Add Intel Q965/Q963 and G33/31 to the Windows OpenGL blacklistKimmo Leppälä2015-07-311-1/+26
* Tablet example: update the cursor according to the toolShawn Rutledge2015-07-319-11/+62
* Tablet example: smoother, rotation stylus, better airbrushShawn Rutledge2015-07-315-74/+77
* Add recent file handling to SDI/MDI and remove the recentfiles example.Friedemann Kleint2015-07-3113-464/+240
* tests/auto/network: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-3117-354/+355
* Add QStorageInfo::blockSizeThiago Macieira2015-07-305-1/+17
* Extend high-DPI manual testPaul Olav Tvete2015-07-304-75/+954
* high-DPI tweaks for autotestsMorten Johan Sørvig2015-07-306-113/+138
* Turn off font hinting when active highdpi scalingPaul Olav Tvete2015-07-301-3/+2