Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update year in Nokia copyright messages. | Jason McDonald | 2012-01-11 | 1 | -1/+1 |
| | | | | | | | | | Simple search and replace. This commit doesn't touch 3rd-party files, nor translations (where the change is not so simple and will be handled in a separate commit). Change-Id: I4e48513b8078a44a8cd272326685b25338890148 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com> | ||||
* | Update licenseheader text in source files for qt4.8 | Jyri Tahtela | 2011-05-13 | 1 | -10/+10 |
| | | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-staging into ↵ | Qt Continuous Integration System | 2011-02-04 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-staging: (216 commits) Doc: Fixed a reference to the wrong image. Fixed a bug that caused marked up inline text to be truncated. Doc: Renamed an image to ensure that it does not clash with another. Doc: Fixed QML, unindented snippet. Doc: Removed unnecessary HTML entity from the title. Doc: Fixed broken links to the old Symbian Foundation Wiki. Doc: Updated the copyright statements in the templates. Doc: Fixing typo Replace all occurances of "Qt 4.7" with "QtQuick 1.0" Doc: Adjusted the font sizes for the offline documentation. Doc: Added a missing style sheet to the qhp manifest. Doc: Fixed the qthelp namespace for the Qt documentation. Doc: including missing pages in overviews. Doc: Fixed typo in QCoreApplication docs Fixed whitespace. Avoid hard-coding product names in page titles. Doc: Unindented a code snippet. Doc: Fixed confusing wording of a sentence. Doc: Fixed a broken link. Doc: Updated the information about commercial editions of Qt. ... | ||||
| * | Doc: Fixing typo | Morten Engvoldsen | 2011-01-25 | 1 | -1/+1 |
| | | |||||
| * | Doc: fixing bugs and typos based on feedback | Morten Engvoldsen | 2011-01-25 | 1 | -1/+1 |
| | | |||||
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Martin Jones | 2011-01-19 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
* | | Add clarifications to QML SQL docs. | Michael Brasser | 2011-01-05 | 1 | -3/+4 |
|/ | | | | Reviewed-by: Bea Lam | ||||
* | Doc: Fixed the in-repository licenses for the documentation. | David Boddie | 2010-10-04 | 1 | -5/+5 |
| | | | | | | In the repository, we should always use the No Commercial license alongside the GNU Free Documentation License for documentation files. | ||||
* | fix doc links | Bea Lam | 2010-07-02 | 1 | -1/+1 |
| | |||||
* | doc fix | Bea Lam | 2010-07-01 | 1 | -2/+4 |
| | |||||
* | Docs - add more links to relevant examples | Bea Lam | 2010-06-30 | 1 | -0/+4 |
| | | | | Task-number: QTBUG-11754 | ||||
* | Doc: Relicensed the documentation under the GNU FDL version 1.3. | David Boddie | 2010-06-21 | 1 | -25/+11 |
| | | | | | Reviewed-by: Trust Me Requested-by: Legal | ||||
* | Various doc fixes and improvements | Bea Lam | 2010-05-31 | 1 | -1/+1 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-05-26 | 1 | -1/+1 |
|\ | |||||
| * | Doc fixes, improvements | Bea Lam | 2010-05-26 | 1 | -1/+1 |
| | | |||||
* | | Don't display unnecessary copyright headers in doc | Martin Jones | 2010-05-26 | 1 | -1/+1 |
|/ | |||||
* | Ensure QML Global Qt object functions appear in the documentation index | Warwick Allison | 2010-05-21 | 1 | -243/+1 |
| | | | | | | | | Also moves documentation of Qt global object to alongside code. Docs are slightly misleading because they say "Qt::argb" etc. when "Qt.argb" would be clearer. Downgrades QTBUG-7725 from P2 to P4 as remaining functions are standard webJS. Task-number: QTBUG-7725 | ||||
* | Rename Component::errorsString() -> errorString() (and also for | Bea Lam | 2010-05-20 | 1 | -1/+1 |
| | | | | QDeclarativeComponent) | ||||
* | Improve docs for Qt.quit() | Bea Lam | 2010-05-18 | 1 | -2/+3 |
| | |||||
* | Restructure the examples. They are now organized into various | Bea Lam | 2010-05-16 | 1 | -1/+1 |
| | | | | | | subdirectories to make it easier to locate examples for certain features (e.g. animation) and to distinguish between different types of examples (e.g. very basic examples vs complex demo-like examples). | ||||
* | Make component.createObject require a parent argument | Alan Alpert | 2010-05-05 | 1 | -1/+4 |
| | | | | | | | | | 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 | ||||
* | Add Qt.fontFamilies() method | Aaron Kennedy | 2010-04-30 | 1 | -0/+3 |
| | | | | QTBUG-10239 | ||||
* | Doc fixes | Bea Lam | 2010-04-30 | 1 | -38/+38 |
| | |||||
* | Allow factor parameter to be passed to Qt.lighter() and Qt.darker() | Martin Jones | 2010-04-29 | 1 | -4/+27 |
| | |||||
* | Fix references to createComponent() and createQmlObject() to | Bea Lam | 2010-04-28 | 1 | -55/+26 |
| | | | | | Qt.createComponent() and Qt.createQmlObject(). Also move code into snippets/ for verification. | ||||
* | Return null if creation fails. | Michael Brasser | 2010-04-23 | 1 | -2/+2 |
| | |||||
* | Autotests and doc | Aaron Kennedy | 2010-04-22 | 1 | -2/+2 |
| | |||||
* | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-04-21 | 1 | -4/+74 |
|\ | |||||
| * | doc | Warwick Allison | 2010-04-20 | 1 | -0/+2 |
| | | |||||
| * | Doc | Aaron Kennedy | 2010-04-20 | 1 | -4/+72 |
| | | | | | | | | QTBUG-9457 | ||||
* | | Make the dynamic creation functions on the Qt object | Alan Alpert | 2010-04-21 | 1 | -1/+8 |
|/ | | | | | | | | | Also updated examples to still work, and the dynamic example now uses exceptions a little, to demonstrate that it can be done. Exceptions are also now filled out with the QML error data. Task-number: QT-2801 Reviewed-by: Aaron Kennedy | ||||
* | Add a Qt.isQtObject() method | Aaron Kennedy | 2010-04-09 | 1 | -0/+3 |
| | | | | QTBUG-9705 | ||||
* | Replace "import Qt 4.6" with "import Qt 4.7" | Michael Brasser | 2010-04-08 | 1 | -1/+1 |
| | |||||
* | doc | Warwick Allison | 2010-03-29 | 1 | -4/+70 |
| | | | | Task-number: QTBUG-9459 QTBUG-9458 | ||||
* | Doc. | Michael Brasser | 2010-03-29 | 1 | -0/+5 |
| | |||||
* | Remove Qt.closestAngle(). | Michael Brasser | 2010-03-12 | 1 | -12/+0 |
| | | | | This functionality is now built in to RotationAnimation. | ||||
* | Remove Qt.playSound() | Michael Brasser | 2010-03-04 | 1 | -3/+0 |
| | | | | Use SoundEffect instead. | ||||
* | Add formatting functions to QML's global Qt object. | Michael Brasser | 2010-03-04 | 1 | -0/+76 |
| | | | | The plan is for these to replace DateTimeFormatter. | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -3/+3 |
| | | | | QDeclarativeXXX. | ||||
* | Doc: these files are NOT part of the test suite of the Qt toolkit | Thiago Macieira | 2010-02-20 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 | Martin Smith | 2010-02-16 | 1 | -18/+18 |
|\ | |||||
| * | Fix broken license headers. | Jason McDonald | 2010-02-16 | 1 | -18/+18 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
* | | doc: Fixed some qdoc errors. | Martin Smith | 2010-02-16 | 1 | -1/+1 |
|/ | |||||
* | We use JavaScript, not ECMAScript. | Martin Jones | 2010-02-03 | 1 | -1/+1 |
| | | | | Task-number: QTBUG-7720 | ||||
* | Improve documentation | Alan Alpert | 2010-01-05 | 1 | -4/+2 |
| | | | | | Extend documentation on dynamically created objects and on integrating with existing applications. And make those pages more discoverable. | ||||
* | Doc fix | Alan Alpert | 2009-12-18 | 1 | -2/+2 |
| | |||||
* | Doc | Aaron Kennedy | 2009-11-27 | 1 | -9/+1 |
| | |||||
* | Small doc fixes. | Martin Jones | 2009-11-25 | 1 | -1/+1 |
| | |||||
* | Doc. | Michael Brasser | 2009-11-23 | 1 | -5/+15 |
| |