summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Do not check isActiveWindow in QAccessibleWidget::stateJosé Millán Soto2012-02-081-1/+1
* QSqlTableModel::removeRows(): require valid full range of rowsMark Brand2012-02-071-13/+20
* QSqlTableModel::removeRows(): don't emit extra beforeDeleteMark Brand2012-02-071-8/+0
* Don't allow cd'ing to above root.Jonas Gastal2012-02-071-6/+15
* QSqlTableModelPrivate::ModifiedRow guard private dataMark Brand2012-02-073-47/+53
* QSqlTableModelPrivate: deduplicate field stripping logicMark Brand2012-02-073-4/+8
* Fix src/concurrent/concurrent.proBradley T. Hughes2012-02-071-1/+3
* Use Q_OS_WINCE instead of Q_WS_WINCEAndreas Holzammer2012-02-0734-124/+124
* Fix compilation with QT_NO_PRINTER.Andreas Holzammer2012-02-073-0/+6
* Change WId to be a quintptr.Jonathan Liu2012-02-071-1/+2
* Fix include of resource file.Andreas Holzammer2012-02-071-2/+2
* Fix compiler warnings in accessible code.Friedemann Kleint2012-02-072-24/+1
* Fixed jagged lines when drawing scaled image with raster engine.Kim Motoyoshi Kalland2012-02-071-2/+3
* Removed image format specific template functions in raster engine.Kim Motoyoshi Kalland2012-02-0711-4570/+1830
* Use the QNX implementation of mkdtemp for win and wince.Andreas Holzammer2012-02-071-23/+14
* fix memory leak of QLibraryPrivatejian liang2012-02-071-5/+14
* Ensure that posted events are sent by Q*Application::processEvents()Bradley T. Hughes2012-02-071-0/+9
* CodeCoverage: Save coverage data in QTestLog::stopLogging()Caroline Chao2012-02-074-20/+37
* Compile with -no-freetype.Friedemann Kleint2012-02-071-0/+3
* Detect incompatibilities in repeated type registrationJoão Abecasis2012-02-071-17/+49
* Remove QMetaType::unregisterType().Jędrzej Nowacki2012-02-072-31/+0
* Align QVariant::UserType and QMetaType::UserJędrzej Nowacki2012-02-074-22/+12
* Make syncqt ignore qsystemdetection.h and qcompilerdetection.hBradley T. Hughes2012-02-072-28/+0
* Compile MSVC2008Jan-Arve Saether2012-02-061-1/+1
* Fixed typo in QOpenGLContext warning message.Samuel Rødal2012-02-061-1/+1
* Destroy the QWindow children in destroy() instead of close()Laszlo Agocs2012-02-061-10/+9
* Remove dependency on QFSFileEngineJoão Abecasis2012-02-061-3/+3
* Inline information about FS case sensitivityJoão Abecasis2012-02-063-11/+8