Issues fixed
- Problem with linking examples
- Index page not found
- No QML Types node in TOC
- No index page for C++ Classes node
Change-Id: Ifb849008fb5329e2e66598848fde41cd64b0ec46
Reviewed-by: Pekka Vuorela <pvuorela@iki.fi>
Disable code that directly interacts with QPluginLoader or relies on
QCoreApplication::libraryPaths(). For loading plugins from inside Qt
code you can use QFactoryLoader. If QPluginLoader is necessary, please
consider staticPlugins() and staticInstances().
Change-Id: I14e2e2b5437ddd74109a94cc47dd53f4459ea2f5
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Added explicit where it was missing.
Change-Id: Ibeac920086ce33f31b24dcf7c0bdd7506267ed42
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
... or equivalent.
QtBase 5.6 headers already compile that way, so let the other
modules follow suit.
Task-number: QTBUG-45291
Change-Id: I3913c0f2413da79a74026318344b8bf2b94b52f2
Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
It is history since Qt 5.8/dev against which qtfeedback
is supposed to work.
Change-Id: I4018f1737447bbd76e3245273858be73fd4e7fcc
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
qt is already added by spec_pre.prf, warn_on and depend_includepath by
default_pre.prf.
Change-Id: I244abbd633b901585c71600961d88b7834b6aca8
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
DESTDIR and INSTALLS+=target are set up automatically now, but
PLUGIN_TYPE needs to be defined.
Change-Id: I903c61ad18160412bf2a39fca2fda72d7d02f461
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
The global files now live in qtbase only, and are made available to the
other modules via the $QT_INSTALL_DOCS variable.
Change-Id: Ia369af8a6d1f1a74b84b37a63c7b1ab7ab8625e1
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
qdocconf files must included these templates for qdoc to produce
HTML files.
Task-number: QTBUG-27293
Change-Id: I5203df20b8b7b1450ca2d80796e40ded38f54ec6
Reviewed-by: Martin Smith <martin.smith@digia.com>
Change copyrights and license headers from Nokia to Digia
Change-Id: I9c4a751fa94b68cee30105a7f7eeaf7fd7e1abf4
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Reviewed-by: Janne Anttila <janne.anttila@digia.com>
The .gitattributes and .gitignore files do not need to be present in
packaged sources, as they are for people using the Git repository.
People who download tarballs usually don't reimport into Git -- they
should just download the actual repositories.
Meanwhile, the .tag file is quite useful. Instead of making Git extract
to the useless SHA-1 of the $n string, ask git-archive to store
the SHA-1 of the commit being packaged.
Change-Id: Ie706262d09be3274da37c085a5adbeac7b3df7ac
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Changes in 4a8a8953f70197a7ab7a62fcd01b1bc08051689e made to
qtdeclarative require changes to the import api. Follow these changes.
Change-Id: I1c333f915470c5abd792c88704fc3e23a280b05f
Reviewed-by: Chris Adams <christopher.adams@nokia.com>
Qt 5.0 beta requires changing the default to the 5.0 API, disabling
the deprecated code. However, tests should test (and often do) the
compatibility API too, so turn it back on.
Task-number: QTBUG-25053
Change-Id: I89868a1a30876c2dfdf2950fc816736e6d04721e
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
-\qmlclass is now \qmltype
-\instantiates is for QML types implemented in C++
Change-Id: Ia23873a5e1c9098054f3820355b826611ef19dab
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Reviewed-by: Harri Heine <harri.heine@nokia.com>
Reviewed-by: Jaakko Korpela <jaakko.korpela@nokia.com>
Logic has been included to produce an expected failure on the mac
platform. The insignificant_test flag has been added to the .pro file
for the win32 platform as it is unstable.
Task-number: QTBUG-25448
Change-Id: Ieaf6cead9b026659d533c86af32385da1984e2eb
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
The qtfeedback plugin changes had been performed in checkin
9610e64f3e . However this modification
did not take into consideration other test code. This changes moves
testplugin implementation to the newer style.
Change-Id: I5ec6f5cd52369d6a49ad28700fd5a4786a5fd765
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>