summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Doc: Updated url variable in qdocconf files.Jerome Pasion2013-11-0611-12/+11
* Add note about fullscreen on Android to changes-5.2.0Eskil Abrahamsen Blomfeldt2013-11-061-0/+5
* Make OpenGL texture glyph cache use the right freetype glyphsGunnar Sletta2013-11-061-1/+11
* QGlobal: static_assert that sizeof(int) == 4 and UCHAR_MAX == 255Marc Mutz2013-11-061-0/+8
* Force length fo licensee literals to be computed at runtimeKai Koehne2013-11-061-2/+2
* Doc: Add a little more information about current dirsThiago Macieira2013-11-061-2/+5
* Remove two unused functions from QAccessibleTabBarFrederik Gladhorn2013-11-062-38/+0
* QIntegerForSize: add testMarc Mutz2013-11-061-0/+15
* Disable threaded rendering for Intel HD 3000 cards.Gunnar Sletta2013-11-061-4/+18
* Revert "Ensure CSS rules are inherited from the parent tags"Andy Shaw2013-11-052-36/+1
* Add missing \since 5.1 for QVector::takeFirst() and ::takeLast()Pekka Vuorela2013-11-051-0/+2
* QStandardPaths: add GenericConfigLocationDavid Faure2013-11-058-8/+28
* tst_qurl: add test for matches() with empty vs null caseDavid Faure2013-11-051-0/+8
* 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
* Test that QMetaObject::invokeMethod is exception safeOlivier Goffart2013-11-051-0/+38
* Test exceptions in signals and slotsOlivier Goffart2013-11-051-0/+97
* Disallow deep or widely nested entity references.Mitch Curtis2013-11-055-0/+149
* Resolve Qt module deps before determining if QML import scanner is neededTor Arne Vestbø2013-11-051-1/+4
* 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-054-0/+16
* 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-0529-71/+63
* Doc: Clean up threading examplesSze Howe Koh2013-11-0522-1067/+4
* 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
* move setting of _QMAKE_{SUPER,CONF,CACHE}_ to a more logical locationOswald Buddenhagen2013-11-041-24/+25
* bring fake qmake project up to snuffOswald Buddenhagen2013-11-042-27/+26
* fix warnings about unused variables & parametersOswald Buddenhagen2013-11-044-6/+9
* shrink #ifdef'd sectionOswald Buddenhagen2013-11-041-4/+5
* make-gcc-happy variable-may-be-uninitialized (but-is-not) commitOswald Buddenhagen2013-11-041-1/+1
* fix initialization order warningsOswald Buddenhagen2013-11-041-4/+4
* fix signedness warningsOswald Buddenhagen2013-11-041-2/+2