summaryrefslogtreecommitdiffstats
path: root/doc/src/platforms
Commit message (Collapse)AuthorAgeFilesLines
* doc: Removed some empty \row commands from a table.Martin Smith2010-12-091-3/+0
|
* Merge branch 'qdoc-simplified' into mimir-simplifiedDavid Boddie2010-12-0717-492/+489
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: doc/src/platforms/compiler-notes.qdoc tools/qdoc3/ditaxmlgenerator.cpp tools/qdoc3/ditaxmlgenerator.h tools/qdoc3/htmlgenerator.cpp tools/qdoc3/htmlgenerator.h tools/qdoc3/node.cpp tools/qdoc3/pagegenerator.h
| * Add NetworkServices capability automatically for network appsMiikka Heikkinen2010-11-291-4/+9
| | | | | | | | | | | | | | | | | | | | Any application linking to QtNetwork, QtWebKit, or QtDeclarative is likely to utilize network, so add NetworkServices capabiltity for these applications by default in Symbian. Also increased the default epocheap maximum size for these applications. Task-number: QTBUG-14472 Reviewed-by: Janne Koskinen
| * Only patch package content that is necessary for self-signingMiikka Heikkinen2010-11-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatic patching was modifying all package files in ways that only made sense for very limited set of projects. Some things were also no longer necessary due other developments, so dropped the dependency, embedded sis, and manufacturer check modifications. Also provided an option to do a self-signed compatibility check for the package instead of patching it automatically by specifying "-d" parameter in QT_SIS_OPTIONS env variable or createpackage command line, depending on how package is made. Task-number: QTBUG-15561 Reviewed-by: axis
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-11-171-0/+3
| |\
| | * Doc: update symbian capabilities regarding SSLShane Kearns2010-11-111-0/+3
| | | | | | | | | | | | | | | | | | | | | Testing shows some CA certs require ReadUserData depending which part of the database they are stored in. Updated docs to reflect this. Reviewed-by: Markus Goetz
| * | Doc: Minor fixes to style.David Boddie2010-11-171-2/+2
| | |
| * | Doc: Updated the DirectFB documentation to reflect version changes.David Boddie2010-11-171-3/+3
| |/
| * Doc: Added more instructions to help with device file permissions.David Boddie2010-11-031-2/+5
| |
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-10-151-0/+2
| |\
| * | Doc: Reorganized the platform and compiler notes pages.David Boddie2010-10-085-325/+307
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Errors and omissions will be fixed in later commits. The idea here is to merge the compiler notes into the platform notes because the platform is usually fixed and the compiler is often determined by the platform. In addition, notes about compilers are not always applicable to multiple platforms, so collating notes by compiler does not save much space, and it only makes maintenance of the notes more difficult.
| * | Doc: Removed non-ASCII characters and reformatted the text.David Boddie2010-10-081-140/+140
| | |
| * | Doc: Fixed warnings caused by an earlier change. Made docs consistent.David Boddie2010-10-079-19/+19
| | | | | | | | | | | | Change b65a598e0c580585bd16babfd46967b0f4cf8931 broke some links.
* | | doc: Corrections to linking errors detected by the DITA XML generator..Martin Smith2010-11-011-2/+2
| | |
* | | doc: Removed an illegal char and some empty \row commands.Martin Smith2010-10-271-3/+0
| | |
* | | doc: Fixed some DITA XML validation errors.Martin Smith2010-10-251-1/+0
| |/ |/|
* | Doc: Adding note to tier 2: The ppc architecture on Mac has been downgraded ↵Morten Engvoldsen2010-10-141-0/+2
|/ | | | | | from tier 1 to tier 2 for 4.7. Task-number: QTBUG-13803
* Doc: Correcting Windows CE 6.0 to Windows Embedded CE 6.0Morten Engvoldsen2010-10-071-2/+2
|
* Merge branch '4.7-upstream' into 4.7-docA-Team2010-10-041-2/+3
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into ↵Qt Continuous Integration System2010-09-301-2/+3
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2: (24 commits) Stabilize tst_QGraphicsWidget::QT_BUG_13865_doublePaintWhenAddingASubItem Fixed accessing freed memory in raster engine. Build fix for -qtnamespace. Fixed parsing of SVGs with absolute font sizes. Moving QPdf::stripSpecialCharacter to fontengine Revert "Fix (implement!) hfw/wfh in QGridLayoutEngine" Fixed a layout issue where you could get NaN as dimensions QTextCodec: Fix valgrind warning when using QTextCodec in destructions functions Fix double painting when adding an item into a linear layout Fixed antialiased rasterization bug in raster engine. Fixed potential crash when loading corrupt GIFs. Work around an ATI driver problem with mutli-sampled pbuffers. tst_qstatemachine.cpp: fix compilation with Sun Studio Fixed regression in clipping.qps autotest on 64-bit. Fixed crash when using Qt::WA_DeleteOnClose on a QPrintDialog on Mac. Fixed performance regression in curve stroking. Don't disable texture_from_pixmap on GLX/X11 by default. Avoid creating copy of an image in memory when storing as png Doc update for the support of MSVC 2010 64-bit fix documentation of drawText(int, int, int, int, ... ...
| | * Doc update for the support of MSVC 2010 64-bitThierry Bastian2010-09-271-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | MS has released a hotfix for the support of MSVC 2010 64-bit. It fixes the optimizer that could generate code that crashes. Reviewed-by: Trust-Me Task-number: QTBUG-11445
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-10-041-0/+2
|\ \ \ | |/ /
| * | Added support for unsigned smart installer package creation in SymbianMiikka Heikkinen2010-09-301-0/+2
| |/ | | | | | | | | | | | | | | | | Make target "unsigned_installer_sis" can now be used to create unsigned smart installer sis. The contained application sis will also be unsigned. Task-number: QTBUG-13902 Reviewed-by: axis
* | Doc: Fixed the in-repository licenses for the documentation.David Boddie2010-10-0443-215/+215
|/ | | | | | In the repository, we should always use the No Commercial license alongside the GNU Free Documentation License for documentation files.
* Doc: updating details on Tier 2 platformsMorten Engvoldsen2010-09-071-5/+4
|
* Doc: Adds line about non-support for Webkit on SolarisMorten Engvoldsen2010-09-031-1/+2
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-09-021-22/+20
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: Fix remote crash in delivering D-Bus calls with too few arguments Ensure that OpenGL contexts are attached to an NSView before first paint Reduce memory consumption of QtScript/JSC on Symbian Doc: Changed the default URL to avoid a Flash plugin crash on x86-64. Doc: Updated Supported Platforms page. Finished New binary of configure.exe with -mp/-no-mp option Turn Makefile.win32 into batch-mode, enable /MP and PCH Add option to enable -MP compile option for MSVC Rewrite ucstrcmp in terms of ucstrncmp Reorganise qelapsedtimer_unix.cpp for better inlining performance. Update the cpuid code to be better Revert "Restore default if to system default on session close."
| * Doc: Updated Supported Platforms page. FinishedMorten Engvoldsen2010-09-021-22/+20
| |
* | Document known limitations in UI performance on S60 5.0 based devices.Jani Hautakangas2010-09-021-0/+50
|/ | | | | Task-number: QTBUG-11333 Reviewed-by: axis
* Fix gcce building of apps using static libraries in symbian-sbsv2Miikka Heikkinen2010-08-311-0/+1
| | | | | | | | | Removed usage of buggy .release_gcce target from symbian-sbsv2 generated makefiles. Now gcce builds like armv5 as it is supposed to when using Raptor. Task-number: QTBUG-13307 Reviewed-by: axis
* Doc: linking up orphant filesMorten Engvoldsen2010-08-231-0/+1
|
* Clean up rasterfallback mechanism in DirectFBDonald Carr2010-08-121-0/+11
| | | | | | | | | | | | | | Being able to debug which paint operations are slow with Qt/DirectFB is currently only possible in debug builds (which defeats the purpose somewhat) or by frequent recompilation (with different defines). This patch cleans up the mechanism somewhat and makes it available in release builds as well. The overhead is a single int comparison so it really isn't a performance issue to have this code in place at all times. Reviewed-by: Anders Bakken <agbakken@gmail.com>
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7David Boddie2010-08-052-2/+2
|\
| * Fix typo in docsAnders Bakken2010-08-041-2/+2
| | | | | | | | | | Merge-request: 2446 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
| * Doc: updating getting started docs - not finishedMorten Engvoldsen2010-08-031-0/+0
| |
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7David Boddie2010-08-041-0/+3
|\ \ | |/ | | | | | | Conflicts: doc/src/examples/qml-examples.qdoc
| * doc: Add a note about QCoreApplication::applicationDirPathHarald Fernengel2010-07-291-0/+3
| |
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7David Boddie2010-07-161-0/+17
|\ \ | |/
| * doc: Fixed several qdoc warnings.Martin Smith2010-07-131-0/+17
| |
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7David Boddie2010-07-121-5/+6
|\ \ | |/
| * Support for "deploy" make target in SymbianMiikka Heikkinen2010-07-021-5/+6
| | | | | | | | | | | | | | | | Executing "make deploy" will recreate project sis file and deploy it into a device. Task-number: QTBUG-5155 Reviewed-by: axis
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7David Boddie2010-06-2443-1085/+487
|\ \ | |/
| * Added a note to desupport VC2010 64-bitThierry Bastian2010-06-241-2/+4
| | | | | | | | | | | | VC2010 has a bug that makes optimized 64-bit code crash. Task-Number: QTBUG-11445
| * Removed support for static linking of QtWebKit.Simon Hausmann2010-06-231-1/+3
| | | | | | | | | | | | | | | | Static linking of WebKit is not going to be supported anymore in Qt 4.7, so this commit makes sure it's mentioned in the documentation and that configure disables WebKit if static linking of Qt is requested. Reviewed-by: Andy Shaw <qt-info@nokia.com>
| * Doc: Relicensed the documentation under the GNU FDL version 1.3.David Boddie2010-06-2143-1082/+480
| | | | | | | | | | Reviewed-by: Trust Me Requested-by: Legal
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7David Boddie2010-06-211-0/+2
|\ \ | |/
| * Provide 'make unsigned_sis' target for Symbian mkspecsMiikka Heikkinen2010-06-161-0/+2
| | | | | | | | | | | | | | | | | | | | | | Rationale for this is that currently there is no simple way to create a sis package that can be properly signed via Symbian open signed mechanism, as 'make sis' will by default use self-signed certificates and automatically patch capabilities of binaries to remove non-self-signable ones. Task-number: QTBUG-11455 Reviewed-by: Janne Koskinen
* | Doc: Started organizing Symbian platform deployment information.David Boddie2010-06-101-31/+45
|/ | | | Reviewed-by: Trust Me
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-06-081-1/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/3rdparty/webkit/VERSION src/3rdparty/webkit/WebCore/ChangeLog src/3rdparty/webkit/WebKit/qt/Api/qwebpage.cpp src/3rdparty/webkit/WebKit/qt/ChangeLog src/gui/painting/qpainter.cpp src/gui/painting/qtextureglyphcache.cpp src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp src/opengl/gl2paintengineex/qtextureglyphcache_gl_p.h src/s60installs/bwins/QtGuiu.def src/s60installs/eabi/QtCoreu.def src/s60installs/eabi/QtGuiu.def src/s60installs/eabi/QtNetworku.def src/s60installs/eabi/QtOpenVGu.def tests/auto/qfontmetrics/tst_qfontmetrics.cpp tools/linguist/lupdate/main.cpp
| * Clipping with rounded rectangles and QVG_SCISSOR_CLIPRhys Weatherley2010-06-021-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WebKit draws rounded rectangles by setting a rounded rect path as a clip and then filling the clip. This had problems when QVG_SCISSOR_CLIP was enabled because the scissor would only clip to the bounding box of complex paths. Thus, rounded rectangle clips were turned into normal rectangle clips. This change will make the scissor clipping code subdivide complex paths into rectangles and use a tighter clip if the number of rectangles is less than or equal to VG_MAX_SCISSOR_RECTS. If it is greater, then it will fall back to the bounding box of the path. Task-number: QT-3372 Reviewed-by: Jason Barron