summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QDeclarativeDebug: Remove unused fileKai Koehne2011-02-142-1/+0
* QDeclarativeDebug: Move Tcp server to separate pluginKai Koehne2011-02-1410-68/+136
* QDeclarativeDebug: Move networking code out of QDeclarativeDebugServerKai Koehne2011-02-149-95/+383
* QDeclarativeDebug: Decouple QDDServer, QDDService classesKai Koehne2011-02-145-311/+541
* Fix declarative autotest compilation on SymbianJoona Petrell2011-02-145-12/+27
* QDeclarativeDebug: Include debugger plugin in qmlviewer.sisKai Koehne2011-02-141-0/+5
* Make addImportPath() work for windows paths starting with lower caseBea Lam2011-02-142-3/+15
* Update modules-related tests and docsBea Lam2011-02-148-73/+210
* Add test for importing plugins that contain QML filesJason McDonald2011-02-147-1/+91
* Fix QFileDialog Symbian native file dialog filename filtering.Miikka Heikkinen2011-02-141-33/+19
* Don't crash when BMP color table is brokenHarald Fernengel2011-02-111-0/+2
* Change paging attributes for Symbian binariesIain2011-02-113-8/+15
* rebuild configure in 4.7.2Oswald Buddenhagen2011-02-111-0/+0
* Don't ignore source-text when generating qsTrId translations for QMLTor Arne Vestbø2011-02-103-1/+9
* Fix regression in creating mkspecs/defaultMiikka Heikkinen2011-02-103-29/+66
* PathView regression: dragging the path didn't update currentIndexMartin Jones2011-02-103-1/+53
* Remove dependencies to pre-Symbian3 platforms from Symbian3 packagesMiikka Heikkinen2011-02-102-13/+9
* Doc: Adding documentation on configure options for Qt configureMorten Engvoldsen2011-02-101-0/+287
* Fix build failureGareth Stockwell2011-02-102-6/+6
* Recreate Symbian raster backing store when WA_TranslucentBackground setGareth Stockwell2011-02-103-4/+42
* Fix few QFileDialog static method issues in Symbian^3Miikka Heikkinen2011-02-102-5/+9
* Fixed a bug where the softkeys would leave a see-through "hole".axis2011-02-091-0/+13
* Fix native child window Symbian decoration handling.Jani Hautakangas2011-02-092-15/+23
* Fixed compilerwarnings regression in public headers.axis2011-02-091-2/+2
* Fix duplicate definition errorShane Kearns2011-02-091-4/+0
* Fix namespace errorShane Kearns2011-02-091-3/+3
* Fix random crashes when bearer suddenly goes downShane Kearns2011-02-094-6/+13
* Don't crash when creating backtrace for built-in JS function (2nd try)Kent Hansen2011-02-096-5/+76
* Don't crash when creating backtrace for built-in JS functionKent Hansen2011-02-092-1/+17
* Support seperate versions of installed modulesmae2011-02-0912-13/+302
* QSqlTableModel/QSqlQueryModel and insertColumns problem.Michael Goddard2011-02-095-14/+223
* Fix some removeRows issues with QSqlTableModel.Michael Goddard2011-02-092-24/+158
* Namespace compilation - OCI typedefs should be outside Qt namespace.Michael Goddard2011-02-081-3/+3
* Update some documentation about what happens with select()/setQuery().Michael Goddard2011-02-082-0/+4
* Mention the requirement for OCI when building the SQL oracle driver.Michael Goddard2011-02-081-1/+3
* Try to document that invalid database arguments use the default database.Michael Goddard2011-02-082-2/+4
* Make sure that setRecord emits dataChanged() with OnManualSubmit.Michael Goddard2011-02-082-2/+10
* Fix qt.sis platform dependencies for Symbian^3 builds.Miikka Heikkinen2011-02-041-5/+7
* Fix QMutex can deadlock when calling tryLockOlivier Goffart2011-02-032-1/+42
* Fix potential networking crash due to null-pointer dereferenceSimon Hausmann2011-02-011-3/+3
* Invalidate QScriptPrograms when engine is destroyedKent Hansen2011-01-314-7/+42
* No longer replace dash and dot in TARGET with underscore in SymbianMiikka Heikkinen2011-01-315-81/+89
* Fix alignment issue causing crash in QtScript/JavaScriptCoreKent Hansen2011-01-314-84/+76
* Orientation control implementation for Symbianmread2011-01-313-3/+52
* Application background is incorrect if app locked to landscape.Sami Merila2011-01-281-4/+4
* add autotest for digest authenticationPeter Hartmann2011-01-261-10/+20
* Temporary fix for ambiguous cast from four letter char constantEckhart Koppen2011-01-261-2/+2
* Fix QMAKE_POST_LINK in Symbian for targets with special characters.Miikka Heikkinen2011-01-261-1/+1
* Improved QMAKE_POST_LINK support in symbian-sbsv2Miikka Heikkinen2011-01-261-22/+34
* QtScript/JSC on Symbian: Enhanced memory allocator for Collector heapKent Hansen2011-01-268-40/+303