summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-271-5/+4
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Increment Qt version number in qdoc namespaces.Jason McDonald2009-04-271-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As we saw with the 4.5.1 release, failing to increment the namespaces when incrementing the Qt version causes some featuresof Assistant to break. Reviewed-by: Trust Me
| | * | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-247-355/+0
| | |\ \ \ \ | | | |/ / /
| | | * | | Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.5 ( ↵Simon Hausmann2009-04-247-355/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 242472777d440a540b4bc944c84eb522388e384e ) Changes in WebKit since the last update: ++ b/ChangeLog 2009-04-24 Simon Hausmann <simon.hausmann@nokia.com> Reviewed by Ariya Hidayat. Added support for generating API docs in the Qt build using "make docs" * WebKit.pro: Include docs.pri for "make docs" target. ++ b/WebKit/qt/ChangeLog 2009-04-24 Simon Hausmann <simon.hausmann@nokia.com> Reviewed by Ariya Hidayat. Added support for generating API docs in the Qt build using "make docs" Added code snippets and overview from the Qt sources references in the API docs. * Api/qwebpage.cpp: Adjust paths to snippets. * Api/qwebview.cpp: Ditto. * docs/docs.pri: Added. * docs/qtwebkit.qdoc: Added. * docs/qtwebkit.qdocconf: Added. * docs/webkitsnippets/qtwebkit_build_snippet.qdoc: Added. * docs/webkitsnippets/qtwebkit_qwebview_snippet.cpp: Added. * docs/webkitsnippets/simple/main.cpp: Added. * docs/webkitsnippets/simple/simple.pro: Added. * docs/webkitsnippets/webpage/main.cpp: Added. * docs/webkitsnippets/webpage/webpage.pro: Added. Moved QtWebKit documentation into the WebKit project under src/3rdparty/webkit This is needed to have "make docs" inside WebKit and allows contributors to the WebKit project to write API docs. I'm doing the change in 4.5 to simplify merging with Qt 4.6. Reviewed-by: Trust me
| | * | | | Remove the Direct3D engine.Gunnar Sletta2009-04-241-11/+4
| | | | | |
| | * | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-233-0/+52
| | |\ \ \ \ | | | |/ / /
| | | * | | Add Google Suggest as a new network exampleAriya Hidayat2009-04-233-0/+52
| | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
| | * | | | Merge branch '4.5'Thiago Macieira2009-04-234-1/+53
| | |\ \ \ \ | | | |/ / / | | | | | | | | | | | | | | | | | | Conflicts: tests/auto/qaction/tst_qaction.cpp
| | | * | | Added Google Chat client as a new WebKit exampleAriya Hidayat2009-04-233-0/+52
| | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
| | | * | | use qdoc3 debug version only when it is availableJoerg Bornemann2009-04-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default there is no debug version built of qdoc3. In this case we should call the release build. Reviewed-by: kh
| | * | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-234-0/+70
| | |\ \ \ \ | | | |/ / /
| | | * | | Mention the jQuery MIT license in the 3rdparty license file, used in the ↵Simon Hausmann2009-04-231-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fancybrowser example Reviewed-by: Kavindra
| | | * | | Add fancy browser as the new exampleAriya Hidayat2009-04-233-0/+52
| | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
| | * | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-232-3/+3
| | |\ \ \ \ | | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/corelib/global/qfeatures.h src/gui/painting/qtransform.cpp util/scripts/make_qfeatures_dot_h
| | | * | | Doc fixesJoão Abecasis2009-04-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Thiago
| | | * | | Fix my previous commit since I missed the q out of qtestlibAndy Shaw2009-04-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Task-number: 251848 Reviewed-by: TrustMe
| | | * | | Fix the code snippet for executing a test, it should be CONFIG not QTAndy Shaw2009-04-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Task-number: 251848 Reviewed-by: TrustMe
* | | | | | Changing over to new qml format, add snippetsIan Walters2009-04-291-154/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Structure hasn't changed, just used qmlconv and started adding snippet tags
* | | | | | Merge branch 'kinetic-declarativeui' of ↵Ian Walters2009-04-2814-9/+18
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | | API and documentation work on the transform elements.Michael Brasser2009-04-281-0/+0
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Axis has been split into Axis, AxisRotation, and AxisTranslation. Basic docs (in some cases just a stub) have been added for these, Perspective, and Squish. Flipable has moved to its own file.
| * | | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-04-247-7/+9
| |\ \ \ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | | Documentation fixes.Michael Brasser2009-04-246-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reduce the number of warnings from qdoc. \todo's have been made into tasks instead.
| | * | | | Expose basic BlendedImage docs.Michael Brasser2009-04-231-0/+2
| | | | | |
| * | | | | Documentation for Path, PathLine, etc.Martin Jones2009-04-246-0/+7
| |/ / / /
| * | | | qdoc: Edited the documentation to remove numerous qdoc warnings.Martin Smith2009-04-231-2/+2
| | | | |
* | | | | Minor changesIan Walters2009-04-281-1/+65
| | | | | | | | | | | | | | | | | | | | | | | | | A reformat, a couple of extra examples of loading types, and a start on the contents of chapter 3.
* | | | | Further tutorial work. Draft of second chapter.Ian Walters2009-04-241-2/+254
|/ / / /
* | | | Merge branch 'kinetic-declarativeui' of ↵Ian Walters2009-04-232-1/+2
|\ \ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | Component and ComponentInstance documentation.Martin Jones2009-04-232-1/+2
| | | | |
* | | | | First draft chapter 1 of tutorial: complete.Ian Walters2009-04-235-56/+80
| | | | |
* | | | | Continuing tutorialIan Walters2009-04-231-0/+446
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Start of qdoc componenet relating to example files. Also removed t8 and replaced with Final, which will represent the final 'application', and not necissarily in terms of minor stages. However difference that will be useful or confusing to the user will still be highlighted, just not in the progressive manor of the rest of the tutorial Scheduled for review when complete.
* | | | Merge branch 'kinetic-animations' of ../../qt/kinetic into kinetic-declarativeuiMichael Brasser2009-04-221-6/+6
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | Conflicts: src/gui/graphicsview/qgraphicsitem.cpp
| * | | more docKent Hansen2009-04-171-6/+6
| | | |
| * | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-animationsAlexis Menard2009-04-1754-479/+1319
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: src/gui/graphicsview/qgraphicsitem.cpp
| * | | | Initial import of kinetic-animations branch from the old kineticAlexis Menard2009-04-173292-0/+227236
| / / / | | | | | | | | | | | | repository to the new repository
* | | | Merge branch 'master' of ../../qt/qt into kinetic-declarativeuiMichael Brasser2009-04-226-14/+8
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch '4.5'Rhys Weatherley2009-04-211-1/+1
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gui/graphicsview/qgraphicsitem.cpp tools/qdoc3/test/assistant.qdocconf tools/qdoc3/test/designer.qdocconf tools/qdoc3/test/linguist.qdocconf tools/qdoc3/test/qmake.qdocconf tools/qdoc3/test/qt-build-docs.qdocconf tools/qdoc3/test/qt.qdocconf
| | * | Fixed a typo.Martin Pejcoch2009-04-211-1/+1
| | | | | | | | | | | | | | | | Reviewed-by: Kavindra
| * | | Merge branch '4.5'Thiago Macieira2009-04-202-4/+4
| |\ \ \ | | |/ / | | | | | | | | | | | | Conflicts: tests/auto/qaction/tst_qaction.cpp
| | * | Doc - Mentioned that ActiveQt is now part of the Open source versionsKavindra Devi Palaraja2009-04-201-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | of Qt. Reviewed-by: Prasanth Ullattil <prasanth.ullattil@nokia.com>
| | * | don't create double backslash in qdoc3 command on WindowsJoerg Bornemann2009-04-201-1/+1
| | | | | | | | | | | | | | | | Reviewed-by: janarve
| * | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-203-9/+3
| |\ \ \ | | |/ / | | | | | | | | | | | | Conflicts: src/gui/itemviews/qheaderview_p.h
| | * | BT: Obsolete license textJason McDonald2009-04-171-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the docs, index.html had a statement about licensing that is no longer true, plus the file it linked to longer exists. This change removes the offending paragraph from the docs. Task-number: 251348 Reviewed-by: Carlos Duclos
| | * | Fix a couple more unmaintained version numbers.Jason McDonald2009-04-171-1/+1
| | |/ | | | | | | | | | | | | | | | | | | I have now inspected all 4.x.y version numbers appearing in the depot. All remaining instances appear to be acceptable. Reviewed-by: Trust Me
| | * Fix obsolete version number in docs.Jason McDonald2009-04-171-2/+2
| | | | | | | | | | | | | | | | | | | | | Replace with %VERSION%, so we don't need to fix this for every release. Task-number: 251417 Reviewed-by: Trust Me
* | | Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-22153-0/+4861
|/ /
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-175-183/+7
|\ \ | |/ | | | | | | Conflicts: tests/auto/qpainterpath/tst_qpainterpath.cpp
| * Fix obsolete version number in docs.Jason McDonald2009-04-171-3/+1
| | | | | | | | | | | | | | Use %VERSION% so that we don't have to fix this for every release. Task-number: 251418 Reviewed-by: Trust Me
| * Wrong version number in windows installation doc.Jason McDonald2009-04-171-1/+1
| | | | | | | | | | | | | | | | Doc still referred to 4.4.0-rc1 - replace with %VERSION% so we don't have to keep updating this. Task-number: 251419 Reviewed-by: Trust Me
| * Remove out-of-date Cocoa known issues page.Jason McDonald2009-04-171-168/+0
| | | | | | | | | | | | | | | | This page is not linked from anywhere, and its content is horribly out-of-date. Task-number: 251420 Reviewed-by: nrc