summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Doc: adding HTML class names and style docs to the generatorMorten Engvoldsen2010-07-161-32/+34
| | | | (cherry picked from commit 3062dac75befacffc1964d49392a58f5fb0b583f)
* qdoc: Fixed a few links to QtObject (QML:QtObject)Martin Smith2010-07-165-20/+14
| | | | (cherry picked from commit 896de79554060aadf4963d8285ef3f5d8740428b)
* qdoc: Removed a lot of dead code to minimize confusion.Martin Smith2010-07-162-234/+1
| | | | (cherry picked from commit 0ad74254d0810459bc08fdf9c0898a0d73f596b0)
* Text element does not clip even with clip=trueYann Bodson2010-07-162-8/+14
| | | | | | Task: QTBUG-12201 Reviewed-by: Michael Brasser (cherry picked from commit 8ed72a96bc5c3af283f8ca4460adae9d4b466479)
* QSslSocket: fix documentation for QSslSocket::setPeerVerifyMode()Peter Hartmann2010-07-161-2/+2
| | | | (cherry picked from commit 2c48de46fdfeb935d1f31ae18f13add52c162ac8)
* qdoc: Fixed broken QML property links.Martin Smith2010-07-162-2/+2
| | | | | Task-number: QTBUG-12038 (cherry picked from commit 5903558f17a7a3173ad7a592892262bf297b52f2)
* qdoc: Fixed table of contents for namespace pages.Martin Smith2010-07-161-1/+2
| | | | | Task-number: QTBUG-11992 (cherry picked from commit 28f84d2ed4000391f855140f57c359bc858d4799)
* qhelpgenerator: Fix namespace syntax checking.ck2010-07-161-2/+4
| | | | (cherry picked from commit 7787b548907add8b7c2ac642d161181070050ea4)
* qdoc: Fixed breadcrumbs for QML examples.Martin Smith2010-07-161-6/+11
| | | | | Task-number: QTBUG-11679 (cherry picked from commit 69910bc33dc448a9aa81eb00ed45be6d0488e447)
* doc: Added doc for accessing views and models from delegates.Martin Smith2010-07-161-0/+73
| | | | | Task-number: QTBUG-11648 (cherry picked from commit 25e3227fc922f75cc772aadb9dd07cc8b965dcbd)
* Fix an Assert in QTextTablePierre Rossi2010-07-162-4/+79
| | | | | | | | | | The problem was caused by the fragment id being inserted in front of a cell spanning over several rows instead of the next logical cell (or fragment_end) in the cells structure. Task-number: QTBUG-11282 Reviewed-by: Simon Hausmann (cherry picked from commit d3a6f124dde7732311ad9312ebf41997712fc6bb)
* Revert "Fix an Assert in QTextTable"Aaron McCarthy2010-07-162-78/+4
| | | | | | | | This reverts commit b2a4c7f0142a48f60e7ec4fc5866917e3da8b7c3. Unit test tst_qtexttable::QTBUG11282_insertBeforeMergedEnding fails on mac and Linux, reverting for now. (cherry picked from commit b2002d0814e18f7a50bdbf8d17c4bc1662fa70ee)
* Fix an Assert in QTextTablePierre Rossi2010-07-162-4/+78
| | | | | | | | | | The problem was caused by the fragment id being inserted in front of a cell spanning over several rows instead of the next logical cell (or fragment_end) in the cells structure. Task-number: QTBUG-11282 Reviewed-by: Simon Hausmann (cherry picked from commit b2a4c7f0142a48f60e7ec4fc5866917e3da8b7c3)
* Build Qt with option -Zc:wchar_t under MSVCliang jian2010-07-163-3/+3
| | | | | | | | | | This will make projects generated by visual studio being successfully linked to the Qt dlls if they use the QString::fromWCharArray() or QString::toWCharArray() methods. Merge-request: 727 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> (cherry picked from commit a9c8decc741d8c2b340f38d7a854ef206672ab3e)
* qdoc: Fixed the case where the property and type names are the same.Martin Smith2010-07-1614-50/+61
| | | | | | | Also simplified some code. Task-number: QTBUG-6340 (cherry picked from commit f14b644004498dc6fb1a9437b81e3164e89bfdb5)
* Fix QWizard icon and metrics on Windows 7 and VistaJens Bache-Wiig2010-07-162-20/+43
| | | | | | | | | | This patch takes care of missing icon on Windows Vista+7. It also updates the metrics to look more native in both versions. Task-number: QTBUG-9873, QTBUG-11974, QTBUG-6120 Reviewed-by: prasanth (cherry picked from commit 54e3221555997d26d59b880e3e153f1fc979505d)
* Fix handling of SSL certificates with wildcard domain namesRichard J. Moore2010-07-163-4/+63
| | | | | | | Merge-request: 731 Task-number: QTBUG-4455 Reviewed-by: Peter Hartmann (cherry picked from commit 5f6018564668d368f75e431c4cdac88d7421cff0)
* Add documentation for the QAuthenticator options.Thiago Macieira2010-07-161-2/+40
| | | | | | Task-number: QT-3573 Reviewed-by: Markus Goetz (cherry picked from commit 1af3362a321dd055798173737d3aede367a1d30c)
* Expose the QAuthenticator map of options in the API.Thiago Macieira2010-07-163-3/+50
| | | | | | Task-number: QT-3573 Reviewed-By: Markus Goetz (cherry picked from commit 69027cdb2ab9b89673edf29d5034bed33e614a05)
* Add a QAuthenticatorPrivate parsing for the headers without QHttpResponseHeaderThiago Macieira2010-07-163-20/+29
| | | | | Reviewed-by: Markus Goetz (cherry picked from commit 367aa34cbcfa109926087e89d49f9223c1409d44)
* Add NTLMv2 authentication support to QAuthenticator.Thiago Macieira2010-07-161-7/+279
| | | | | | | | | | | This also fixes a long-standing bug in handling usernames of type "domainname\username", typical of Windows domains, that didn't work with the previous NTLMv1 code. Patch by subcontractor. Task-number: QTBUG-9408, QTBUG-2421, QT-3248 Reviewed-By: Markus Goetz (cherry picked from commit 1b98fbd82c7145c2f81292f8a1feb6cac74e775d)
* Removed README.s60-mkspec.axis2010-07-161-99/+0
| | | | | The instructions are old, and should now be found in the qdoc docs. (cherry picked from commit dcfa4125625c028165c424b5d95cb0795194d6f2)
* Fixed install docs for Qt for Symbian on Linux.axis2010-07-161-1/+1
| | | | (cherry picked from commit 920980c77269325cc94efd2ff10347bd2745736d)
* Compile with QT_NO_DEBUG_STREAMOlivier Goffart2010-07-164-6/+8
| | | | | Task-number: QTBUG-11510 (cherry picked from commit 4e2eb2945dbc3865e2901f12d663ed89e8f0dfbf)
* Work around memory leak issue in grid and linear layouts.Andreas Aardal Hanssen2010-07-164-8/+20
| | | | | | | | | | | | | | | These classes create a new QWidget and assign it to a static pointer which is never cleaned up. Using Q_GLOBAL_STATIC ensures that they are deleted on library unload. This is really just a cosmetic change that removes a leak warning - the real fix should be to find a way to not use a new QWidget like this. It seems odd that QGraphicsLayouts, which don't use QWidget in any other way, should depend on QWidget like this. Task-number: QTBUG-10768 Merge-request: 741 Reviewed-by: Jan-Arve Sæther <jan-arve.saether@nokia.com> (cherry picked from commit ea6a5146397b668bf535ee7249bd4262d6185234)
* Performance docs.Michael Brasser2010-07-151-0/+21
| | | | (cherry picked from commit adbdb6c4b52d72e77d1cb4ff23573e957a7c9e14)
* Added symbian defs for e55781212532e2abcdd1cef8548b146fb14f0713Lasse Holmstedt2010-07-152-0/+2
| | | | | | Reviewed-by: Jason McDonald Submitted-by: Alessandro Portale (cherry picked from commit 9c68bdf3ed66564bce3064a49ca80b7889c35952)
* Resetting bindings through debugger interfaceLasse Holmstedt2010-07-154-0/+44
| | | | | Reviewed-by: Aaron Kennedy (cherry picked from commit e55781212532e2abcdd1cef8548b146fb14f0713)
* Distinguish Qt Quick, Qt Declarative and QML on the landing pageAlan Alpert2010-07-151-2/+4
| | | | | Task-number: QTBUG-11916 (cherry picked from commit d7a1e01e9970bef56f647873bb2a3496893b775a)
* Clean up particle motion documentationAlan Alpert2010-07-151-3/+16
| | | | | Task-number: QTBUG-11917 (cherry picked from commit 2d4876330e292253a9133b0197e573097ecfa5bb)
* Finish QML for Qt Programmers sectionAlan Alpert2010-07-151-2/+10
| | | | | | | | | I don't think I kept the same style as the rest of the section, so this may need to be refactored a little. But it's not incomplete anymore, content-wise. Task-number: QTBUG-11918 (cherry picked from commit 2ba0dfd82a3d82e98a70aeda3b142e0a870eeb0d)
* Fixes crash in QGraphicsScene::addItem().Yoann Lopes2010-07-152-2/+22
| | | | | | | | | | | | | | Crashed because tabFocusFirst could end up being a dangling pointer when removing an item from the scene before deleting it. When setting tabFocusFirst in fixFocusChainBeforeReparenting, we now check that the item is in the scene. If it is not, tabFocusFirst is set to 0. Autotest included. Task-number: QTBUG-12056 Reviewed-by: Alexis Ménard <alexis.menard@nokia.com> (cherry picked from commit 7d09f690d5b4c56699092444665d1879deb86a6e)
* Fixes QGraphicsItem::focusItem() returning incorrect value.Yoann Lopes2010-07-152-2/+31
| | | | | | | | | | | | | When setting focus on an item, subfocus chain was previously updated only for items with a common ancestor. We now make sure that this chain is updated also for the previously focused item (possibly not sharing any common ancestor with the newly focused item). Autotest included. Task-number: QTBUG-12112 Reviewed-by: Alexis Ménard <alexis.menard@nokia.com> (cherry picked from commit b5b011a181bd187dcef5ee8f46a3ac2c5dc2e09c)
* Position GridView and ListView footer correctly when model cleared.Martin Jones2010-07-156-3/+144
| | | | | Task-number: QTBUG-12167 (cherry picked from commit 9adc85fdfa0af2b6948408932188ee1b79247fa6)
* Ensure the section header isn't shown twice.Martin Jones2010-07-141-1/+6
| | | | | | | Happened when currentItem was on a section boundary. Task-number: QTBUG-12089 (cherry picked from commit 181749ff7dcfbeb5eb64026e80353f27013af833)
* Only support portrait and landscape orientations on Symbian when updating ↵Joona Petrell2010-07-143-18/+6
| | | | | | | | the runtime.orientation property Task-number: QTBUG-12036 Reviewed-by: Martin Jones (cherry picked from commit cb6472cb67511316f058b1eda4ffe71a1c4fe019)
* Add Symbian support for runtime.orientation propertyJoona Petrell2010-07-146-9/+205
| | | | | | Task-number: Reviewed-by: Martin Jones (cherry picked from commit af5fc41e27f068604453a927cac4d81886d1987e)
* Export QDeclarativePixmapMartin Jones2010-07-141-1/+1
| | | | But its still a private class.
* Make Text, TextInput, and TextEdit all have the same size for the same text.Warwick Allison2010-07-136-25/+33
| | | | | | | | | | | | | This may mean that the cursor is to the right of the width, so components should cater for that with a margin if they are boxed / clipped. TextInput used to try to account for right bearing (and left bearing incorrectly since it added it on the right). This is removed. Potentially this means that for some fonts the text repaints incorrectly on the left or right, but if that is the case Text and TextEdit already had such a problem (undetected), and all will need fixing. Task-number: QTBUG-11983 (cherry picked from commit 628159323c60c434a202b036ecbaf5e433c703e8)
* Don't double delete cancelled pixmap cache requestsAaron Kennedy2010-07-131-3/+9
| | | | | QTBUG-11954 (cherry picked from commit cec6d01d17e39af6e8a139156a3b51fd45558a50)
* Fix inconsistent reporting of module import errors when using versions.Warwick Allison2010-07-137-8/+37
| | | | | Task-number: QTBUG-11936 (cherry picked from commit cabdb16f5ea6458dec9a2ec3b70a01e498b27dbc)
* Fix TextInput selectionColor or selectedTextColor -based animationsJoona Petrell2010-07-131-0/+4
| | | | | | Task-number: QTBUG-12115 Reviewed-by: Martin Jones (cherry picked from commit 400b0d43830dfdcefb2f8bd91440ab6f4130ce0f)
* Update QtDeclarative def filesJoona Petrell2010-07-132-2/+17
| | | | (cherry picked from commit abd49d1d146b73a124b5e650f1b254da992ed3a4)
* Convert QtDeclarative def files to use LF line endingsJoona Petrell2010-07-132-3372/+3372
| | | | (cherry picked from commit 7e35c6ff442e237ff9a1bec9ea1cdfb597d9ceae)
* Update QtDeclarative def filesJoona Petrell2010-07-132-66/+131
| | | | (cherry picked from commit 23ef32dc0972d027617e5052192d1a17ba424f66)
* Added QDeclarativeSpringAnimationmae2010-07-1310-17/+622
| | | | | | | | | | | | | | The QDeclarativeSpringAnimation is a replacement for QDeclarativeSpringFollow. The idea is to remove the Follows quickly. Follows used to have an inSync property. In order to provide an alternative mechanism, the commit also fixes the running property for animations which are controlled by a behavior. Previously running would always return false and never change. Now running does change and indicates that the animation is running indeed. (cherry picked from commit cb406a116bf2237c743ac05882fb06927c70359c)
* Add copy(), cut() and paste() support to TextInputJoona Petrell2010-07-135-1/+117
| | | | | | Task-number: QTBUG-12086 Reviewed-by: Michael Brasser (cherry picked from commit 0fdf5122c72eb86d49cba2b69f80d3a9c5949da6)
* Remove deprecated Flickable.flickDirectionMartin Jones2010-07-133-16/+1
| | | | (cherry picked from commit e3bc34b40559e0cb88363039ee61300478e7c700)
* Update QmlChanges.txtBea Lam2010-07-131-0/+4
| | | | (cherry picked from commit c3ee63fd9a1428718ca2f2a32e81a3f977878fad)
* Remove Image::pixmap property. QML applications should useBea Lam2010-07-134-45/+5
| | | | | | | QDeclarativeImageProvider to provide pixmaps instead. Task-number: QTBUG-11980 (cherry picked from commit 33b664eabe5d9621d71e5bf3bfcc46ea385a399c)