summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets
Commit message (Collapse)AuthorAgeFilesLines
* Implement support for DEPLOYMENT.display_name in SymbianMiikka Heikkinen2010-11-081-0/+4
| | | | | | | | | | | | | | | The default package name and the default name that appears in the application menu is derived from the TARGET variable. Often the default is not optimal for displaying to end user. To set a better display name for these purposes DEPLOYMENT.display_name variable can now be used. Cherry picked to 4.7 branch from master branch as part of QTBUG-15068, original commit: 9cb24d1c4b7359ec84708ba770050de720b50cdf Task-number: QTBUG-15068 Task-number: QTBUG-14280 Reviewed-by: Janne Anttila
* Added .flags modifier support for DEPLOYMENT items in SymbianMiikka Heikkinen2010-11-081-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | The .flags modifier can be used to specify pkg flags for files. For example, to make default application run after install: default_bin_deployment.flags += FR RI For example, to show a note at installation time: notedep.sources = install_note.txt notedep.flags = FT TC DEPLOYMENT += notedep See Symbian package file format documentation for exact supported flag values. Cherry picked to 4.7 branch from master branch as part of QTBUG-15068, original commit: 50b2477e6ffd64a0730cc5c0f0a6190b1a6b5861 Task-number: QTBUG-15068 Task-number: QTBUG-13367 Reviewed-by: Janne Anttila
* Make default application deployment removableMiikka Heikkinen2010-11-081-0/+4
| | | | | | | | | | | | | | | | | Default application deployment was hard coded in qmake, so it was impossible to replace with custom deployment. Now the default deployment is generated via .prf files and is removable. Cherry picked to 4.7 branch from master branch as part of QTBUG-15068, original commit: 494ce0dac35c7ade0ce78589878597a7ca912864 Task-number: QTBUG-15068 Task-number: QTBUG-13367 Reviewed-by: axis Conflicts: qmake/generators/symbian/symbiancommon.cpp
* Allow pkg_prerules and pkg_postrules to be targeted to separate filesMiikka Heikkinen2010-11-081-0/+5
| | | | | | | | | | | | | | | | | | | | Pkg_prerules and pkg_postrules can now be targeted to apply only to main template pkg, installer pkg, or stub pkg file using .main, .installer, or .stub suffix on the variable. Also clarified documentation of these variables. Cherry picked to 4.7 branch from master branch as part of QTBUG-15068, original commit: a537137fffd72d153a35828228c00567a563e787 Task-number: QTBUG-15068 Task-number: QTBUG-13159 Reviewed-by: axis Conflicts: doc/src/development/qmake-manual.qdoc doc/src/snippets/code/doc_src_qmake-manual.qdoc
* Doc: Added a snippet showing the default BorderImage tiling behavior.David Boddie2010-11-031-0/+55
|
* Doc: Added more instructions to help with device file permissions.David Boddie2010-11-031-0/+4
|
* Fixed many spelling errors.Rohan McGovern2010-10-251-1/+1
|
* Fix Flipable docsBea Lam2010-10-221-8/+9
| | | | Task-number: QTBUG-13789
* Fix autotest failure caused by commit 92365268Jason McDonald2010-10-152-2/+2
|
* Merge branch '4.7-upstream' into 4.7-docA-Team2010-10-051-7/+7
|\
| * Doc: add missing image.Yann Bodson2010-10-011-7/+7
| |
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-10-04128-129/+136
|\ \ | |/
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-09-30127-129/+129
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (27 commits) Revert "QDeclarativeDebugService: Add bc autotest" to get changes through staging. Doc clarification. Fallback to A8 text rendering on Mac when LCD smoothing is disabled Recreate Qt 4.7 branch QtDeclarative def files on top of changes made to Qt 4.7.1 Autotest that new "import Qt 4.7"s aren't added accidentally Document "import QtQuick 1.0" change Replace "import Qt 4.7" with "import QtQuick 1.0" Add test for Qt 4.7 module Replace all occurances of "Qt 4.7" with "QtQuick 1.0" Correct property type of PathAttribute::value in the docs. Register QtQuick 1.0 module. Remove unused AST node destructors. Fix crash when trying to append a null transform to QDeclarativeItem. Documentation. Documentation fix for Flickable (mark content properties as real, not int). QDeclarativeDebugClient: Fix gcc warning QmlDebugService: Check that there is a receiver before sending messages If a type is registered under several names, share the attached property object QmlViewer: Fix typo in comment QmlViewer: Fix assert on exit (Windows) ...
| | * Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-29127-129/+129
| | | | | | | | | | | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into ↵Qt Continuous Integration System2010-09-281-0/+7
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public: Fix QFontMetrics::lineWidth() for fonts with defined point size Implemeting, exporting and autotesting QFont::lastResortFont() Fixed compile error on non-Symbian platforms. Fixed regression when typing in QTextControl based widgets on Symbian Fixed incorrect snippet in BLD_INF_RULES documentation Streamlined smart installer package creation
| | * Fixed incorrect snippet in BLD_INF_RULES documentationMiikka Heikkinen2010-09-271-0/+7
| | | | | | | | | | | | | | | Task-number: QTBUG-13988 Reviewed-by: TrustMe
| * | Doc: Added lisence header to snippetGeir Vattekar2010-09-281-0/+39
| | | | | | | | | | | | (cherry picked from commit a21b6be2e97b2678111930bc04eaa843b42fa22b)
* | | Doc: Made a number of fixes to the documentation.David Boddie2010-10-042-1/+11
| | |
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-09-301-0/+93
|\ \ \
| * | | Doc: Added lisence header to snippetGeir Vattekar2010-09-281-0/+39
| |/ /
| * | Doc: Added info on QWidget::render to printing docsGeir Vattekar2010-09-201-0/+54
| |/ | | | | | | | | Task-number: QTBUG-2210 Reviewed-by: David Boddie
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-09-20125-125/+407
|\ \ | |/
| * Merge branch '4.7-upstream' into 4.7-docA-Team2010-09-16125-125/+407
| |\
| | * Doc: Further QML improvements.David Boddie2010-09-153-0/+53
| | |
| | * Doc: Continued work on the QML documentation.David Boddie2010-09-141-0/+87
| | |
| | * Doc: More work on the QML documentation.David Boddie2010-09-14123-125/+267
| | |
* | | Doc: More work on QML reference documentation.David Boddie2010-09-172-0/+125
|/ / | | | | | | Reviewed-by: Trust Me
* | Added a QFormLayout snippet to the layout.qdoc and layouts.cppJerome Pasion2010-09-161-3/+39
| | | | | | | | | | Reviewed-by: David Boddie Tasks: QTBUG-10077
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7Jerome Pasion2010-09-1072-824/+2513
|\ \
| * \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-09-0972-824/+2513
| |\ \ | | |/
| | * Doc: More work on the QML documentation.David Boddie2010-09-076-0/+312
| | |
| | * Doc: Worked on two more elements, replacing an image.David Boddie2010-09-061-0/+0
| | |
| | * Merge branch '4.7' into qmldocsDavid Boddie2010-09-032-50/+2
| | |\ | | | | | | | | | | | | | | | | Conflicts: doc/src/snippets/declarative/qml-intro/basic-syntax.qml
| | * | Doc: Fixed autotest breakage caused by snippets.David Boddie2010-09-0113-16/+124
| | | |
| | * | Doc: More work on QML documentation and snippets.David Boddie2010-09-013-1/+80
| | | |
| | * | Doc: More work on the QML documentation.David Boddie2010-08-2714-0/+686
| | | |
| | * | Merge branch '4.7' into qmldocsDavid Boddie2010-08-246-6/+285
| | |\ \
| | * | | Doc: Started to improve QML reference documentation.David Boddie2010-08-231-2/+2
| | | | |
| | * | | Doc: Used snippets for the Beginning QML document. License update.David Boddie2010-08-2317-0/+702
| | | | |
| | * | | Doc: Updated QML snippets.David Boddie2010-08-232-5/+5
| | | | |
| | * | | Doc: Updated licenses to the three clause BSD license.David Boddie2010-08-2326-730/+704
| | | | |
| | * | | Doc: Made more improvements to the QML documentation.David Boddie2010-08-2313-80/+612
| | | | |
| | * | | Merge branch '4.7' into qmldocsDavid Boddie2010-08-174-1/+303
| | |\ \ \
| | * | | | Doc: Started work to tidy up existing QML docs.David Boddie2010-08-1717-0/+397
| | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Trust Me
* | | | | | Clarified the coding standard regarding connecting signals to slots.Jerome Pasion2010-09-101-2/+10
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Cleaned up the contradiction identified in QTBUG-10114. Reviewed-by: David Boddie Bug: QTBUG-8961, QTBUG-10114
* | | | | Merge commit 'staging-1/4.7' into doc-4.7Morten Engvoldsen2010-09-032-48/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Fix examples autotestJoona Petrell2010-09-012-48/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Task-number: Reviewed-by: Bea Lam
* | | | | Adding snippet for QML Text element documentation.Jerome Pasion2010-08-311-0/+54
| | | | | | | | | | | | | | | | | | | | | | | | | Reviewed by: David Boddie Task: QTBUG-13243
* | | | | Fixed spelling, broken links, and missing default values.Jerome Pasion2010-08-301-1/+1
|/ / / / | | | | | | | | | | | | | | | | Tasks: QTBUG-13271, QTBUG-13212, QTBUG-12321 Reviewer: David Boddie
* | | | Doc: Fixed snippets in QML introduction broken in an earlier commit.David Boddie2010-08-2717-0/+1099
| |_|/ |/| | | | | | | | Reported on the qt-qml mailing list.