[hamradio-commits] [qsstv] branch master updated (e7f15ce -> bcc799c)

Dave Hibberd hibby-guest at moszumanska.debian.org
Tue Sep 6 19:25:27 UTC 2016


This is an automated email from the git hooks/post-receive script.

hibby-guest pushed a change to branch master
in repository qsstv.

      from  e7f15ce   Updated a packaging error from 9.1.5+repack-1 that's been bugging me all day
       new  b2ba6a8   New upstream version 9.1.8+repack
       new  09ac078   Merge tag 'upstream/9.1.8+repack'
       new  8406686   Imported new upstream
       new  bcc799c   Released

The 4 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:
 debian/changelog                                   |    6 +
 qsstv/appglobal.cpp                                |    3 +-
 qsstv/appglobal.h                                  |    3 +-
 qsstv/config/configdialog.cpp                      |   10 +
 qsstv/config/cwconfig.cpp                          |   10 +-
 qsstv/config/cwconfig.h                            |    2 +-
 qsstv/config/cwconfig.ui                           |   27 -
 qsstv/config/directoriesconfig.cpp                 |    4 +-
 qsstv/config/rigconfig.cpp                         |   10 +-
 qsstv/config/rigconfig.ui                          |   70 +-
 qsstv/config/soundconfig.cpp                       |   15 +-
 qsstv/config/soundconfig.h                         |    3 +-
 qsstv/config/soundconfig.ui                        |   21 +-
 qsstv/config/waterfallconfig.cpp                   |   20 +
 qsstv/config/waterfallconfig.h                     |    2 +
 qsstv/config/waterfallconfig.ui                    |   16 +-
 qsstv/documentation/manual/images/config4.png      |  Bin 76666 -> 87050 bytes
 qsstv/documentation/manual/images/config5.png      |  Bin 80058 -> 83564 bytes
 qsstv/documentation/manual/images/statusbar.png    |  Bin 6902 -> 5573 bytes
 qsstv/documentation/manual/manual.txt              |   36 +-
 .../manual/manual/{_copying.html => Copying.html}  |   12 +-
 .../manual/manual/{_r_x_d_r_m.html => RXDRM.html}  |   14 +-
 .../manual/{_r_x_s_s_t_v.html => RXSSTV.html}      |   12 +-
 .../manual/manual/{_t_x_d_r_m.html => TXDRM.html}  |   18 +-
 .../manual/{_t_x_s_s_t_v.html => TXSSTV.html}      |   12 +-
 qsstv/documentation/manual/manual/_copying.html    |    2 +-
 qsstv/documentation/manual/manual/_r_x_d_r_m.html  |    2 +-
 .../documentation/manual/manual/_r_x_s_s_t_v.html  |    2 +-
 qsstv/documentation/manual/manual/_t_x_d_r_m.html  |    2 +-
 .../documentation/manual/manual/_t_x_s_s_t_v.html  |    2 +-
 qsstv/documentation/manual/manual/changelog.html   |   38 +-
 qsstv/documentation/manual/manual/config4.png      |  Bin 76666 -> 87050 bytes
 qsstv/documentation/manual/manual/config5.png      |  Bin 80058 -> 83564 bytes
 qsstv/documentation/manual/manual/credits.html     |   10 +-
 qsstv/documentation/manual/manual/editor.html      |   10 +-
 .../documentation/manual/manual/externalprog.html  |   10 +-
 qsstv/documentation/manual/manual/fixdrm.html      |   10 +-
 qsstv/documentation/manual/manual/gallery.html     |   10 +-
 .../manual/manual/gettingstarted.html              |   31 +-
 qsstv/documentation/manual/manual/imagepopup.html  |   10 +-
 qsstv/documentation/manual/manual/index.html       |   20 +-
 qsstv/documentation/manual/manual/index.js         |   10 +-
 .../documentation/manual/manual/installation.html  |   10 +-
 qsstv/documentation/manual/manual/navtreedata.js   |    2 +-
 qsstv/documentation/manual/manual/navtreeindex0.js |   10 +-
 qsstv/documentation/manual/manual/pages.html       |   10 +-
 qsstv/documentation/manual/manual/resize.js        |    2 +-
 qsstv/documentation/manual/manual/statusbar.html   |   13 +-
 qsstv/documentation/manual/manual/statusbar.png    |  Bin 6902 -> 5573 bytes
 qsstv/documentation/manual/manual/todo1.html       |   10 +-
 qsstv/documentation/manual/manual/whatsnew.html    |   10 +-
 qsstv/drmtx/common/DRMSignalIO.cpp                 |    6 +-
 qsstv/drmtx/drmtx.cpp                              |   13 +-
 qsstv/dsp/downsamplefilter.cpp                     |    2 +-
 qsstv/dsp/synthes.cpp                              |   15 +-
 qsstv/mainwidgets/gallerywidget.cpp                |   13 +
 qsstv/mainwidgets/gallerywidget.h                  |    1 +
 qsstv/mainwidgets/txfunctions.cpp                  |   26 +-
 qsstv/mainwidgets/txfunctions.h                    |    5 +-
 qsstv/mainwidgets/txwidget.cpp                     |   35 +-
 qsstv/mainwidgets/txwidget.h                       |    5 +-
 qsstv/mainwidgets/txwidget.ui                      |  230 +--
 qsstv/mainwindow.cpp                               |   96 +-
 qsstv/mainwindow.h                                 |    7 +-
 qsstv/mainwindow.ui                                |   27 +
 qsstv/qsstv.pro                                    |   11 +-
 qsstv/rig/rigcontrol.cpp                           |    3 +-
 qsstv/rig/rigcontrolform.cpp                       |  277 ---
 qsstv/rig/rigcontrolform.h                         |   47 -
 qsstv/rig/rigcontrolform.ui                        | 2140 --------------------
 qsstv/sound/calibration.cpp                        |    1 -
 qsstv/sound/soundalsa.cpp                          |   23 +
 qsstv/sound/soundalsa.h                            |    1 +
 qsstv/sound/soundbase.cpp                          |   12 +-
 qsstv/sound/soundbase.h                            |    5 +-
 qsstv/sound/soundpulse.cpp                         |    4 +
 qsstv/sound/soundpulse.h                           |    1 +
 qsstv/sound/waterfalltext.cpp                      |    6 +-
 qsstv/sstv/modes/modebw.cpp                        |    8 +-
 qsstv/sstv/sstvparam.cpp                           |    2 +-
 qsstv/sstv/sstvrx.cpp                              |    5 +
 qsstv/sstv/sstvtx.cpp                              |  335 +--
 qsstv/sstv/sstvtx.h                                |    2 +
 qsstv/sstv/syncprocessor.cpp                       |   11 +
 qsstv/sstv/syncprocessor.h                         |    1 +
 qsstv/utils/filewatcher.cpp                        |   19 +
 qsstv/utils/filewatcher.h                          |   18 +
 qsstv/widgets/extviewer.cpp                        |    2 +-
 qsstv/widgets/imageviewer.cpp                      |   17 +-
 qsstv/widgets/imageviewer.h                        |    5 +
 qsstv/widgets/testpatternselection.cpp             |   22 +
 qsstv/widgets/testpatternselection.h               |   25 +
 qsstv/widgets/testpatternselection.ui              |  149 ++
 93 files changed, 1219 insertions(+), 2976 deletions(-)
 copy qsstv/documentation/manual/manual/{_copying.html => Copying.html} (90%)
 copy qsstv/documentation/manual/manual/{_r_x_d_r_m.html => RXDRM.html} (93%)
 copy qsstv/documentation/manual/manual/{_r_x_s_s_t_v.html => RXSSTV.html} (94%)
 copy qsstv/documentation/manual/manual/{_t_x_d_r_m.html => TXDRM.html} (89%)
 copy qsstv/documentation/manual/manual/{_t_x_s_s_t_v.html => TXSSTV.html} (95%)
 delete mode 100644 qsstv/rig/rigcontrolform.cpp
 delete mode 100644 qsstv/rig/rigcontrolform.h
 delete mode 100644 qsstv/rig/rigcontrolform.ui
 create mode 100644 qsstv/utils/filewatcher.cpp
 create mode 100644 qsstv/utils/filewatcher.h
 create mode 100644 qsstv/widgets/testpatternselection.cpp
 create mode 100644 qsstv/widgets/testpatternselection.h
 create mode 100644 qsstv/widgets/testpatternselection.ui

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/qsstv.git



More information about the pkg-hamradio-commits mailing list