summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Integrate testcocoon support into Qt build system.Rohan McGovern2011-11-157-2/+174
* Make QTest::qWait() handle DeferredDelete eventCharles Yin2011-11-151-0/+2
* Avoid crash in QColumnView autotest.Jason McDonald2011-11-151-0/+5
* Do not add QPF fonts to basic font dbJiang Jiang2011-11-151-1/+0
* Properly handle position in non-synthetic ConfigureNotify with xcbLaszlo Agocs2011-11-151-1/+18
* Document QPlatformInputContextPekka Vuorela2011-11-151-0/+84
* Fix for QMessageBox's autotest.Mikko Knuutila2011-11-141-1/+2
* Fix for the button size calculation in qmessagebox.cppMikko Knuutila2011-11-141-1/+1
* Disable qmacstyle test on Mac OS XBradley T. Hughes2011-11-142-2/+3
* Autotests need to link to QtTestLibBradley T. Hughes2011-11-141-0/+1
* Compile with non-C++11 compilersBradley T. Hughes2011-11-141-14/+20
* Define __GNUC__ to be 4 on Mac OS XBradley T. Hughes2011-11-141-1/+1
* Fix config tests for modules on Mac OS XTor Arne Vestbø2011-11-141-1/+1
* HTTP: blacklist server for pipeliningPeter Hartmann2011-11-141-0/+1
* Support 31 mouse buttons (with platform plugins xcb and xlib).Rick Stockton2011-11-144-14/+88
* Fix source incompatibility for QVariant{Map, Hash, List}Jędrzej Nowacki2011-11-141-0/+7
* Add a new handler to syncqt for explicitly dealing with special case headersKevin Simons2011-11-141-3/+17
* network: remove Symbian specific codePeter Hartmann2011-11-1428-3922/+12
* moc: support mapping pointers to member functions to indexesOlivier Goffart2011-11-145-3/+63
* Remove unused Mac codeJiang Jiang2011-11-141-5/+0
* Deprecate QSslCertificate::isValid() replace with isBlacklisted()Richard Moore2011-11-145-18/+39
* Fix QPlainTextEdit when using Qt::TextSelectableByKeyboard flagjahonkon2011-11-142-6/+3
* Mac: Fix the color of check marks in menus with stylesheetTero Ahola2011-11-141-3/+7
* Added base 10 to be used with QIntValidator.Mikko Knuutila2011-11-142-1/+11
* Fixed wrong QGroupBox check stateMarkku Heikkila2011-11-142-0/+27
* Fix QDateEdit calendar pop-up having wrong datejahonkon2011-11-141-0/+2
* Windows platform plugin: Fix compilation with MinGW.Friedemann Kleint2011-11-141-2/+2
* Don't pass irrelevant arguments to the compilerBradley T. Hughes2011-11-141-12/+12
* Don't use deprecated functions on Mac OS XBradley T. Hughes2011-11-142-7/+7
* Cleanup corelib autotestsJason McDonald2011-11-1421-93/+11
* Remove commented code from qfuture test.Jason McDonald2011-11-141-20/+0
* Update V8Kent Hansen2011-11-1412-26/+30
* Re-enabled tst_qpluginloaderJo Asplin2011-11-111-2/+0
* fix makefiles againOswald Buddenhagen2011-11-113-3/+3
* Fix warning in tst_qobjectOlivier Goffart2011-11-111-2/+0
* Fix symbol fonts support with FT engineJiang Jiang2011-11-113-20/+6
* Fix application font loading in basic font dbJiang Jiang2011-11-111-5/+13
* Replace fixqt4headers shell scriptHarald Fernengel2011-11-112-23/+195
* Add Qt's debug/release mode to the lancelot autotests' client infoaavit2011-11-112-0/+5
* Factor out QPlatformTheme from QPlatformPlugin.Friedemann Kleint2011-11-1127-111/+846
* Document QInputPanel APIJoona Petrell2011-11-111-0/+122
* Add a -force-asserts option to configureHarald Fernengel2011-11-113-4/+17
* Add API to clear the current index. Symmetric with clearing selection.Stephen Kelly2011-11-113-1/+42
* Make this API virtual to make selection proxying possible.Stephen Kelly2011-11-112-1/+10
* 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