[hamradio-commits] [linpsk] branch master updated (4edf0b4 -> c32056e)
Iain R. Learmonth
irl at moszumanska.debian.org
Fri Apr 15 14:02:29 UTC 2016
This is an automated email from the git hooks/post-receive script.
irl pushed a change to branch master
in repository linpsk.
omits 4edf0b4 Updated changelog for release
omits 88c5a6d Fixing lintian issues
omits 51a82bd Applied patch from 753272
omits 0e67228 Switch to modern dh for d/rules
omits 750e6bf Removed patches no longer relevant
omits 1083a63 Removed demowave patch, add .pc to .gitignore
omits fa6a6a1 Updates to d/control
omits dfa8ce5 Update watch file
omits f270480 Merge tag 'upstream/1.2'
omits 799f6ad Imported Upstream version 1.2
omits 8883382 Imported Debian patch 1.1-1.1
omits c026f86 Imported Upstream version 1.1
new f3148b4 Imported Upstream version 0.6.2
new e179677 Imported Debian patch 0.6.2-3
new 7c31763 Imported Upstream version 0.7.1
new 46b2295 Imported Upstream version 0.8.1
new 3e3e89b Imported Debian patch 0.8.1-1
new fc1145e Imported Debian patch 0.8.1-2
new 8896e56 Imported Debian patch 0.8.1-3
new 0294335 Imported Debian patch 0.8.1-4
new 1e0486b Imported Debian patch 0.8.1-4.1
new 9b6b4c5 Imported Upstream version 1.1
new 86db141 Imported Debian patch 1.1-1
new d1dd819 Imported Debian patch 1.1-1.1
new cd0aec9 Imported Upstream version 1.2
new a903e3e Imported Debian patch 1.2-1
new 40fc6e3 Imported Upstream version 1.2.5~rc1
new 2488652 Merge tag 'upstream/1.2.5_rc1'
new 1541210 debian/changelog: Initial changelog entry
new 686a258 debian/control: Removed inactive uploaders; build deps for Qt 5
new 3508d6a debian/control: Updated Vcs-* fields to secure URIs
new 357773c debian/rules: Add QT_SELECT value for Qt 5
new ed0e068 debian/patches: Refreshed patches
new b0e926f debian/: Consolidated files, removed dirs file
new 434b2df debian/linpsk.menu: Removed menu file
new d52a803 debian/README.Debian: fixed typo
new c32056e debian/changelog: Updated changelog for release
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (4edf0b4)
\
N -- N -- N refs/heads/master (c32056e)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 25 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 3 +-
ChangeLog | 28 +
README | 24 +-
data/linpsk.appdata.xml | 31 ++
data/linpsk.desktop | 11 +
debian/README.Debian | 2 +-
debian/changelog | 18 +
debian/control | 14 +-
debian/dirs | 2 -
debian/linpsk.menu | 2 -
debian/patches/ftbfs-clang.patch | 38 +-
debian/patches/typo.patch | 8 +-
debian/rules | 4 +-
gui/activatemacros.cpp | 102 ++++
gui/{deletemacro.h => activatemacros.h} | 41 +-
gui/activatemacros.ui | 228 ++++++++
gui/addmacro.cpp | 2 +-
gui/addmacro.h | 2 +-
gui/addrxwindow.cpp | 2 +-
gui/addrxwindow.h | 2 +-
gui/controlpanel.cpp | 14 +-
gui/controlpanel.h | 4 +-
gui/ctxdisplay.cpp | 11 +-
gui/ctxdisplay.h | 5 +-
gui/ctxdisplay.ui | 5 +-
gui/deletemacro.cpp | 2 +-
gui/deletemacro.h | 2 +-
gui/editmacro.cpp | 12 +-
gui/editmacro.h | 2 +-
gui/editmacro.ui | 19 +
gui/generalsettings.cpp | 140 +++--
gui/generalsettings.h | 2 +-
gui/generalsettings.ui | 133 +++--
gui/gui.pro | 76 ---
gui/linpsk.cpp | 78 ++-
gui/linpsk.h | 6 +-
gui/linpsk.ui | 87 ++-
gui/macrocontrol.cpp | 2 +-
gui/modemenu.cpp | 2 +-
gui/modemenu.h | 2 +-
gui/qsodata.cpp | 46 +-
gui/qsodata.h | 1 +
gui/qsodata.ui | 35 +-
gui/renamemacro.cpp | 2 +-
gui/renamemacro.h | 2 +-
gui/spectrumdisplay.cpp | 18 +-
gui/spectrumdisplay.h | 1 +
gui/txwindow.cpp | 25 +-
gui/txwindow.h | 6 +-
images/linpsk_32x32.png | Bin 0 -> 1066 bytes
images/linpsk_48x48.png | Bin 0 -> 1309 bytes
images/linpsk_64x64.png | Bin 0 -> 620 bytes
linpsk.pro | 163 +++++-
src/bpskdemodulator.cpp | 132 ++---
src/cledbutton.cpp | 20 +-
src/cledbutton.h | 9 +-
src/constants.h | 10 +-
src/crxchannel.cpp | 1 +
src/crxwindow.cpp | 73 ++-
src/crxwindow.h | 95 ++--
src/csound.cpp | 83 ++-
src/csound.h | 3 +
src/csquelch.cpp | 4 -
src/ctxbuffer.cpp | 4 +-
src/ctxdisplay.cpp | 120 ----
src/ctxdisplay.h | 60 --
src/mfskdemodulator.cpp | 4 +-
src/mfskmodulator.cpp | 2 +-
src/parameter.cpp | 9 +-
src/parameter.h | 26 +-
src/pskmodulator.cpp | 10 +-
src/qpskdemodulator.cpp | 6 +-
src/spectrumwindow.cpp | 2 +
src/src.pro | 120 ----
src/textinput.cpp | 4 +-
src/viterbi.cpp | 4 +-
src/viterbi.h | 8 +-
src/viterbisoft.cpp | 953 --------------------------------
src/viterbisoft.h | 75 ---
src/waveinput.cpp | 9 +-
80 files changed, 1370 insertions(+), 1943 deletions(-)
create mode 100644 data/linpsk.appdata.xml
create mode 100644 data/linpsk.desktop
delete mode 100644 debian/dirs
delete mode 100644 debian/linpsk.menu
create mode 100644 gui/activatemacros.cpp
copy gui/{deletemacro.h => activatemacros.h} (75%)
create mode 100644 gui/activatemacros.ui
delete mode 100644 gui/gui.pro
create mode 100755 images/linpsk_32x32.png
create mode 100755 images/linpsk_48x48.png
create mode 100755 images/linpsk_64x64.png
delete mode 100644 src/ctxdisplay.cpp
delete mode 100644 src/ctxdisplay.h
delete mode 100644 src/src.pro
delete mode 100644 src/viterbisoft.cpp
delete mode 100644 src/viterbisoft.h
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/linpsk.git
More information about the pkg-hamradio-commits
mailing list