summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* eglfs: implement hardware cursor for the raspberry-piGirish Ramakrishnan2012-06-017-41/+80
* QNAM - maintain a weak reference to the QNetworkSessionShane Kearns2012-06-015-43/+61
* Track active network replies without qFindChildrenShane Kearns2012-06-012-1/+7
* Socket FD are now of type qintptr.Jonas M. Gastal2012-06-012-2/+2
* Put Windows NTLM stuff inside consistent preprocessor directives.Janne Anttila2012-06-012-9/+17
* Fix a bug in the case conversion codeLars Knoll2012-06-011-8/+4
* Remove unused isGLWidget variable.Kim Motoyoshi Kalland2012-06-013-3/+0
* Add method to set size of QOpenGLPaintDevice.Kim Motoyoshi Kalland2012-06-012-2/+19
* Fix the QVector build with C++11 initialiser listsThiago Macieira2012-06-012-5/+5
* Make QVector compile with QT_STRICT_ITERATORS againThiago Macieira2012-06-012-86/+92
* Avoid accessing QObjectPrivate::currentSender directly from QtDBusKent Hansen2012-06-011-2/+1
* Allow compare QLatin1String to QLatin1StringKonstantin Ritt2012-06-011-17/+17
* Add missing QT_NO_CAST_FROM_ASCIIKonstantin Ritt2012-06-011-2/+2
* Unconditionally enable Q_OF_ELF for any ELF platformPino Toscano2012-06-011-3/+1
* Add clear() to QPointer for QWeakPointer compatibility.Stephen Kelly2012-06-012-0/+13
* Make font fallback list for common script locale awareJiang Jiang2012-06-011-0/+13
* Fix some gcc warningsKonstantin Ritt2012-06-011-4/+4
* Fixed compile on Windows without precompiled headersRohan McGovern2012-06-011-0/+1
* Fix QFileDialog crash on show with the GTK style.Morten Johan Sorvig2012-06-011-0/+4
* Remove all references to X11 session managementDonald Carr2012-06-011-2/+0
* Migrate tslib to new plugin formatLaszlo Agocs2012-06-014-6/+17
* 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-011-4/+8
* 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
* Remove the unnecessary comment about operator== not being necessaryThiago Macieira2012-05-312-9/+4
* 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-3122-80/+98
* 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-3127-1450/+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-317-1/+238
* Remove QRegion::handleGirish Ramakrishnan2012-05-312-17/+0
* Remove QFont::handleGirish Ramakrishnan2012-05-313-14/+0
* Windows: Add ANGLE support.Friedemann Kleint2012-05-318-10/+362
* Eliminate a warning in unsigned integer comparisonJiang Jiang2012-05-311-1/+1
* QDoc: Remove fatal exit when not finding an index directory.Casper van Donderen2012-05-301-1/+0
* 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