summaryrefslogtreecommitdiffstats
path: root/doc/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Morten Engvoldsen2010-05-1262-312/+505
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-05-1281-544/+1800
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (158 commits) qdoc: Yet another revision of the top doc page. Doc: Update on web template Added QDateTime::msecsTo() Doc: Fixed tables and images for the new docs qdoc: Yet another revision of the top doc page. Revert "Improve QUrl handling of local file paths" Revert "[QNAM FTP] Check for the "ftp" scheme case-insensitively" Revert "QUrl::fromLocalFile: fix silly mistake: it's fromNativeSeparators, not to" Revert "Use QUrl::isLocalFile and fix the scheme checking in local URLs." qdoc: Another revision of the top doc page. Doc correction to css Doc: Updates to the html template and javascript tst_SuiteTest: Fix a meaningless switch statement My 4.7.0 changelog entries. qdoc: Fixed annotated list generation to use <td>, not <th>. Doc: Tuning search script qdoc: Reorganized examples panel. Doc: Chages to search feature, css and table order QtDeclarative: avoid waiting for a network load on URIs with empty schemes. QtDeclarative: RFC 3986 requires schemes to be considered case-insensitively ...
| | * Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-05-1243-256/+449
| | |\
| | | * Merge remote branch 'mainline/4.7' into 4.7Morten Johan Sørvig2010-05-1243-256/+449
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/declarative/qml/qdeclarativeengine.cpp tools/qdoc3/htmlgenerator.cpp
| | * | | qdoc: Yet another revision of the top doc page.Martin Smith2010-05-1217-45/+44
| | |/ / | | | | | | | | | | | | Still more to come.
| * | | Provide a way to specify the final sis name with createpackage/make sisMiikka Heikkinen2010-05-121-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The -n parameter can be used to specify the final sis name when using createpackage script or "make sis" with QT_SIS_OPTIONS. Task-number: QTBUG-9400 Reviewed-by: Janne Koskinen
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into ↵Qt Continuous Integration System2010-05-111-10/+8
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public: Remove test cases which cause stack overflow Fix compile errors Run autotests with minimal capabilities Documentation updates for Qt/Symbian on Linux development Allow EPOCROOT env var to be without trailing slash. Workaround for Symbian Open C bug in socket connect. Fix fetchedRoot test variable to work also in Symbian Add configure time checks for symbian environment Check for existance of sis file parameter to runonphone Fix thread synchronization issues in Symbian QFileSystemWatcher Disable compiling of the plugin when extra package not found Added missing UID3 for qsymbianbearer.dll. Enabled previously disabled Qt features. Fix includes so it compiles Use lowercase includes so it compiles in Linux too Fixed library dependency for Gnupoc. Removed the --export_all_vtbl from linking. Cleaned up the elf2e32 options a bit.
| | * | Documentation updates for Qt/Symbian on Linux developmentThomas Zander2010-05-101-10/+8
| | | |
| * | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-05-073-7/+19
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: examples/declarative/dynamic/qml/itemCreation.js
| | * | | qdoc fixes.Yann Bodson2010-05-061-0/+11
| | | | |
| | * | | CleanupYann Bodson2010-05-061-0/+1
| | | | |
| | * | | Use enum for drag.axis in doc and examples.Yann Bodson2010-05-061-1/+1
| | | | |
| | * | | doc fixesYann Bodson2010-05-061-6/+6
| | | | |
| * | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-05-055-29/+89
| |\ \ \ \ | | |/ / /
| | * | | Docs - point to property types from tutorial and QML Basic Types pageBea Lam2010-05-052-10/+13
| | | | |
| | * | | Fix qdoc errorsBea Lam2010-05-051-1/+1
| | | | |
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-053-16/+66
| | |\ \ \
| | | * | | Allow translations without extra command-line args, and document both.Warwick Allison2010-05-051-0/+17
| | | | | |
| | | * | | Doc improvements, simplify example codeBea Lam2010-05-052-16/+49
| | | | | |
| | * | | | QList<QObject*> models now update their properties when they change.Martin Jones2010-05-051-2/+9
| | |/ / / | | | | | | | | | | | | | | | Task-number: QTBUG-10348
| * | | | Make component.createObject require a parent argumentAlan Alpert2010-05-054-10/+10
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For graphical objects (the common case) a common mistake is to not parent a dynamically created item. Since you almost always want to add a parent, and it's hard for a beginner to diagnose this problem, a parent is now a required argument and dealt with by the createObject function. Task-number: QTBUG-10110
| * | | Doc improvementsBea Lam2010-05-043-30/+74
| | | |
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Warwick Allison2010-05-047-23/+1028
| |\ \ \ | | |/ / | | | | | | | | | | | | Conflicts: src/declarative/graphicsitems/qdeclarativeitem.cpp
| * | | Add Qt.fontFamilies() methodAaron Kennedy2010-04-301-0/+3
| | | | | | | | | | | | | | | | QTBUG-10239
| * | | More doc fixesBea Lam2010-04-301-10/+4
| | | |
| * | | Doc fixesBea Lam2010-04-304-94/+101
| | | |
| * | | Allow factor parameter to be passed to Qt.lighter() and Qt.darker()Martin Jones2010-04-291-4/+27
| | | |
| * | | Remove Component's isReady, isLoading, isError and isNull properties.Bea Lam2010-04-291-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The Component status enum covers all of these properties already and removing these also makes the API consistent with Image and Loader. Note this change only affects the QML Component API; the methods are still available for QDeclarativeComponent.
| * | | Fix references to createComponent() and createQmlObject() toBea Lam2010-04-287-109/+151
| | | | | | | | | | | | | | | | | | | | Qt.createComponent() and Qt.createQmlObject(). Also move code into snippets/ for verification.
| * | | Move snippets to correct locationBea Lam2010-04-2825-19/+19
| | | |
| * | | Doc fixesBea Lam2010-04-281-3/+11
| | | |
* | | | Doc: Adding loading image to search textboxMorten Engvoldsen2010-05-123-3/+15
| |_|/ |/| |
* | | Doc: Fixed tables and images for the new docsMorten Engvoldsen2010-05-114-20/+40
| | | | | | | | | | | | | | | Added page.png to images dir. Fixed tables "generic"
* | | qdoc: Yet another revision of the top doc page.Martin Smith2010-05-1112-19/+34
| | | | | | | | | | | | Still more to come.
* | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-05-102-4/+13
|\ \ \
| * | | Doc correction to cssMorten Engvoldsen2010-05-101-4/+4
| | | | | | | | | | | | | | | | Reviewed-by: Morten Engvoldsen
| * | | Doc: Updates to the html template and javascriptMorten Engvoldsen2010-05-101-0/+9
| | | | | | | | | | | | | | | | Reviewed-by: Morten Engvoldsen
* | | | qdoc: Another revision of the top doc page.Martin Smith2010-05-103-40/+26
|/ / / | | | | | | | | | More to come.
* | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Morten Engvoldsen2010-05-072-3/+94
|\ \ \
| * \ \ Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-05-072-7/+29
| |\ \ \
| * | | | qdoc: Reorganized examples panel.Martin Smith2010-05-072-3/+94
| | | | |
* | | | | Doc: Tuning search scriptMorten Engvoldsen2010-05-071-6/+6
| |/ / / |/| | | | | | | | | | | Reviewed-by: Morten Engvoldsen
* | | | Doc: Chages to search feature, css and table orderMorten Engvoldsen2010-05-072-7/+29
|/ / / | | | | | | | | | | | | | | | | | | | | | Changes the search results Fixed table css Added odd&even classes to tables generated by the thmlgenerator Reviewed-by: Morten Engvoldsen
* | | Doc: updating html and search featureMorten Engvoldsen2010-05-062-221/+89
| | | | | | | | | | | | | | | | | | Doc: implementing the search feature in the online docs Reviewed-by: Morten Engvoldsen
* | | Doc - mention vcsubdirs as a possible value for TEMPLATESimon Hausmann2010-05-061-0/+1
| | | | | | | | | | | | | | | | | | | | | It is usually the result of using subdirs in the .pro file and then using -tp vc to turn it into vcsubdirs. Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* | | doc: Second attempt to begin reorganizing the top doc page.Martin Smith2010-05-064-4/+14
| | | | | | | | | | | | This change actually changes the left panels. Much more to come.
* | | Doc: Changes to the HTML outputMorten Engvoldsen2010-05-052-62/+58
| | | | | | | | | | | | | | | | | | Changes in css, htmlgenerator (removing redundant class names), updating html templates and updating js. Reviewed-by: Morten Engvoldsen
* | | doc: Began reorganization of the top doc page.Martin Smith2010-05-0517-6/+45
| | | | | | | | | | | | Much more to come.
* | | Doc: Updating style and HTML in CSS and qdocMorten Engvoldsen2010-05-041-11/+85
| | | | | | | | | | | | | | | | | | Adding all classnames generated in qdoc to the CSS and removing redundant &nbsp; from htmlgenerator. Reviewed-by: Trust Me
* | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-05-045-0/+836
|\ \ \