summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove handlesInputPanelVisibility() deprecation mechanismJoona Petrell2011-11-219-60/+13
* Support better committing preedit in QLineControllerPekka Vuorela2011-11-212-0/+29
* Support input method tentative commit string in QLineControlPekka Vuorela2011-11-212-9/+49
* Fix QLineControl work properly with input method selection eventPekka Vuorela2011-11-211-4/+9
* Add spaces for string concatenation to work around C++11 source incompatibility.hjk2011-11-211-1/+1
* Removed commented test data from QUrl test.Jason McDonald2011-11-211-7/+5
* QNetworkProxy documentation: mention usage of "http_proxy" variablePeter Hartmann2011-11-211-3/+3
* Pass all key events through the shortcutmapLars Knoll2011-11-213-16/+20
* Accessibility: Clean up usage of navigate.Frederik Gladhorn2011-11-218-69/+47
* Add debug stream for QAccessibleInterface.Frederik Gladhorn2011-11-212-0/+32
* Fix debug output in meego platform input contextSimon Hausmann2011-11-211-1/+1
* Get rid of unused inputMethodEvent functionJoona Petrell2011-11-212-6/+0
* Add a roles argument to the dataChanged signal.Stephen Kelly2011-11-213-2/+68
* Re-enable the opengl autotests on Mac OS XBradley T. Hughes2011-11-211-1/+0
* Re-enable the v8 autotest on Mac OS XBradley T. Hughes2011-11-211-1/+0
* Re-enable the sql autotests on Mac OS XBradley T. Hughes2011-11-212-1/+1
* Re-enable the xml autotests on Mac OS XBradley T. Hughes2011-11-211-1/+0
* Re-enable the dbus autotests on Mac OS XBradley T. Hughes2011-11-211-1/+0
* Re-enable the testlib autotests on Mac OS XBradley T. Hughes2011-11-211-1/+0
* Re-enable the 'other' autotests on Mac OS XBradley T. Hughes2011-11-211-1/+0
* Re-enable the tools autotests on Mac OS XBradley T. Hughes2011-11-211-1/+0
* V8: Fix linking with MinGW.Friedemann Kleint2011-11-211-1/+1
* Re-enable the integrationtests autotests on Mac OS XBradley T. Hughes2011-11-215-1/+5
* Added command line argument to make hellowindow example single window.Samuel Rødal2011-11-211-19/+25
* Re-enable the corelib autotests on Mac OS XBradley T. Hughes2011-11-2111-3/+34
* Add Q_ENUMS and Q_FLAGS to enumeration InputMethodQuery and flag InputMethodQ...Joona Petrell2011-11-211-2/+3
* qtbase tests: Fix some warningsFriedemann Kleint2011-11-2128-93/+63
* Remove obsolete code from QRect test.Jason McDonald2011-11-211-126/+0
* Remove empty functions from QLocale test.Jason McDonald2011-11-211-10/+0
* Restore commented-out code in QHash test.Jason McDonald2011-11-211-1/+1
* Restore commented-out code in QByteArray test.Jason McDonald2011-11-211-3/+3
* tst_qsslsocket: improve failure messageRohan McGovern2011-11-211-1/+1
* Remove obsolete code from QStateMachine test.Jason McDonald2011-11-211-366/+0
* Remove obsolete code from QStateMachine test.Jason McDonald2011-11-211-245/+0
* tst_qsslsocket: don't run SSLv2 tests when SSLv2 has been disabledRohan McGovern2011-11-211-0/+16
* Fix sporadic hang in QLocalServer::close() in OS X 10.7Robert Knight2011-11-181-4/+4
* Compile fix for Mac OS X 10.7 with 10.6 sdkAndy Shaw2011-11-181-2/+2
* Give better error message when using unsupported lookbehinds in QRegExpKjell Rune Skaaraas2011-11-181-0/+4
* Fix QFile::copy() returning false but error() being NoErrorxiechyong2011-11-181-1/+4
* Harfbuzz shaper: kerning adjustment does not need to be modified by RTLJohn Tapsell2011-11-181-1/+1
* Add -nn for .cpp MOC preprocessing for INTEGRITYRolland Dudemaine2011-11-181-0/+1
* Remove commented out code.Rolland Dudemaine2011-11-181-7/+0
* Build fix for WINCE to qfilesystemengine_win.cppjaanttil2011-11-181-1/+0
* Fixed typo in QSettings documentation.Sam Protsenko2011-11-181-1/+1
* QNetworkAccessBackend::start() is used although QT_NO_BEARERMANAGEMENT is def...shkim2011-11-181-2/+0
* Fix broken Solaris build (getpwnam_r usage)Iikka Eklund2011-11-181-1/+6
* adding a getter cubicBezierSpline() to QEasingCurveThomas Hartmann2011-11-182-0/+13
* configure.exe: Reduce size by using -O1 instead of -O2.Friedemann Kleint2011-11-181-2/+4
* mkspecs: Case-insensitive check of paths on Windows.Friedemann Kleint2011-11-181-3/+10
* Windows: Adapt mkspec for MinGW / gcc 4.6.Friedemann Kleint2011-11-184-4/+11