summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect function name in assertion.Jason McDonald2011-12-151-1/+1
* Remove QTest::qt_snprintf() from testlib API.Jason McDonald2011-12-152-17/+0
* Fix typos in QObject::(dis)connect warningsGiuseppe D'Angelo2011-12-151-11/+11
* Improve QTest::keyClick documentation.Jason McDonald2011-12-151-7/+12
* Update documentation of QTEST_MAIN macro.Jason McDonald2011-12-151-7/+12
* Improve QCOMPARE for QStringListJason McDonald2011-12-151-6/+7
* Disable warnings when building mkv8snapshotBradley T. Hughes2011-12-141-0/+1
* Make QCocoaWindow independent of NSWindow.Morten Sorvig2011-12-145-16/+68
* Cocoa: Add window debug outputMorten Johan Sorvig2011-12-142-0/+16
* QIBusPlatformInputContext: Fix a crash in tst_qinputpanel::update.Friedemann Kleint2011-12-141-0/+2
* QPlatformDialogHelpers: Reduce dependency on QDialog.Friedemann Kleint2011-12-1415-360/+1042
* QHeaderView::ResizeToContents slow hide fixThorbjørn Lund Martsum2011-12-141-1/+7
* Update V8 to match current patchsetAaron Kennedy2011-12-141-0/+0
* Update V8Aurindam Jana2011-12-1413-39/+106
* Remove redundant touch processing in QtGui and widgets.Laszlo Agocs2011-12-145-144/+122
* Remove QAlphaPaintEngine::drawImage()Bradley T. Hughes2011-12-142-20/+0
* Remove incorrect information from QCOMPARE documentation.Jason McDonald2011-12-141-3/+0
* Cocoa: Use new 10.7 mouse wheel API.Morten Johan Sorvig2011-12-141-3/+14
* Fix possible jump in animation timer.Michael Brasser2011-12-141-0/+4
* Add specialization for QTypeInfo<void>Jędrzej Nowacki2011-12-131-0/+13
* Fix Memory leak related to Content MenuDebao Zhang2011-12-131-1/+1
* Finish removing virtual child integersBradley T. Hughes2011-12-136-13/+13
* 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