summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Text element does not clip even with clip=trueYann Bodson2010-07-162-8/+14
* QSslSocket: fix documentation for QSslSocket::setPeerVerifyMode()Peter Hartmann2010-07-161-2/+2
* qdoc: Fixed broken QML property links.Martin Smith2010-07-162-2/+2
* qdoc: Fixed table of contents for namespace pages.Martin Smith2010-07-161-1/+2
* qhelpgenerator: Fix namespace syntax checking.ck2010-07-161-2/+4
* qdoc: Fixed breadcrumbs for QML examples.Martin Smith2010-07-161-6/+11
* doc: Added doc for accessing views and models from delegates.Martin Smith2010-07-161-0/+73
* Fix an Assert in QTextTablePierre Rossi2010-07-162-4/+79
* Revert "Fix an Assert in QTextTable"Aaron McCarthy2010-07-162-78/+4
* Fix an Assert in QTextTablePierre Rossi2010-07-162-4/+78
* Build Qt with option -Zc:wchar_t under MSVCliang jian2010-07-163-3/+3
* qdoc: Fixed the case where the property and type names are the same.Martin Smith2010-07-1614-50/+61
* Fix QWizard icon and metrics on Windows 7 and VistaJens Bache-Wiig2010-07-162-20/+43
* Fix handling of SSL certificates with wildcard domain namesRichard J. Moore2010-07-163-4/+63
* Add documentation for the QAuthenticator options.Thiago Macieira2010-07-161-2/+40
* Expose the QAuthenticator map of options in the API.Thiago Macieira2010-07-163-3/+50
* Add a QAuthenticatorPrivate parsing for the headers without QHttpResponseHeaderThiago Macieira2010-07-163-20/+29
* Add NTLMv2 authentication support to QAuthenticator.Thiago Macieira2010-07-161-7/+279
* Removed README.s60-mkspec.axis2010-07-161-99/+0
* Fixed install docs for Qt for Symbian on Linux.axis2010-07-161-1/+1
* Compile with QT_NO_DEBUG_STREAMOlivier Goffart2010-07-164-6/+8
* Work around memory leak issue in grid and linear layouts.Andreas Aardal Hanssen2010-07-164-8/+20
* Performance docs.Michael Brasser2010-07-151-0/+21
* Added symbian defs for e55781212532e2abcdd1cef8548b146fb14f0713Lasse Holmstedt2010-07-152-0/+2
* Resetting bindings through debugger interfaceLasse Holmstedt2010-07-154-0/+44
* Distinguish Qt Quick, Qt Declarative and QML on the landing pageAlan Alpert2010-07-151-2/+4
* Clean up particle motion documentationAlan Alpert2010-07-151-3/+16
* Finish QML for Qt Programmers sectionAlan Alpert2010-07-151-2/+10
* Fixes crash in QGraphicsScene::addItem().Yoann Lopes2010-07-152-2/+22
* Fixes QGraphicsItem::focusItem() returning incorrect value.Yoann Lopes2010-07-152-2/+31
* Position GridView and ListView footer correctly when model cleared.Martin Jones2010-07-156-3/+144
* Ensure the section header isn't shown twice.Martin Jones2010-07-141-1/+6
* Only support portrait and landscape orientations on Symbian when updating the...Joona Petrell2010-07-143-18/+6
* Add Symbian support for runtime.orientation propertyJoona Petrell2010-07-146-9/+205
* Export QDeclarativePixmapMartin Jones2010-07-141-1/+1
* Make Text, TextInput, and TextEdit all have the same size for the same text.Warwick Allison2010-07-136-25/+33
* Don't double delete cancelled pixmap cache requestsAaron Kennedy2010-07-131-3/+9
* Fix inconsistent reporting of module import errors when using versions.Warwick Allison2010-07-137-8/+37
* Fix TextInput selectionColor or selectedTextColor -based animationsJoona Petrell2010-07-131-0/+4
* Update QtDeclarative def filesJoona Petrell2010-07-132-2/+17
* Convert QtDeclarative def files to use LF line endingsJoona Petrell2010-07-132-3372/+3372
* Update QtDeclarative def filesJoona Petrell2010-07-132-66/+131
* Added QDeclarativeSpringAnimationmae2010-07-1310-17/+622
* Add copy(), cut() and paste() support to TextInputJoona Petrell2010-07-135-1/+117
* Remove deprecated Flickable.flickDirectionMartin Jones2010-07-133-16/+1
* Update QmlChanges.txtBea Lam2010-07-131-0/+4
* Remove Image::pixmap property. QML applications should useBea Lam2010-07-134-45/+5
* Extend QDeclarativeImageProvider to support QPixmap loading andBea Lam2010-07-1314-147/+473
* Make declarative pixmap cache easier to useAaron Kennedy2010-07-1312-733/+930
* Allow the debugger to modify method bodiesAaron Kennedy2010-07-137-39/+160