summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove handlesInputPanelVisibility() deprecation mechanismJoona Petrell2011-11-218-41/+4
* 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
* 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-216-48/+35
* 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-212-2/+7
* V8: Fix linking with MinGW.Friedemann Kleint2011-11-211-1/+1
* Add Q_ENUMS and Q_FLAGS to enumeration InputMethodQuery and flag InputMethodQ...Joona Petrell2011-11-211-2/+3
* Fix sporadic hang in QLocalServer::close() in OS X 10.7Robert Knight2011-11-181-4/+4
* 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
* Build fix for WINCE to qfilesystemengine_win.cppjaanttil2011-11-181-1/+0
* 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
* Windows: Adapt mkspec for MinGW / gcc 4.6.Friedemann Kleint2011-11-181-0/+7
* Document new input method hints introduced in Qt 5Joona Petrell2011-11-181-0/+6
* Resolve a number of compilation issues with INTEGRITYRolland Dudemaine2011-11-183-7/+16
* fix doc typoOswald Buddenhagen2011-11-181-1/+1
* Ensure that the corewlan plugin can be built with the Mac OS X 10.7 sdkOswald Buddenhagen2011-11-181-1/+1
* remove obsolete defineOswald Buddenhagen2011-11-181-1/+0
* Fix a memory leak in QXcbConnection.Jędrzej Nowacki2011-11-182-3/+3
* qtbase: Warnings fixes.Friedemann Kleint2011-11-1813-25/+17
* Fixed crashes from tests using xcb plugin with -qtnamespace.Rohan McGovern2011-11-1812-2/+49
* Update V8Kai Koehne2011-11-1713-77/+381
* Call invalidateResource() on QOpenGLMultiGroupSharedResource-owned resourcesKent Hansen2011-11-172-0/+2
* Fix tst_Moc::oldStyleCastsOlivier Goffart2011-11-171-2/+2
* Fix sliders style issues.Pierre Rossi2011-11-172-28/+33
* Reimplement some QMetaType methods.Jędrzej Nowacki2011-11-171-369/+205
* Reimplement QMetaType::typeName.Jędrzej Nowacki2011-11-171-97/+35
* Improve the testability of QSslOptions.Richard Moore2011-11-172-29/+36
* Fixed compile of QtPlatformSupport with -qtnamespace.Rohan McGovern2011-11-172-0/+8
* Fixed compile of QtGui with -qtnamespace.Rohan McGovern2011-11-171-4/+4
* Fix compilation with -force-asserts.Friedemann Kleint2011-11-171-3/+3
* Don't directly access QList contentsAlberto Mardegan2011-11-161-3/+6
* Revert logic when building with --force-assertsHarald Fernengel2011-11-162-23/+3
* SSL: fix compilation warning with gcc 4.6.1Peter Hartmann2011-11-161-1/+1
* Fixes: unwanted gcc export of symbols from bundled libpngaavit2011-11-161-7/+0
* Fix Qt namespace compilation.Toby Tomkins2011-11-163-1/+9
* SSL namespace: rename TlsV1 to TlsV1_0Peter Hartmann2011-11-166-12/+15
* Make QTest::newRow a bit more verbose if a data tag is null.Jędrzej Nowacki2011-11-161-0/+1
* Fix Q_ASSERT usage in case -force-asserts is enabledEckhart Koppen2011-11-162-0/+20
* Add correct event mask for Qt::WindowTransparentForInput in xcb pluginJørgen Lind2011-11-151-1/+5