summaryrefslogtreecommitdiffstats
path: root/doc/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into ↵axis2009-11-2014-70/+291
|\ | | | | | | 4.6-staging2
| * Improved documentation Qt for the Symbian platformAlessandro Portale2009-11-1914-70/+291
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By Janne Anttila: - Switched links/references from 'S60' to 'Symbian' - Added collection page for Symbian specific documentation - Added page about application deployment for Symbian - Update supported compiler list for Symbian to more specific one - Added bullet about dev env. setup to Symbian installation page - Commented that SBSv2 is not offically supported by current S60 SDKs - Moved S60 3rd FP1 special patching note after SDK installation bullet - Recommedation to look into Qt quick start guide from Symbian Forum - Added Symbian bullet to known issues page and link to wiki - Added link to "state of support" document from symbian docs main page By aportale: - Rephrasing - More consistent naming of 'Qt for the Symbian platform' - Implementation of suggestions from other Nokians Reviewed-By: Janne Anttila
* | Merge upstream/4.6 into oslo-staging-2/4.6Olivier Goffart2009-11-194-33/+33
|\ \
| * \ Merge oslo-staging-2/4.6 into upstream/4.6Olivier Goffart2009-11-192-1/+136
| |\ \
| * | | Symbian docs: Repair some documentation damage, remove obsolete file.Frans Englich2009-11-183-47/+24
| | | | | | | | | | | | | | | | Reviewed-by: TrustMe
| * | | Incorporate feedback from marketing.Frans Englich2009-11-182-111/+83
| | | |
| * | | Symbian support: incorporate feedback from Lars.Frans Englich2009-11-181-9/+10
| | | | | | | | | | | | | | | | | | | | Reviewed-by: Espen Riskedal Reviewed-by: Frans Englich
| * | | Complement Phonon for Symbian documentation.Frans Englich2009-11-181-2/+6
| | | | | | | | | | | | | | | | Reviewed-by: Gareth Stockwell
| * | | Incorporate feedback by Espen.Frans Englich2009-11-181-24/+33
| | | | | | | | | | | | | | | | Reviewed-by: Espen Riskedal
| * | | Fix typo.Frans Englich2009-11-181-1/+1
| | | | | | | | | | | | | | | | Reviewed-by: TrustMe
| * | | Document the state of support in Symbian.Frans Englich2009-11-182-1/+127
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The content was compiled primarily by asking the members of the S60 team. Reviewed-by: David Boddie
| * | | Added Input Panel example to the list of Tools examples.axis2009-11-181-0/+1
| | | | | | | | | | | | | | | | RevBy: Trust me
| * | | Fix the mentioning of the LGPL licensing of QtScript and QtWebKitSimon Hausmann2009-11-181-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As discussed with the legal team: * Removed the confusing sentence about the LGPL version. * Replaced the use of "Lesser" with "Library" * Use the same notice for QtWebKit and QtScript Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
| * | | Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-181-28/+0
| |\ \ \
| | * | | Remove obsolete known issue.Jason McDonald2009-11-181-28/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Task-number: QT-1521 Acked-by: Thierry Bastian
| * | | | Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-174-4/+273
| |\ \ \ \ | | |/ / /
| * | | | Merge remote branch 'tools-team/4.6' into 4.6Oswald Buddenhagen2009-11-171-5/+1
| |\ \ \ \
| | * | | | doc: Removed usage of Qt 3 support member from example codeThorbjørn Lindeijer2009-11-151-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This code is used in the documentation for QRegion::isEmpty. It shouldn't mention isNull, since isEmpty replaces it in the case of QRegion (unlike QRect).
* | | | | | Mark QGraphicsItemAnimation as deprecatedThierry Bastian2009-11-191-10/+4
| |_|_|_|/ |/| | | | | | | | | | | | | | Task-number: QTBUG-5968
* | | | | Symbian docs: Repair some documentation damage, remove obsolete file.Frans Englich2009-11-183-47/+24
| | | | | | | | | | | | | | | | | | | | Reviewed-by: TrustMe
* | | | | Incorporate feedback from marketing.Frans Englich2009-11-182-111/+83
| | | | |
* | | | | Symbian support: incorporate feedback from Lars.Frans Englich2009-11-181-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Espen Riskedal Reviewed-by: Frans Englich
* | | | | Complement Phonon for Symbian documentation.Frans Englich2009-11-181-2/+6
| |_|_|/ |/| | | | | | | | | | | Reviewed-by: Gareth Stockwell
* | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into ↵axis2009-11-181-24/+33
|\ \ \ \ | | | | | | | | | | | | | | | 4.6-staging2
| * | | | Incorporate feedback by Espen.Frans Englich2009-11-171-24/+33
| | | | | | | | | | | | | | | | | | | | Reviewed-by: Espen Riskedal
* | | | | Merge upstream/4.6 into oslo-staging-2Olivier Goffart2009-11-174-4/+273
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | doc: Fixed qdoc according to Bjarne's recommendation.Martin Smith2009-11-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Someone had changed an operator==() and an operator!=() from single parameter members to two-parameter friends but hadn't changed the qdoc comments.
| * | | Doc: Correcting contact info.Morten Engvoldsen2009-11-161-3/+3
| | | | | | | | | | | | | | | | Correcting contact info. Removed email and redirecting reader to Jira
| * | | Merge branch '4.6' of ../qt-doc-team into 4.6David Boddie2009-11-132-0/+267
| |\ \ \
| | * | | Doc: Added missing example documentation.David Boddie2009-11-132-0/+267
| | | | | | | | | | | | | | | | | | | | Reviewed-by: Trust Me
| * | | | Doc: Add link to the Symbian Introduction.Volker Hilsheimer2009-11-131-0/+2
| | |/ / | |/| |
* | | | Fix typo.Frans Englich2009-11-171-1/+1
| | | | | | | | | | | | | | | | Reviewed-by: TrustMe
* | | | Document the state of support in Symbian.Frans Englich2009-11-172-1/+127
|/ / / | | | | | | | | | | | | | | | | | | The content was compiled primarily by asking the members of the S60 team. Reviewed-by: David Boddie
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into 4.6David Boddie2009-11-127-27/+71
|\ \ \ | |/ / | | | | | | | | | | | | | | | Conflicts: dist/changes-4.6.0 src/corelib/tools/qscopedpointer_p.h src/gui/widgets/qlcdnumber.cpp
| * | Correct URL format.Jason McDonald2009-11-111-2/+2
| | | | | | | | | | | | Reviewed-by: Trust Me
| * | Documentation: Adding comments to QHoverEvent classMorten Engvoldsen2009-11-111-0/+0
| | | | | | | | | | | | | | | | | | Explaining the difference between hover events and enter/leave/move events Task-number: QT-1116 Reviewed-by: Bjørn Erik Nilsen
| * | Removed mention of purged graphics effects from the documentation.Samuel Rødal2009-11-111-3/+3
| | |
| * | Doc: remove graphics for effects that are no longer in scope.Volker Hilsheimer2009-11-115-4/+4
| | |
| * | Doc: Improved WebKit example coverage.David Boddie2009-11-114-22/+70
| | | | | | | | | | | | Reviewed-by: Trust Me
| * | Improvements to graphics effects API after review round.Samuel Rødal2009-11-111-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Get rid of QGraphicsEffectSource from the public API, instead add convenience functions in QGraphicsEffect. This way we commit to less API, and are free to introduce a customizable QGraphicsEffectSource in a future release. * Move PixmapPadMode into QGraphicsEffect and tweak the names of the enum values. * Make QGraphicsBlurEffect::BlurHint into a bit flag, for extensibility. Reviewed-by: Bjørn Erik Nilsen
| * | Doc: fix typo in linkVolker Hilsheimer2009-11-111-1/+1
| | |
| * | Doc: Added an example to demonstrate the QWebElement class.David Boddie2009-11-093-5/+1
| | | | | | | | | | | | Reviewed-by: Trust Me
* | | Doc: Link to the public bug tracker.Volker Hilsheimer2009-11-112-11/+24
| | |
* | | Correct URL format.Jason McDonald2009-11-111-2/+2
| | | | | | | | | | | | Reviewed-by: Trust Me
* | | Documentation: Adding comments to QHoverEvent classMorten Engvoldsen2009-11-101-0/+0
| | | | | | | | | | | | | | | | | | Explaining the difference between hover events and enter/leave/move events Task-number: QT-1116 Reviewed-by: Bjørn Erik Nilsen
* | | Removed mention of purged graphics effects from the documentation.Samuel Rødal2009-11-101-3/+3
| | |
* | | Doc: remove graphics for effects that are no longer in scope.Volker Hilsheimer2009-11-105-4/+4
| |/ |/|
* | Improvements to graphics effects API after review round.Samuel Rødal2009-11-101-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | * Get rid of QGraphicsEffectSource from the public API, instead add convenience functions in QGraphicsEffect. This way we commit to less API, and are free to introduce a customizable QGraphicsEffectSource in a future release. * Move PixmapPadMode into QGraphicsEffect and tweak the names of the enum values. * Make QGraphicsBlurEffect::BlurHint into a bit flag, for extensibility. Reviewed-by: Bjørn Erik Nilsen
* | Doc: fix typo in linkVolker Hilsheimer2009-11-101-1/+1
|/
* Update INSTALL and README + friends for the everywhere packageJason McDonald2009-11-092-4/+97
| | | | | | | | | Make INSTALL and README more generic, avoid repeating stuff that's already in the product docs, and move the Windows Signing stuff into the product docs. Task-number: QTBUG-5453 Reviewed-by: Espen Riskedal