summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Allow customization of qDebug output at runtimeKai Koehne2012-02-093-21/+337
* Initializes seqDumpPos on qiodevice.cppNick Ratelle2012-02-091-1/+2
* Add event type for TouchCancel.Laszlo Agocs2012-02-093-3/+12
* Preserve weight and style request for multi font enginesJiang Jiang2012-02-092-5/+7
* Various documentation fixes ported from 4.8Teemu Katajisto2012-02-0910-11/+38
* Take into account shaping in findRealWindowAlbert Astals Cid2012-02-091-3/+25
* Eliminate a warningJiang Jiang2012-02-091-2/+2
* Replace Q_WS_WINCE against Q_OS_WINCE.Andreas Holzammer2012-02-092-2/+2
* QSqlTableModel::insertRecord(): clean up after failed setRecord()Mark Brand2012-02-091-1/+4
* Remove leftover show() prototype.Andreas Holzammer2012-02-091-4/+0
* QSqlTableModel::setRecord(): improve handling of field mappingMark Brand2012-02-091-12/+22
* QSqlTableModel::insertRecord(): correct documentationMark Brand2012-02-091-3/+3
* Don't link shell32 for Windows CE.Andreas Holzammer2012-02-091-1/+3
* Avoid advancing animations outside the animation "tick"Gunnar Sletta2012-02-093-2/+9
* Fix compile with QT_NO_OPENGL.Andreas Holzammer2012-02-093-0/+9
* Introduce Q_DECLARE_OPAQUE_POINTERJoão Abecasis2012-02-096-40/+40
* Build with QT_NO_CAST_FROM_BYTEARRAYStephen Kelly2012-02-081-1/+1
* Fix compilation of Menubar for Windows CE.Andreas Holzammer2012-02-083-4/+7
* Add missing include of qdrawutil.hAndreas Holzammer2012-02-081-0/+1
* realpath(X,0) IS supported on QNX.Nick Ratelle2012-02-081-1/+1
* Fixed CustomDashLine drawing bug.Samuel Rødal2012-02-081-1/+3
* Use qgetenv instead of getenv.Andreas Holzammer2012-02-081-1/+1
* Treat pointers to QObject derived types in QVariant specially.Stephen Kelly2012-02-081-10/+62
* Mac: Fix compilation with -qtnamespaceKai Koehne2012-02-081-0/+4
* QSqlTableModel::setRecord(): emit dataChanged() consistentlyMark Brand2012-02-081-10/+5
* QSqlTableModel::setRecord(): do not try to detect value changesMark Brand2012-02-081-9/+2
* QSqlTableModel::setData(): submit() instead of updateRowInTable()Mark Brand2012-02-081-10/+3
* QSqlTableModel::setData(): call dataChanged() before select()Mark Brand2012-02-081-2/+1
* QSqlTableModel: do not suppress dataChanged() on inserted recordMark Brand2012-02-082-18/+16
* QSqlTableModel::setRecord(): use submit for OnFieldChangeMark Brand2012-02-081-1/+1
* fix msvc 2008 warning about downcasting to boolOswald Buddenhagen2012-02-081-1/+1
* QTextEdit cursor position fix when moving left/right with selectionPasi Matilainen2012-02-081-6/+20
* Fix compilation with -Werror -WshadowDavid Faure2012-02-082-6/+6
* Use Q_PROCESSOR_* when chosing an atomic implementationBradley T. Hughes2012-02-084-84/+12
* Add qprocessordetection.hBradley T. Hughes2012-02-083-0/+196
* Fix QProcess compile for Windows CE.Andreas Holzammer2012-02-082-4/+6
* Disable Assertion messagebox for unittests.Andreas Holzammer2012-02-081-0/+1
* Fixed source composition with opacity in the raster paint engine.Kim Motoyoshi Kalland2012-02-081-0/+2
* Initialize dynamic meta object extradata.Andrew den Exter2012-02-081-0/+1
* Fix position of a comment.Jędrzej Nowacki2012-02-081-3/+2
* Code cleanup and micro optimizations in QMetaType.Jędrzej Nowacki2012-02-082-61/+67
* Don't include qguifunctions_wince.h in QtCore.Andreas Holzammer2012-02-081-1/+0
* Make copy and cut methods work in QAccessibleTextEditJosé Millán Soto2012-02-081-4/+11
* Add 'AllButtons' into Qt::MouseButton enum, for use by QMLRick Stockton2012-02-081-0/+1
* Fix compilation with MinGW-w64Jonathan Liu2012-02-085-3/+22
* Fix warnings in input contexts.Friedemann Kleint2012-02-082-2/+2
* Add the mkspecs dir to the include dirs.Stephen Kelly2012-02-081-0/+2
* testlib: Clear ignored messages after every data rowJason McDonald2012-02-083-5/+11
* testlib: Clear expected failures after every data row.Jason McDonald2012-02-083-2/+10
* Reorganize evdev pluginsLaszlo Agocs2012-02-0821-692/+496