summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |\ \ | | | |/
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-10-1385-555/+1391
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (32 commits) Fix autotest on windows Fix worker ListModels to property emit countChanged() Update color type docs to mention transparency Update reference bitmaps used in bitmap comparison tests to follow changes in Text painting Fix alignment bugs in Text element Remove debug code added by 650a0078e2cef43eff107fe8d2505f64a0bfedf0 Compile on WinCE Update QtDeclarative def files Update QtCore def files Compile on MSVC2008 Bug: TextEdit ignores plain text format when pasting text Update sections if model content changes. Fix autotest on windows Test for absent qmldir Allow objectName to be used in QML bindings Install the declarative objectNameChanged callback Don't give focus to a FocusScope that has had focus explicitly cleared. Add a declarative callback for when a QObject's objectName changes Ensure GridView header is visible at the top of the view. Allow aliases to value type properties ...
| | | | * Fix autotest on windowsAaron Kennedy2010-10-131-1/+3
| | | | |
| | | | * Fix worker ListModels to property emit countChanged()Bea Lam2010-10-132-1/+11
| | | | | | | | | | | | | | | | | | | | Task-number: QT-4094
| | | | * Update color type docs to mention transparencyBea Lam2010-10-131-0/+2
| | | | |
| | | | * Update reference bitmaps used in bitmap comparison tests to follow changes ↵Joona Petrell2010-10-133-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in Text painting Task-number: QTBUG-14374
| | | | * Fix alignment bugs in Text elementAaron Kennedy2010-10-132-481/+524
| | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-14374