summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix navigate returning invalid pointer.Frederik Gladhorn2011-11-241-1/+1
* Removing unnecessary hidden property "_q_user-agent".Jonas M. Gastal2011-11-244-16/+3
* Adds support for headers in QNetworkProxy.Jonas M. Gastal2011-11-243-9/+137
* Add a parents parameter to layoutChange signals.Stephen Kelly2011-11-242-4/+12
* Add a note in the QScreen documentation about logical vs physical DPI.Samuel Rødal2011-11-241-0/+11
* Make v8 snapshots work in debug-and-release modeKent Hansen2011-11-242-1/+6
* Move QScopedLoopLevelCounter to qthread_p.hBradley T. Hughes2011-11-243-22/+12
* emit width/height changes for the new rectGunnar Sletta2011-11-241-4/+4
* Don't forward declare types form openssl in public headersLars Knoll2011-11-241-2/+0
* directfb: Use the QPlatformWindow in the DirectFB BackingstoreHolger Hans Peter Freyther2011-11-243-8/+10
* directfb: Get the IDirectFBDisplayLayer through the QPlatformScreenHolger Hans Peter Freyther2011-11-244-5/+15
* directfb: Fix the typo in the parameterHolger Hans Peter Freyther2011-11-241-1/+1
* directfb: Remove dfbDisplayLayer from QDirectFbInputHolger Hans Peter Freyther2011-11-243-8/+7
* directfb: Pass the IDirectFBWindow to the QDirectFbInput methodsHolger Hans Peter Freyther2011-11-243-16/+26
* directfb: Use DirectFBErrorFatal for errors we don't handle wellHolger Hans Peter Freyther2011-11-241-5/+4
* Fix HarfBuzz Thai character SARA AM handlingJiang Jiang2011-11-243-40/+352
* directfb: Access the screen layer through QWindow::screen()Holger Hans Peter Freyther2011-11-245-4/+30
* directfb: Move QDirectFbScreen into a separate fileHolger Hans Peter Freyther2011-11-246-63/+151
* Fixed regression in tst_qscreen.Samuel Rødal2011-11-231-1/+18
* Fix stack overwrite in QDBusDemarshallerSami Rosendahl2011-11-231-3/+21
* Fix QT_DEPRECATED_SINCE on windows.Olivier Goffart2011-11-231-2/+7
* Improve docs for Accessibility.Frederik Gladhorn2011-11-231-30/+16
* Remove virtual child integers.Frederik Gladhorn2011-11-2325-921/+433
* Accessible widgets: Fix warning.Friedemann Kleint2011-11-231-1/+1
* SQLite support only one statement at a timeHonglei Zhang2011-11-232-2/+15
* Added build system support for installing tests.Rohan McGovern2011-11-232-1/+12
* Code cleanup in QVariant and QMetaType.Jędrzej Nowacki2011-11-224-251/+84
* Remove explict debug messageJiang Jiang2011-11-221-1/+1
* Add V8 snapshot supportKent Hansen2011-11-224-23/+66
* Add some properties to QWindowAlan Alpert2011-11-223-1/+72
* 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