- Update to 0.16.0:

* Made closing of tab on middle-clicking optional.
  * Avoid loop variable copy.
  * Emit signals with Q_EMIT.
  * Use the default constructor of QFlags.
  * Dropped qmake .pro file.
  * Made the color scheme dirs comply with XDG Base Directory Specification.
  * Added an optopn for openning the new tab to the right of the active tab.
  * Added virtual destructor to a base class.
  * Let QStandardPaths::locateAll() handle application name.
  * Put drop-down QTerminal on screen with cursor.

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/qterminal?expand=0&rev=25
This commit is contained in:
Michael Vetter 2020-11-04 13:56:56 +00:00 committed by Git OBS Bridge
parent 6850603db9
commit cedfdb187b
6 changed files with 41 additions and 26 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:557f74a946d009bb6e598c5d0c6de9356cda325f674876a457874c7525affd64
size 179608

View File

@ -1,17 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQJJBAABCAAzFiEEGd/fOleb1QnbtXLYvnkwB60i334FAl6jGdsVHHRzdWphbjIw
MDBAZ21haWwuY29tAAoJEL55MAetIt9+OHEP/3+jx14olwa1EN1fDj5+OJ94f6+c
MInWV4hzCNzo51AUUrAMCR6ApkInrg4+UvEZ+ca8LTEpCtZCmGQEcuy9PJnJrsxU
Hy86VjOqpgIEBMnZTUJj/sh5iDZjPLyjulwfFUmP1jcdB1k8Yr/0nDQ28qnckbv/
4pTKESTOglseKtoIQPRZ5BQCNfh0R4DX50COWCSoZ0tWPfiKb9V6BU3U3KCJgUJH
juTTy/RYqsYXlcD+UCPsL9ypC73j/TqiNtc6BKF1hTAgRsfkHy5t3llGx0mzA/bL
/F1mhY5x/YNSVGUj1hrnjV0xOA6ylZ31Xjw6HBsAKbZnfR7Jss2Rox9cVTQ1PsHR
WFF3zmqGa+Xb1NsXI5l1HLvLV3POlY2TCTFVZgNUIc1kmaEtM/mQ3EQNyDG2JkBK
5aQmzjCzy/ZIIIZba4XTJwMzaurviE3Rl+1r4o+j8jaPKbEBbR6cLT+NDTzlH7oJ
0XjNsXQzwd4z6d64tkCKyvxnDIOUead/NG8e3MKH9n6XgV3bnywU1bhqNAz9532m
E6Ny3GrYgMzEw27/sjrm8oxU1jkv3V5cFcTPZ8GNRFvgOClNTVHQUFfzVDKIfYYY
0Oq7lx/CWSom44f4bWBaTC7nz8XDML4zGa2YT824xPhMVG3D4w1OZWK11ts/RZ31
1L8LdCDOZQA4FU4p
=BdWr
-----END PGP SIGNATURE-----

3
qterminal-0.16.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:871d7b3ed8d6e815b6feccf6a603781c1794ac6bc20c6a52f067ee7fa192ed24
size 183832

View File

@ -0,0 +1,17 @@
-----BEGIN PGP SIGNATURE-----
iQJJBAABCAAzFiEEGd/fOleb1QnbtXLYvnkwB60i334FAl+isKMVHHRzdWphbjIw
MDBAZ21haWwuY29tAAoJEL55MAetIt9+WjsP/jUyCxEyH2LsB/xg2K0MDY/nZYaG
Y3jAPKkvkK/DK6HQ24f9+YB6AqEMyRQ+23KcS92mLnDBKlf3qde9+Pa3REaBp+mf
Nh7DDk6tYn1VoKhrKeXDYFe8fRricloI/CJztdMF85PSLDfKErqP39Xml4OLat69
9SAfpCdpN0hMa4WUUxmyKvW4SLayhJ2bF/xTKtHpuHjaEg3BzPHqI213Fvl8e5tv
Ry3vChVkYCdMEyMpUPS/CZhhkJsTor5wg/ZfYYnUWfIoM7+y06v1LUy29eLPDVjp
QKp2p9YnwB373zVUW06AYhGwi8pvsWnBG7e4S2zebdMszLmF2bwSlduVd+S9nnRH
D5eEShZdq92wDqoTFKr56ovgdMItyA7Q8uKuJA6nmIamNQ/5+yZ2oMyxm0DZJ9M1
aN4hPI+oe4WlFTW4jhvKJhsAEXfWVdatgGii0SVi4CkUjiC/BrF39+ONNdfqJkoN
PX0+nVRUVc88iEEzl8X+u+YBKgxSNep5RgmBHgdwrD5UHVOaAhtdruUnev/5HGjS
/dwmEp2/cgo+1MB4emkn0WY0NQ/NqqTQfOdnnr/W2ys7U5sesmrAXcw3xYNlFnYj
pUXWG/Av3CzR6g6sYT0bMJHwtDD8rL8W49dH5ZZtvaUJvXVj316tcM/R52FBsZLV
5NvwpqhsyTyeik+m
=iWen
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Nov 4 13:56:30 UTC 2020 - Michael Vetter <mvetter@suse.com>
- Update to 0.16.0:
* Made closing of tab on middle-clicking optional.
* Avoid loop variable copy.
* Emit signals with Q_EMIT.
* Use the default constructor of QFlags.
* Dropped qmake .pro file.
* Made the color scheme dirs comply with XDG Base Directory Specification.
* Added an optopn for openning the new tab to the right of the active tab.
* Added virtual destructor to a base class.
* Let QStandardPaths::locateAll() handle application name.
* Put drop-down QTerminal on screen with cursor.
-------------------------------------------------------------------
Wed Jun 24 10:57:05 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package qterminal
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,12 +12,12 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: qterminal
Version: 0.15.0
Version: 0.16.0
Release: 0
Summary: A Qt-based terminal emulator
License: GPL-2.0-only
@ -29,13 +29,13 @@ Source2: %{name}.keyring
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: libQt5Gui-private-headers-devel
BuildRequires: lxqt-build-tools-devel >= 0.7.0
BuildRequires: lxqt-build-tools-devel >= 0.8.0
BuildRequires: pkgconfig
BuildRequires: qtermwidget-qt5-devel >= %{version}
BuildRequires: utf8proc-devel
BuildRequires: cmake(KF5WindowSystem)
BuildRequires: cmake(Qt5LinguistTools)
BuildRequires: pkgconfig(Qt5Core) >= 5.10.0
BuildRequires: pkgconfig(Qt5Core) >= 5.12.0
BuildRequires: pkgconfig(Qt5DBus)
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Widgets)
@ -56,7 +56,7 @@ The lightweight Qt terminal emulator.
-DUSE_QT5=ON \
-DUSE_SYSTEM_QXT=OFF \
-DPULL_TRANSLATIONS=No
make %{?_smp_mflags}
%make_build
%install
%cmake_install