summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* doc: Corrections to linking errors in the docs.Martin Smith2010-11-017-13/+35
|
* doc: Corrections to linking errors detected by the DITA XML generator..Martin Smith2010-11-014-15/+23
|
* qdoc: Don't put classes that have empty doc in hierarchy.Martin Smith2010-10-292-15/+4
|
* qdoc: Fixed some DITA XML validation errors.Martin Smith2010-10-282-252/+89
| | | | | | | | The obsolete and Qt3 support files no longer exist, so all the references to them had to be cleaned up, and the elements that were formerly in those files had to be included in the class, namespace, or header file with the appropriate outputclass attr.
* qdoc: Fixed some DITA XML validation errors.Martin Smith2010-10-282-11/+24
| | | | Fixed some \table problems as well.
* doc: Removed an illegal char and some empty \row commands.Martin Smith2010-10-272-4/+1
|
* doc: Removed some illegal characters.Martin Smith2010-10-271-8/+8
|
* qdoc: Fixed some DITA XML validation errors.Martin Smith2010-10-271-0/+3
|
* doc: Removed an illegal character.Martin Smith2010-10-271-1/+1
|
* doc: Fixed some DITA XML validation errors.Martin Smith2010-10-271-2/+1
| | | | No <br> elements allowed.
* doc: Fixed some DITA XML validation errors.Martin Smith2010-10-271-7/+6
| | | | No links in the <title> text.
* doc: Fixed some DITA XML validation errors.Martin Smith2010-10-271-9/+6
| | | | These were in the compact list.
* doc: Fixed some DITA XML validation errors.Martin Smith2010-10-263-36/+34
| | | | Also fixed a bug in qdoc3 for html generation.
* doc: Fixed some DITA XML validation errors.Martin Smith2010-10-253-6/+11
|
* qdoc: Fixed some DITA XML validation errors.Martin Smith2010-10-253-2/+13
|
* doc: Moved many \target commands that were in the wrong place.Martin Smith2010-10-251-35/+27
|
* doc: Removed illegal \section1.Martin Smith2010-10-251-2/+1
|
* doc: Changed a \section in a \table into a \header.Martin Smith2010-10-251-1/+3
|
* doc: Changed a table into 3 tables to eliminate a \raw.Martin Smith2010-10-251-9/+10
|
* qdoc: Fixed some DITA XML validation errors.Martin Smith2010-10-251-16/+4
|
* doc: Moved a \target that was in the wrong place.Martin Smith2010-10-251-2/+1
|
* qdoc: Output the \qmlclass as a <cxxClass>.Martin Smith2010-10-231-4/+151
| | | | Still more work to do here to make the detail sections correct.
* qdoc: Output the \headerfile as a <cxxClass>.Martin Smith2010-10-222-157/+299
|
* doc: Moved some table headers ahead of the rows.Martin Smith2010-10-223-10/+10
|
* qdoc: Fixed some DITA XML validation errors.Martin Smith2010-10-201-4/+3
|
* qdoc: Fixed some DITA XML validation errors.Martin Smith2010-10-201-0/+3
|
* doc: Moved some table headers before the rows.Martin Smith2010-10-201-9/+9
|
* doc: Moved some table headers to be before the rows.Martin Smith2010-10-201-6/+6
|
* qdoc: Fixed some DITA XML validation errors.Martin Smith2010-10-201-4/+18
|
* qdoc: Fixed some DITA XML validation errors.Martin Smith2010-10-205-102/+108
|
* qdoc: Fixed <p> inside of <p> for legalese text.Martin Smith2010-10-182-6/+17
|
* qdoc: Added extraneous enum Definition File elementsMartin Smith2010-10-182-150/+21
| | | | Removed bread crumb generator from DITA XML generator.
* qdoc: Changed GUIDs from "{xxxxxx}" to "id-xxxxxxx".Martin Smith2010-10-185-34/+16
|
* Merge branch 'mimir' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into mimirMartin Smith2010-10-15106-618/+1613
|\
| * Merge branch '4.7' into mimirMorten Engvoldsen2010-10-15106-618/+1613
| |\
| | * Merge branch 'small' into 4.7Morten Engvoldsen2010-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
| | * | Merge branch '4.7-upstream' into 4.7-docA-Team2010-10-145-2/+120
| | |\ \ | | | |/ | | |/|
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into ↵Qt Continuous Integration System2010-10-141-0/+7
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public: Giving Qt a default app server when Avkon is removed
| | | | * Giving Qt a default app server when Avkon is removedmread2010-10-141-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avkon provides a default app server when an app is started as a server app. This allows any app to be started as a server app. The Qt Avkon removal bypassed this, calling the base-class function instead, which prevented apps from starting as server app unless they explictly created a server. Now Qt also creates a default app server, which implements no services, so that any app can be started as a server app, even if Avkon is not present. This allows Symbian^4, configured with -no-s60, to boot. Task-number: QTBUG-14457 Reviewed-by: Jason Barron
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-10-144-2/+113
| | | |\ \ | | | | |/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: TextInput autoscroll now scrolls when the cursor moves Fix samegame tutorial js Make minehunt less cheerful Add new behavior example.
| | | | * TextInput autoscroll now scrolls when the cursor movesAlan Alpert2010-10-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously needed some actual text changes to scroll, which is incorrect Task-number: QTBUG-14230
| | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-10-141-0/+108
| | | | |\
| | | | | * Add new behavior example.Yann Bodson2010-10-131-0/+108
| | | | |/ | | | |/|
| | | | * Fix samegame tutorial jsAlan Alpert2010-10-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Turns out that subtraction is not commutative. Who knew? Task-number: QTBUG-13532
| | | | * Make minehunt less cheerfulAlan Alpert2010-10-141-1/+3
| | | |/ | | | | | | | | | | | | | | | | | | | | An instance of failure being improperly shown as victory was rectified. Task-number: QT-3956
| | * | Merge branch '4.7-upstream' into 4.7-docA-Team2010-10-1395-604/+1460
| | |\ \ | | | |/