summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add accessible role Terminal.Frederik Gladhorn2012-02-021-0/+1
* Fixed compiler warnings about unused q and d variables in declarative.jaanttil2012-02-023-3/+0
* Fixed crash in QDeclarativeGridViewMartin Jones2012-02-021-1/+1
* Fix crash in QTreeWidgetItem::sortChildren when adding new item.Markku Heikkila2012-02-011-0/+1
* Fixed libjpeg compiler warning about macro redefinition.jaanttil2012-02-011-1/+1
* Fixed MSVC compiler warning for zlib when compiling on WEC7.jaanttil2012-02-011-2/+6
* Fixed compiler warning for libpng when compiling for WEC7.jaanttil2012-02-011-1/+3
* Fix delete/free mismatch in QtXmlPatternsSami Rosendahl2012-02-011-1/+1
* Fixed QFile::link behaviour for WinCE devices.jaanttil2012-01-311-0/+1
* Various Qt documentation fixes (wk 44)artoka2012-01-317-8/+18
* Various qt documentation fixes (wk 43)artoka2012-01-3114-95/+53
* Fixed EGL build for WEC7jaanttil2012-01-311-1/+1
* Symbian: absent removed exports in symbian def-filesPasi Pentikainen2012-01-311-3/+3
* libpng config for WEC7jaanttil2012-01-311-0/+2
* Fixed QEventDispatcherQPA::processEvents()Rafael Roquetto2012-01-311-3/+2
* Fixed qapplication_win.cpp build for WinCEjaanttil2012-01-311-1/+1
* Build fix to qapplication_win.cpp when QT_NO_GESTURES is usedjaanttil2012-01-311-1/+1
* Fix qsystemerror for WinCEJanne Anttila2012-01-301-25/+33
* QDirectFBPaintEngine::fill crashes if QVectorPath elements is NULLRamamurthy KV2012-01-301-2/+4
* Fixed sqlite for Windows CE.Janne Anttila2012-01-301-13/+10
* Build fix for WINCE to qlocale_tools.cppJanne Anttila2012-01-301-0/+4
* Removed unnecesary dependency to winx.h from desktopservices for WinCE.jaanttil2012-01-301-3/+0
* Various Qt documentation bug fixes (wk 42)artoka2012-01-3010-15/+25
* Fixed fileiterator issue for WEC7.Janne Anttila2012-01-301-0/+2
* Symbian: absent removed exports in symbian def-filesPasi Pentikainen2012-01-302-14/+14
* blitter: Base QBlitterPaintEngine on QRasterPaintEngineHolger Hans Peter Freyther2012-01-273-117/+151
* blitter: Group code by functionality in header and cpp fileHolger Hans Peter Freyther2012-01-272-120/+118
* blitter: Fix the 'solid' detection for the brush in case of fillRectHolger Hans Peter Freyther2012-01-271-2/+2
* blitter: Move state updates into new methodsHolger Hans Peter Freyther2012-01-271-45/+86
* blitter: Move the definition out of the class declarationHolger Hans Peter Freyther2012-01-271-59/+68
* blitter: Kill the isBlitterLocked variable of theHolger Hans Peter Freyther2012-01-273-11/+11
* blitter: Use CapabilitiesToStateMask as a class memberHolger Hans Peter Freyther2012-01-271-30/+29
* blitter: Style changes to the codeHolger Hans Peter Freyther2012-01-271-77/+64
* Fixes Javascript WTF to build with BB NDK.Rafael Roquetto2012-01-272-2/+10
* Fix exception handling in Symbian event dispatcherMurray Read2012-01-261-1/+1
* Symbian - add rom upgrade flag to Qt sis filesShane Kearns2012-01-263-3/+4
* Handle the 'real' datatype correctly in the SQLite driverAndy Shaw2012-01-261-0/+1