summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed spelling mistakes in documented functions, classes, etc. Part of QTBUG-...Jerome Pasion2010-08-0242-71/+71
* Improve utility of QMLViewerAaron Kennedy2010-08-0224-193/+679
* Uncomment code accidentally removed with 1937adaab5861ced44813c6a4b0bff1c3750...Aaron Kennedy2010-07-301-2/+0
* Revert BIC change "Build Qt with option -Zc:wchar_t under MSVC"Oswald Buddenhagen2010-07-303-3/+3
* Component docsBea Lam2010-07-292-21/+69
* Fixes for Dynamic Object Management docs. Also adds links toBea Lam2010-07-296-45/+118
* various doc fixesBea Lam2010-07-298-16/+14
* Remove warnings in photoviewer demo.Yann Bodson2010-07-291-1/+1
* Fix image sourceBea Lam2010-07-291-1/+1
* Don't emit movementEnded if mouse press is a continuation of a flick.Martin Jones2010-07-291-15/+17
* Avoid binding loop warningsBea Lam2010-07-291-1/+2
* Improvements to Modules docsBea Lam2010-07-294-93/+228
* Append 'Example' to titles of example pagesBea Lam2010-07-291-48/+48
* PathView doc clarification.Martin Jones2010-07-292-6/+15
* Update Symbian emulator QtOpenVGu.def, QtNetworku.def, QtCoreu.def files for ...Joona Petrell2010-07-293-259/+252
* make "configure -qt-gif" work again on WindowsJoerg Bornemann2010-07-291-2/+2
* 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
* Show Service Network members in priority order.Aaron McCarthy2010-07-291-9/+5
* 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-296-53/+104
* Cherry pick fix for MOBILITY-1077 from Qt Mobility.Aaron McCarthy2010-07-292-4/+13
* Fix typo in docs.Aaron McCarthy2010-07-291-1/+1
* 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-2914-1533/+2
* Revert the change in applicationShouldTerminate().Fabien Freling2010-07-281-1/+0
* Document 'this' as undefined in QMLMartin Jones2010-07-281-0/+25
* Check the gesturemanager pointer before accessing it.Denis Dzyubenko2010-07-283-9/+12
* Fixed plugin build key for Symbian builds under Linux.axis2010-07-281-1/+11
* Q_INVOKABLES added to Qt-DBusEvan Nguyen2010-07-285-20/+153
* 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
* Missed some tutorial files because of .gitignore.Toby Tomkins2010-07-2735-0/+1849
* Copied Qt QML 4.7 branch to release.Toby Tomkins2010-07-27155-2619/+1912
* Fixed a parsing error during sis and runonphone target creation.axis2010-07-272-2/+2
* rebuild configure.exeJoerg Bornemann2010-07-271-0/+0
* 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-273-2/+29
* Remove QDeclarativeItem::childrenChanged() signal overloadMartin Jones2010-07-264-3/+7
* QML focus API updates.Michael Brasser2010-07-2632-246/+330