summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Assistant: Documentation update for commit b961124.ck2009-11-181-5/+12
| | | | | Task-number: QT-2286 Reviewed-by: David Boddie
* Assistant: Add minimal documentation for as-yet-undocumented example.ck2009-11-172-0/+49
| | | | | Task-number: QT-2455 Reviewed-by: David Boddie
* Merge branch '4.6'Thiago Macieira2009-11-1311-40/+97
|\
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into 4.6David Boddie2009-11-127-27/+71
| |\ | | | | | | | | | | | | | | | | | | Conflicts: dist/changes-4.6.0 src/corelib/tools/qscopedpointer_p.h src/gui/widgets/qlcdnumber.cpp
| | * Correct URL format.Jason McDonald2009-11-111-2/+2
| | | | | | | | | | | | Reviewed-by: Trust Me
| | * Documentation: Adding comments to QHoverEvent classMorten Engvoldsen2009-11-111-0/+0
| | | | | | | | | | | | | | | | | | Explaining the difference between hover events and enter/leave/move events Task-number: QT-1116 Reviewed-by: Bjørn Erik Nilsen
| | * Removed mention of purged graphics effects from the documentation.Samuel Rødal2009-11-111-3/+3
| | |
| | * Doc: remove graphics for effects that are no longer in scope.Volker Hilsheimer2009-11-115-4/+4
| | |
| | * Doc: Improved WebKit example coverage.David Boddie2009-11-114-22/+70
| | | | | | | | | | | | Reviewed-by: Trust Me
| | * Improvements to graphics effects API after review round.Samuel Rødal2009-11-111-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Get rid of QGraphicsEffectSource from the public API, instead add convenience functions in QGraphicsEffect. This way we commit to less API, and are free to introduce a customizable QGraphicsEffectSource in a future release. * Move PixmapPadMode into QGraphicsEffect and tweak the names of the enum values. * Make QGraphicsBlurEffect::BlurHint into a bit flag, for extensibility. Reviewed-by: Bjørn Erik Nilsen
| | * Doc: fix typo in linkVolker Hilsheimer2009-11-111-1/+1
| | |
| | * Doc: Added an example to demonstrate the QWebElement class.David Boddie2009-11-093-5/+1
| | | | | | | | | | | | Reviewed-by: Trust Me
| * | Doc: Link to the public bug tracker.Volker Hilsheimer2009-11-112-11/+24
| | |
| * | Correct URL format.Jason McDonald2009-11-111-2/+2
| | | | | | | | | | | | Reviewed-by: Trust Me
| * | Documentation: Adding comments to QHoverEvent classMorten Engvoldsen2009-11-101-0/+0
| | | | | | | | | | | | | | | | | | Explaining the difference between hover events and enter/leave/move events Task-number: QT-1116 Reviewed-by: Bjørn Erik Nilsen
* | | Assistant: Fix expandToc logic.ck2009-11-131-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | Documentation and implementation for the expandToc remote command did not agree. Fixed both. Also added documentation for recently implemented register/unregister remote commands. Reviewed-by: kh1 Reviewed-by: David Boddie
* | | Assistant: Update documentation for remote commands.ck2009-11-112-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Assistant understands a newline character as well as '\0' to mark the end of a remote command. Since the former is considerably less complicated to do and to explain, the documentation now uses that approach. - The related examples have been updated accordingly. - The qdoc file now uses the encoding it promises in the header. Reviewed-by: kh1 Reviewed-by: David Boddie
* | | Merge branch '4.6'Thiago Macieira2009-11-1047-641/+2067
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gui/styles/qcommonstyle.cpp tools/assistant/lib/lib.pro tools/assistant/lib/qhelp_global.cpp tools/assistant/tools/assistant/assistant.qch tools/assistant/tools/assistant/mainwindow.cpp
| * | Removed mention of purged graphics effects from the documentation.Samuel Rødal2009-11-101-3/+3
| | |
| * | Doc: remove graphics for effects that are no longer in scope.Volker Hilsheimer2009-11-105-4/+4
| | |
| * | Improvements to graphics effects API after review round.Samuel Rødal2009-11-101-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Get rid of QGraphicsEffectSource from the public API, instead add convenience functions in QGraphicsEffect. This way we commit to less API, and are free to introduce a customizable QGraphicsEffectSource in a future release. * Move PixmapPadMode into QGraphicsEffect and tweak the names of the enum values. * Make QGraphicsBlurEffect::BlurHint into a bit flag, for extensibility. Reviewed-by: Bjørn Erik Nilsen
| * | Doc: fix typo in linkVolker Hilsheimer2009-11-101-1/+1
| |/
| * Update INSTALL and README + friends for the everywhere packageJason McDonald2009-11-092-4/+97
| | | | | | | | | | | | | | | | | | Make INSTALL and README more generic, avoid repeating stuff that's already in the product docs, and move the Windows Signing stuff into the product docs. Task-number: QTBUG-5453 Reviewed-by: Espen Riskedal
| * Doc: updated documentation for Google Suggest ExampleMorten Engvoldsen2009-11-091-96/+96
| | | | | | | | | | | | | | | | Documented the Google Suggest Example. Adding descriptions and screenshot. and correcting indent Task-number: QT-700 Rev-by: Volker Hilsheimer
| * ÿþdMorten Engvoldsen2009-11-092-3/+145
| |
| * Mistake in the example for QByteArray::lastIndexOf()Keith Isdale2009-11-091-1/+1
| | | | | | | | | | | | | | | | Correct typing error "azy" -> "az" Ensure that the example code returns indicated values. Task-number: QTBUG-5571 Reviewed-by: Peter Yard
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into 4.6David Boddie2009-11-063-33/+68
| |\
| | * Doc: Fixed a URL to ensure that it can be used in well-formed XML.David Boddie2009-11-061-1/+1
| | | | | | | | | | | | Reviewed-by: Trust Me
| | * Doc: Moved external references to a separate collection.David Boddie2009-11-062-32/+67
| | | | | | | | | | | | Reviewed-by: Trust Me
| | * Doc: Trivial fix.David Boddie2009-11-051-1/+1
| | | | | | | | | | | | Reviewed-by: Trust Me
| * | update documentationLars Knoll2009-11-061-2/+3
| | | | | | | | | | | | | | | | | | | | | We are at Unicode 5.1, not 4.0 Tell about N'Ko support. Reviewed-by: Gunnar
| * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-11-0621-164/+1201
| |\ \ | | |/
| | * Doc: Fixed qdoc warnings.David Boddie2009-11-055-24/+34
| | | | | | | | | | | | Reviewed-by: Trust Me
| | * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into 4.6David Boddie2009-11-051-2/+4
| | |\
| | | * Doc: Added a link to the online version of the Qt book (2nd edition).David Boddie2009-11-051-2/+4
| | | | | | | | | | | | | | | | Reviewed-by: Trust Me
| | * | Documentation: Updating Embedded HW acc. docsMorten Engvoldsen2009-11-051-230/+0
| | | | | | | | | | | | | | | | | | | | | | | | Removing redundant file Task-number: QT-1109
| | * | Documentation: Embedded hardware accelerationMorten Engvoldsen2009-11-0514-44/+1299
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding docs on how to use hardware acceleration on Embedded Linux and Windows CE Task-number: QT-1109 Rev-by: Anders Bakken Rev-by: Rhys Weatherley Rev-by: Thomas Hartmann
| | * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into 4.6David Boddie2009-11-042-6/+6
| | |\ \ | | | |/ | | | | | | | | | | | | | | | | Conflicts: src/gui/kernel/qevent.cpp src/gui/kernel/qgesture.cpp
| | | * Doc: Fixed qdoc warnings.David Boddie2009-11-043-9/+9
| | | | | | | | | | | | | | | | Reviewed-by: Trust Me
| * | | Modify QGLShader and QGLShaderProgram in response to API reviewRhys Weatherley2009-11-051-6/+9
| |/ / | | | | | | | | | Reviewed-by: Sarah Smith
| * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6David Boddie2009-11-048-91/+112
| |\ \ | | |/ | |/|
| | * Merge commit '51c9b68' into 4.6Morten Johan Sørvig2009-11-041-9/+9
| | |\ | | | | | | | | | | | | | | | | | | | | Conflicts: dist/changes-4.6.0 src/gui/kernel/qevent.h
| | | * Gesture api review.Denis Dzyubenko2009-11-031-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | Changes to the gesture api after the review. Reviewed-by: Jasmin Blanchette
| | | * Documentation fixes related to gestures doc.Denis Dzyubenko2009-11-031-2/+2
| | | | | | | | | | | | | | | | Reviewed-by: David Boddie
| | * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-11-0410-358/+313
| | |\ \
| | | * \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Jason McDonald2009-11-047-355/+310
| | | |\ \
| | | * | | Attempt to fix qdoc error caused by renaming of ftp example to qftp.Jason McDonald2009-11-043-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Trust Me
| | * | | | Merge branch 'statemachine-api-changes' into 4.6Eskil Abrahamsen Blomfeldt2009-11-033-10/+11
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/src/frameworks-technologies/statemachine.qdoc src/corelib/statemachine/qstatemachine.cpp
| | | * | | | Rename QState::polished() signal to "propertiesAssigned"Eskil Abrahamsen Blomfeldt2009-11-033-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "Polished" was never a very descriptive word, and it already has a meaning attached in the QStyle API. Additionally, "propertiesAssigned" has the benefit of giving the relation to the assignProperty() function as part of the name. Reviewed-by: Kent Hansen
| | * | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-11-031-0/+23
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |