summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix debug output in eglfs with QEGL_EXTRA_DEBUG enabledJohannes Zellner2011-12-132-5/+5
* Improved performance of large text when parts are outside view.Kim Motoyoshi Kalland2011-12-131-6/+81
* Fix QPA xlib plugin handling of setParent(0).Bradley Smith2011-12-132-3/+4
* Add missing assertion to QAbstractTestLogger.Jason McDonald2011-12-131-0/+1
* testlib: fixed actual, expected order in QTest::compare_helperRohan McGovern2011-12-131-1/+1
* Stop animation driver in the appropriate place.Michael Brasser2011-12-131-2/+2
* Only call profiler callback once per animation tick.Michael Brasser2011-12-131-3/+2
* Cleanup pause timer handling in QUnifiedTimer.Michael Brasser2011-12-132-15/+11
* Fix possible jump in animation timer.Michael Brasser2011-12-132-24/+47
* Move QAbstractItemModel into a separate directory.Stephen Kelly2011-12-136-3/+9
* Compile fix - qxcbconnection.cpp (‘Display’ was not declared)Thorbjørn Lund Martsum2011-12-131-0/+2
* Use QVarLengthArray in QXcbConnection.Robin Burchell2011-12-132-6/+9
* Add the .exe suffix to executables on Windows.Stephen Kelly2011-12-122-4/+4
* Make QApplication::type() set by QGuiApplication.Frederik Gladhorn2011-12-125-16/+22
* v8: give sensible error message if v8 sources are not checked outRohan McGovern2011-12-121-0/+5
* Add touchEvent() virtual to QWindow.Laszlo Agocs2011-12-122-0/+11
* Remove symbian cases from library and plugin loading code.Stephen Kelly2011-12-122-124/+9
* Cocoa: Add autorelease pools.Morten Johan Sørvig2011-12-124-2/+11
* Add QVarLengthArray::length().Robin Burchell2011-12-122-0/+8
* Remove unused member variables from private class.Richard Moore2011-12-121-2/+0
* Remove template <class T> class QRingBufferJoão Abecasis2011-12-121-72/+0
* Windows-DnD: Fix cursors.Friedemann Kleint2011-12-122-8/+187
* Windows: Fix clipboard test.Friedemann Kleint2011-12-121-1/+4
* Silence -Woverloaded-virtual warnings in QRasterPaintEngineBradley T. Hughes2011-12-122-13/+13
* Silence -Woverloaded-virtual warnings in QBlitterPaintEngineBradley T. Hughes2011-12-122-5/+5
* Fix NTLM authentication with email addressShane Kearns2011-12-121-8/+3
* Fix null pointer dereference in NTLM authenticationShane Kearns2011-12-121-2/+5
* Delay masking the last character in Password echo mode.Andrew den Exter2011-12-122-3/+74
* Fix TextInput test failures.Andrew den Exter2011-12-121-0/+2
* Move cursorDelegate with the mouse selection of read only text input.Andrew den Exter2011-12-121-2/+6
* Make it easier to select words at the start of a line.Andrew den Exter2011-12-121-12/+22
* Store the primary status in the touch point flags.Laszlo Agocs2011-12-1213-35/+25
* Check driver validity before using itHonglei Zhang2011-12-122-4/+7
* Revert "Remove unused overload of QTest::qExec."Friedemann Kleint2011-12-122-0/+29
* Silence -Woverloaded-virtual warnings in QFileDialogBradley T. Hughes2011-12-124-15/+14
* Remove -keyevent-verbose option for autotests.Jason McDonald2011-12-121-12/+0
* Stop using QTest::qt_snprintf() in testlib.Jason McDonald2011-12-127-61/+49
* Improve definition of QTEST_NO_SPECIALIZATIONSJason McDonald2011-12-121-1/+1
* Filter unprintable chars out of all test output.Jason McDonald2011-12-123-15/+18
* Clean up includes in QStringListModel.Stephen Kelly2011-12-122-1/+3
* Remove QMetaObject guards and deprecate QPointer.Bradley T. Hughes2011-12-108-150/+43
* Don't overload the meaning of QObjectData::wasDeletedBradley T. Hughes2011-12-102-6/+8
* Fix typo in APIDocsThomas Zander2011-12-101-1/+1
* Make headers safe with QT_NO_CAST_FROM_BYTEARRAY.Stephen Kelly2011-12-091-2/+2
* Remove QWidget dependency from QTouchEvent.Laszlo Agocs2011-12-095-22/+25
* Remove event type parameter from handleTouchEvent.Laszlo Agocs2011-12-0910-23/+27
* Correctly reimplement QPlatformCursor::pos() in QCocoaCursorBradley T. Hughes2011-12-092-2/+2
* Extend touch events.Laszlo Agocs2011-12-0924-78/+656
* Do not assert on invalid model index.Frederik Gladhorn2011-12-091-6/+2
* Add support for three new X11 keysAlbert Astals Cid2011-12-094-0/+19