summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove bizarre magic from precompiled headerOswald Buddenhagen2012-02-091-24/+1
* consolidate Read* optionsOswald Buddenhagen2012-02-092-9/+8
* Introduce QScreen::grabWindow(), deprecate QPixmap::grabWindow().Friedemann Kleint2012-02-095-54/+64
* Allow customization of qDebug output at runtimeKai Koehne2012-02-0917-179/+1076
* 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
* Make "nmake check" pass for corelib tests in Windows.Miikka Heikkinen2012-02-096-0/+12
* Various documentation fixes ported from 4.8Teemu Katajisto2012-02-0912-13/+40
* Take into account shaping in findRealWindowAlbert Astals Cid2012-02-091-3/+25
* Fixed tst_qfileinfo::group crash if getgrgid failsRohan McGovern2012-02-091-0/+6
* Eliminate a warningJiang Jiang2012-02-091-2/+2
* Replace Q_WS_WINCE against Q_OS_WINCE.Andreas Holzammer2012-02-0911-13/+13
* Fixed tst_qobject::property for clangRohan McGovern2012-02-091-0/+1
* QSqlTableModel::insertRecord(): clean up after failed setRecord()Mark Brand2012-02-092-1/+6
* Remove leftover show() prototype.Andreas Holzammer2012-02-091-4/+0
* QSqlTableModel::setRecord(): improve handling of field mappingMark Brand2012-02-092-12/+27
* QSqlTableModel::insertRecord(): correct documentationMark Brand2012-02-091-3/+3
* Don't link shell32 for Windows CE.Andreas Holzammer2012-02-091-1/+3
* Fixed qstandardpaths unittest to handle being run as rootKurt Korbatits2012-02-091-0/+5
* Fixed qdir unittest to handle being run as rootKurt Korbatits2012-02-091-1/+12
* Fixed qfile unittest rename() failing as rootKurt Korbatits2012-02-091-0/+7
* Update note about metatype fully defined requirement.Stephen Kelly2012-02-091-2/+3
* Make selftest.pri more readable/maintainable.Jason McDonald2012-02-091-7/+41
* Improve float selftestJason McDonald2012-02-092-10/+23
* Remove unused test results from testlib selftests.Jason McDonald2012-02-0919-353/+0
* Add data tag names to datetime selftest.Jason McDonald2012-02-095-8/+12
* testlib: Add selftests for skip and fail inside cleanupTestCase().Jason McDonald2012-02-0915-1/+261
* Fixed tst_selftests on OSX 10.7Rohan McGovern2012-02-091-1/+7
* 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-097-46/+42
* 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-082-16/+158
* Mac: Fix compilation with -qtnamespaceKai Koehne2012-02-081-0/+4
* QSqlTableModel::setRecord(): emit dataChanged() consistentlyMark Brand2012-02-082-13/+8
* QSqlTableModel::setRecord(): do not try to detect value changesMark Brand2012-02-082-12/+5
* 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-083-18/+30
* 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-083-10/+24
* Fix compilation with -Werror -WshadowDavid Faure2012-02-082-6/+6
* Use Q_PROCESSOR_* when chosing an atomic implementationBradley T. Hughes2012-02-084-84/+12