summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed gcce linker error when linking against s60main built by armcc.axis2010-08-021-0/+1
* Add missing imageBea Lam2010-08-021-1/+1
* Add moving and flicking properties to PathViewMartin Jones2010-08-023-10/+124
* QFileDialog crashes when empty selectedFilter is set on Carbon.Prasanth Ullattil2010-08-021-3/+5
* Document elements that are focus scopes.Yann Bodson2010-08-024-8/+18
* Remove use of shared NOTIFY signals in QGraphicsScaleMartin Jones2010-08-022-3/+9
* Remove use of shared NOTIFY signalsMartin Jones2010-08-0210-44/+89
* Avoid a crash in the OpenVG paint engine when clipping to an empty pathJason Barron2010-08-021-1/+4
* Fixed key event handling on Symbian.axis2010-08-022-55/+118
* Cleaned up old comments.axis2010-08-021-12/+0
* Refactored the virtual mouse handling code into its own function.axis2010-08-022-171/+181
* Fixed spelling mistakes in documented functions, classes, etc. Part of QTBUG-...Jerome Pasion2010-08-0218-31/+31
* Component docsBea Lam2010-07-291-21/+9
* Fixes for Dynamic Object Management docs. Also adds links toBea Lam2010-07-292-17/+13
* various doc fixesBea Lam2010-07-295-13/+11
* Don't emit movementEnded if mouse press is a continuation of a flick.Martin Jones2010-07-291-15/+17
* Improvements to Modules docsBea Lam2010-07-291-3/+3
* Update Symbian emulator QtOpenVGu.def, QtNetworku.def, QtCoreu.def files for ...Joona Petrell2010-07-293-259/+252
* QMenu and QStyleSheetStyle: fix setting a border.Olivier Goffart2010-07-291-0/+7
* Cherry pick fix for MOBILITY-1234 from Qt Mobility.Aaron McCarthy2010-07-291-0/+2
* Cherry pick fix for QTMOBILITY-408 from Qt Mobility.Aaron McCarthy2010-07-292-33/+34
* Cherry pick fix for MOBILITY-1194 from Qt Mobility.Aaron McCarthy2010-07-293-24/+68
* Order network configurations in service networks in priority order.Aaron McCarthy2010-07-293-46/+59
* Fix compilation error on Symbian^4.Aaron McCarthy2010-07-293-12/+12
* Fix detection of OCC functionality.Aaron McCarthy2010-07-291-1/+1
* Cherry pick fix for MOBILITY-1194 from Qt Mobility.Aaron McCarthy2010-07-293-48/+93
* Cherry pick fix for MOBILITY-1077 from Qt Mobility.Aaron McCarthy2010-07-291-4/+8
* Cherry pick fix for MOBILITY-1145 from Qt Mobility.Aaron McCarthy2010-07-291-1/+3
* Cherry pick fix for MOBILITY-1144 from Qt Mobility.Aaron McCarthy2010-07-291-2/+15
* Revert "Add the chart utility from qtestlib-tools."Rohan McGovern2010-07-291-29/+1
* Revert the change in applicationShouldTerminate().Fabien Freling2010-07-281-1/+0
* Check the gesturemanager pointer before accessing it.Denis Dzyubenko2010-07-283-9/+12
* Q_INVOKABLES added to Qt-DBusEvan Nguyen2010-07-284-12/+23
* fixed QDBUS export errorEvan Nguyen2010-07-281-1/+1
* Fix signal emission of QDesktopWidget on Symbian.Jason Barron2010-07-281-6/+16
* Modified Symbian def files to be in line with 4.7 branchToby Tomkins2010-07-282-0/+8
* Fixed a network hanging bug on Symbian.axis2010-07-271-9/+8
* Added some asserts to avoid race conditions in networking.axis2010-07-271-0/+6
* Fixed a possible hanging bug in the Symbian networking.axis2010-07-271-1/+2
* Copied Qt QML 4.7 branch to release.Toby Tomkins2010-07-2757-833/+1210
* QGLBuffer::bind()/release() should not be const functions.Trond Kjernåsen2010-07-272-4/+4
* Do check after all if we have partialUpdateSupport.Michael Dominic K2010-07-271-4/+3
* Fix QLineEdit's Highlight color when inactive.Pierre Rossi2010-07-272-1/+12
* Remove QDeclarativeItem::childrenChanged() signal overloadMartin Jones2010-07-263-3/+2
* QML focus API updates.Michael Brasser2010-07-2610-68/+158
* wantsFocus should be based on FocusScope chain, not parent chain.Michael Brasser2010-07-262-2/+9
* Allow MouseArea dragging to filter mouse events from descendantsMartin Jones2010-07-264-6/+106
* Compile: include <float.h> for usage of FLT_MAX.Michael Brasser2010-07-262-8/+2
* Restore the FLT_MAX define.Martin Jones2010-07-262-0/+8
* Better defaults for MouseArea's drag.Michael Brasser2010-07-262-5/+3