From owner-svn-ports-all@freebsd.org Wed Jul 22 19:12:56 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 558FA35D1C2; Wed, 22 Jul 2020 19:12:56 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BBlV01ZKvz4cTw; Wed, 22 Jul 2020 19:12:56 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1AA8EC529; Wed, 22 Jul 2020 19:12:56 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06MJCtFx095715; Wed, 22 Jul 2020 19:12:55 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06MJCtjZ095713; Wed, 22 Jul 2020 19:12:55 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202007221912.06MJCtjZ095713@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 22 Jul 2020 19:12:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r542889 - head/x11-toolkits/color-widgets-qt5 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/x11-toolkits/color-widgets-qt5 X-SVN-Commit-Revision: 542889 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jul 2020 19:12:56 -0000 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