summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QPlatformDialogHelper: Split class hierarchy, decouple from DialogFriedemann Kleint2011-11-1115-199/+366
* Prefer organizationDomain or CFBundleIdentifier for settings fileChris Meyer2011-11-111-0/+44
* QByteArray autotest: Check for defines inside of slotOliver Wolff2011-11-111-4/+8
* Added QTBUG-22296 to QEXPECT_FAILsJo Asplin2011-11-111-5/+5
* Repaint QProgressBar when minimum or maximum changedTero Ahola2011-11-112-4/+49
* Fix QProgressBar causing timer event spamTero Ahola2011-11-112-23/+37
* Adding test for custom bezier easing curvesThomas Hartmann2011-11-111-0/+222
* avoid type aliasingThomas Hartmann2011-11-111-9/+30
* Cleanup corelib autotestsJason McDonald2011-11-112-8/+6
* Use qWarning() to output warnings.Jason McDonald2011-11-111-2/+2
* Cleanup corelib autotestsJason McDonald2011-11-11126-709/+435
* Add missing naming for libraries built statically.Caroline Chao2011-11-111-3/+7
* Split TARGET_BASEPATH from breakpad.Caroline Chao2011-11-112-59/+62
* Fix warning when using QXmlInputSource with non opened QIODeviceShane Kearns2011-11-111-1/+2
* Fix parsing of #if defined expressionOlivier Goffart2011-11-112-3/+25
* Doc: Added more appropriate links to help reduce confusion.David Boddie2011-11-111-0/+2
* Removed include to qdatastream.h from qmetatype.hOlivier Goffart2011-11-101-4/+2
* Update V8Aaron Kennedy2011-11-1024-2809/+1901
* Fix Q_STATIC_ASSERT on MacJoão Abecasis2011-11-101-1/+1
* Updated Qt::InputMethodQuery documentationPekka Vuorela2011-11-101-7/+22
* Document QInputMethodQueryEvent classPekka Vuorela2011-11-102-10/+28
* QWidget text editors to commit text on their own on losing focusPekka Vuorela2011-11-107-8/+15
* QTextEdit to use tentative commit instead of QInputPanel::commit()Pekka Vuorela2011-11-102-5/+25
* Implement partial tentativeCommit support in QTextEditPekka Vuorela2011-11-106-10/+56
* Add isDebugBuild() query function to QLibraryInfoaavit2011-11-102-16/+21
* Compile.Morten Sorvig2011-11-102-2/+7
* Re-enabled passing tests in tst_qabstractprintdialogJo Asplin2011-11-102-2/+1
* Re-enabled passing tests in tst_exceptionsafety_objectsJo Asplin2011-11-102-2/+3
* Cleanup corelib autotestsJason McDonald2011-11-1030-3815/+3790
* Remove redundant #defineJason McDonald2011-11-101-7/+4
* Propagate QTest::mouseEvent keyboard modifiers.Andrew den Exter2011-11-101-7/+7
* Remove unused MMX/3DNOW/SSE/SSE2/SSSE3/NEON custom compiler logicBradley T. Hughes2011-11-101-158/+0
* Fix build when QEGL_EXTRA_DEBUG is defined for debug outputJohannes Zellner2011-11-091-11/+11
* support the obj-c #import statement in the dependency generatorOswald Buddenhagen2011-11-091-1/+2
* Adopt eglfs platform plugin to changed QEGLPlatformContext APIJohannes Zellner2011-11-091-2/+2
* Correctly normalize timevals before calling select()Bradley T. Hughes2011-11-092-9/+5
* QVariant: Fix MSVC compiler warning about unused variable null.Friedemann Kleint2011-11-091-2/+1
* Remove unnecessary variable self-assignmentBradley T. Hughes2011-11-091-2/+0
* Assign function argument to class member, not to itselfBradley T. Hughes2011-11-091-1/+1
* Un-internalized QDBusServerPekka Vuorela2011-11-091-1/+0
* Removed obsolete host.pro from qtbaseJo Asplin2011-11-092-6/+0
* Deleted qtipc autotest from qtbaseJo Asplin2011-11-0928-2886/+0
* Fixed typo: private-tests -> private_testsJo Asplin2011-11-091-1/+1
* Re-enabled passing tests in tst_qopenglJo Asplin2011-11-092-2/+8
* Cocoa: Implement mouse and keyboard grab.Morten Sorvig2011-11-092-3/+53
* Widgets: Remove dialog functionality from QGuiPlatformPlugin.Friedemann Kleint2011-11-094-129/+10
* [optimization] QVariants comparisonJędrzej Nowacki2011-11-091-2/+2
* Add QPolygonF to metatype system.Jędrzej Nowacki2011-11-095-5/+13
* Make usage of internal QVariant space.Jędrzej Nowacki2011-11-097-728/+521
* Implement QMetaTypeSwitcher.Jędrzej Nowacki2011-11-092-1/+103