summaryrefslogtreecommitdiffstats
path: root/doc/src/frameworks-technologies
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Update obsolete external URLsTopi Reinio2015-04-111-1/+1
| | | | | | | | Update external URLs in the documentation for links where the resource is still available online. Change-Id: I99e5d6d7e030f93c3fe8d31cf300077e2897649e Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
* Update copyright headersAkseli Salovaara2015-03-3125-125/+125
| | | | | | | | | Qt copyrights are now in The Qt Company, so we could update the source code headers accordingly. In the same go we should also fix the links to point to qt.io. Change-Id: I7e3e96183e073877b46bc8071b2ccae19e69426b Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com>
* Updated year in copyright headerKai Koehne2014-03-2625-25/+25
| | | | | | | | | | | | | | | | | | find . -path '*/3rdparty/*' -prune -o -type f -print | xargs -L1 sed -i -E 's/Copyright(.*) 2013 Digia/Copyright\1 2014 Digia/g' Manually patched files: demos/spectrum/3rdparty/fftreal/fftreal_wrapper.h demos/spectrum/3rdparty/fftreal/fftreal_wrapper.cpp src/3rdparty/s60/eiksoftkeyimage.h tools/qdoc3/test/qt-project.qdocconf tests/auto/qsharedpointer/nontracked.h tests/auto/qsharedpointer/nontracked.cpp Change-Id: I3f9074923b4d6bd4666258ab04f01476cc6e901c Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Sergio Ahumada <sahumada@blackberry.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Doc: Edited Qt Help page and clarified .qhp file location.Jerome Pasion2013-02-131-15/+17
| | | | | | | | | | -replaced "html" with "HTML" -noted that the .qhp files are in the HTML directories Task-number: QTBUG-29576 Change-Id: I6c6925465ae370d6796657057eb3c4bf7bf5ab47 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1325-25/+25
| | | | | | Change-Id: I52bf8ef0447b701b4ebf7d7d240013a72adb9425 Reviewed-by: Akseli Salovaara <akseli.salovaara@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2925-350/+350
| | | | | | | | Change copyrights and license headers from Nokia to Digia Change-Id: I280c0a575987d1770e354b4948f1d4d767d711ea Reviewed-by: Simo Fält <simo.falt@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Update contact information in license headers.Sergio Ahumada2012-08-0125-50/+50
| | | | | | | | | | | | | - Replace Nokia contact email address with Qt Project website. - Remove "All rights reserved" line from license headers. 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: Ie7ba62011752fcb149b99b26317c54f2a0cfa931 Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
* Update year in Nokia copyright messages.Jason McDonald2012-01-1125-25/+25
| | | | | | | | | 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>
* Doc: Added some more information about visited links in rich text.David Boddie2011-05-251-0/+4
|
* Doc: Added a note about the <style> element in rich text strings.David Boddie2011-05-251-1/+5
| | | | Suggested-by: Leena Miettinen
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-1325-250/+250
| | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Merge branch 'master-upstream'Thierry Bastian2011-04-1913-120/+123
|\
| * Doc: Work on a11y docsGeir Vattekar2011-03-241-27/+30
| | | | | | | | Task-number: QTBUG-8078
| * Doc: Ensured that code snippets have appropriate file names.David Boddie2011-02-0813-93/+93
| | | | | | | | | | This helps them to be marked up correctly in cases where code markers are available.
* | Add the QIdentityProxyModel.Stephen Kelly2011-04-121-0/+7
|/ | | | | | | | | | Older commit history is in KDE svn: http://websvn.kde.org/trunk/KDE/kdelibs/kdeui/itemviews/kidentityproxymodel.cpp?view=log Ammended to update the license headers. Merge-request: 900 Reviewed-by: Gabriel de Dietrich <gabriel.dietrich-de@nokia.com>
* Doc: including missing pages in overviews.Morten Engvoldsen2011-01-281-0/+1
| | | | Task-number: QTBUG-15357
* Doc: Added a link from the plugin guide to the plugin deployment guide.David Boddie2011-01-261-2/+7
| | | | Task-number: QTBUG-9501
* Update copyright year to 2011.Jason McDonald2011-01-1025-25/+25
| | | | Reviewed-by: Trust Me
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-11-231-5/+4
|\
| * Docs: QTBUG-10866 Description of how AutoConnection is resolved.Peter Yard2010-11-221-5/+4
| |
* | Doc: Added general statements about reentrancy and thread safety.David Boddie2010-11-231-5/+15
|/ | | | Task-number: QTBUG-14273
* Doc: Fixed documentation style and qdoc warnings.David Boddie2010-10-082-7/+7
| | | | Task-number: QTBUG-12071
* Doc: Update to Phonon overviewGeir Vattekar2010-10-081-19/+0
|
* Doc: Fixed the in-repository licenses for the documentation.David Boddie2010-10-0425-125/+125
| | | | | | In the repository, we should always use the No Commercial license alongside the GNU Free Documentation License for documentation files.
* Doc: Made a number of fixes to the documentation.David Boddie2010-10-041-4/+0
|
* Doc: Updating pages and linking them to the overviews.Morten Engvoldsen2010-08-227-2/+10
|
* Doc: Changes to the index page and second level pages linking to the index page.Morten Engvoldsen2010-08-201-0/+1
|
* Merge commit 'remotes/origin/4.7' into qt47s2Thomas Zander2010-08-116-12/+9
|\ | | | | | | | | | | | | | | Conflicts: doc/src/examples/simpletreemodel.qdoc doc/src/examples/spinboxdelegate.qdoc doc/src/index.qdoc src/declarative/qml/qdeclarativeimageprovider.cpp
| * doc: Changed some titles so lists of contents sort better.Martin Smith2010-08-102-2/+2
| |
| * doc: Some reorganization of top page topic hierarchy.Martin Smith2010-08-103-9/+7
| |
| * doc: Fixed some qdoc errors.Martin Smith2010-08-091-1/+0
| |
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7David Boddie2010-08-041-1/+1
|\ \ | |/ | | | | | | Conflicts: doc/src/examples/qml-examples.qdoc
| * Doc: adding changes to getting started and fixing redirection linksMorten Engvoldsen2010-08-021-1/+1
| |
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7David Boddie2010-07-163-11/+12
|\ \ | |/
| * doc: Fixed several qdoc warnings.Martin Smith2010-07-091-1/+1
| |
| * doc: Fixed several qdoc warnings.Martin Smith2010-07-091-2/+2
| |
| * doc: Fixed several qdoc warnings.Martin Smith2010-07-091-0/+1
| |
| * doc: Fixed several qdoc warnings.Martin Smith2010-07-091-8/+8
| |
* | Doc: Merged in some of Thomas Zander's suggestions.David Boddie2010-07-161-2/+47
|/ | | | Reviewed-by: Trust Me
* Doc: Relicensed the documentation under the GNU FDL version 1.3.David Boddie2010-06-2125-625/+275
| | | | | Reviewed-by: Trust Me Requested-by: Legal
* qdoc: Fixed the model/view programming page; tried a style change.Martin Smith2010-05-281-306/+157
|
* doc: Fixed many broken links.Martin Smith2010-05-202-11/+13
|
* doc: Fixed many broken links.Martin Smith2010-05-201-3/+3
|
* doc: Fixed many broken links.Martin Smith2010-05-191-0/+1
|
* doc: Updated the widgets tutorial to work without page links.Martin Smith2010-05-181-1/+1
|
* doc: Another upgrade of the top page and overviews.Martin Smith2010-05-143-1/+6
| | | | More to come.
* doc: Added some \briefs to how-to docs.Martin Smith2010-05-141-0/+1
|
* qdoc: Yet another revision of the top doc page.Martin Smith2010-05-1215-36/+26
| | | | Still more to come.
* qdoc: Yet another revision of the top doc page.Martin Smith2010-05-112-2/+1
| | | | Still more to come.
* doc: Second attempt to begin reorganizing the top doc page.Martin Smith2010-05-061-1/+1
| | | | This change actually changes the left panels. Much more to come.