summaryrefslogtreecommitdiffstats
path: root/doc/src/qt4-intro.qdoc
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Fixed warnings and other problems found while fixing markup.David Boddie2011-02-071-2/+2
|
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | Reviewed-by: Trust Me
* Doc: Added missing What's New information for Qt 4.6 and 4.7.David Boddie2010-12-071-8/+54
| | | | Task-number: QTBUG-15670
* Doc: Correcting references to Qt Declarative module.Morten Engvoldsen2010-11-151-1/+1
|
* Doc: Fixed warnings caused by an earlier change. Made docs consistent.David Boddie2010-10-071-1/+1
| | | | Related to change f447ae026637a75d565e9347eb19f33d09557039.
* Doc: Fixed the in-repository licenses for the documentation.David Boddie2010-10-041-5/+5
| | | | | | In the repository, we should always use the No Commercial license alongside the GNU Free Documentation License for documentation files.
* Doc: Updated What's new in 4.7 pageGeir Vattekar2010-09-161-1/+68
| | | | Reviewed-by: Henry Haverinen
* Doc: Removing section about Multimedia - playback and declarative elements. ↵Morten Engvoldsen2010-09-161-9/+0
| | | | This was descoped from Qt 4.7.
* Doc: adding remark on release of qt quick element support in creatorMorten Engvoldsen2010-09-071-1/+2
|
* Merge branch '4.7' of ../oslo-staging-2 into 4.7David Boddie2010-08-131-4/+4
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: doc/src/declarative/declarativeui.qdoc doc/src/examples/simpletreemodel.qdoc doc/src/examples/spinboxdelegate.qdoc doc/src/getting-started/demos.qdoc doc/src/getting-started/gettingstartedqml.qdoc doc/src/index.qdoc src/declarative/qml/qdeclarativeimageprovider.cpp
| * Doc: Fixes to Qt Quick documentation.David Boddie2010-08-091-4/+4
| | | | | | | | | | Reviewed-by: Trust Me To-be-verified-by: Qt Doc Team
* | doc: Changed some titles so lists of contents sort better.Martin Smith2010-08-101-1/+1
|/
* Modified file/directory names and text to remove disallowed terminology.Kevin Wright2010-07-271-4/+4
|
* Doc: Relicensed the documentation under the GNU FDL version 1.3.David Boddie2010-06-211-25/+11
| | | | | Reviewed-by: Trust Me Requested-by: Legal
* qdoc: Added new table of contents for non-class ref pagesMartin Smith2010-04-131-14/+0
| | | | This feature is not complete in this commit.
* Doc: add image for Qt Quick to "What's New" page.Volker Hilsheimer2010-03-081-0/+2
|
* Doc: brief Qt Quick introduction on "What's New" page.Volker Hilsheimer2010-03-011-1/+24
|
* Doc: summarize new QtMultimedia functionality in What's New page.Volker Hilsheimer2010-02-261-1/+8
|
* Doc: add a few lines about bearer managment to "What's New" page.Volker Hilsheimer2010-02-251-0/+8
| | | | Needs a screenshot of one of the examples.
* Doc: placeholders for new feature highlights.Volker Hilsheimer2010-02-241-0/+6
|
* doc: Fixed some qdoc errors.Martin Smith2010-02-161-2/+2
|
* doc: Fixed some qdoc warnings.Martin Smith2010-02-051-0/+24
|
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
| | | | Reviewed-by: Trust Me
* doc: Fixed typos.Martin Smith2009-12-181-1/+1
| | | | Task-number: QTBUG-6898
* Improved documentation Qt for the Symbian platformAlessandro Portale2009-11-191-1/+1
| | | | | | | | | | | | | | | | | | | | | By Janne Anttila: - Switched links/references from 'S60' to 'Symbian' - Added collection page for Symbian specific documentation - Added page about application deployment for Symbian - Update supported compiler list for Symbian to more specific one - Added bullet about dev env. setup to Symbian installation page - Commented that SBSv2 is not offically supported by current S60 SDKs - Moved S60 3rd FP1 special patching note after SDK installation bullet - Recommedation to look into Qt quick start guide from Symbian Forum - Added Symbian bullet to known issues page and link to wiki - Added link to "state of support" document from symbian docs main page By aportale: - Rephrasing - More consistent naming of 'Qt for the Symbian platform' - Implementation of suggestions from other Nokians Reviewed-By: Janne Anttila
* doc: Fixed qdoc according to Bjarne's recommendation.Martin Smith2009-11-161-1/+1
| | | | | | Someone had changed an operator==() and an operator!=() from single parameter members to two-parameter friends but hadn't changed the qdoc comments.
* Doc: Add link to the Symbian Introduction.Volker Hilsheimer2009-11-131-0/+2
|
* 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-111-4/+4
|
* Doc: Added an example to demonstrate the QWebElement class.David Boddie2009-11-091-5/+1
| | | | Reviewed-by: Trust Me
* Doc: Trivial fix.David Boddie2009-11-051-1/+1
| | | | Reviewed-by: Trust Me
* Documentation: Correct dangling reference to Qt Designer documentation.Friedemann Kleint2009-10-221-1/+1
| | | | Task-number: QTBUG-4605
* qdoc: Made the \sincelist command produce better html.Martin Smith2009-10-141-2/+3
|
* Doc: Gesture API documentation review.David Boddie2009-10-121-13/+16
| | | | Reviewed-by: Trust Me
* Added documentation for the Gesture API.Denis Dzyubenko2009-10-121-2/+2
| | | | Reviewed-by: trustme
* Changed several S60 references to Symbian references in docs.Miikka Heikkinen2009-10-091-1/+1
| | | | Reviewed-by: Janne Koskinen
* doc: Changed the format of the since list.Martin Smith2009-10-081-3/+2
| | | | | This is a big change from the original, and I expect we will want modifications.
* Doc: mark API of Gesture framework as preliminary.Volker Hilsheimer2009-10-021-1/+2
| | | | New API will most likely not be in the Beta release.
* Doc: add image for XML Schema support to What's New in 4.6 page.Volker Hilsheimer2009-10-021-0/+2
|
* Doc fix on QGraphicsWidget and QGraphicsObject.Alexis Menard2009-10-011-2/+3
| | | | Reviewed-by:David Boddie <dboddie@trolltech.com>
* Doc: A short paragraph about Symbian support.Volker Hilsheimer2009-10-011-0/+8
| | | | Needs a screenshot or picture.
* Doc: nicer screenshots for Graphics Effects section in "What's New"Volker Hilsheimer2009-10-011-1/+10
|
* Doc: add graphics effects and XML Schema Validation support.Volker Hilsheimer2009-10-011-15/+50
| | | | | | Also add links to relevant APIs or documents for each block. Missing: Qt on Symbian
* qdoc: Modified the support for \sincelist.Martin Smith2009-09-301-13/+4
| | | | It now finds a lot more \since 4.6 stuff.
* Fix qdoc error.Jason McDonald2009-09-281-1/+1
| | | | Reviewed-by: Trust Me
* Doc: Removed the What's New page for Designer and fixed indentation.David Boddie2009-09-251-2/+2
| | | | Reviewed-by: Trust Me
* qdoc: Added "since" 4.6 lists to the "What's New" page.Martin Smith2009-09-211-0/+16
| | | | In test/qt.qdocconf, change %VERSION% to 4.6, for example.
* Update license headers again.Jason McDonald2009-09-091-4/+4
| | | | Reviewed-by: Trust Me
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: demos/boxes/glshaders.cpp demos/boxes/vector.h demos/embedded/fluidlauncher/pictureflow.cpp demos/embedded/fluidlauncher/pictureflow.h doc/src/desktop-integration.qdoc doc/src/distributingqt.qdoc doc/src/examples-overview.qdoc doc/src/examples.qdoc doc/src/frameworks-technologies/dbus-adaptors.qdoc doc/src/geometry.qdoc doc/src/groups.qdoc doc/src/objecttrees.qdoc doc/src/platform-notes.qdoc doc/src/plugins-howto.qdoc doc/src/qt3support.qdoc doc/src/qtdbus.qdoc doc/src/qtdesigner.qdoc doc/src/qtgui.qdoc doc/src/qtmain.qdoc doc/src/qtopengl.qdoc doc/src/qtsvg.qdoc doc/src/qtuiloader.qdoc doc/src/qundo.qdoc doc/src/richtext.qdoc doc/src/topics.qdoc src/corelib/tools/qdumper.cpp src/gui/embedded/qkbdpc101_qws.cpp src/gui/embedded/qkbdsl5000_qws.cpp src/gui/embedded/qkbdusb_qws.cpp src/gui/embedded/qkbdvr41xx_qws.cpp src/gui/embedded/qkbdyopy_qws.cpp src/gui/embedded/qmousebus_qws.cpp src/gui/embedded/qmousevr41xx_qws.cpp src/gui/embedded/qmouseyopy_qws.cpp src/gui/painting/qpaintengine_d3d.cpp src/gui/painting/qwindowsurface_d3d.cpp src/opengl/gl2paintengineex/glgc_shader_source.h src/opengl/gl2paintengineex/qglpexshadermanager.cpp src/opengl/gl2paintengineex/qglpexshadermanager_p.h src/opengl/gl2paintengineex/qglshader.cpp src/opengl/gl2paintengineex/qglshader_p.h src/opengl/util/fragmentprograms_p.h src/plugins/kbddrivers/linuxis/linuxiskbdhandler.cpp src/plugins/mousedrivers/linuxis/linuxismousehandler.cpp src/script/parser/qscript.g src/script/qscriptarray_p.h src/script/qscriptasm_p.h src/script/qscriptbuffer_p.h src/script/qscriptclass.cpp src/script/qscriptclassdata_p.h src/script/qscriptcompiler.cpp src/script/qscriptcompiler_p.h src/script/qscriptcontext.cpp src/script/qscriptcontext_p.cpp src/script/qscriptcontext_p.h src/script/qscriptcontextfwd_p.h src/script/qscriptecmaarray.cpp src/script/qscriptecmaarray_p.h src/script/qscriptecmaboolean.cpp src/script/qscriptecmacore.cpp src/script/qscriptecmadate.cpp src/script/qscriptecmadate_p.h src/script/qscriptecmaerror.cpp src/script/qscriptecmaerror_p.h src/script/qscriptecmafunction.cpp src/script/qscriptecmafunction_p.h src/script/qscriptecmaglobal.cpp src/script/qscriptecmaglobal_p.h src/script/qscriptecmamath.cpp src/script/qscriptecmamath_p.h src/script/qscriptecmanumber.cpp src/script/qscriptecmanumber_p.h src/script/qscriptecmaobject.cpp src/script/qscriptecmaobject_p.h src/script/qscriptecmaregexp.cpp src/script/qscriptecmaregexp_p.h src/script/qscriptecmastring.cpp src/script/qscriptecmastring_p.h src/script/qscriptengine.cpp src/script/qscriptengine_p.cpp src/script/qscriptengine_p.h src/script/qscriptenginefwd_p.h src/script/qscriptextenumeration.cpp src/script/qscriptextenumeration_p.h src/script/qscriptextqobject.cpp src/script/qscriptextqobject_p.h src/script/qscriptextvariant.cpp src/script/qscriptfunction.cpp src/script/qscriptfunction_p.h src/script/qscriptgc_p.h src/script/qscriptmember_p.h src/script/qscriptobject_p.h src/script/qscriptprettypretty.cpp src/script/qscriptprettypretty_p.h src/script/qscriptvalue.cpp src/script/qscriptvalueimpl.cpp src/script/qscriptvalueimpl_p.h src/script/qscriptvalueimplfwd_p.h src/script/qscriptvalueiteratorimpl.cpp src/script/qscriptxmlgenerator.cpp src/script/qscriptxmlgenerator_p.h tests/auto/linguist/lupdate/testdata/recursivescan/project.ui tests/auto/linguist/lupdate/testdata/recursivescan/sub/finddialog.cpp tests/auto/qkeyevent/tst_qkeyevent.cpp tools/linguist/shared/cpp.cpp
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| | | | | | | | Reviewed-by: Trust Me