Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doc: Document format for new Math3D classes as well as QTransform | Volker Hilsheimer | 2009-07-27 | 1 | -0/+56 |
| | |||||
* | Doc: QPictureIO and QPictureFormatPlugin have been obsolete for a while. | Volker Hilsheimer | 2009-07-27 | 1 | -1/+0 |
| | |||||
* | Doc: Obsolete QMatrix and QPainter APIs using it. | Volker Hilsheimer | 2009-07-27 | 1 | -1/+1 |
| | | | | | | | | | QTransform and respective APIs should be used. Still some changes required - Some references to QMatrix left in documentation - Qt code uses QMatrix APIs (ie translationX) Reviewed-by: Samuel | ||||
* | Doc: QTextLayout is the class to use in interactive text controls. | Volker Hilsheimer | 2009-07-27 | 1 | -6/+6 |
| | |||||
* | Doc: Remove more links to obsolete functions. | Volker Hilsheimer | 2009-07-25 | 1 | -1/+1 |
| | |||||
* | Doc: Replace QMatrix with QTransform and respective functions in various places. | Volker Hilsheimer | 2009-07-25 | 3 | -19/+15 |
| | |||||
* | Doc: Replace more links to obsolete APIs. | Volker Hilsheimer | 2009-07-25 | 2 | -9/+9 |
| | |||||
* | Doc: Replace links to obsolete APIs. | Volker Hilsheimer | 2009-07-25 | 2 | -4/+2 |
| | |||||
* | qdoc: Fixed all references to obsolete QHttp classes. | Martin Smith | 2009-07-24 | 6 | -40/+39 |
| | |||||
* | Doc: Split qdoc file for various platform and compiler specific | Volker Hilsheimer | 2009-07-24 | 3 | -342/+421 |
| | | | | pages, and update with information relevant for Qt 4.6 | ||||
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Peter Yard | 2009-07-24 | 58 | -47/+254 |
|\ | |||||
| * | Some minor doc fixes. | Robert Griebl | 2009-07-23 | 2 | -8/+8 |
| | | | | | | | | Reviewed-by: Kavindra | ||||
| * | Fixed embedded mouse and keyboard docu for 4.6 | Robert Griebl | 2009-07-23 | 4 | -21/+136 |
| | | | | | | | | Reviewed-By: Paul | ||||
| * | Doc: link to bugreport form and the public repository | Volker Hilsheimer | 2009-07-23 | 2 | -8/+10 |
| | | |||||
| * | Doc: Removed invalid statements about item views and QTextDocument. | David Boddie | 2009-07-23 | 1 | -2/+2 |
| | | | | | | | | | | | | Task-number: 257669 Reviewed-by: Trust Me Bikeshed-value-for-reviewed-by-field: 11 | ||||
| * | Doc - Clarified that Graphics View does not support the inverted y-axis | Kavindra Devi Palaraja | 2009-07-22 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | coordinate system Task: 258259 Reviewed-By: João Abecasis <joao@trolltech.com> | ||||
| * | QNetworkReply: add possibility to ignore specific SSL errors | Peter Hartmann | 2009-07-22 | 2 | -0/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | the same method was also added to QSslSocket. previously, it was only possible to ignore all SSL errors; now, it is also possible to only ignore specific SSL errors, given by a QList of QSslErrors. Moreover, it is possible to call this newly added method right after connecting, not just when we get the SSL error. Reviewed-by: Thiago Task-number: 257322 | ||||
| * | qdoc: Added page for obsolete classes. | Martin Smith | 2009-07-22 | 2 | -4/+65 |
| | | | | | | | | | | | | | | The classes marked \obsolete are no longer included in the "All Classes" list. They are listed separately on an "Obsolete Classes" list. The new page is reachable from the "All Classes" page and from the "Grouped Classes" page. | ||||
| * | Doc fixes to QEasingCurve. | Jan-Arve Sæther | 2009-07-21 | 46 | -12/+17 |
| | | | | | | | | | | | | | | | | | | | | | | * Remove some references to QAnimation. QAnimation does not exist. * Clarify the documentation for QEasingCurve::Linear. (avoid "tweening" and "no easing") * In the diagrams, change "ease" to "value". * Change the diagram generation code to use antialiased drawing (just as we do in the easingcurve example) Reviewed-by: leo | ||||
* | | #250741 Doc for Making task editable | Peter Yard | 2009-07-24 | 2 | -3/+38 |
|/ | |||||
* | Mention Milan Burda's Windows 9x/ME support removal contribution | Marius Storm-Olsen | 2009-07-20 | 1 | -0/+1 |
| | | | | | | | With the exception of cfadf08a, all the commits from adc1c08e to a6e32ae1 were from Milan, even if the Author were on some of the commits mangled into my name. This was my mistake, when splitting and reorganizing his massive contribution. My appologies Milan. | ||||
* | Doc: add \since 4.6 for new APIs | Volker Hilsheimer | 2009-07-19 | 1 | -0/+4 |
| | |||||
* | Doc: Document QAction::Priority and Qt::ToolButtonFollowStyle. | Volker Hilsheimer | 2009-07-18 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | David Boddie | 2009-07-17 | 3 | -38/+95 |
|\ | |||||
| * | Merge branch 'screencountchanged' | Volker Hilsheimer | 2009-07-17 | 1 | -34/+49 |
| |\ | | | | | | | | | | | | | Reviewed-by: denis Reviewed-by: Prasanth | ||||
| | * | Implement QDesktopWidget::screenCountChanged signal on desktop platforms, | Volker Hilsheimer | 2009-07-17 | 1 | -34/+49 |
| | | | | | | | | | | | | | | | | | | | | | and add manual testcase. Provide replacement "screenCount" for numScreens and document numScreens as obsolete to be more consistent with other APIs. | ||||
| * | | Update the documentation after the change in the completer exemple | Olivier Goffart | 2009-07-17 | 1 | -4/+12 |
| | | | |||||
| * | | Doc: Added info on QWrappedEvent to QAbstractTransition::eventTest() | Geir Vattekar | 2009-07-17 | 1 | -0/+34 |
| |/ | | | | | | | Reviewed-by: Kent Hansen | ||||
* | | Doc: Added XML Schema license information to the documentation. | David Boddie | 2009-07-17 | 1 | -0/+48 |
|/ | | | | | Reviewed-by: Trust Me Post-review-sanity-check-by: Peter Hartmann | ||||
* | Doc: show warnings about unrecognized or unsupported devices in the status | Volker Hilsheimer | 2009-07-16 | 1 | -1/+4 |
| | | | | | | | bar where TabletPC users can also see them. Fixes: task 216859 Rev-by: TrustMe | ||||
* | Update the license headers in XML Schema to the new format | Thiago Macieira | 2009-07-16 | 5 | -5/+5 |
| | |||||
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Peter Hartmann | 2009-07-15 | 1 | -1/+1 |
|\ | |||||
| * | Doc - fixed a typo | Kavindra Devi Palaraja | 2009-07-15 | 1 | -1/+1 |
| | | | | | | | | | | | | Reviewed-By: TrustMe Task: 257919 | ||||
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Peter Hartmann | 2009-07-15 | 37 | -306/+360 |
|\ \ | |/ | |||||
| * | doc: Use \inheaderfile to show which include file to include. | Martin Smith | 2009-07-13 | 1 | -0/+1 |
| | | | | | | | | | | | | | | Letting qdoc output it automatically produces the wrong header file name. Task-number: 217268 210171 220664 | ||||
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | David Boddie | 2009-07-13 | 3 | -45/+55 |
| |\ | |||||
| | * | doc: Clarified what Qt::HANDLE is on Windows. | Martin Smith | 2009-07-13 | 1 | -2/+3 |
| | | | | | | | | | | | | Task-number: 193615 | ||||
| | * | Added some links to the appropriate functions to the doc. | Denis Dzyubenko | 2009-07-09 | 1 | -5/+8 |
| | | | | | | | | | | | | Reviewed-by: trustme | ||||
| | * | doc: Minor edits of reentrant/thread-safe expalantion. | Martin Smith | 2009-07-09 | 1 | -6/+6 |
| | | | | | | | | | | | | Task-number: 189232 | ||||
| | * | doc: Clarified the meanings in Qt for reentrant and thread-safe. | Martin Smith | 2009-07-09 | 1 | -38/+44 |
| | | | | | | | | | | | | Task-number: 189232 | ||||
| * | | Doc: Explicitly declare the module for each namespace to prevent strange | David Boddie | 2009-07-13 | 2 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | omissions when qdoc is used in certain Windows environments. Task-number: 256415 Reviewed-by: Trust Me | ||||
| * | | Doc: Post review fixes to the SQL data types table. | David Boddie | 2009-07-08 | 1 | -63/+60 |
| | | | | | | | | | | | | Reviewed-by: Trust Me | ||||
| * | | Doc: Added information about newer Visual Studio libraries. | David Boddie | 2009-07-08 | 1 | -4/+6 |
| |/ | | | | | | | | | Reviewed-by: Trust Me As-seen-on: #pyqt (freenode.net) | ||||
| * | Updated docs to mention pattern matching in help project file lists. | ck | 2009-07-07 | 3 | -16/+11 |
| | | | | | | | | Reviewed-by: kh | ||||
| * | Doc - beautified some of the existing sentences in Part 6 | Kavindra Devi Palaraja | 2009-07-06 | 1 | -8/+8 |
| | | | | | | | | Reviewed-By: TrustMe | ||||
| * | general wording change for some file type names | Frederik Schwarzer | 2009-07-06 | 28 | -157/+156 |
| | | | | | | | | | | | | | | | | | | | | | | - .ts file -> TS file - .qm file -> QM file - .ui file -> UI file + a handfull of typos I stumbled over Merge-request: 802 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | ||||
| * | support for id-based translations | Oswald Buddenhagen | 2009-07-06 | 1 | -0/+24 |
| | | | | | | | | | | | | | | | | | | | | | | unlike in an earlier attempt, ids are textual this time. the developer is able to provide a template for the string. when lupdate and lrelease are integrated into the build process, this makes it possible to avoid a round-trip to a dedicated string designer during the early development stage. Requirement-id: QT-435 | ||||
| * | doc: Corrected comment about effect of deleting a QObject from a thread. | Martin Smith | 2009-07-06 | 1 | -12/+14 |
| | | | | | | | | Task-number: 151180 | ||||
| * | doc: Added note about qmake not building to two targets simultaneously | Martin Smith | 2009-07-06 | 1 | -0/+23 |
| | | | | | | | | Task-number: 256486 | ||||
* | | Merge branch 'master' of git://gitorious.org/qt/qt | Tobias Koenig | 2009-07-05 | 789 | -1915/+3858 |
|\ \ | |/ |