summaryrefslogtreecommitdiffstats
path: root/doc/src/frameworks-technologies
Commit message (Collapse)AuthorAgeFilesLines
* qdoc: Fixed the model/view programming page; tried a style change.Martin Smith2010-05-281-306/+157
|
* doc: Fixed many broken links.Martin Smith2010-05-202-11/+13
|
* doc: Fixed many broken links.Martin Smith2010-05-201-3/+3
|
* doc: Fixed many broken links.Martin Smith2010-05-191-0/+1
|
* doc: Updated the widgets tutorial to work without page links.Martin Smith2010-05-181-1/+1
|
* doc: Another upgrade of the top page and overviews.Martin Smith2010-05-143-1/+6
| | | | More to come.
* doc: Added some \briefs to how-to docs.Martin Smith2010-05-141-0/+1
|
* qdoc: Yet another revision of the top doc page.Martin Smith2010-05-1215-36/+26
| | | | Still more to come.
* qdoc: Yet another revision of the top doc page.Martin Smith2010-05-112-2/+1
| | | | Still more to come.
* doc: Second attempt to begin reorganizing the top doc page.Martin Smith2010-05-061-1/+1
| | | | This change actually changes the left panels. Much more to come.
* doc: Began reorganization of the top doc page.Martin Smith2010-05-055-1/+6
| | | | Much more to come.
* qdoc: Added new table of contents for non-class ref pagesMartin Smith2010-04-131-2/+0
| | | | This feature is not complete in this commit.
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-311-1/+4
|\ | | | | | | | | | | | | | | Conflicts: configure doc/src/modules.qdoc src/gui/graphicsview/qgraphicsitem_p.h src/gui/graphicsview/qgraphicswidget.h
| * Doc: Added links and notes to modules, ActiveQt and XMLPatterns docs.David Boddie2010-03-301-1/+4
| | | | | | | | Reviewed-by: Trust Me
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-291-6/+11
|\ \ | |/ | | | | | | | | | | Conflicts: mkspecs/common/symbian/symbian.conf qmake/generators/symbian/symmake.cpp src/3rdparty/webkit/WebCore/WebCore.pro
| * Doc: Fix links in the ActiveQt framework, and also link to the tools.Volker Hilsheimer2010-03-251-6/+11
| |
* | Doc: Applied suggestion for an improvement to the foreach documentation.David Boddie2010-03-041-4/+7
| | | | | | | | | | Task-number: QTBUG-6153 Reviewed-by: Trust Me
* | Doc: Simplified Commercial Editions for Qt 4.7.David Boddie2010-02-191-1/+1
| | | | | | | | | | Reviewed-by: Trust Me Requested-by: Sales and Legal
* | Merge commit 'oslo1/master' into oslo1-masterRohan McGovern2010-02-011-6/+1
|\ \ | |/ |/| | | | | | | | | | | Conflicts: doc/src/getting-started/installation.qdoc src/gui/dialogs/qfiledialog_win.cpp tools/assistant/tools/assistant/centralwidget.cpp tools/assistant/tools/assistant/helpviewer.cpp
| * Merge branch '4.6'Thiago Macieira2010-01-1325-41/+54
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: bin/syncqt doc/src/deployment/deployment.qdoc src/corelib/io/qfsfileengine_win.cpp src/corelib/xml/qxmlstream.cpp src/opengl/gl2paintengineex/qpaintengineex_opengl2_p.h tools/assistant/tools/assistant/centralwidget.cpp tools/linguist/lupdate/main.cpp
| * \ Merge branch '4.6'Thiago Macieira2010-01-081-2/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/corelib/io/qfsfileengine.cpp src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp src/opengl/opengl.pro
| * \ \ Merge branch '4.6'Thiago Macieira2009-12-261-5/+4
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: examples/webkit/fancybrowser/main.cpp src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp tools/assistant/tools/assistant/bookmarkmanager.cpp
| * | | | Doc: remove obsolete Win9x stuff from the documentationminiak2009-12-221-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Merge-request: 1627 Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
* | | | | QtHelp docs: Fix illegal namespace name.ck2010-01-211-1/+1
| |_|_|/ |/| | | | | | | | | | | | | | | Task-number: QTBUG-5908 Reviewed-by: kh1
* | | | doc: Updated the descriptions of the connection types.Martin Smith2010-01-121-16/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaced the ambiguous "delivered" with the explanation that the blocking queued connection type blocks the emitter's thread until the slot finishes executing in the receiver's thread. Task-number: QTBUG-6392
* | | | Update copyright year to 2010Jason McDonald2010-01-0625-25/+25
| |_|/ |/| | | | | | | | Reviewed-by: Trust Me
* | | doc: Replaced usses of rootState() with state machine pointer.Martin Smith2010-01-051-2/+2
| |/ |/| | | | | | | | | The root state of a QStateMachine is now the state machine itself. Task-number: QTBUG-6907
* | Doc: Fixed license information as requested by Legal.David Boddie2009-12-041-5/+4
|/ | | | Reviewed-by: Trust Me
* Mark QGraphicsItemAnimation as deprecatedThierry Bastian2009-11-191-10/+4
| | | | Task-number: QTBUG-5968
* 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 'statemachine-api-changes' into 4.6Eskil Abrahamsen Blomfeldt2009-11-031-5/+5
|\ \ | | | | | | | | | | | | | | | Conflicts: doc/src/frameworks-technologies/statemachine.qdoc src/corelib/statemachine/qstatemachine.cpp
| * | Rename QState::polished() signal to "propertiesAssigned"Eskil Abrahamsen Blomfeldt2009-11-031-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | "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
* | | Embed code examples in state machine overviewEskil Abrahamsen Blomfeldt2009-11-031-13/+6
|/ / | | | | | | | | | | | | If you put \snippet inside \code tags, it's interpreted as code, not as a tag. Reviewed-by: Trust me
* | doc: Polish documentation for state machine frameworkEskil Abrahamsen Blomfeldt2009-11-031-54/+50
|/ | | | | | | Fix some examples and wording, and add some clarification based on comments in documentation review session. Reviewed-by: Kent Hansen
* doc typoWarwick Allison2009-10-291-1/+1
|
* Doc: Documentation for gesture features. Still a moving target.David Boddie2009-10-161-10/+10
| | | | Reviewed-by: Trust Me
* Doc: Gesture API documentation review and improvements.David Boddie2009-10-161-153/+92
| | | | Reviewed-by: Trust Me
* Doc: Replace QDirModel with QFileSystemModel in examples and overviews.David Boddie2009-10-091-24/+27
| | | | | Task-number: QTBUG-4152 Reviewed-by: Trust Me
* doc: Fixed numerous qdoc errors.Martin Smith2009-10-021-2/+0
|
* doc: Describe the semantics of targetless state machine transitionsKent Hansen2009-09-291-0/+29
|
* Make QSignalEvent and QWrappedEvent inner classes of QStateMachineKent Hansen2009-09-281-3/+3
| | | | | | | | | Those two classes are specific to the state machine framework, but their names were so generic that we felt they were polluting the Q-namespace. They are now QStateMachine::SignalEvent and QStateMachine::WrappedEvent. Reviewed-by: Eskil Abrahamsen Blomfeldt
* Doc: Document that iterators become invalid when the container is modified.Volker Hilsheimer2009-09-251-1/+4
| | | | | Implicit sharing makes this a bit of a trap, since the iterator continues to function, but only on the data in the copies.
* Changed ingroup to correct group.Peter Yard2009-09-181-1/+2
|
* Doc: Cleaned up the Designer main window and Embedded Linux pages.David Boddie2009-09-151-16/+20
| | | | Reviewed-by: Trust Me
* doc: Fixed some qdoc errors.Martin Smith2009-09-151-20/+21
|
* Doc: First part of my review of the gestures overview.David Boddie2009-09-091-24/+84
| | | | Reviewed-by: Trust Me
* Update license headers again.Jason McDonald2009-09-0925-100/+100
| | | | Reviewed-by: Trust Me
* doc: Fixed several qdoc errors.Martin Smith2009-09-081-4/+4
| | | | That's the last of them... for now.