summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove all references to X11 session managementDonald Carr2012-06-0151-103/+0
* Migrate tslib to new plugin formatLaszlo Agocs2012-06-014-6/+17
* set OUTDIR for consistency with config.testDonald Carr2012-06-011-1/+1
* Get rid of MSVC compiler warnings from QVector codeFriedemann Kleint2012-06-011-2/+10
* Remove debugging code from QVectorJędrzej Nowacki2012-06-011-9/+1
* Fix crash in QStringBuilder when concatenating data-less QLatin1StringChris Adams2012-06-012-4/+15
* Move implementation of QObject::senderSignalIndex() to QObjectPrivateKent Hansen2012-06-012-11/+20
* Fix To-Do in qstatemachine (use QObject::senderSignalIndex())Kent Hansen2012-06-011-8/+2
* Move evdev to platformsupportGirish Ramakrishnan2012-06-0122-67/+82
* Fix tst_qlistwidget::fastScroll test caseMiikka Heikkinen2012-06-011-0/+5
* Remove the unnecessary comment about operator== not being necessaryThiago Macieira2012-05-312-9/+4
* Move the sub-architecture feature to better places in qmakeThiago Macieira2012-05-314-20/+21
* Fix the confusion caused by the QT_ALWAYS_HAVE_xxx macrosThiago Macieira2012-05-314-12/+36
* Overhaul the qsimd_p.h: rename macros and update conditionalsThiago Macieira2012-05-3123-88/+109
* Fix int-long mismatch in device discoveryLaszlo Agocs2012-05-311-1/+1
* Prevent evdevkeyboard file opening from failingLaszlo Agocs2012-05-311-1/+1
* Add QObject parent parameter to constructorsGirish Ramakrishnan2012-05-316-8/+9
* QtPrintSupport: Add CUPS printsupport pluginJohn Layt2012-05-3128-1454/+665
* Include qobject_p.h from qmetaobject_p.hKent Hansen2012-05-311-0/+3
* Don't call metaObject() redundantlyKent Hansen2012-05-311-1/+1
* Don't call metaObject()->method() redundantlyKent Hansen2012-05-311-1/+1
* eglfs: allow cursor to be created without a contextGirish Ramakrishnan2012-05-313-22/+39
* Make fontconfig default font locale awareJiang Jiang2012-05-311-1/+24
* Remove QCursor::handleGirish Ramakrishnan2012-05-314-16/+2
* QCursor: Remove doc of obsolete functionsGirish Ramakrishnan2012-05-312-37/+0
* remove QT_NO_SOUND and QT_NO_RASTERCALLBACKSTasuku Suzuki2012-05-312-20/+0
* QPA tablet event supportLaszlo Agocs2012-05-318-1/+296
* Remove QRegion::handleGirish Ramakrishnan2012-05-312-17/+0
* Remove QFont::handleGirish Ramakrishnan2012-05-313-14/+0
* Windows: Add ANGLE support.Friedemann Kleint2012-05-3115-14/+411
* Make tst_qnetworkdiskcache parallel-safeRohan McGovern2012-05-312-26/+35
* Improved stability of tst_qstatemachine, mark as parallel-safeRohan McGovern2012-05-312-1/+2
* Make tst_qtextstream parallel-safe.Rohan McGovern2012-05-312-8/+21
* Marked tst_qtemporaryfile as parallel-safeRohan McGovern2012-05-311-0/+1
* Marked tst_qfile as parallel-safeRohan McGovern2012-05-311-0/+1
* Eliminate a warning in unsigned integer comparisonJiang Jiang2012-05-311-1/+1
* Fix digiflip example build.Janne Anttila2012-05-311-0/+2
* Fix typo in temporary filenamekb2012-05-311-1/+1
* QDoc: Remove fatal exit when not finding an index directory.Casper van Donderen2012-05-301-1/+0
* Add hard float-abi support to Raspberry Pi specDonald Carr2012-05-301-1/+8
* Compile with clang when C++11 support is enabledBradley T. Hughes2012-05-301-1/+1
* directfb: Allocate a special surface for OpenGLHolger Hans Peter Freyther2012-05-302-1/+34
* Record the sub-architecture (CPU features enabled in the compiler)Thiago Macieira2012-05-304-26/+229
* Improve the architecture-detection mechanismThiago Macieira2012-05-305-45/+130
* Implement QVector with QArrayData interface.Jędrzej Nowacki2012-05-308-383/+1695
* Fix text decoration width roundingJiang Jiang2012-05-302-3/+2
* QDoc: Add support for 'all subfolders' in dependant modules.Casper van Donderen2012-05-301-5/+24
* QDoc: Force writing \n before a snippet in DITAXML.Casper van Donderen2012-05-301-2/+5
* KMS platform plugin: Introduce default cursor for better usability.Samuel Rødal2012-05-301-0/+8
* eglfs: keep context active only during flushGirish Ramakrishnan2012-05-301-2/+4