All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 0/2] Qt5 submenu updates
@ 2017-02-08 10:26 Zoltan Gyarmati
  2017-02-08 10:26 ` [Buildroot] [PATCH v2 1/2] remove menu comment about deprecated modules Zoltan Gyarmati
  2017-02-08 10:26 ` [Buildroot] [PATCH v2 2/2] package/qt5/*: add meaningful help texts and package URLs Zoltan Gyarmati
  0 siblings, 2 replies; 7+ messages in thread
From: Zoltan Gyarmati @ 2017-02-08 10:26 UTC (permalink / raw)
  To: buildroot

This patchset removes the 'deprecated' section from the Qt5 submenu
and adds hints to the help text about the tech preview/deprecated status
of the modules as proposed by Thomas and also adds extended help texts to the various
Qt5 modules, as proposed by Arnout.

v2: Add mentioning of tech preview status as well

Zoltan Gyarmati (2):
  remove menu comment about deprecated modules
  package/qt5/*: add meaningful help texts and package URLs

 package/qt5/Config.in                     | 7 +++----
 package/qt5/qt53d/Config.in               | 4 ++++
 package/qt5/qt5canvas3d/Config.in         | 5 +++--
 package/qt5/qt5connectivity/Config.in     | 6 ++++--
 package/qt5/qt5declarative/Config.in      | 6 ++++--
 package/qt5/qt5enginio/Config.in          | 8 ++++++--
 package/qt5/qt5graphicaleffects/Config.in | 6 ++++--
 package/qt5/qt5imageformats/Config.in     | 5 +++--
 package/qt5/qt5location/Config.in         | 6 ++++--
 package/qt5/qt5multimedia/Config.in       | 7 +++++--
 package/qt5/qt5quickcontrols/Config.in    | 5 +++--
 package/qt5/qt5quickcontrols2/Config.in   | 5 ++++-
 package/qt5/qt5script/Config.in           | 5 +++--
 package/qt5/qt5sensors/Config.in          | 5 +++--
 package/qt5/qt5serialbus/Config.in        | 5 ++++-
 package/qt5/qt5serialport/Config.in       | 6 ++++--
 package/qt5/qt5svg/Config.in              | 5 +++--
 package/qt5/qt5tools/Config.in            | 5 +++--
 package/qt5/qt5webchannel/Config.in       | 6 ++++--
 package/qt5/qt5webkit/Config.in           | 6 ++++--
 package/qt5/qt5websockets/Config.in       | 7 +++++--
 package/qt5/qt5x11extras/Config.in        | 5 +++--
 package/qt5/qt5xmlpatterns/Config.in      | 5 +++--
 23 files changed, 86 insertions(+), 44 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH v2 1/2] remove menu comment about deprecated modules
  2017-02-08 10:26 [Buildroot] [PATCH v2 0/2] Qt5 submenu updates Zoltan Gyarmati
@ 2017-02-08 10:26 ` Zoltan Gyarmati
  2017-02-09 21:19   ` Thomas Petazzoni
  2017-02-08 10:26 ` [Buildroot] [PATCH v2 2/2] package/qt5/*: add meaningful help texts and package URLs Zoltan Gyarmati
  1 sibling, 1 reply; 7+ messages in thread
From: Zoltan Gyarmati @ 2017-02-08 10:26 UTC (permalink / raw)
  To: buildroot

As now the Qt version is configurable to simplify the menu display
logic we remove the menu comment about deprecated modules and
indicate it in the relevant modules' help text instead, and also
mention in the help text if a package's tech preview status has been
changed between Qt 5.6 and Qt 5.8

Signed-off-by: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com>
---
 package/qt5/Config.in                   | 7 +++----
 package/qt5/qt53d/Config.in             | 4 ++++
 package/qt5/qt5enginio/Config.in        | 3 +++
 package/qt5/qt5quickcontrols2/Config.in | 3 +++
 package/qt5/qt5serialbus/Config.in      | 3 +++
 5 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/package/qt5/Config.in b/package/qt5/Config.in
index 6929434..3b2c724 100644
--- a/package/qt5/Config.in
+++ b/package/qt5/Config.in
@@ -57,23 +57,22 @@ source "package/qt5/qt5base/Config.in"
 source "package/qt5/qt5canvas3d/Config.in"
 source "package/qt5/qt5connectivity/Config.in"
 source "package/qt5/qt5declarative/Config.in"
+source "package/qt5/qt5enginio/Config.in"
 source "package/qt5/qt5graphicaleffects/Config.in"
 source "package/qt5/qt5imageformats/Config.in"
 source "package/qt5/qt5location/Config.in"
 source "package/qt5/qt5multimedia/Config.in"
 source "package/qt5/qt5quickcontrols/Config.in"
 source "package/qt5/qt5quickcontrols2/Config.in"
+source "package/qt5/qt5script/Config.in"
 source "package/qt5/qt5sensors/Config.in"
 source "package/qt5/qt5serialbus/Config.in"
 source "package/qt5/qt5serialport/Config.in"
 source "package/qt5/qt5svg/Config.in"
 source "package/qt5/qt5tools/Config.in"
 source "package/qt5/qt5webchannel/Config.in"
+source "package/qt5/qt5webkit/Config.in"
 source "package/qt5/qt5websockets/Config.in"
 source "package/qt5/qt5x11extras/Config.in"
 source "package/qt5/qt5xmlpatterns/Config.in"
-comment "legacy compatibility"
-source "package/qt5/qt5enginio/Config.in"
-source "package/qt5/qt5script/Config.in"
-source "package/qt5/qt5webkit/Config.in"
 endif
diff --git a/package/qt5/qt53d/Config.in b/package/qt5/qt53d/Config.in
index ff50204..27f27a8 100644
--- a/package/qt5/qt53d/Config.in
+++ b/package/qt5/qt53d/Config.in
@@ -12,6 +12,10 @@ config BR2_PACKAGE_QT53D
 
 	  This package corresponds to the qt53d module.
 
+
+	  This module was in tech preview in Qt 5.6, and promoted
+	  to a core module in Qt 5.7.0.
+
 	  Enable the assimp package to gain the assimp sceneparser plugin.
 
 	  http://doc.qt.io/qt-5/qt3d-index.html
diff --git a/package/qt5/qt5enginio/Config.in b/package/qt5/qt5enginio/Config.in
index fcb866c..dba75e2 100644
--- a/package/qt5/qt5enginio/Config.in
+++ b/package/qt5/qt5enginio/Config.in
@@ -10,4 +10,7 @@ config BR2_PACKAGE_QT5ENGINIO
 
 	  This package corresponds to the qt5enginio module.
 
+	  This package has been tagged as deprecated since version
+	  5.6 and not recommended for new design.
+
 	  http://qt.io
diff --git a/package/qt5/qt5quickcontrols2/Config.in b/package/qt5/qt5quickcontrols2/Config.in
index 1e57674..d2267cb 100644
--- a/package/qt5/qt5quickcontrols2/Config.in
+++ b/package/qt5/qt5quickcontrols2/Config.in
@@ -10,6 +10,9 @@ config BR2_PACKAGE_QT5QUICKCONTROLS2
 
 	  This package corresponds to the qt5quickcontrols2 module.
 
+	  This module was in tech preview in Qt 5.6, and promoted
+	  to a core module in Qt 5.7.0.
+
 	  http://qt.io
 
 comment "qt5quickcontrols2 needs an OpenGL-capable backend"
diff --git a/package/qt5/qt5serialbus/Config.in b/package/qt5/qt5serialbus/Config.in
index f5b713d..3960ada 100644
--- a/package/qt5/qt5serialbus/Config.in
+++ b/package/qt5/qt5serialbus/Config.in
@@ -9,6 +9,9 @@ config BR2_PACKAGE_QT5SERIALBUS
 
 	  This package corresponds to the qt5serialbus module.
 
+	  This module was in tech preview in Qt 5.6, and promoted
+	  to a core module in Qt 5.8.0.
+
 	  http://qt.io
 
 comment "qt5serialbus needs headers >= 3.6"
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH v2 2/2] package/qt5/*: add meaningful help texts and package URLs
  2017-02-08 10:26 [Buildroot] [PATCH v2 0/2] Qt5 submenu updates Zoltan Gyarmati
  2017-02-08 10:26 ` [Buildroot] [PATCH v2 1/2] remove menu comment about deprecated modules Zoltan Gyarmati
@ 2017-02-08 10:26 ` Zoltan Gyarmati
  2017-02-09 21:20   ` Thomas Petazzoni
  1 sibling, 1 reply; 7+ messages in thread
From: Zoltan Gyarmati @ 2017-02-08 10:26 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com>
---
 package/qt5/qt5canvas3d/Config.in         | 5 +++--
 package/qt5/qt5connectivity/Config.in     | 6 ++++--
 package/qt5/qt5declarative/Config.in      | 6 ++++--
 package/qt5/qt5enginio/Config.in          | 5 +++--
 package/qt5/qt5graphicaleffects/Config.in | 6 ++++--
 package/qt5/qt5imageformats/Config.in     | 5 +++--
 package/qt5/qt5location/Config.in         | 6 ++++--
 package/qt5/qt5multimedia/Config.in       | 7 +++++--
 package/qt5/qt5quickcontrols/Config.in    | 5 +++--
 package/qt5/qt5quickcontrols2/Config.in   | 2 +-
 package/qt5/qt5script/Config.in           | 5 +++--
 package/qt5/qt5sensors/Config.in          | 5 +++--
 package/qt5/qt5serialbus/Config.in        | 2 +-
 package/qt5/qt5serialport/Config.in       | 6 ++++--
 package/qt5/qt5svg/Config.in              | 5 +++--
 package/qt5/qt5tools/Config.in            | 5 +++--
 package/qt5/qt5webchannel/Config.in       | 6 ++++--
 package/qt5/qt5webkit/Config.in           | 6 ++++--
 package/qt5/qt5websockets/Config.in       | 7 +++++--
 package/qt5/qt5x11extras/Config.in        | 5 +++--
 package/qt5/qt5xmlpatterns/Config.in      | 5 +++--
 21 files changed, 70 insertions(+), 40 deletions(-)

diff --git a/package/qt5/qt5canvas3d/Config.in b/package/qt5/qt5canvas3d/Config.in
index 3ae5192..8058a2e 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 fa9b911..8903fc9 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 eba4c8d..853322c 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 dba75e2..102058e 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 a42e1f8..df23425 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 4dd848e..44c85c9 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 209d134..e177818 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 7549b35..5b14ac5 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 0fe8465..3ab6ded 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 d2267cb..adf89d0 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 0d15ef2..ad19727 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 741ebba..4846a3f 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 3960ada..2882d50 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 c419d17..3538c52 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 e1acafb..bc80b62 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 453913b..20f00f6 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 218629a..e3d8405 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 48aaf94..e9c11fb 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 385a07c..0cfde91 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 6fc2c0a..9c514cd 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 8c82656..dd8b54e 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
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH v2 1/2] remove menu comment about deprecated modules
  2017-02-08 10:26 ` [Buildroot] [PATCH v2 1/2] remove menu comment about deprecated modules Zoltan Gyarmati
@ 2017-02-09 21:19   ` Thomas Petazzoni
  0 siblings, 0 replies; 7+ messages in thread
From: Thomas Petazzoni @ 2017-02-09 21:19 UTC (permalink / raw)
  To: buildroot

Hello,

On Wed,  8 Feb 2017 11:26:34 +0100, Zoltan Gyarmati wrote:
> As now the Qt version is configurable to simplify the menu display
> logic we remove the menu comment about deprecated modules and
> indicate it in the relevant modules' help text instead, and also
> mention in the help text if a package's tech preview status has been
> changed between Qt 5.6 and Qt 5.8
> 
> Signed-off-by: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com>
> ---
>  package/qt5/Config.in                   | 7 +++----
>  package/qt5/qt53d/Config.in             | 4 ++++
>  package/qt5/qt5enginio/Config.in        | 3 +++
>  package/qt5/qt5quickcontrols2/Config.in | 3 +++
>  package/qt5/qt5serialbus/Config.in      | 3 +++
>  5 files changed, 16 insertions(+), 4 deletions(-)

Applied to master after fixing the commit title: it was missing a
"package/qt5" prefix.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH v2 2/2] package/qt5/*: add meaningful help texts and package URLs
  2017-02-08 10:26 ` [Buildroot] [PATCH v2 2/2] package/qt5/*: add meaningful help texts and package URLs Zoltan Gyarmati
@ 2017-02-09 21:20   ` Thomas Petazzoni
  2017-02-09 21:53     ` Zoltan Gyarmati
  0 siblings, 1 reply; 7+ messages in thread
From: Thomas Petazzoni @ 2017-02-09 21:20 UTC (permalink / raw)
  To: buildroot

Hello,

On Wed,  8 Feb 2017 11:26:35 +0100, Zoltan Gyarmati wrote:
> Signed-off-by: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com>
> ---
>  package/qt5/qt5canvas3d/Config.in         | 5 +++--
>  package/qt5/qt5connectivity/Config.in     | 6 ++++--
>  package/qt5/qt5declarative/Config.in      | 6 ++++--
>  package/qt5/qt5enginio/Config.in          | 5 +++--
>  package/qt5/qt5graphicaleffects/Config.in | 6 ++++--
>  package/qt5/qt5imageformats/Config.in     | 5 +++--
>  package/qt5/qt5location/Config.in         | 6 ++++--
>  package/qt5/qt5multimedia/Config.in       | 7 +++++--
>  package/qt5/qt5quickcontrols/Config.in    | 5 +++--
>  package/qt5/qt5quickcontrols2/Config.in   | 2 +-
>  package/qt5/qt5script/Config.in           | 5 +++--
>  package/qt5/qt5sensors/Config.in          | 5 +++--
>  package/qt5/qt5serialbus/Config.in        | 2 +-
>  package/qt5/qt5serialport/Config.in       | 6 ++++--
>  package/qt5/qt5svg/Config.in              | 5 +++--
>  package/qt5/qt5tools/Config.in            | 5 +++--
>  package/qt5/qt5webchannel/Config.in       | 6 ++++--
>  package/qt5/qt5webkit/Config.in           | 6 ++++--
>  package/qt5/qt5websockets/Config.in       | 7 +++++--
>  package/qt5/qt5x11extras/Config.in        | 5 +++--
>  package/qt5/qt5xmlpatterns/Config.in      | 5 +++--
>  21 files changed, 70 insertions(+), 40 deletions(-)

Applied to master, thanks. Since you're interested in Qt5, what about
adding yourself for package/qt5/ in the DEVELOPERS file?

Also Peter (Seiderer), you are only listed for a few Qt5 modules in
DEVELOPERS, what about using package/qt5/ instead?

Both of you are using Qt5 apparently, and this is a very important
package in Buildroot. Having more people looking after build failures
and reviewing Qt5 patches would be good.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH v2 2/2] package/qt5/*: add meaningful help texts and package URLs
  2017-02-09 21:20   ` Thomas Petazzoni
@ 2017-02-09 21:53     ` Zoltan Gyarmati
  2017-02-09 21:56       ` Thomas Petazzoni
  0 siblings, 1 reply; 7+ messages in thread
From: Zoltan Gyarmati @ 2017-02-09 21:53 UTC (permalink / raw)
  To: buildroot

On 02/09/2017 10:20 PM, Thomas Petazzoni wrote:

> Hello,
>
> On Wed,  8 Feb 2017 11:26:35 +0100, Zoltan Gyarmati wrote:
>> Signed-off-by: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com>
>> ---
>>  package/qt5/qt5canvas3d/Config.in         | 5 +++--
>>  package/qt5/qt5connectivity/Config.in     | 6 ++++--
>>  package/qt5/qt5declarative/Config.in      | 6 ++++--
>>  package/qt5/qt5enginio/Config.in          | 5 +++--
>>  package/qt5/qt5graphicaleffects/Config.in | 6 ++++--
>>  package/qt5/qt5imageformats/Config.in     | 5 +++--
>>  package/qt5/qt5location/Config.in         | 6 ++++--
>>  package/qt5/qt5multimedia/Config.in       | 7 +++++--
>>  package/qt5/qt5quickcontrols/Config.in    | 5 +++--
>>  package/qt5/qt5quickcontrols2/Config.in   | 2 +-
>>  package/qt5/qt5script/Config.in           | 5 +++--
>>  package/qt5/qt5sensors/Config.in          | 5 +++--
>>  package/qt5/qt5serialbus/Config.in        | 2 +-
>>  package/qt5/qt5serialport/Config.in       | 6 ++++--
>>  package/qt5/qt5svg/Config.in              | 5 +++--
>>  package/qt5/qt5tools/Config.in            | 5 +++--
>>  package/qt5/qt5webchannel/Config.in       | 6 ++++--
>>  package/qt5/qt5webkit/Config.in           | 6 ++++--
>>  package/qt5/qt5websockets/Config.in       | 7 +++++--
>>  package/qt5/qt5x11extras/Config.in        | 5 +++--
>>  package/qt5/qt5xmlpatterns/Config.in      | 5 +++--
>>  21 files changed, 70 insertions(+), 40 deletions(-)
> Applied to master, thanks. Since you're interested in Qt5, what about
> adding yourself for package/qt5/ in the DEVELOPERS file?
 Yes, it's fine with me, anyway I'm also testing the QtWebView build
in the upcoming days, so there are more patches coming...
>
> Also Peter (Seiderer), you are only listed for a few Qt5 modules in
> DEVELOPERS, what about using package/qt5/ instead?
>
> Both of you are using Qt5 apparently, and this is a very important
> package in Buildroot. Having more people looking after build failures
> and reviewing Qt5 patches would be good.
>
> Thanks!
>
> Thomas
Thx, regards,

Zoltan Gyarmati
https://zgyarmati.de


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20170209/84cf3240/attachment.asc>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH v2 2/2] package/qt5/*: add meaningful help texts and package URLs
  2017-02-09 21:53     ` Zoltan Gyarmati
@ 2017-02-09 21:56       ` Thomas Petazzoni
  0 siblings, 0 replies; 7+ messages in thread
From: Thomas Petazzoni @ 2017-02-09 21:56 UTC (permalink / raw)
  To: buildroot

Hello,

On Thu, 9 Feb 2017 22:53:00 +0100, Zoltan Gyarmati wrote:

> > Applied to master, thanks. Since you're interested in Qt5, what about
> > adding yourself for package/qt5/ in the DEVELOPERS file?  
>  Yes, it's fine with me,

Then, can you send a patch adding yourself ? :-)

> anyway I'm also testing the QtWebView build
> in the upcoming days, so there are more patches coming...

Cool! Is QtWebView implemented by the qtwebengine module? There were
already some past submissions of this module on the mailing list.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-02-09 21:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-08 10:26 [Buildroot] [PATCH v2 0/2] Qt5 submenu updates Zoltan Gyarmati
2017-02-08 10:26 ` [Buildroot] [PATCH v2 1/2] remove menu comment about deprecated modules Zoltan Gyarmati
2017-02-09 21:19   ` Thomas Petazzoni
2017-02-08 10:26 ` [Buildroot] [PATCH v2 2/2] package/qt5/*: add meaningful help texts and package URLs Zoltan Gyarmati
2017-02-09 21:20   ` Thomas Petazzoni
2017-02-09 21:53     ` Zoltan Gyarmati
2017-02-09 21:56       ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.