commit QTalarm for openSUSE:Factory

2020-11-09 Thread root
Hello community,

here is the log from the commit of package QTalarm for openSUSE:Factory checked 
in at 2020-11-09 13:57:39

Comparing /work/SRC/openSUSE:Factory/QTalarm (Old)
 and  /work/SRC/openSUSE:Factory/.QTalarm.new.11331 (New)


Package is "QTalarm"

Mon Nov  9 13:57:39 2020 rev:3 rq:847061 version:2.1.0

Changes:

--- /work/SRC/openSUSE:Factory/QTalarm/QTalarm.changes  2020-09-29 
19:05:29.386034839 +0200
+++ /work/SRC/openSUSE:Factory/.QTalarm.new.11331/QTalarm.changes   
2020-11-09 13:58:58.279759980 +0100
@@ -1,0 +2,6 @@
+Sat Nov  7 18:19:44 UTC 2020 - Martin Hauke 
+
+- Update to version 2.1.0
+  * auto saving all alarm data
+
+---

Old:

  QTalarm-2.0.2.tar.gz

New:

  QTalarm-2.1.0.tar.gz



Other differences:
--
++ QTalarm.spec ++
--- /var/tmp/diff_new_pack.HlFiP1/_old  2020-11-09 13:58:58.775758898 +0100
+++ /var/tmp/diff_new_pack.HlFiP1/_new  2020-11-09 13:58:58.775758898 +0100
@@ -18,7 +18,7 @@
 
 %define  _name  qtalarm
 Name:   QTalarm
-Version:2.0.2
+Version:2.1.0
 Release:0
 Summary:A handy alarm clock Program written in QT
 License:GPL-3.0-only

++ QTalarm-2.0.2.tar.gz -> QTalarm-2.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/QTalarm-2.0.2/aboutdialog.h 
new/QTalarm-2.1.0/aboutdialog.h
--- old/QTalarm-2.0.2/aboutdialog.h 2020-09-28 00:02:55.0 +0200
+++ new/QTalarm-2.1.0/aboutdialog.h 2020-11-06 23:53:42.0 +0100
@@ -14,7 +14,7 @@
 public:
 explicit AboutDialog(QWidget *parent = 0);
 ~AboutDialog();
-const QString version="2.0.2";
+const QString version="2.1.0";
 
 private:
 Ui::AboutDialog *ui;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/QTalarm-2.0.2/alarm.cpp new/QTalarm-2.1.0/alarm.cpp
--- old/QTalarm-2.0.2/alarm.cpp 2020-09-28 00:02:55.0 +0200
+++ new/QTalarm-2.1.0/alarm.cpp 2020-11-06 23:53:42.0 +0100
@@ -75,5 +75,6 @@
 void Alarm::SetVolume(int Volume)
 {
 media->setVolume(Volume);
+FileIO::SaveVolume(Volume);
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/QTalarm-2.0.2/mainwindow.cpp 
new/QTalarm-2.1.0/mainwindow.cpp
--- old/QTalarm-2.0.2/mainwindow.cpp2020-09-28 00:02:55.0 +0200
+++ new/QTalarm-2.1.0/mainwindow.cpp2020-11-06 23:53:42.0 +0100
@@ -160,6 +160,7 @@
 Schedule 
*Active=this->_Schedules->GetSchedule(ui->listWidget->currentRow());
 Active->SetTime(ui->timeEdit->time());
 UpdateListWidget();
+this->_Schedules->Save();
 }
 }
 
@@ -175,6 +176,7 @@
 Active->SetCust(CustomDate);
 if(Active->isCustomEnabled())
 UpdateListWidget();
+this->_Schedules->Save();
 }
 }
 
@@ -253,6 +255,7 @@
 this->_Schedules->removeScheduleByIndex(ui->listWidget->currentRow());
 PopulateListWidget();
 }
+this->_Schedules->Save();
 }
 
 
@@ -317,6 +320,7 @@
 }else{
 ui->txtSoundPath->setText("");
 }
+this->_Schedules->Save();
 }
 
 void MainWindow::TestAlarm()
@@ -445,4 +449,5 @@
 int index=ui->listWidget->currentRow();
 PopulateListWidget();
 ui->listWidget->setCurrentRow(index);
+this->_Schedules->Save();
 }




commit QTalarm for openSUSE:Factory

2020-09-29 Thread root
Hello community,

here is the log from the commit of package QTalarm for openSUSE:Factory checked 
in at 2020-09-29 19:05:16

Comparing /work/SRC/openSUSE:Factory/QTalarm (Old)
 and  /work/SRC/openSUSE:Factory/.QTalarm.new.4249 (New)


Package is "QTalarm"

Tue Sep 29 19:05:16 2020 rev:2 rq:838576 version:2.0.2

Changes:

--- /work/SRC/openSUSE:Factory/QTalarm/QTalarm.changes  2020-01-17 
16:04:22.944411527 +0100
+++ /work/SRC/openSUSE:Factory/.QTalarm.new.4249/QTalarm.changes
2020-09-29 19:05:29.386034839 +0200
@@ -1,0 +2,8 @@
+Mon Sep 28 16:59:30 UTC 2020 - Martin Hauke 
+
+- Update to version 2.0.2
+  * Ui fixes: click tray icon to toggle reactive windows
+  * Add license file
+- Drop compatibility ifdef's for old distributions
+
+---

Old:

  LICENSE
  QTalarm-2.0.1.tar.gz

New:

  QTalarm-2.0.2.tar.gz



Other differences:
--
++ QTalarm.spec ++
--- /var/tmp/diff_new_pack.HvrtXz/_old  2020-09-29 19:05:30.302035763 +0200
+++ /var/tmp/diff_new_pack.HvrtXz/_new  2020-09-29 19:05:30.306035768 +0200
@@ -18,14 +18,13 @@
 
 %define  _name  qtalarm
 Name:   QTalarm
-Version:2.0.1
+Version:2.0.2
 Release:0
 Summary:A handy alarm clock Program written in QT
 License:GPL-3.0-only
 Group:  Productivity/Office/Other
 URL:https://www.random-hackery.net/qtalarm
 Source: 
https://github.com/CountMurphy/QTalarm/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
-Source1:
https://raw.githubusercontent.com/CountMurphy/QTalarm/master/LICENSE
 BuildRequires:  cmake
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  pkgconfig
@@ -45,7 +44,6 @@
 
 %prep
 %setup -q
-cp %{SOURCE1} .
 
 %build
 %qmake5
@@ -58,18 +56,6 @@
 install -Dm 0644 Icons/*_Clock16.png 
%{buildroot}%{_datadir}/icons/hicolor/16x16/apps/%{_name}.png
 %suse_update_desktop_file -c %{_name} "QT Alarm" "Alarm Clock" %{_name} 
%{_name} Utility Clock
 
-%if 0%{?suse_version} < 1330
-%post
-%icon_theme_cache_post
-%desktop_database_post
-%endif
-
-%if 0%{?suse_version} < 1330
-%postun
-%icon_theme_cache_postun
-%desktop_database_post
-%endif
-
 %files
 %license LICENSE
 %doc README.md

++ QTalarm-2.0.1.tar.gz -> QTalarm-2.0.2.tar.gz ++
 1663 lines of diff (skipped)