summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Gyarmati <mr.zoltan.gyarmati@gmail.com>2017-02-08 11:26:35 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-02-09 22:16:31 +0100
commit4d15e14fb6dc1a9cbedf8f33298608af61fb1148 (patch)
tree7aaac228cab2bc8e0e76489aab1087c5ac097cea
parent00487cc56c4dc1d284f3501eaa555ad0b9ec96a5 (diff)
package/qt5: add meaningful help texts and package URLs
Signed-off-by: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/qt5/qt5canvas3d/Config.in5
-rw-r--r--package/qt5/qt5connectivity/Config.in6
-rw-r--r--package/qt5/qt5declarative/Config.in6
-rw-r--r--package/qt5/qt5enginio/Config.in5
-rw-r--r--package/qt5/qt5graphicaleffects/Config.in6
-rw-r--r--package/qt5/qt5imageformats/Config.in5
-rw-r--r--package/qt5/qt5location/Config.in6
-rw-r--r--package/qt5/qt5multimedia/Config.in7
-rw-r--r--package/qt5/qt5quickcontrols/Config.in5
-rw-r--r--package/qt5/qt5quickcontrols2/Config.in2
-rw-r--r--package/qt5/qt5script/Config.in5
-rw-r--r--package/qt5/qt5sensors/Config.in5
-rw-r--r--package/qt5/qt5serialbus/Config.in2
-rw-r--r--package/qt5/qt5serialport/Config.in6
-rw-r--r--package/qt5/qt5svg/Config.in5
-rw-r--r--package/qt5/qt5tools/Config.in5
-rw-r--r--package/qt5/qt5webchannel/Config.in6
-rw-r--r--package/qt5/qt5webkit/Config.in6
-rw-r--r--package/qt5/qt5websockets/Config.in7
-rw-r--r--package/qt5/qt5x11extras/Config.in5
-rw-r--r--package/qt5/qt5xmlpatterns/Config.in5
21 files changed, 70 insertions, 40 deletions
diff --git a/package/qt5/qt5canvas3d/Config.in b/package/qt5/qt5canvas3d/Config.in
index 3ae519284..8058a2e25 100644
--- a/package/qt5/qt5canvas3d/Config.in
+++ b/package/qt5/qt5canvas3d/Config.in
@@ -8,9 +8,10 @@ config BR2_PACKAGE_QT5CANVAS3D
Qt is a cross-platform application and UI framework for
developers using C++.
- This package corresponds to the qt5canvas3d module.
+ Qt Canvas 3D module provides a way to make WebGL-like
+ 3D drawing calls from Qt Quick JavaScript.
- http://qt.io
+ http://doc.qt.io/qt-5/qtcanvas3d-index.html
comment "qt5canvas3d needs an OpenGL-capable backend"
depends on !BR2_PACKAGE_QT5_GL_AVAILABLE
diff --git a/package/qt5/qt5connectivity/Config.in b/package/qt5/qt5connectivity/Config.in
index fa9b9112c..8903fc949 100644
--- a/package/qt5/qt5connectivity/Config.in
+++ b/package/qt5/qt5connectivity/Config.in
@@ -8,9 +8,11 @@ config BR2_PACKAGE_QT5CONNECTIVITY
Qt is a cross-platform application and UI framework for
developers using C++.
- This package corresponds to the qt5connectivity module.
+ Qt Connectivity module provides support for Bluetooth/NFC
+ peripherials.
- http://qt.io
+ http://doc.qt.io/qt-5/qtbluetooth-index.html
+ http://doc.qt.io/qt-5/qtnfc-index.html
comment "qt5connectivity needs neard and/or bluez(5)_utils"
depends on !BR2_PACKAGE_NEARD && !BR2_PACKAGE_BLUEZ_UTILS && \
diff --git a/package/qt5/qt5declarative/Config.in b/package/qt5/qt5declarative/Config.in
index eba4c8d61..853322cab 100644
--- a/package/qt5/qt5declarative/Config.in
+++ b/package/qt5/qt5declarative/Config.in
@@ -8,9 +8,11 @@ config BR2_PACKAGE_QT5DECLARATIVE
Qt is a cross-platform application and UI framework for
developers using C++.
- This package corresponds to the qt5declarative module.
+ Qt Declarative module provides the Qt QML and Qt Quick
+ modules for developing UIs with the QML language
- http://qt.io
+ http://doc.qt.io/qt-5/qtqml-index.html
+ http://doc.qt.io/qt-5/qtquick-index.html
if BR2_PACKAGE_QT5DECLARATIVE
diff --git a/package/qt5/qt5enginio/Config.in b/package/qt5/qt5enginio/Config.in
index dba75e2bd..102058e7c 100644
--- a/package/qt5/qt5enginio/Config.in
+++ b/package/qt5/qt5enginio/Config.in
@@ -8,9 +8,10 @@ config BR2_PACKAGE_QT5ENGINIO
Qt is a cross-platform application and UI framework for
developers using C++.
- This package corresponds to the qt5enginio module.
+ Enginio is a Backend-as-a-Service solution for simplifying
+ backend development of connected and data-driven applications.
This package has been tagged as deprecated since version
5.6 and not recommended for new design.
- http://qt.io
+ http://doc.qt.io/archives/qt-5.5/enginio-index.html
diff --git a/package/qt5/qt5graphicaleffects/Config.in b/package/qt5/qt5graphicaleffects/Config.in
index a42e1f8f2..df2342597 100644
--- a/package/qt5/qt5graphicaleffects/Config.in
+++ b/package/qt5/qt5graphicaleffects/Config.in
@@ -8,9 +8,11 @@ config BR2_PACKAGE_QT5GRAPHICALEFFECTS
Qt is a cross-platform application and UI framework for
developers using C++.
- This package corresponds to the qt5graphicaleffects module.
+ The Qt Graphical Effects module provides a set of QML types
+ for adding visually impressive and configurable effects to
+ user interfaces.
- http://qt.io
+ http://doc.qt.io/qt-5/qtgraphicaleffects-index.html
comment "qt5graphicaleffects needs an OpenGL-capable backend"
depends on !BR2_PACKAGE_QT5_GL_AVAILABLE
diff --git a/package/qt5/qt5imageformats/Config.in b/package/qt5/qt5imageformats/Config.in
index 4dd848e41..44c85c9b3 100644
--- a/package/qt5/qt5imageformats/Config.in
+++ b/package/qt5/qt5imageformats/Config.in
@@ -6,6 +6,7 @@ config BR2_PACKAGE_QT5IMAGEFORMATS
Qt is a cross-platform application and UI framework for
developers using C++.
- This package corresponds to the qt5imageformats module.
+ The Qt Image Formats module provides plugins for
+ additional image formats: TIFF, MNG, TGA, WBMP
- http://qt.io
+ http://doc.qt.io/qt-5/qtimageformats-index.html
diff --git a/package/qt5/qt5location/Config.in b/package/qt5/qt5location/Config.in
index 209d13421..e1778182a 100644
--- a/package/qt5/qt5location/Config.in
+++ b/package/qt5/qt5location/Config.in
@@ -5,6 +5,8 @@ config BR2_PACKAGE_QT5LOCATION
Qt is a cross-platform application and UI framework for
developers using C++.
- This package corresponds to the qt5location module.
+ The Qt Location API helps you create viable mapping
+ solutions using the data available from some of the
+ popular location services.
- http://qt.io
+ http://doc.qt.io/qt-5/qtlocation-index.html
diff --git a/package/qt5/qt5multimedia/Config.in b/package/qt5/qt5multimedia/Config.in
index 7549b3519..5b14ac57f 100644
--- a/package/qt5/qt5multimedia/Config.in
+++ b/package/qt5/qt5multimedia/Config.in
@@ -8,6 +8,9 @@ config BR2_PACKAGE_QT5MULTIMEDIA
Qt is a cross-platform application and UI framework for
developers using C++.
- This package corresponds to the qt5multimedia module.
+ The Qt Multimedia module provides a rich feature set that
+ enables you to easily take advantage of a platform's multimedia
+ capabilities such as media playback and the use of camera and
+ radio devices.
- http://qt.io
+ http://doc.qt.io/qt-5/multimediaoverview.html
diff --git a/package/qt5/qt5quickcontrols/Config.in b/package/qt5/qt5quickcontrols/Config.in
index 0fe8465e2..3ab6ded40 100644
--- a/package/qt5/qt5quickcontrols/Config.in
+++ b/package/qt5/qt5quickcontrols/Config.in
@@ -8,9 +8,10 @@ config BR2_PACKAGE_QT5QUICKCONTROLS
Qt is a cross-platform application and UI framework for
developers using C++.
- This package corresponds to the qt5quickcontrols module.
+ The Qt Quick Controls module provides a set of controls
+ that can be used to build complete interfaces in Qt Quick.
- http://qt.io
+ http://doc.qt.io/qt-5/qtquickcontrols-index.html
comment "qt5quickcontrols needs an OpenGL-capable backend"
depends on !BR2_PACKAGE_QT5_GL_AVAILABLE
diff --git a/package/qt5/qt5quickcontrols2/Config.in b/package/qt5/qt5quickcontrols2/Config.in
index d2267cba2..adf89d0de 100644
--- a/package/qt5/qt5quickcontrols2/Config.in
+++ b/package/qt5/qt5quickcontrols2/Config.in
@@ -13,7 +13,7 @@ config BR2_PACKAGE_QT5QUICKCONTROLS2
This module was in tech preview in Qt 5.6, and promoted
to a core module in Qt 5.7.0.
- http://qt.io
+ https://doc.qt.io/qt-5/qtquickcontrols2-index.html
comment "qt5quickcontrols2 needs an OpenGL-capable backend"
depends on !BR2_PACKAGE_QT5_GL_AVAILABLE
diff --git a/package/qt5/qt5script/Config.in b/package/qt5/qt5script/Config.in
index 0d15ef265..ad19727ac 100644
--- a/package/qt5/qt5script/Config.in
+++ b/package/qt5/qt5script/Config.in
@@ -6,10 +6,11 @@ config BR2_PACKAGE_QT5SCRIPT
Qt is a cross-platform application and UI framework for
developers using C++.
- This package corresponds to the qt5script module.
+ Qt Script provides support for making Qt applications
+ scriptable. Provided for Qt 4.x compatibility.
This package has been tagged as deprecated since version
5.5.0 and should be replaced by Qt QML module in new
design.
- http://qt.io
+ http://doc.qt.io/qt-5/qtscript-index.html
diff --git a/package/qt5/qt5sensors/Config.in b/package/qt5/qt5sensors/Config.in
index 741ebba14..4846a3f95 100644
--- a/package/qt5/qt5sensors/Config.in
+++ b/package/qt5/qt5sensors/Config.in
@@ -5,6 +5,7 @@ config BR2_PACKAGE_QT5SENSORS
Qt is a cross-platform application and UI framework for
developers using C++.
- This package corresponds to the qt5sensors module.
+ The Qt Sensors API provides access to sensor hardware
+ via QML and C++ interfaces.
- http://qt.io
+ http://doc.qt.io/qt-5/qtsensors-index.html
diff --git a/package/qt5/qt5serialbus/Config.in b/package/qt5/qt5serialbus/Config.in
index 3960adac5..2882d5064 100644
--- a/package/qt5/qt5serialbus/Config.in
+++ b/package/qt5/qt5serialbus/Config.in
@@ -12,7 +12,7 @@ config BR2_PACKAGE_QT5SERIALBUS
This module was in tech preview in Qt 5.6, and promoted
to a core module in Qt 5.8.0.
- http://qt.io
+ http://doc.qt.io/qt-5/qtserialbus-index.html
comment "qt5serialbus needs headers >= 3.6"
depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6
diff --git a/package/qt5/qt5serialport/Config.in b/package/qt5/qt5serialport/Config.in
index c419d17dd..3538c5255 100644
--- a/package/qt5/qt5serialport/Config.in
+++ b/package/qt5/qt5serialport/Config.in
@@ -5,6 +5,8 @@ config BR2_PACKAGE_QT5SERIALPORT
Qt is a cross-platform application and UI framework for
developers using C++.
- This package corresponds to the qt5serialport module.
+ Qt Serial Port provides the basic functionality, which
+ includes configuring, I/O operations, getting and setting
+ the control signals of the RS-232 pinouts.
- http://qt.io
+ http://doc.qt.io/qt-5/qtserialport-index.html
diff --git a/package/qt5/qt5svg/Config.in b/package/qt5/qt5svg/Config.in
index e1acafbfe..bc80b6267 100644
--- a/package/qt5/qt5svg/Config.in
+++ b/package/qt5/qt5svg/Config.in
@@ -6,6 +6,7 @@ config BR2_PACKAGE_QT5SVG
Qt is a cross-platform application and UI framework for
developers using C++.
- This package corresponds to the qt5svg module.
+ Qt SVG provides classes for rendering and displaying SVG
+ drawings in widgets and on other paint devices.
- http://qt.io
+ http://doc.qt.io/qt-5/qtsvg-index.html
diff --git a/package/qt5/qt5tools/Config.in b/package/qt5/qt5tools/Config.in
index 453913b8a..20f00f6b2 100644
--- a/package/qt5/qt5tools/Config.in
+++ b/package/qt5/qt5tools/Config.in
@@ -4,9 +4,10 @@ config BR2_PACKAGE_QT5TOOLS
Qt is a cross-platform application and UI framework for
developers using C++.
- This package corresponds to the qt5tools module.
+ Qt Tools provides tools facilitate the development
+ and design of applications.
- http://qt.io
+ http://doc.qt.io/qt-5/qtmodules.html#qt-tools
if BR2_PACKAGE_QT5TOOLS
diff --git a/package/qt5/qt5webchannel/Config.in b/package/qt5/qt5webchannel/Config.in
index 218629a7c..e3d840584 100644
--- a/package/qt5/qt5webchannel/Config.in
+++ b/package/qt5/qt5webchannel/Config.in
@@ -6,6 +6,8 @@ config BR2_PACKAGE_QT5WEBCHANNEL
Qt is a cross-platform application and UI framework for
developers using C++.
- This package corresponds to the qt5webchannel module.
+ Qt WebChannel enables peer-to-peer communication between
+ a server (QML/C++ application) and a client
+ (HTML/JavaScript or QML application).
- http://qt.io
+ http://doc.qt.io/qt-5/qtwebchannel-index.html
diff --git a/package/qt5/qt5webkit/Config.in b/package/qt5/qt5webkit/Config.in
index 48aaf945d..e9c11fbe6 100644
--- a/package/qt5/qt5webkit/Config.in
+++ b/package/qt5/qt5webkit/Config.in
@@ -13,14 +13,16 @@ config BR2_PACKAGE_QT5WEBKIT
Qt is a cross-platform application and UI framework for
developers using C++.
- This package corresponds to the qt5webkit module.
+ The Qt WebKit module provides the WebView API, which
+ allows QML applications to render regions of dynamic
+ web content.
This package has been removed from the official release packages
since Qt5.6.0, but it is still available for users to build it
from source. This is useful for platforms without GPU since the
successor (QtWebEngine) requires OpenGL support.
- http://qt.io
+ http://doc.qt.io/archives/qt-5.5/qtwebkit-index.html
comment "qt5webkit needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS
diff --git a/package/qt5/qt5websockets/Config.in b/package/qt5/qt5websockets/Config.in
index 385a07c9f..0cfde91c8 100644
--- a/package/qt5/qt5websockets/Config.in
+++ b/package/qt5/qt5websockets/Config.in
@@ -6,6 +6,9 @@ config BR2_PACKAGE_QT5WEBSOCKETS
Qt is a cross-platform application and UI framework for
developers using C++.
- This package corresponds to the qt5websockets module.
+ The Qt WebSockets module provides C++ and QML interfaces
+ that enable Qt applications to act as a server that can
+ process WebSocket requests, or a client that can
+ consume data received from the server, or both.
- http://qt.io
+ http://doc.qt.io/qt-5/qtwebsockets-index.html
diff --git a/package/qt5/qt5x11extras/Config.in b/package/qt5/qt5x11extras/Config.in
index 6fc2c0ade..9c514cdd0 100644
--- a/package/qt5/qt5x11extras/Config.in
+++ b/package/qt5/qt5x11extras/Config.in
@@ -6,6 +6,7 @@ config BR2_PACKAGE_QT5X11EXTRAS
Qt is a cross-platform application and UI framework for
developers using C++.
- This package corresponds to the qt5x11extras module.
+ Qt X11 Extras enables the Qt programmer to write
+ applications for the Linux/X11 platform.
- http://qt.io
+ http://doc.qt.io/qt-5/qtx11extras-index.html
diff --git a/package/qt5/qt5xmlpatterns/Config.in b/package/qt5/qt5xmlpatterns/Config.in
index 8c82656c5..dd8b54eba 100644
--- a/package/qt5/qt5xmlpatterns/Config.in
+++ b/package/qt5/qt5xmlpatterns/Config.in
@@ -5,6 +5,7 @@ config BR2_PACKAGE_QT5XMLPATTERNS
Qt is a cross-platform application and UI framework for
developers using C++.
- This package corresponds to the qt5xmlpatterns module.
+ The Qt XML Patterns module provides support for XPath,
+ XQuery, XSLT, and XML Schema validation.
- http://qt.io
+ http://doc.qt.io/qt-5/qtxmlpatterns-index.html