summaryrefslogtreecommitdiffstats
path: root/doc/src/widgets-and-layouts/styles.qdoc
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-10-11 19:06:06 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2010-10-11 19:06:06 (GMT)
commitb91645856a53bd67aac19e87be1ed11730dd15f8 (patch)
tree2efcdbccd8bd83f96fdbf597a1e0bc1fd0ca9d27 /doc/src/widgets-and-layouts/styles.qdoc
parentb2cbe3659bb39204922fa43d9f9625a9de2f5e29 (diff)
parent624267441e94e87ddb79f5e3748fc17a9a98c311 (diff)
downloadQt-b91645856a53bd67aac19e87be1ed11730dd15f8.zip
Qt-b91645856a53bd67aac19e87be1ed11730dd15f8.tar.gz
Qt-b91645856a53bd67aac19e87be1ed11730dd15f8.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (48 commits) 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 Doc: correcting broken link to labs Doc: adding note to function QWSKeyboardHandler::processKeycode - that it was added in Qt 4.6 Doc: correcting typo ...
Diffstat (limited to 'doc/src/widgets-and-layouts/styles.qdoc')
-rw-r--r--doc/src/widgets-and-layouts/styles.qdoc10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/widgets-and-layouts/styles.qdoc b/doc/src/widgets-and-layouts/styles.qdoc
index 180260b..cd0b86d 100644
--- a/doc/src/widgets-and-layouts/styles.qdoc
+++ b/doc/src/widgets-and-layouts/styles.qdoc
@@ -7,11 +7,11 @@
** This file is part of the documentation of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:FDL$
-** Commercial Usage
-** Licensees holding valid Qt Commercial licenses may use this file in
-** accordance with the Qt Commercial License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in a
-** written agreement between you and Nokia.
+** No Commercial Usage
+** This file contains pre-release code and may not be distributed.
+** You may use this file in accordance with the terms and conditions
+** contained in the Technology Preview License Agreement accompanying
+** this package.
**
** GNU Free Documentation License
** Alternatively, this file may be used under the terms of the GNU Free
* | | | | | Autotest: Add QtDeclarative to the "headersclean" testThiago Macieira2010-04-021-1/+1 | |_|_|_|/ |/| | | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-0128-11/+298 |\ \ \ \ \ | |/ / / / |/| | | | | * | | | Remove strange binding loop in Repeater test.Martin Jones2010-04-011-5/+3 | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-011-0/+26 | |\ \ \ \ | | * | | | ModelNode::setObjectValue() must update the object cache.Bea Lam2010-04-011-0/+26 | * | | | | Test cost of importing and resolving types (but not creating objects).Warwick Allison2010-04-018-0/+189 | |/ / / / | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-0111-1/+65 | |\ \ \ \ | | * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-013-4/+3 | | |\ \ \ \ | | * | | | | Set positioner size to final size, rather than some random size mid animationMartin Jones2010-04-0111-1/+65 | * | | | | | import "." first - i.e. override it by everything else.Warwick Allison2010-04-014-0/+12 | | |/ / / / | |/| | | | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-3128-469/+188 | |\ \ \ \ \ | | |/ / / / | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-311-1/+0 | | |\ \ \ \ | | | |/ / / | | |/| | | | | | * | | Fixed: Declared properties cannot be assigned in declarationRoberto Raggi2010-03-311-1/+0 | | | |/ / | * | | | doc bug relationships more clearlyWarwick Allison2010-03-313-4/+3 * | | | | Skip tst_QGraphicsItem::updateMicroFocus test on Windows and Mac as it does n...Olivier Goffart2010-04-011-0/+4 * | | | | Merge remote branch 'origin/4.7' into 4.7Olivier Goffart2010-04-0120-447/+172 |\ \ \ \ \ | | |/ / / | |/| | | | * | | | handle encoding of PO filesOswald Buddenhagen2010-03-316-1/+16 | * | | | add Plural-Forms header in PO writerOswald Buddenhagen2010-03-315-8/+9 | * | | | don't mark untranslated messages as fuzzy in PO filesOswald Buddenhagen2010-03-314-10/+6 | * | | | interpret source language "en" as "POSIX" (more precisely: "none specified")Oswald Buddenhagen2010-03-311-1/+1 | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-318-427/+140 | |\ \ \ \ | | |_|/ / | |/| | | | | * | | Rename the xxxMsecsSinceEpoch functions to xxxMSecsSinceEpoch.Thiago Macieira2010-03-311-9/+9 | | * | | Add QDateTime members that operate on 64-bit milliseconds.Thiago Macieira2010-03-311-0/+69 | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-307-426/+70 | | |\ \ \ | | | |_|/ | | |/| | | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-307-426/+70 | | | |\ \ | | | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-307-426/+70 | | | | |\ \ | | | | | * | Autotest: oops, fix oops: remove qguard from auto.proThiago Macieira2010-03-271-1/+0 | | | | | * | Autotests: oops, remove last traces of QGuardThiago Macieira2010-03-273-421/+68 | | | | | * | Unskip test that used to crashKent Hansen2010-03-261-4/+0 | | | | | * | uic3: -extract: Write XPM-images correctly.Friedemann Kleint2010-03-262-0/+2 * | | | | | | Attempt to fix the test.Alexis Menard2010-03-311-2/+2 * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-3122-28/+1117 |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | * | | | | | Merge remote branch 'integration/qt-4.7-from-4.6' into 4.7Olivier Goffart2010-03-313-18/+4 | |\ \ \ \ \ \ | * \ \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7aavit2010-03-31