summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QTextEngine - treat a fullstop (0x2E) as the same script as the preceeding te...John Tapsell2012-02-101-1/+14
* Harfbuzz-thai: Hide ZWJ and ZWNJ characters and show Inherited charactersJohn Tapsell2012-02-101-3/+8
* Harfbuzz-thai - When calling HB_OpenTypePosition we must set doLogClusters to...John Tapsell2012-02-101-1/+1
* Fix crash in qt_init when the XFIXES extension is not available.David Faure2012-02-101-0/+8
* Fixes a possible out-of-bound write in QByteArray.Nick Ratelle2012-02-091-6/+11
* realpath(X,0) IS supported on QNX.Nick Ratelle2012-02-091-1/+1
* Fix QListView::scrollTo() when there are hidden rowsJani Honkonen2012-02-091-1/+6
* Avoiding early deleteLater in Symbian with better loopLevel trackingMurray Read2012-02-094-21/+47
* Harfbuzz-thai - fix to_tis620 function for latin charactersJohn Tapsell2012-02-091-1/+1
* Symbian: Fix for blank window after taping Editing options.Satyam Bandarapu2012-02-092-8/+45
* Change bugreports.qt.nokia.com -> bugreports.qt-project.orgSergio Ahumada2012-02-096-6/+6
* Fixed null pointer dereference in QUnifiedTimerNick Ratelle2012-02-081-6/+9
* Fix bug in qatomic for INTEGRITY RTOSKalle Viironen2012-02-081-34/+57
* Fix Qt to use font with simplified chinese characters as default if neededMarko Kenttala2012-02-081-0/+8
* Fix for effects in Qt-applications startupAri Lehtola2012-02-081-0/+7
* Prevent crashing on Symbian in case EGL surface creation fails.Pauli Jarvinen2012-02-084-1/+21
* Update accessibility selections in QTextControl.Frederik Gladhorn2012-02-081-2/+13
* Fix access to uninitialized values in QtXmlPatternsSami Rosendahl2012-02-083-29/+14
* Some small doc fixes, typos and removal of one incorrect paragraphAndy Shaw2012-02-084-11/+6
* Don't get stuck in a loop while trying to close the active popup widgetAndy Shaw2012-02-081-1/+1
* Handling adopted thread death with active timers on SymbianMurray Read2012-02-082-6/+23
* Changes in Symbian CleanupStack use to allow dodgy app startMurray Read2012-02-082-12/+11
* Make QString::latin1() re-entrant, the global QHash needs a mutex.David Faure2012-02-081-1/+8
* Ensure the header's context menu is in sync with the visible sectionsAndy Shaw2012-02-071-1/+12
* Ensure that QSqlDatabase::database() is still thread-safeAndy Shaw2012-02-071-4/+1
* Fixed CustomDashLine drawing bug.Samuel Rødal2012-02-071-1/+3
* Fix height of some Thai charactersMarko Kenttala2012-02-071-0/+28
* Use available geometry when maximized.Rafael Roquetto2012-02-071-1/+9
* Fixes QIconvCodec::convertToUnicode()Nick Ratelle2012-02-072-1/+6
* Fixed qmldbg_inspector build for WEC7.jaanttil2012-02-062-0/+9
* JSCore build fix for WEC7jaanttil2012-02-061-0/+11
* Fixes to JSCore for WinCE.jaanttil2012-02-061-9/+9
* Build fix for QtDeclarative in WindowsCEjaanttil2012-02-061-0/+7
* Ensure that the type is not registered as a typedefAndy Shaw2012-02-061-1/+1
* Make copy and cut methods work in QAccessibleTextEditJosé Millán Soto2012-02-061-3/+10
* Do not check isActiveWindow to determine if an accessible widget is focusableJosé Millán Soto2012-02-061-1/+1
* Add support for QNX iconv implementation.Rafael Roquetto2012-02-032-0/+6
* Fixed DEBUG macro redefinition when compiling for WEC7 with MSVC.jaanttil2012-02-031-11/+11
* Fixed compiler warning about unused status argument.jaanttil2012-02-031-0/+1
* Fixed warning by MSVC about class/struct mismatch in MethodData.Janne Anttila2012-02-031-1/+1
* Reduces compiler warnings when compiling for WEC7jaanttil2012-02-038-2/+13
* Take into account shaping in findRealWindowAlbert Astals Cid2012-02-033-3/+38
* Fix progress bar values >100% when http upload is retriedShane Kearns2012-02-032-1/+2
* Fix pinch-zoom problem when application is deactivatedJarkko T. Toivonen2012-02-032-3/+11
* QTextEdit cursor position fix when moving left/right with selectionPasi Matilainen2012-02-031-6/+20
* Make QMacCocoaViewContainer work again.Morten Johan Sorvig2012-02-031-0/+3
* Check for the clipboard manager when looping due to app quitingAlbert Astals Cid2012-02-022-3/+9
* Prevent data loss when an ssl socket is closed by remoteShane Kearns2012-02-022-13/+22
* Change QUrl::toLocalFile to return path for relative urlsAapo Haapanen2012-02-021-1/+8
* Fix a crash when changeEvent() is called and there is no containerAndy Shaw2012-02-021-1/+1