summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* avoid redundant testsOswald Buddenhagen2012-06-011-6/+2
* QDoc: Don't put ditamaps in index file.Casper van Donderen2012-06-011-1/+1
* QDoc: Do not put indexNodes in qt.ditamap.Casper van Donderen2012-06-011-1/+1
* QDoc: Use \page title with prev/next links in DITAXML.Casper van Donderen2012-06-011-0/+12
* make syncqt work with MSys Perl and MSVCJoerg Bornemann2012-06-011-14/+34
* QtPrintSupport - Cleanup QPrintDialog headerJohn Layt2012-06-015-76/+156
* configure: pass -D options through to configure testsRohan McGovern2012-06-011-82/+82
* Fix QApplicationPrivate::pickMouseReceiver() crashDebao Zhang2012-06-011-1/+1
* Dispatch tablet events to widgetsLaszlo Agocs2012-06-013-60/+38
* Marked expected failures in tst_qtextlayout on WindowsRohan McGovern2012-06-011-0/+14
* Add private API for working with meta-methods in signal index rangeKent Hansen2012-06-015-18/+210
* QtNetwork: handle raw deflate compressed data in Http.Martin Petersson2012-06-011-1/+20
* QNetworkReply: Change abort() function into a slotJonathan Liu2012-06-011-1/+1
* Add QEvdev prefix in evdevtouch and update readmeLaszlo Agocs2012-06-014-42/+47
* eglfs: implement hardware cursor for the raspberry-piGirish Ramakrishnan2012-06-018-77/+263
* 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-012-8/+6
* 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-013-7/+7
* Make QVector compile with QT_STRICT_ITERATORS againThiago Macieira2012-06-013-86/+95
* 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
* Make tst_qabstractnetworkcache parallel-safeRohan McGovern2012-06-012-3/+5
* 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
* Mark tst_qfreelist as parallel-safeRohan McGovern2012-06-011-0/+1
* 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-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