Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doc: Adding radius support for CSS3 and webkit | Morten Engvoldsen | 2010-08-10 | 1 | -0/+16 |
| | |||||
* | Correct spelling (UNKOWN -> UNKNOWN) to fix recent test regression | Bradley T. Hughes | 2010-08-10 | 1 | -1/+1 |
| | | | | | | | Commit eea84818e98af917d3cf2bf04ea17a416ef9d55e corrected some spelling mistakes, one of which this test was relying on. Reviewed-by: trustme | ||||
* | add performance comparisons to qregexp benchmark | Arvid Ephraim Picciani | 2010-08-10 | 3 | -1/+320 |
| | | | | Reviewed-by: hjk | ||||
* | configure: fix error message when calling config.status | Joerg Bornemann | 2010-08-09 | 1 | -1/+1 |
| | | | | | | | | Calling configure in a shadow build directory led to error messages when trying to delete the content of $$QT_BUILD_TREE/mkspecs. Task-number: QTBUG-12764 Reviewed-by: ossi | ||||
* | Fix invalid memory write during recursive timer activation | Bradley T. Hughes | 2010-08-09 | 3 | -20/+59 |
| | | | | | | | | | | | | | | | | | | | | | The handler for one timer recurses the event loop, and the handler for another timer removes the first timer, returning from the recursion and the handler for the first timer causes an invalid write (since the timer info for the first timer has been deleted). Fix this by keeping an active reference in QTimerInfo (instead of just a bool inTimerEvent). If this is non-zero, the timer is currently being delivered, so we prevent more delivery. When a timer is removed and it's activateRef is set, we clear it so that the delivery code knows now to write to memory that's already been freed. A side effect of this change is that we no longer need to track the currentTimerInfo "globally" anymore, it can be a normal local variable in the QTimerInfoList::activateTimers() function. Task-number: QT-3553 Reviewed-by: olivier Reviewed-by: joao | ||||
* | Added comment about calendarPopup in setCalendarWidget function documentation. | Jerome Pasion | 2010-08-09 | 1 | -0/+1 |
| | | | | | Reviewer: David Boddie Task: QTBUG-12300 | ||||
* | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7 | Martin Smith | 2010-08-09 | 45 | -87/+134 |
|\ | |||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7 | Jerome Pasion | 2010-08-09 | 32 | -87/+9801 |
| |\ | |||||
| | * | CreateFileMapping returns NULL on error , only tested with INVALID_HANDLE_VALUE. | Carlos Manuel Duclos Vergara | 2010-08-09 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That code is deprecated for the most part, however under certain circumstances could be run. The fix is to check the value when using the deprecated code and change the return value to follow the logic of the new code. Task-number: QTBUG-12732 Reviewed-by: João Abecasis | ||||
| | * | XmlListModel doc fixes | Bea Lam | 2010-08-09 | 1 | -1/+7 |
| | | | | | | | | | | | | Task-number: QTBUG-12749 | ||||
| | * | Mention QML_IMPORT_TRACE in Modules docs | Bea Lam | 2010-08-09 | 1 | -0/+8 |
| | | | |||||
| | * | Merge sections about when property and default state | Bea Lam | 2010-08-09 | 1 | -36/+59 |
| | | | |||||
| | * | Explain Flipable example further | Bea Lam | 2010-08-09 | 1 | -4/+10 |
| | | | |||||
| | * | PathView required some diagonal movement before a drag was initiated. | Martin Jones | 2010-08-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | Any movement beyond the threshold is sufficient. Task-number: 12747 Reviewed-by: Joona Petrell | ||||
| * | | Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938. | Jerome Pasion | 2010-08-09 | 39 | -45/+45 |
| | | | | | | | | | | | | | | | Reviewer: David Boddie Task number: QTBUG-11938 | ||||
* | | | doc: Fixed some qdoc errors. | Martin Smith | 2010-08-09 | 3 | -9/+8 |
| | | | |||||
* | | | doc: Fixed some qdoc errors. | Martin Smith | 2010-08-09 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7 | Martin Smith | 2010-08-09 | 1 | -2/+2 |
|\ \ | |||||
| * | | OpenGL: Fix multisample renderbuffer creation when MAX_SAMPLES is 0. | Christian Kamm | 2010-08-09 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Previously, we would try to create one with samples = 1 anyway, potentially resulting in an INVALID_VALUE error. Task-number: QTBUG-12757 Reviewed-by: Samuel Rødal | ||||
* | | | doc: Fixed some qdoc errors. | Martin Smith | 2010-08-09 | 2 | -7/+1 |
|/ / | |||||
* | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7 | Martin Smith | 2010-08-09 | 6 | -0/+9667 |
|\ \ | |||||
| * | | Add Ukrainian translation. | Victor Ostashevsky | 2010-08-09 | 6 | -0/+9667 |
| | | | | | | | | | | | | | | | Merge-request: 761 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | ||||
* | | | doc: Fixed some qdoc errors. | Martin Smith | 2010-08-09 | 3 | -4/+4 |
|/ / | |||||
* | | doc: Fixed some qdoc errors. | Martin Smith | 2010-08-09 | 8 | -17/+22 |
| | | |||||
* | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7 | Martin Smith | 2010-08-09 | 1 | -4/+4 |
|\ \ | |||||
| * | | Doc: removing reduntant text from the index page | Morten Engvoldsen | 2010-08-09 | 1 | -4/+4 |
| | | | |||||
* | | | doc: Fixed some qdoc errors. | Martin Smith | 2010-08-09 | 4 | -5/+5 |
|/ / | |||||
* | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7 | Martin Smith | 2010-08-09 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fixed missing link tag in declarativeui.qdoc. Fix for QTBUG-12750 | Jerome Pasion | 2010-08-09 | 1 | -1/+1 |
| | | |||||
* | | doc: Fixed some qdoc errors. | Martin Smith | 2010-08-09 | 5 | -6/+7 |
|/ | |||||
* | doc: Fixed some qdoc errors. | Martin Smith | 2010-08-09 | 1 | -63/+1 |
| | |||||
* | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7 | Martin Smith | 2010-08-09 | 5 | -4629/+278 |
|\ | |||||
| * | I18N: Update German translations for 4.7.0. | Friedemann Kleint | 2010-08-09 | 5 | -4629/+278 |
| | | |||||
* | | doc: Fixed some qdoc errors. | Martin Smith | 2010-08-09 | 1 | -6/+11 |
|/ | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵ | Qt Continuous Integration System | 2010-08-06 | 81 | -3118/+6846 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (34 commits) Modified descriptions of QBasicTimer class and isActive() function. Translation work for 4.7 Some more french translations. Some french translations doc: Re-introduced next/previous page links in the footer. Doc: Fixing validation bugs Removed duplicate case for const variable snippet. doc: Fixed some qdoc errors. doc: Fixed some qdoc errors. doc: Fixed some qdoc errors. doc: Fixed some S60 qdoc errors. doc: Fixed some missing images. Adding Getting Started files. Auto test passes. Changed width of the document. Part of the fix for QTBUG-12180 Revert "Doc: Adding GS QML example files" Update def files for d524da81ee257a6bd67d32d0bc870280a7d5b8a4. Remove useless QString::clear() from QSharedData example snippet. Move note on connectToBus() not actually being able to reconnect to Adding a description for the Spectrum Analyzer demo. For QTBUG-12180 qdoc: added application flags in doc.pri and fixed QTBUG-12388 ... | ||||
| * | Modified descriptions of QBasicTimer class and isActive() function. | Jerome Pasion | 2010-08-06 | 1 | -3/+4 |
| | | | | | | | | | | Reviewed by: David Boddie Task: QTBUG-12313 | ||||
| * | Translation work for 4.7 | Pierre Rossi | 2010-08-06 | 7 | -514/+3003 |
| | | | | | | | | | | | | | | | | validating and adding some french translations. Plus all the fixes from Gabriel's extensive review. Doc: Fix a typo Reviewed-by: gabi | ||||
| * | Some more french translations. | qCaro | 2010-08-06 | 1 | -151/+156 |
| | | | | | | | | Reviewed-by: Pierre | ||||
| * | Some french translations | Pierre Rossi | 2010-08-06 | 6 | -3071/+2549 |
| | | | | | | | | Reviewed-by: gabi | ||||
| * | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7 | Martin Smith | 2010-08-06 | 2 | -9/+5 |
| |\ | |||||
| | * | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7 | Morten Engvoldsen | 2010-08-06 | 72 | -1526/+2168 |
| | |\ | |||||
| | | * | Removed duplicate case for const variable snippet. | Jerome Pasion | 2010-08-06 | 1 | -5/+0 |
| | | | | | | | | | | | | | | | | | | | | Reviewer: David Boddie Task number: QTBUG-10411 | ||||
| | * | | Doc: Fixing validation bugs | Morten Engvoldsen | 2010-08-06 | 1 | -4/+5 |
| | | | | |||||
| * | | | doc: Re-introduced next/previous page links in the footer. | Martin Smith | 2010-08-06 | 1 | -0/+55 |
| | |/ | |/| | | | | | | | Task-Nr: QTBUG-12278 | ||||
| * | | doc: Fixed some qdoc errors. | Martin Smith | 2010-08-06 | 1 | -2/+3 |
| | | | |||||
| * | | doc: Fixed some qdoc errors. | Martin Smith | 2010-08-06 | 2 | -30/+20 |
| | | | |||||
| * | | doc: Fixed some qdoc errors. | Martin Smith | 2010-08-06 | 2 | -0/+33 |
| | | | |||||
| * | | doc: Fixed some S60 qdoc errors. | Martin Smith | 2010-08-06 | 2 | -0/+54 |
| | | | |||||
| * | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7 | Martin Smith | 2010-08-06 | 21 | -0/+1638 |
| |\ \ | |||||
| | * | | Adding Getting Started files. Auto test passes. | Jerome Pasion | 2010-08-06 | 20 | -0/+1603 |
| | | | |