summaryrefslogtreecommitdiffstats
path: root/doc/src/examples
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of ../master into contiguouscacheIan Walters2009-05-141-3/+100
|\
| * Merge branch '4.5'Thiago Macieira2009-05-131-7/+7
| |\ | | | | | | | | | | | | Conflicts: tests/auto/qgraphicsview/tst_qgraphicsview.cpp
| | * qdoc: Fixed some qdoc errors.Martin Smith2009-05-131-7/+7
| | |
| * | Merge commit 'origin/4.5'Olivier Goffart2009-05-131-3/+100
| |\ \ | | |/
| | * Reviewed-by: TrustMeVolker Hilsheimer2009-05-121-2/+2
| | | | | | | | | | | | Small polishing.
| | * Adding documentation to the fancy browser exampleMorten Engvoldsen2009-05-121-3/+100
| | | | | | | | | | | | | | | | | | | | | | | | Added documentation to the fancy browser example. Task-number:252097 Rev-by: Geir Vattekar Rev-by: Ariya Hidayat
* | | Merge branch 'master' into contiguouscacheIan Walters2009-05-126-23/+289
|\ \ \ | |/ /
| * | Merge commit 'origin/4.5'Olivier Goffart2009-05-041-2/+2
| |\ \ | | |/ | | | | | | | | | Conflicts: src/gui/itemviews/qabstractitemview.cpp
| | * Correcting typoMorten Engvoldsen2009-04-301-2/+2
| | | | | | | | | | | | Missed a whitespace - corrected it. No task
| * | Merge commit 'origin/4.5'Bjoern Erik Nilsen2009-04-291-4/+113
| |\ \ | | |/
| | * Documented the flow layout example.Morten Engvoldsen2009-04-291-4/+113
| | | | | | | | | | | | | | | | | | | | | | | | Wrote documentation for the flowlayout class. Task-number: 252548 Rev-by: Geir Vattekar Rev-by: janarve
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-231-0/+51
| |\ \ | | |/
| | * Add Google Suggest as a new network exampleAriya Hidayat2009-04-231-0/+51
| | | | | | | | | | | | Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
| * | Merge branch '4.5'Thiago Macieira2009-04-231-0/+51
| |\ \ | | |/ | | | | | | | | | Conflicts: tests/auto/qaction/tst_qaction.cpp
| | * Added Google Chat client as a new WebKit exampleAriya Hidayat2009-04-231-0/+51
| | | | | | | | | | | | Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-231-0/+51
| |\ \ | | |/
| | * Add fancy browser as the new exampleAriya Hidayat2009-04-231-0/+51
| | | | | | | | | | | | Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
| | * Correcting paragraphMorten Engvoldsen2009-04-151-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Made a mistake when pushing e0706ca2fbce063c263bad9a1eee24f057f170bd I Corrected this. Task-number: 250254 Rev-by: Frans Englich Rev-by: Geir Vattekar
| | * Added remark about XML inputMorten Engvoldsen2009-04-151-2/+5
| | | | | | | | | | | | | | | | | | Stated a remark about the need to use well-formed XML as input to the example. Rev-by: Geir Vattekar
| * | Correcting paragraphMorten Engvoldsen2009-04-151-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Made a mistake when pushing e0706ca2fbce063c263bad9a1eee24f057f170bd I Corrected this. Task-number: 250254 Rev-by: Frans Englich Rev-by: Geir Vattekar
| * | Added remark about XML inputMorten Engvoldsen2009-04-151-2/+5
| | | | | | | | | | | | | | | | | | Stated a remark about the need to use well-formed XML as input to the example. Rev-by: Geir Vattekar
| * | Merge commit 'origin/4.5'Bjoern Erik Nilsen2009-04-071-18/+21
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | Conflicts: src/gui/graphicsview/qgraphicsitem.cpp src/gui/graphicsview/qgraphicsitem_p.h src/gui/graphicsview/qgraphicsscene.cpp src/gui/painting/qtransform.cpp
| | * BT: Adjust the colliding mice example to work with coalesced updates.Norwegian Rock Cat2009-04-061-18/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems that Cocoa is much more strict about coalesced updates than Carbon ever was. The upshot of this is that some examples that "worked" after a fashion in Carbon, do not exhibit good frame rates with Cocoa. The reason why is that apparently Cocoa will decide to flush to the screen every time a timer fires. If you have a lot of timers that are all dependent on doing on update to the screen, you will get undesirable effects. Thankfully, it is possible to adjust the examples to follow best practices and get a good result. So, we now only do the animation once using QGraphicsScene::advance(). We are also able to make the mice less heavy (no QObject subclass). I've updated the docs and someone on the doc team has kindly volunteered to go through them. Reviewed-by: Andreas
* | | Various fixes resulting from QA code review.Ian Walters2009-05-121-4/+4
| | | | | | | | | | | | | | | | | | | | | Some documentation fixes. More clear handling of what is and isn't a valid indexes. Added functions for the 'really long lived circular buffer use case' Improved unit tests.
* | | Documentation patch from JasonIan Walters2009-05-111-18/+16
| | | | | | | | | | | | A bunch of minor doc fixes.
* | | Update licensing headers.Ian Walters2009-04-071-2/+32
| | | | | | | | | | | | | | | Update files to have consistent licencesing with the rest of Qt.
* | | Merge branch 'master' into contiguouscacheIan Walters2009-04-063-20/+182
|\ \ \ | |/ /
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-011-6/+5
| |\ \ | | |/ | | | | | | | | | Conflicts: src/gui/inputmethod/qximinputcontext_x11.cpp
| | * Doc: Fixed the screenshots and example description to match the code.David Boddie2009-03-311-6/+5
| | | | | | | | | | | | | | | Task-number: 242369 Reviewed-by: TrustMe
| * | Improve example so that we can demonstrate custom layout items.Jan-Arve Sæther2009-03-311-14/+41
| |/ | | | | | | Should show better how to reimplement setGeometry(), sizeHint()
| * Squashed commit of the following:David Boddie2009-03-261-0/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 23e30464792f7e403e0815775eb7acbaad975238 Author: David Boddie <dboddie@trolltech.com> Date: Thu Mar 26 17:41:20 2009 +0100 Doc: Added some basic documentation for the QSvgGenerator class. Task-number: 244944 Reviewed-by: TrustMe commit f84c1806d2ba40a61499584562d754f65d43f854 Merge: 8a42be7... 213d922... Author: David Boddie <dboddie@trolltech.com> Date: Thu Mar 26 16:59:14 2009 +0100 Merge branch '4.5' of ../qt-45 into qt/4.5 commit 8a42be789077de45f8fd9f13afd177798df7495e Author: David Boddie <dboddie@trolltech.com> Date: Thu Mar 26 16:58:33 2009 +0100 Doc: Added missing pieces for the SVG Generator example. Reviewed-by: David Boddie <dboddie@trolltech.com>
| * Long live Qt 4.5!Lars Knoll2009-03-23198-0/+35528
|
* Rename OffsetVector to ContiguousCacheIan Walters2009-04-031-20/+19
|
* Squashed commit of the following:Rhys Weatherley2009-03-241-0/+70
| | | | | | | | | | | | | | | | | | | | | | commit 39de3862f5678b3226b4932eeb342c4a023d2f2b Author: Ian Walters <ian.walters@nokia.com> Date: Thu Feb 19 14:16:05 2009 +1000 Fixes: Test runs (and passes), doc links. Task: QT-308 Details: Minor changes related to the code having moved. commit 5a8910dd1018fb228d0e2e2819ea429577bfa834 Author: Ian Walters <ian.walters@nokia.com> Date: Thu Feb 19 09:47:20 2009 +1000 Fixes: Checkin of QOffsetVector stuff for branch Task: QT-308 Details: Files originally from research/qcircularbuffer This checkin likely won't compile. Just a copy for now.
* Long live Qt!Lars Knoll2009-03-23198-0/+35528