summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate some mentions of Trolltech.Jason McDonald2009-08-113-7/+7
| | | | Reviewed-by: Trust Me
* Qt's domain name is now qt.nokia.com.Jason McDonald2009-08-1117-42/+42
| | | | Reviewed-by: Trust Me
* Update license headers.Jason McDonald2009-08-11323-323/+323
| | | | Reviewed-by: Trust Me
* Fix the dash pattern examples in the documentation of QPenBenjamin Poulain2009-06-231-2/+2
| | | | | The custom dash pattern must have an even number of entries. Our examples were using an odd number.
* Cleanup our usage of the term "Qt Software".Jason McDonald2009-06-161-1/+1
| | | | Reviewed-by: Trust Me
* Update license headers as requested by the marketing department.Jason McDonald2009-06-16323-652/+652
| | | | Reviewed-by: Trust Me
* Doc: Fixed custom graphics item snippet.David Boddie2009-05-251-1/+1
| | | | | | | As reported on qt-interest: http://lists.trolltech.com/pipermail/qt-interest/2009-May/007036.html Reviewed-by: Trust Me
* Doc: Miscellaneous documentation fixes for Qt 4.5.x and later.David Boddie2009-05-251-1/+1
| | | | Reviewed-by: Trust Me
* Cleaning bug in custom layout example.Morten Engvoldsen2009-05-151-2/+4
| | | | | | | | The example was using deleteAllItems() to delete items from the layout. This method is now part of the QT3_SUPPORT and shold not be used if not needed. Replaced by deleting all items one by one. Task-number: 220656 Rev-by: janarve
* Correcting bug in cardLayout exampleMorten Engvoldsen2009-05-131-18/+23
| | | | | | | | Adding the count() function to the example. Task-number: 220766 Rev-by: Geir Vattekar
* Correcting bug in custom Database Driver code snipptetMorten Engvoldsen2009-05-111-1/+1
| | | | | | | Adding const to call. Changing QSqlRecord record() { return QSqlRecord(); } to QSqlRecord record() const { return QSqlRecord(); } This is needed since record() is a virtual function. Task-number:204557 Rev-by: Geir Vattekar
* Doc: Added info on NOTIFY to the Q_PROPERTY docs.Geir Vattekar2009-05-061-0/+1
| | | | Task-number: 248336
* Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.5 ( ↵Simon Hausmann2009-04-246-166/+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
* 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
* Fixed a typo.Martin Pejcoch2009-04-211-1/+1
| | | | Reviewed-by: Kavindra
* 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
* 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 obsolete code.Jason McDonald2009-04-161-6/+1
| | | | | | | | Remove the last few unnecessary directives using obsolete values of QT_VERSION. There are a few references to old QT_VERSION's left, but they are legitimate and should not be removed. Reviewed-by: Trust Me
* Adding note to the qFuzzyCompare docMorten Engvoldsen2009-04-011-0/+8
| | | | | | | | Adding note about how comparing using 0.0 will fail, and an example on how to do it. Reviewed-by: David Boddie Reviewed-by: Geir Vattekar
* Detailed description of QMetaType contradicts documentation of QMetaType::type()Bradley T. Hughes2009-03-311-1/+1
| | | | | | | QMetaType::type() returns 0 for unknown types, not -1. Task-number: 248890 Reviewed By: Kavindra Devi Palaraja <kavindra.palaraja@nokia.com>
* Doc: Added a code snippet to illustrate the opening of local files.David Boddie2009-03-301-1/+4
| | | | | Task-number: 223087 Reviewed-by: TrustMe
* Long live Qt 4.5!Lars Knoll2009-03-231028-0/+64634