summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add better version checks for accessibilityFrederik Gladhorn2013-11-052-16/+33
* Support native event filters for screen eventsJan Arne Petersen2013-11-051-1/+5
* Declare Cocoa conversion funcs in objc-mode only.Morten Johan Sørvig2013-11-052-2/+10
* Cocoa (OpenGL): If no view is attached, makeCurrent() should return falseGabriel de Dietrich2013-11-051-0/+2
* Cocoa: Don't hide views when reparentingGabriel de Dietrich2013-11-051-0/+3
* Improve documentation of QImageIOPluginAlex Merry2013-11-051-13/+27
* Fix placeholder text in QTextBrowserJ-P Nurmi2013-11-051-7/+8
* Disallow deep or widely nested entity references.Mitch Curtis2013-11-051-0/+53
* Remove Q_INIT_RESOURCE_EXTERNTor Arne Vestbø2013-11-053-7/+0
* qdoc: Eliminate qobject_cast() collisionMartin Smith2013-11-051-0/+2
* Clean up QWindowsSessionManager.Friedemann Kleint2013-11-053-45/+10
* iOS: Enable threaded OpenGL.Maciej Kujalowicz2013-11-053-1/+21
* Clarify use of Q_INIT_RESOURCETor Arne Vestbø2013-11-053-10/+43
* Process screen events in the main threadJan Arne Petersen2013-11-054-9/+98
* Disable clear button in read-only QLineEdit.Friedemann Kleint2013-11-053-0/+13
* QLineEdit: Fix potential crash when removing the clear button.Friedemann Kleint2013-11-053-5/+4
* BlackBerry: Prevent superfluous removal of socket notifiersBernd Weimer2013-11-051-12/+11
* Make error messages a bit better.Stephen Kelly2013-11-053-3/+3
* Add qcollator_p.h to the list of headers.Thiago Macieira2013-11-051-0/+1
* Doc: Fix broken linksSze Howe Koh2013-11-0523-60/+51
* Doc: Clean up threading examplesSze Howe Koh2013-11-052-124/+3
* Fix ARGB image glyphs on Open GL ES2 or big endianAllan Sandfeld Jensen2013-11-041-11/+16
* Remove now redundant argb to rgba functionAllan Sandfeld Jensen2013-11-041-20/+4
* Revert "QTest: use nth_element to calculate the median"Marc Mutz2013-11-041-5/+4
* Revert "QtConcurrent::Median: add some qMove()"Marc Mutz2013-11-041-2/+2
* Fix major performance regression in QGLWidget on texture bindAllan Sandfeld Jensen2013-11-041-3/+5
* Silence compiler warningMarcel Krems2013-11-041-1/+1
* fix warnings about unused variables & parametersOswald Buddenhagen2013-11-041-1/+3
* Windows: Do not detect full-screen state for child windows.Friedemann Kleint2013-11-041-1/+1
* QPdfEngine - Remove Producer copyright noticeJohn Layt2013-11-041-1/+1
* CMake: Add the qreal typedef type to the Qt5::Core target.Stephen Kelly2013-11-041-1/+2
* iOS: Prevent calling QWindow methods on native NSViewsAndy Nichols2013-11-041-1/+1
* enable PPS keyboard implementation also for plain QNXFrank Osterfeld2013-11-041-12/+4
* Handle keyboard focus changeJan Arne Petersen2013-11-042-0/+48
* qdoc: warn if index file for dependency is not foundTopi Reinio2013-11-041-2/+9
* Ensure QLocale's shared C-locale QLocalePrivate is never deletedTor Arne Vestbø2013-11-041-3/+7
* Better check for host builds for fails on QT_POINTER_SIZEAndreas Holzammer2013-11-041-1/+1
* QPrintDialog - Fix Windows Current Page option selectionunknown2013-11-041-2/+4
* Add QSQLITE_OPEN_URI database connection flagTobias Koenig2013-11-042-0/+3
* QBasicAtomicInt: fix wrong comment about non-atomic APIDavid Faure2013-11-021-3/+2
* Android: Differ between ShowMaximized and ShowFullScreenEskil Abrahamsen Blomfeldt2013-11-0120-11/+287
* qdoc: Don't output docs for internal thingsMartin Smith2013-11-012-0/+5
* qdoc: Update qdoc's QML parserMartin Smith2013-11-0114-1157/+1422
* qdoc: Corrected error in QDocDatabase::findQmlType()Martin Smith2013-11-013-59/+16
* qdoc: Part 2 of fix for inheriting abstract QML typesMartin Smith2013-11-016-11/+46
* qdoc: Internal QML Types no longer marked publicMartin Smith2013-11-011-1/+2
* qdoc: Snippets files no longer parsed by qdocMartin Smith2013-11-011-0/+8
* qdoc:headers and sources paths are canonicalizedMartin Smith2013-11-011-1/+1
* qdoc: Include internal types in the index filesMartin Smith2013-11-013-4/+16
* Android: Check for null pointer before calling ANativeWindow_release()Christian Strømme2013-11-011-1/+2