summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * Fix cursor position adjustment when removing stringsJiang Jiang2011-01-262-1/+31
| * Fix loop count in animanted gifs sometimes being incorrectSimon Hausmann2011-01-251-2/+8
| * Fixed UTF-8 application names in device application menu in SymbianMiikka Heikkinen2011-01-251-0/+1
| * HTTP: fix digest authenticationPeter Hartmann2011-01-251-18/+1
| * Avoid possible font name collisions on fbservAlessandro Portale2011-01-253-23/+343
| * Fix crash in QtScript/JSC stack allocator on SymbianKent Hansen2011-01-251-0/+6
| * positionViewAtIndex can fail when positioned near end of list.Martin Jones2011-01-214-5/+18
| * BorderImage fails for .sci source containing a URLMartin Jones2011-01-213-5/+13
| * Fix memory leakAaron Kennedy2011-01-211-0/+5
| * Request font sizes with only 0.5pt resolution.Martin Jones2011-01-216-20/+54
| * Revert "Fix loaded() signal to be emitted only once"Bea Lam2011-01-213-89/+67
| * Build failure fix (related to QT-4079)Sami Merila2011-01-201-1/+1
| * QWidgets support for VGA screenSami Merila2011-01-201-1/+3
| * Switch default Phonon backend on Symbian from Helix to MMFGareth Stockwell2011-01-201-12/+6
| * TextEdit implicit size varied depending upon wrapMode.Martin Jones2011-01-201-2/+6
| * Fix compilation error.Jason McDonald2011-01-201-0/+2
| * Do not load aplication fonts on Symbian^1 and belowAlessandro Portale2011-01-201-0/+3
| * Supporting Qt application fonts on SymbianAlessandro Portale2011-01-204-28/+225
| * Fix a bug that got revealed by 604c51f1fc5c79b7fad12cda911b06b9e6e5005fJan-Arve Sæther2011-01-192-2/+29
| * Fix header not found build errorShane Kearns2011-01-181-1/+1
| * Workaround crash when multiple QNetworkAccessManager instances are usedShane Kearns2011-01-187-41/+188
| * Fix to data detaching in OpenVG pixmap dataJani Hautakangas2011-01-181-2/+10
| * Remove toolcheck from generic clean targets for symbian-sbsv2Miikka Heikkinen2011-01-181-3/+5
| * Don't crash Qt Creator when debugging an object aliasAaron Kennedy2011-01-181-1/+1
| * QTBUG-16110 updating the softkeys when app comes to foregroundmread2011-01-181-0/+3
| * Fix one character displacement for cursor in line editsMiikka Heikkinen2011-01-181-0/+2
| * Fix double click event on Mac OS X.Fabien Freling2011-01-171-1/+3
| * Proper fix for QGraphicsItem crash.Yoann Lopes2011-01-171-3/+2