summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Doing "import foo.qml" doesn't work in QML anymoreBea Lam2010-09-021-6/+4
| | | | | Task-number: QTBUG-13042 (cherry picked from commit 1f515224d52c9a33b46bbf926e82d5c2df1a84e4)
* Doc: Fixes to Qt Quick documentation.Jason McDonald2010-09-0210-1464/+1162
| | | | | | | | | | | Reviewed-by: Trust Me To-be-verified-by: Qt Doc Team (cherry picked from commit f33359fb0c56fe88e0ae3c564b7847f90889eac2) Conflicts: doc/src/declarative/declarativeui.qdoc doc/src/external-resources.qdoc
* Doc: Removed invalid entities in documentation.Jason McDonald2010-09-021-2/+2
| | | | | | | | | | Details: It is not necessary to use entities. In any case, I replaced them with words for consistency. (cherry picked from commit 58d0e46dcc50a3cddabc177c9dfdfec5c66e932d) Conflicts: doc/src/getting-started/examples.qdoc
* Doc: Adding text to GS pageMorten Engvoldsen2010-09-011-1/+7
| | | | (cherry picked from commit a6937c7d8d2253c0f230254eaa2b9c8042972b30)
* Doc: Images for QML GSMorten Engvoldsen2010-09-0112-0/+0
| | | | (cherry picked from commit 2faafdeda4c715a91297b56251773b21a0cac86b)
* Doc: Added new getting started document.Jesper Thomschutz2010-09-015-0/+0
| | | | | | | | (cherry picked from commit 583d68c72ae58c1b35c2ffba733b7e68a32dc2f9) Conflicts: doc/src/getting-started/gettingstarted.qdoc
* Added documentation for Spectrum Analyzer demoGareth Stockwell2010-09-013-4/+39
| | | | | | Task-number: QTBUG-12720 Reviewed-by: David Boddie (cherry picked from commit 8adeb2742a701080c7e6568a6aca1f27079e1909)
* Changed width of the document. Part of the fix for QTBUG-12180Jerome Pasion2010-09-011-7/+3
| | | | (cherry picked from commit 4808151512faef0d78152905885bd3009b89c1a6)
* Doc: Fixed qdoc warnings.v4.7.0-rc1Jesper Thomschutz2010-08-2410-12/+15
| | | | | | | | | | | | | | Reviewed-by: Trust Me (cherry picked from commit cb086eb5340c4c41efaf45373aa05c37e8aa974a) Conflicts: doc/src/index.qdoc src/dbus/qdbusconnection.cpp src/declarative/util/qdeclarativeanimation.cpp src/gui/s60framework/qs60mainapplication.cpp src/gui/s60framework/qs60mainappui.cpp src/network/access/qnetworkrequest.cpp
* Doc: updating getting started docs - not finishedJesper Thomschutz2010-08-244-0/+1604
| | | | | | | | (cherry picked from commit b83f3a98fe5688872b4bd9a871e544951cb33e29) Conflicts: doc/src/getting-started/gettingstarted.qdoc
* Doc: fixing creator bugs, removing menus and textbox in the headerMorten Engvoldsen2010-08-232-0/+7
| | | | (cherry picked from commit 4aafc4e55e0906be0cc39911b2c1a4ffe71c4d91)
* Fixing qdoc index file...Commit hack to work around the massive amounts of ↵Jesper Thomschutz2010-08-231-23/+22
| | | | | | dependencies in the upstream branch. Rev-by: MortenE
* Doc: Fixing overlapping text in header listMorten Engvoldsen2010-08-231-1/+1
| | | | (cherry picked from commit ccb77caba466fe0e4d28a809129513cefdbd5575)
* Doc: add link to new gettings started to index.htmlGeir Vattekar2010-08-231-1/+1
| | | | (cherry picked from commit 613ab517f46085580e81684cd5072f8c90fe84d5)
* Doc: Fixing bug involving header misplacement in Creator styleMorten Engvoldsen2010-08-201-2/+2
| | | | | Task-number: QTBUG-11408 (cherry picked from commit 997e4161cf937aa34a16bb2e708fa1bc7909355f)
* diagramscene example: fix leak and crashes.Olivier Goffart2010-08-181-1/+2
| | | | | | | | | | | | | In MainWindow::deleteItem, if there is arrow selected, we need to clean up the items from this arrow. We need to delete them first so there is no arrow in the list anymore when we calls removeArrows (which before, deleted arrow that were possibly in the list, resulting in crashes) Also avoid leak by giving parents to objects that needs it, and destroying items. Reviewed-by: Geir Vattekar Task-number: QTBUG-12753 (cherry picked from commit 5dedcd3c4cac993949295d109804a8f7cc3a5b0a)
* Doc: removed assistant style and reintroduced the index page icons.Morten Engvoldsen2010-08-162-41/+4
| | | | (cherry picked from commit 2dfd16e8a138da9d903b31ef461331016d16ec5b)
* qdoc: All references to -assistant and -base were removed.Martin Smith2010-08-131-1/+1
| | | | | | Flags allowed are now -creator and -online. -creator is the default. (cherry picked from commit 03d9d3cf641c8dde22a903870ac2b6e58ada6eec)
* qdoc: added application flags in doc.pri and fixed QTBUG-12388Martin Smith2010-08-132-5/+7
| | | | | Task-nr: QTBUG-12388 (cherry picked from commit c1ce7b4b01c1049c61881bb7d701ed68b92a401b)
* Doc: fixing examples linkMorten Engvoldsen2010-08-131-1/+1
| | | | (cherry picked from commit 653f180d4697e0c7ec1c58022622d5d140e7fda8)
* Added files that had been renamed.Kevin Wright2010-08-127-0/+72
| | | | (cherry picked from commit a98af1c7f1bba3c791d08e76e4896e48ea6ea019)
* doc: The QML Qt element was missing from the documentation.Martin Smith2010-08-121-0/+1
| | | | | Either someone removed the QML: prefix, or it was never there. (cherry picked from commit a4d19eef86b07d670b8b2a3f9ad6b3448800bae5)
* Fixed missing link tag in declarativeui.qdoc. Fix for QTBUG-12750Jerome Pasion2010-08-111-1/+1
| | | | (cherry picked from commit ac355872573c7131e4b783cabe00c5656dc668af)
* Doc: Adding content to installation guide and fixing printing bugsMorten Engvoldsen2010-08-102-6/+8
| | | | (cherry picked from commit 79797d175c41198b0dffad1dced021a07c5873ae)
* Doc: Correcting bugs in the CSSMorten Engvoldsen2010-08-102-4/+23
| | | | (cherry picked from commit 56cfbce20f736caa1ef74b5706fe3713ebd773c9)
* Cherry-picked from: commit 47ba8dba3fe48d317974acd55afeea8a434c95f8Jesper Thomschutz2010-08-101-453/+728
| | | | | | | | | Had to manually copy the file from that commit since the conflict was so wonky to resolve. Original Author is: Morten Engvoldsen <morten.engvoldsen@nokia.com> Date: Fri Jul 9 21:36:15 2010 +0200 Doc: Cleaning style and adding support for Creator Note: Support for creator has been disabled. HTML-generator needs an update.
* Doc: Correcting img bugMorten Engvoldsen2010-08-101-1/+0
| | | | | Task-number: QTBUG-12028 (cherry picked from commit 0b8a7842975b195a17b3add4c98f64baeaedcf8c)
* Doc: fixing style from 600 to bold weightMorten Engvoldsen2010-08-101-8/+7
| | | | (cherry picked from commit ea7aeec080c9c39449017ff683b27d3659236336)
* Fix index pageBea Lam2010-08-081-6/+5
| | | | | Task-number: QTBUG-12703 (cherry picked from commit 97f64280e37f29bdeb92d6de55fac56b1ff37084)
* Improve docs on QML Animation page and associated elementsBea Lam2010-08-0811-272/+776
| | | | | Task-number: QTBUG-12666 (cherry picked from commit a9aaaf30b6c542b5c9e3c1e1681088ab26a530c0)
* Adding a description for the Spectrum Analyzer demo. For QTBUG-12180Jerome Pasion2010-08-081-0/+39
| | | | | Reviewed by: David Boddie (cherry picked from commit 4bc408c6faade543c76fa0c7b8841ce72c239688)
* Removed duplicate case for const variable snippet.Jerome Pasion2010-08-081-5/+0
| | | | | | Reviewer: David Boddie Task number: QTBUG-10411 (cherry picked from commit 1f32f4013ab9178e8434bff847013a84491fe516)
* doc: Fixed some missing images.Martin Smith2010-08-082-3/+1
| | | | | Task-nr: QTBUG-8246 (cherry picked from commit a273f6fb0b2410da772e7759125f955da9a5e19c)
* Add missing snippet fileBea Lam2010-08-061-0/+60
| | | | | Task-number: QTBUG-12628 (cherry picked from commit c3bddbe29918951bd0d4220f62443add2a1fe938)
* Make it possible to manually set the orientation of QML Viewer on SymbianJoona Petrell2010-08-043-4/+17
| | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-12142 Reviewed-by: Warwick Allison This patch brings ability to switch QML Viewer's orientation between auto-orientation (=follow sensor), portrait and landscape orientations (lock orientation) on Symbian. It provides same orientation options as Qt Creator 2.1's Qt QML Standalone Application creation wizard. Also, menu item rotateOrientation now works on Symbian, but it's hidden when orientation mode is set to auto-orientation. Property runtime.orientation has been switched back to supporting four-way orientation on Symbian, previously it only updated values between portrait and landscape. If your application only supports landscape or portrait modes, just don't react to the inverted orientations. Added orientation example screenorientation under examples/declarative. The patch includes a fix for calculator example, which rotated to wrong direction when switching from portrait to landscape. Also, improved qdeclarativeviewer unit tests. Changes have been tested to work on Windows, Linux and Symbian^3. (cherry picked from commit e62f266a7642e675e9d235a1f54a6b5746500d48)
* Removed the unfinished sentence. Fix for QTBUG-10173.Jerome Pasion2010-08-041-1/+1
| | | | (cherry picked from commit 79c6710c7785d915f64bd31e28ce48eed8493a41)
* Fixed the addressbook tutorial and some spelling mistakes. Fix for ↵Jerome Pasion2010-08-041-1/+1
| | | | | | QTBUG-7071 and QTBUG-10173 (cherry picked from commit 14e17d5fe5f925a768aab9db9401e04bbaca224d)
* Added notice that some links are online documents.Kevin Wright2010-08-031-3/+3
| | | | (cherry picked from commit 41ae34d84a2d5024b5d42a25a2bf97b6a6dd8412)
* Fixed the following sub-tasks for QTBUG-12192Kevin Wright2010-08-031-2/+3
| | | | | | | | | | | | | | | | | | * Qt Simulator link missing * Integration and add-ins (on the front page, link leads to an alternative start page) * Qt Creator (on the front page link leads to Manual version 1.3) * Getting Started (on the front page) link broken * More... (in Global Declarations) link broken Additionally: There was an issue with the documentation used within Assistant/Creator that appears to have no bug report filed. An alternate "offline" form of the documentation (inspired by the newly redesigned online version) was being installed, but had significant issues within Assistant and Creator. It appears that within qdoc3 some changes had been made towards using this newer documentation format, but those changes were not working properly. I fixed qdoc3 so that the original offline documentation design is the default, but there is room to use the configuration files to call the any of the three documentation designs (new online, new offline, and old offline).
* State doc fixes, improvementsBea Lam2010-08-034-68/+226
| | | | | Task-number: QTBUG-12570 (cherry picked from commit 3daee8e915f9845fb104e57c7f35fdb2f7251df5)
* Add snippets directory as it was missed in initial merge.Toby Tomkins2010-08-0210-6/+441
| | | | Task-number: QTBUG-12498
* Add missing imageBea Lam2010-08-021-0/+0
| | | | | Task-number: QTBUG-12529 (cherry picked from commit ca61cd321b867d912bd13b0530fbf2847d1c593c)
* Mention scope of id uniquenessBea Lam2010-08-022-1/+10
| | | | | Task-number: QTBUG-12528 (cherry picked from commit 765c263d538b258f223dfb6bd7f62dbd19853db6)
* Update QML Documents exampleBea Lam2010-08-023-26/+98
| | | | | Task-number: QTBUG-12526 (cherry picked from commit eef2e72976f3f8d10a34c9dfb3f60f40616f4df9)
* Add missing \l doc commandsBea Lam2010-08-024-4/+4
| | | | (cherry picked from commit c2a22048a045f4e3d03b3251bc9af486250657e4)
* Fixed the incorrect diagram for bug QTBUG-12385.Jerome Pasion2010-08-0218-0/+0
| | | | (cherry picked from commit 07e74a963dbd2bf597dbea231d7b2cefba05fde2)
* Component docsBea Lam2010-07-291-0/+60
| | | | | Task-number: QTBUG-12447 (cherry picked from commit dd871bf6208821ab9852680a338133accbfdedd7)
* Fixes for Dynamic Object Management docs. Also adds links toBea Lam2010-07-294-28/+105
| | | | | | | this page from other documentation. Task-number: QTBUG-12446 (cherry picked from commit ceeb0fc0327c99de55d4dd6114908ec389dc58eb)
* various doc fixesBea Lam2010-07-291-1/+1
| | | | (cherry picked from commit 9ea7bb34e4b41e1263acb8a175f61566046f9bf6)
* Improvements to Modules docsBea Lam2010-07-293-90/+225
| | | | | Task-number: QTBUG-12430 (cherry picked from commit 63920a41b8dde3b9fa2c47efe95fcbaf83a1178f)