svn commit: r542889 - head/x11-toolkits/color-widgets-qt5
Yuri Victorovich
yuri at FreeBSD.org
Wed Jul 22 19:12:56 UTC 2020
Author: yuri
Date: Wed Jul 22 19:12:55 2020
New Revision: 542889
URL: https://svnweb.freebsd.org/changeset/ports/542889
Log:
x11-toolkits/color-widgets-qt5: Remove a redundant line; Add to pkg-descr
Modified:
head/x11-toolkits/color-widgets-qt5/Makefile
head/x11-toolkits/color-widgets-qt5/pkg-descr
Modified: head/x11-toolkits/color-widgets-qt5/Makefile
==============================================================================
--- head/x11-toolkits/color-widgets-qt5/Makefile Wed Jul 22 19:07:53 2020 (r542888)
+++ head/x11-toolkits/color-widgets-qt5/Makefile Wed Jul 22 19:12:55 2020 (r542889)
@@ -18,7 +18,6 @@ USE_LDCONFIG= yes
SUFFIX= -qt5
USE_GITLAB= yes
-GL_SITE= https://gitlab.com/
GL_ACCOUNT= mattia.basaglia
GL_PROJECT= Qt-Color-Widgets
GL_COMMIT= f2eca13bbc836cec09daae02579f10d5e85e71e8
Modified: head/x11-toolkits/color-widgets-qt5/pkg-descr
==============================================================================
--- head/x11-toolkits/color-widgets-qt5/pkg-descr Wed Jul 22 19:07:53 2020 (r542888)
+++ head/x11-toolkits/color-widgets-qt5/pkg-descr Wed Jul 22 19:12:55 2020 (r542889)
@@ -1,4 +1,22 @@
Qt-Color-Widgets is a color dialog that is more user-friendly than the default
QColorDialog and several other color-related widgets.
+The provided widgets are:
+* ColorWheel, An analog widget used to select a color
+* ColorPreview, A simple widget that displays a color
+* GradientSlider, A slider that has a gradient background
+* HueSlider, A variant of GradientSlider that has a rainbow background
+* ColorSelector, A ColorPreview that shows a ColorDialog when clicked
+* ColorDialog, A dialog that uses the above widgets to provide a better user
+ experience than QColorDialog
+* ColorListWidget, A widget to edit a list of colors
+* Swatch, A widget to display a color palette
+* ColorPaletteWidget, A widget to use and manage a list of palettes
+* Color2DSlider, An analog widget used to select 2 color components
+* ColorLineEdit, A widget to manipulate a string representing a color
+* HarmonyColorWheel, A ColorWheel which allows defining multiple colors,
+ separated by hue
+* GradientListModel, A QAbstractListModel used to list gradients (useful for
+ comboboxes, list views and the like)
+
WWW: https://gitlab.com/mattia.basaglia/Qt-Color-Widgets
More information about the svn-ports-head
mailing list