summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-11-045-15/+90
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-11-0449-369/+2008
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Fix errors in example code. Also reverts the example code to the old Largely rewrite the Using QML in C++ Applications documentation. It Document list type operations Fix regression in 648eb76c and update visual tests. Don't emit xChanged()/yChanged() twice. Add testcase for QTBUG-13719. highlightranges.qml example and visual test contained binding loop. Combining ListView.StrictlyEnforceRange and resizing currentItem stalls. Regression: QDeclarativeText does not update when text turns empty Qml Debugging: Only enable if explicitly requested Regression: Text element breaks when using \n for separating lines Removing a binding while it is being applied caused a crash.
| * | Doc: style tuningMorten Engvoldsen2010-11-031-1/+1
| | |
| * | Doc: fixing style - tool buttons to bold.Morten Engvoldsen2010-11-031-1/+1
| | |
| * | Doc: Fixing columns to display all elements in lists - css3Morten Engvoldsen2010-11-031-2/+2
| | |
| * | Doc: fixing bugs in styleMorten Engvoldsen2010-11-022-2/+7
| | |
| * | Doc: fixing style for search display and slim fit menusMorten Engvoldsen2010-11-021-3/+73
| | |
| * | Doc: Fixing bug in sorting script for search results.Morten Engvoldsen2010-11-011-3/+3
| | | | | | | | | | | | Reviewed-by: Geir Vattekar
| * | Doc: Fixed basic language.David Boddie2010-10-291-1/+1
| | |
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-10-271-1/+1
| |\ \
| * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-10-251-8/+9
| |\ \ \
| * | | | Doc: Added Windows Vista to the trademark list.David Boddie2010-10-221-3/+3
| | | | |
| * | | | Doc: Updated the Java trademark information.David Boddie2010-10-221-3/+3
| | | | | | | | | | | | | | | | | | | | Checked with Legal.
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-11-0449-369/+2008
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Largely rewrite the Using QML in C++ Applications documentation. ItBea Lam2010-11-0447-362/+1921
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | now has an overview of different approaches to QML/C++ integration and demonstrates how to pass data between QML and C++ through properties/functions/signals. The part in the old docs that focused on QDeclarativeContext has been merged into the QDeclarativeContext class docs (although most of the info was largely covered in there already) and the part that covered Network Components has been moved to the QDeclarativeComponent class docs. The custom enum types example previously in extending-tutorial.qdoc has been moved to these new docs. Task-number: QTBUG-14923
| * | | | Document list type operationsBea Lam2010-11-042-7/+87
| | |_|/ | |/| | | | | | | | | | Task-number: QTBUG-14645
* | | | Doc fixAlan Alpert2010-11-041-1/+5
|/ / / | | | | | | | | | | | | | | | | | | The associated bug report is invalid, but this doc fix helps people understand why (so that they never mistakenly file it again). Task-number: QTBUG-14950
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/doc-staging into 4.7-integrationQt Continuous Integration System2010-10-2530-527/+558
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/doc-staging: Fixed case of a library file name to enable MinGW builds on Fedora. Doc: Made Qt::TextLongestVariant internal again. Doc: Fixed minor documentation issues. Doc: Reorganized the platform and compiler notes pages. Doc: Removed non-ASCII characters and reformatted the text. Doc: Fixed documentation style and qdoc warnings. Doc: Fixed qdoc warnings. Doc: Fixed qdoc warnings. Doc: Fixed snippet reference for the Getting Started QML guide. Doc: Fixed warnings caused by an earlier change. Made docs consistent. Doc: Fixed warnings caused by an earlier change. Made docs consistent. Doc: Renamed an external reference to work around an auto-linking issue. Doc: Fixed qdoc warnings. Doc: Fixed links to the online BSD license information. Doc: Fixed qdoc warnings. Doc: Re-added a link to the Qt site related to testing tools. Doc: Marked some new properties as internal for now. Doc: Renamed a project file. Doc: Added missing examples and snippets.
| * | Merge branch '4.7-upstream' into 4.7-docA-Team2010-10-221-8/+9
| |\ \ | | |/ | |/|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-10-203-3/+3
| |\ \
| * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-10-156-12/+38
| |\ \ \
| * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-10-143-12/+10
| |\ \ \ \
| * | | | | Doc: Reorganized the platform and compiler notes pages.David Boddie2010-10-087-329/+311
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Errors and omissions will be fixed in later commits. The idea here is to merge the compiler notes into the platform notes because the platform is usually fixed and the compiler is often determined by the platform. In addition, notes about compilers are not always applicable to multiple platforms, so collating notes by compiler does not save much space, and it only makes maintenance of the notes more difficult.
| * | | | | Doc: Removed non-ASCII characters and reformatted the text.David Boddie2010-10-081-140/+140
| | | | | |
| * | | | | Doc: Fixed documentation style and qdoc warnings.David Boddie2010-10-082-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-12071
| * | | | | Doc: Fixed qdoc warnings.David Boddie2010-10-081-2/+3
| | | | | |
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-10-084-29/+15
| |\ \ \ \ \
| * | | | | | Doc: Fixed snippet reference for the Getting Started QML guide.David Boddie2010-10-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Related to change 96226ad15202770f72e257d1a75654be9582326c.
| * | | | | | Doc: Fixed warnings caused by an earlier change. Made docs consistent.David Boddie2010-10-074-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Related to change f447ae026637a75d565e9347eb19f33d09557039.
| * | | | | | Doc: Fixed warnings caused by an earlier change. Made docs consistent.David Boddie2010-10-079-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change b65a598e0c580585bd16babfd46967b0f4cf8931 broke some links.
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-10-076-16/+17
| |\ \ \ \ \ \
| * | | | | | | Doc: Renamed an external reference to work around an auto-linking issue.David Boddie2010-10-071-1/+1
| | | | | | | |
| * | | | | | | Doc: Fixed qdoc warnings.David Boddie2010-10-071-2/+48
| | | | | | | |
| * | | | | | | Doc: Fixed links to the online BSD license information.David Boddie2010-10-072-2/+3
| | | | | | | |
| * | | | | | | Doc: Re-added a link to the Qt site related to testing tools.David Boddie2010-10-072-14/+15
| | | | | | | |
* | | | | | | | Fixed many spelling errors.Rohan McGovern2010-10-251-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Fix Flipable docsBea Lam2010-10-221-8/+9
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | Task-number: QTBUG-13789
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7Jerome Pasion2010-10-182-2/+2
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-10-152-2/+2
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Fix autotest failure caused by commit 92365268Jason McDonald2010-10-152-2/+2
| | | | | | |
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-10-13543-2756/+3165
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (51 commits) Revert "qmake: pass include directories to MS resource compiler" Fix User 46 Panic in bearer management on Symbian. Assistant: Insert all keywords with empty ids, as ids are not mendatory. qmake: delete .pdb file when making 'distclean' instead of 'clean' qmake: pass include directories to MS resource compiler use specified pkg-config qmake/symbian: Add icons with backslashes in pkg files Make qtconfig help messages translatable remove exec bits again ... Add TIFFClose to QTIffHandler::option() to avoid memory leak [QCocoaView scrollWheel:] can end up recursing infinitely when a scrollWheel event is sent to two stacked MDI windows Added missing QtWebKit example files and some whitespace fixes. Added missing native separator transforms. Doc: tuning search reasult box qdoc: Don't generate html output for png files. Doc: Correcting Windows CE 6.0 to Windows Embedded CE 6.0 Doc: correcting bug - lenght() pointed to setLength() in "See also" section. Correct link is resize() Doc: correct spelling Doc: correcting spelling - qdbusxml2dcpp to qdbusxml2cpp Doc: correcting grammar on the installation pages ...
* | | | | | | | Corrected spelling mistake and whitespace fixes.Jerome Pasion2010-10-181-1/+1
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-14501
* | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7Jerome Pasion2010-10-154-9/+30
|\ \ \ \ \ \ \
| * | | | | | | Doc: Clearing details around default settings.Morten Engvoldsen2010-10-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Task-number:QTBUG-9856
| * | | | | | | Doc: making links more visible when they are visited.Morten Engvoldsen2010-10-141-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Task-number:QTBUG-10717
| * | | | | | | Doc: Fixing doc bugs for the symbian platformMorten Engvoldsen2010-10-141-9/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Task-number:QTBUG-10925
| * | | | | | | Doc: Adding note to tier 2: The ppc architecture on Mac has been downgraded ↵Morten Engvoldsen2010-10-141-0/+2
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from tier 1 to tier 2 for 4.7. Task-number: QTBUG-13803
* | | | | | | Changed Javascript guide link in Intro to the QML Language page.Jerome Pasion2010-10-152-3/+8
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaced link to commercial Javascript book. Reviewed-by: Geir Vattekar
* | | | | | Merge branch '4.7-upstream' into 4.7-docA-Team2010-10-131-0/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Update color type docs to mention transparencyBea Lam2010-10-131-0/+2
| | | | | |