aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/code
Commit message (Collapse)AuthorAgeFilesLines
...
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-23107-650/+650
| | | | | | | | Change copyrights and license headers from Nokia to Digia Change-Id: I887dbadf259a84981160c00476a93fe581b4baa2 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Finish moving graphicsview to qtbase.v5.0.0-beta1Frederik Gladhorn2012-08-271-117/+0
| | | | | Change-Id: Iaf4a22a3e79e7e34d55262ecc1d9f3d91a2d5f7b Reviewed-by: Gabriel de Dietrich <gabriel.dietrich-de@nokia.com>
* Remove all references to phonon in our documentationLars Knoll2012-08-153-308/+0
| | | | | | | | Since phonon is not part of qt5.git anymore, we should remove all remaining references to it. Change-Id: I2aa3a175a752e7c9255521f59f0fc55cf73db825 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* These files have been moved to qtbase.Lars Knoll2012-07-263-183/+0
| | | | | Change-Id: I025d6ed08627a24df1d1c2aee04db18bca1c51c5 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* Doc: Reflect modularized QtScript documentation.Casper van Donderen2012-06-051-43/+0
| | | | | | | | Some references and files were moved to the qtscript module. See also: https://codereview.qt-project.org/27968 Change-Id: Ie61f42d4beaca7929d0455d9ef637dc496b20f47 Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
* Update Mac platform documentation for Qt 5.Morten Johan Sorvig2012-05-292-31/+1
| | | | | | | | | | | | | Update OS and compiler versions. Remove information about universal builds (no longer longer supported). Update information about Carbon and PowerPC (also no longer supported). Update developer.apple.com links. Update license information for Apple-contributed code. Remove no longer referenced code snippets. Fix misc other inaccuracies. Change-Id: I1a861a9de55042ffe3ac5b425dd8fcf6648e822a Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* QT_NO_THREAD is obsoleteHarald Fernengel2012-05-151-2/+2
| | | | | | | use QT_NO_FILEDIALOG in the documentation instead Change-Id: I066cf0e40de90fafc03a5ab423ddf5b8cfdb3e04 Reviewed-by: Martin Smith <martin.smith@nokia.com>
* Doc: Adapt to modularized documentation in qtbase.Casper van Donderen2012-05-1016-1069/+0
| | | | | | | | | | - Snippets and images are moved to subfolders in qtbase/src - qdocconf file for qtbase adapted to find the new snippets. - Move some of the module pages to their respective modules. Change-Id: I57e870a3409572c097e7a755afa85e75a5ff437b Reviewed-by: Lars Knoll <lars.knoll@nokia.com> Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
* Document CONFIG+=testcase, CONFIG+=insignificant_test, "make check"Rohan McGovern2012-04-161-0/+4
| | | | | | | | | Primarily documented in the qmake manual, with a brief mention and link in the qtestlib manual. Change-Id: I443886644b9bbc7f5c881f9031d735793808fd85 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com> Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
* Change CONFIG+=qtestlib to QT+=testlibDebao Zhang2012-03-302-2/+2
| | | | | | | | | testlib is a standard moudle of Qt.The former usage is no longer recommended and seems have been broken now. Change-Id: Ifebee85ad1a7e1ca24c0f0b486557e9a4b19a4d1 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
* Remove refernces to qt3supportLars Knoll2012-03-184-265/+0
| | | | | Change-Id: I85aec2a0018baccac793c2233fd8e2f04a88b922 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* undocument removed qlibraryinfo library versioning matchingOswald Buddenhagen2012-02-271-9/+0
| | | | | Change-Id: Ia4604d4539c366ae768dbe1cf1474bcd78f9ca32 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-30134-134/+134
| | | | | | | | | | | As in the past, to avoid rewriting various autotests that contain line-number information, an extra blank line has been inserted at the end of the license text to ensure that this commit does not change the total number of lines in the license header. Change-Id: I26014382bafefcdb1cbb982e4a6a72dc94df09ae Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Update obsolete contact address.Jason McDonald2012-01-20134-134/+134
| | | | | | | | Replace Nokia contact email address with Qt Project website. Change-Id: Ia673fb3c9e144cfa4c0e02b82cd754d9ec45cce2 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Docs: Forward-ported typo and link fixes from Qt 4.8Janne Anttila2012-01-111-3/+3
| | | | | | | | | | | This commit brings already accepted doc fixes to Qt5. Task-number: QTBUG-20957 Change-Id: Id7cf5a500ddd8539deee30b60bf75f931b625fdd Merge-request: 1402 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
* Update copyright year in license headers.Jason McDonald2012-01-05134-134/+134
| | | | | | Change-Id: I2b443891f2c91b90be2f2df61a0dde4a93a86967 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Move snippets to qtbase.Casper van Donderen2011-12-094-172/+0
| | | | | | | | These snippets are used for the module pages in qtbase. Change-Id: Idf3958584df5b3ec3ae7e317dcb316fa33b40ee8 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jerome Pasion <jerome.pasion@nokia.com>
* Update Qt installation path.Jason McDonald2011-10-242-6/+6
| | | | | | | | | Commit 5e0c7ebd in qtbase changed the default installation path -- update the docs to match. Change-Id: Ia3edc513d7c7a1aa08fb970a552f84a5656de92e Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Move files to qtbase for documentation modularization.Casper van Donderen2011-10-191-66/+0
| | | | | Change-Id: I0e55d62f066d990ee95d4a411beb2243254bdbb3 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* Remove some snippets from qtdoc which are required in qtbase.Casper van Donderen2011-10-104-172/+0
| | | | | | | | | | | These snippets are used in qtbase, to modularize the documentation I add the snippets there instead. Change-Id: I9bbed7fde04360e6a56a05dc7d7856950a16d4fb Reviewed-on: http://codereview.qt-project.org/6236 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Sanity-Review: Jerome Pasion <jerome.pasion@nokia.com> Reviewed-by: Jerome Pasion <jerome.pasion@nokia.com>
* Add the QtPrintSupport and QtWidgets modules to the module listCasper van Donderen2011-09-272-0/+86
| | | | | | | Change-Id: Ie18018d5180c00d0232eae5f1ea68b79013dd980 Reviewed-on: http://codereview.qt-project.org/5518 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* Adding QtContacts, QtOrganizer and QtVersit modules to docs.acox2011-09-266-0/+258
| | | | | | | | Change-Id: I256c6e46cfbaf46c4fe15e342becc4e33907db8b Reviewed-on: http://codereview.qt-project.org/5456 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Cristiano di Flora <cristiano.di-flora@nokia.com> Reviewed-by: Andy Cox <andrew.cox@nokia.com>
* Move some of the module content to the modules.Casper van Donderen2011-09-164-0/+172
| | | | | | | | | | | The modules in qtbase now have their module summary there. I added the snippets for how to include the new QtWidgets and QtPrintSupport library to qtdoc for now, they will be moved to qtbase at a later point also. Change-Id: I50c07263fa807c684dcabf72b002e0541212d6de Reviewed-on: http://codereview.qt-project.org/5091 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jerome Pasion <jerome.pasion@nokia.com>
* Remove occurences of the word demos.Casper van Donderen2011-07-261-5/+2
| | | | | | | Change-Id: I20cf5fad6568d2f5248c54866ea52fedb7019894 Reviewed-on: http://codereview.qt.nokia.com/1489 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: David Boddie
* Update the documentation after moving examples.Casper van Donderen2011-07-051-1/+1
| | | | | | | Change-Id: I2b40fb4ece99e0dae79d6b9931f32e123b6da2d6 Reviewed-on: http://codereview.qt.nokia.com/1146 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: David Boddie
* Update licenseheader text in source files for qtdoc Qt moduleJyri Tahtela2011-05-241-10/+10
| | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Initial import from the monolithic Qt.Qt by Nokia2011-04-27131-0/+12336
This is the beginning of revision history for this module. If you want to look at revision history older than this, please refer to the Qt Git wiki for how to use Git history grafting. At the time of writing, this wiki is located here: http://qt.gitorious.org/qt/pages/GitIntroductionWithQt If you have already performed the grafting and you don't see any history beyond this commit, try running "git log" with the "--follow" argument. Branched from the monolithic repo, Qt master branch, at commit 896db169ea224deb96c59ce8af800d019de63f12