Hello community, here is the log from the commit of package qactus for openSUSE:Factory checked in at 2020-06-17 14:56:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qactus (Old) and /work/SRC/openSUSE:Factory/.qactus.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qactus" Wed Jun 17 14:56:32 2020 rev:8 rq:815404 version:2.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/qactus/qactus.changes 2020-05-05 18:55:54.565479764 +0200 +++ /work/SRC/openSUSE:Factory/.qactus.new.3606/qactus.changes 2020-06-17 14:56:57.114340071 +0200 @@ -1,0 +2,8 @@ +Tue Jun 16 15:25:56 UTC 2020 - Javier Llorente <[email protected]> + +- Update to 2.0.2 + * RequestStateEditor enhancements: + - enable keyboard navigation + - add shortcuts for push buttons + +------------------------------------------------------------------- Old: ---- qactus-2.0.1.tar.gz New: ---- qactus-2.0.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qactus.spec ++++++ --- /var/tmp/diff_new_pack.kxG6WM/_old 2020-06-17 14:56:59.162347084 +0200 +++ /var/tmp/diff_new_pack.kxG6WM/_new 2020-06-17 14:56:59.166347098 +0200 @@ -23,7 +23,7 @@ %global devname %{libprefix}-devel Name: qactus -Version: 2.0.1 +Version: 2.0.2 Release: 0 Summary: A GUI client for OBS License: GPL-2.0-only OR GPL-3.0-only ++++++ qactus-2.0.1.tar.gz -> qactus-2.0.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qactus-2.0.1/CMakeLists.txt new/qactus-2.0.2/CMakeLists.txt --- old/qactus-2.0.1/CMakeLists.txt 2020-05-04 20:28:16.000000000 +0200 +++ new/qactus-2.0.2/CMakeLists.txt 2020-06-16 17:14:32.000000000 +0200 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.5) project(Qactus - VERSION 2.0.1 + VERSION 2.0.2 LANGUAGES CXX) add_definitions(-DQACTUS_VERSION="${PROJECT_VERSION}") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qactus-2.0.1/ChangeLog new/qactus-2.0.2/ChangeLog --- old/qactus-2.0.1/ChangeLog 2020-05-04 20:28:16.000000000 +0200 +++ new/qactus-2.0.2/ChangeLog 2020-06-16 17:14:32.000000000 +0200 @@ -1,5 +1,10 @@ Qactus ChangeLog ================ +v2.0.2 (2020-06-16) +- RequestStateEditor enhancements: + * enable keyboard navigation + * add shortcuts for push buttons + v2.0.1 (2020-05-04) - RequestStateEditor bugfixes: * get the full diff for the selected request diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qactus-2.0.1/qactus.spec new/qactus-2.0.2/qactus.spec --- old/qactus-2.0.1/qactus.spec 2020-05-04 20:28:16.000000000 +0200 +++ new/qactus-2.0.2/qactus.spec 2020-06-16 17:14:32.000000000 +0200 @@ -22,7 +22,7 @@ %global devname %{libprefix}-devel Name: qactus -Version: 2.0.1 +Version: 2.0.2 Release: 0 Summary: A GUI client for OBS License: GPL-2.0 or GPL-3.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qactus-2.0.1/src/gui/requestbox/requeststateeditor.cpp new/qactus-2.0.2/src/gui/requestbox/requeststateeditor.cpp --- old/qactus-2.0.1/src/gui/requestbox/requeststateeditor.cpp 2020-05-04 20:28:16.000000000 +0200 +++ new/qactus-2.0.2/src/gui/requestbox/requeststateeditor.cpp 2020-06-16 17:14:32.000000000 +0200 @@ -32,7 +32,6 @@ ui->setupUi(this); ui->commentsTextBrowser->setFocus(); - ui->diffTextBrowser->setFocusPolicy(Qt::NoFocus); showTabBuildResults(false); // Fill in the fields diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qactus-2.0.1/src/gui/requestbox/requeststateeditor.ui new/qactus-2.0.2/src/gui/requestbox/requeststateeditor.ui --- old/qactus-2.0.1/src/gui/requestbox/requeststateeditor.ui 2020-05-04 20:28:16.000000000 +0200 +++ new/qactus-2.0.2/src/gui/requestbox/requeststateeditor.ui 2020-06-16 17:14:32.000000000 +0200 @@ -149,6 +149,9 @@ <property name="frameShadow"> <enum>QFrame::Plain</enum> </property> + <property name="tabChangesFocus"> + <bool>true</bool> + </property> </widget> </item> </layout> @@ -199,6 +202,9 @@ <property name="inputMethodHints"> <set>Qt::ImhNone</set> </property> + <property name="tabChangesFocus"> + <bool>true</bool> + </property> <property name="undoRedoEnabled"> <bool>true</bool> </property> @@ -237,7 +243,7 @@ <enum>Qt::LeftToRight</enum> </property> <property name="text"> - <string>Accept</string> + <string>&Accept</string> </property> <property name="icon"> <iconset theme="dialog-ok-apply"> @@ -254,7 +260,7 @@ </sizepolicy> </property> <property name="text"> - <string>Decline</string> + <string>&Decline</string> </property> <property name="icon"> <iconset theme="dialog-cancel"> @@ -265,7 +271,7 @@ <item> <widget class="QPushButton" name="closePushButton"> <property name="text"> - <string>Close</string> + <string>&Close</string> </property> <property name="icon"> <iconset theme="application-exit"> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qactus-2.0.1/src/qobs/obsrevision.h new/qactus-2.0.2/src/qobs/obsrevision.h --- old/qactus-2.0.1/src/qobs/obsrevision.h 2020-05-04 20:28:16.000000000 +0200 +++ new/qactus-2.0.2/src/qobs/obsrevision.h 2020-06-16 17:14:32.000000000 +0200 @@ -1,7 +1,7 @@ /* * Qactus - A Qt based OBS notifier * - * Copyright (C) 2017-2018 Javier Llorente <[email protected]> + * Copyright (C) 2017-2020 Javier Llorente <[email protected]> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -53,8 +53,6 @@ uint time; QString user; QString comment; - QString project; - QString package; QString file; };
