[hamradio-commits] [wsjtx] 04/07: Merge tag 'upstream/1.5.0'

Iain R. Learmonth irl at moszumanska.debian.org
Sun Oct 18 17:53:46 UTC 2015


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

irl pushed a commit to branch master
in repository wsjtx.

commit 7ccc963875ee66fe4c817da95461d891039ba1a2
Merge: 5c4ba86 d63dd8d
Author: Iain R. Learmonth <irl at debian.org>
Date:   Sun Oct 18 18:51:03 2015 +0100

    Merge tag 'upstream/1.5.0'
    
    Upstream version 1.5.0

 .gitignore                                         |    2 +
 AUTHORS                                            |    4 +
 AudioDevice.cpp                                    |   23 +
 AudioDevice.hpp                                    |   98 +
 BUGS                                               |   14 +
 Bands.cpp                                          |  196 +
 Bands.hpp                                          |   58 +
 CMake/Modules/FindFFTW3.cmake                      |   93 +
 CMake/Modules/FindGitSubversion.cmake              |   75 +
 CMake/Modules/Findhamlib.cmake                     |   59 +
 CMake/Modules/LibFindMacros.cmake                  |  112 +
 CMake/Modules/NSIS.template.in                     | 1056 ++++++
 CMake/Modules/QtAxMacros.cmake                     |   36 +
 CMake/VersionCompute.cmake                         |   11 +
 CMake/cmake_uninstall.cmake.in                     |   22 +
 CMake/download_html_manual.cmake                   |   16 +
 CMake/download_kvasd.cmake                         |   43 +
 CMake/getsvn.cmake                                 |   54 +
 CMakeCPackOptions.cmake.in                         |  280 ++
 CMakeLists.txt                                     | 1245 ++++++
 COPYING                                            |  151 +
 CandidateKeyFilter.cpp                             |   70 +
 CandidateKeyFilter.hpp                             |   36 +
 Configuration.cpp                                  | 2423 ++++++++++++
 Configuration.hpp                                  |  219 ++
 Configuration.ui                                   | 2248 +++++++++++
 DXLabSuiteCommanderTransceiver.cpp                 |  398 ++
 DXLabSuiteCommanderTransceiver.hpp                 |   57 +
 Darwin/Info.plist.in                               |   10 +
 .../KVASD-installer.xcodeproj/project.pbxproj      |  306 ++
 .../project.xcworkspace/contents.xcworkspacedata   |    7 +
 Darwin/KVASD-installer/KVASD-installer/Credits.rtf |   30 +
 .../AppIcon.appiconset/Contents.json               |   68 +
 .../AppIcon.appiconset/icon_128x128.png            |  Bin 0 -> 10762 bytes
 .../AppIcon.appiconset/icon_128x128 at 2x.png         |  Bin 0 -> 28347 bytes
 .../AppIcon.appiconset/icon_16x16.png              |  Bin 0 -> 1084 bytes
 .../AppIcon.appiconset/icon_16x16 at 2x.png           |  Bin 0 -> 2448 bytes
 .../AppIcon.appiconset/icon_256x256.png            |  Bin 0 -> 28347 bytes
 .../AppIcon.appiconset/icon_256x256 at 2x.png         |  Bin 0 -> 71830 bytes
 .../AppIcon.appiconset/icon_32x32.png              |  Bin 0 -> 2448 bytes
 .../AppIcon.appiconset/icon_32x32 at 2x.png           |  Bin 0 -> 5864 bytes
 .../AppIcon.appiconset/icon_512x512.png            |  Bin 0 -> 71830 bytes
 .../AppIcon.appiconset/icon_512x512 at 2x.png         |  Bin 0 -> 181288 bytes
 .../KVASD-installer/InfoPlist.strings              |    2 +
 .../KVASD-installer/KVASD-installer-Info.plist     |   51 +
 .../KVASD-installer/KVASD-installer-Prefix.pch     |    9 +
 .../KVASD-installer/KVASD-installer/MainMenu.xib   |  290 ++
 .../KVASD-installer/WSJTAppDelegate.applescript    |  357 ++
 Darwin/KVASD-installer/KVASD-installer/main.m      |   17 +
 Darwin/Mac-wsjtx-startup.sh                        |   16 +
 Darwin/ReadMe.txt                                  |  106 +
 Darwin/developer read me.txt                       |   91 +
 Darwin/postflight.sh.in                            |    3 +
 Darwin/postupgrade.sh.in                           |    2 +
 Darwin/sysctl.conf                                 |    5 +
 Darwin/wsjtx_DMG.DS_Store                          |  Bin 0 -> 15364 bytes
 Detector.cpp                                       |  134 +
 Detector.hpp                                       |   58 +
 EmulateSplitTransceiver.cpp                        |  116 +
 EmulateSplitTransceiver.hpp                        |   53 +
 ForeignKeyDelegate.cpp                             |   32 +
 ForeignKeyDelegate.hpp                             |   35 +
 FrequencyItemDelegate.cpp                          |   36 +
 FrequencyItemDelegate.hpp                          |   53 +
 FrequencyLineEdit.cpp                              |   40 +
 FrequencyLineEdit.hpp                              |   45 +
 FrequencyList.cpp                                  |  357 ++
 FrequencyList.hpp                                  |   59 +
 GetUserId.cpp                                      |   75 +
 GetUserId.hpp                                      |    8 +
 HRDTransceiver.cpp                                 | 1002 +++++
 HRDTransceiver.hpp                                 |  179 +
 HamlibTransceiver.cpp                              |  874 +++++
 HamlibTransceiver.hpp                              |   70 +
 INSTALL                                            |  369 ++
 LICENSE_WHEATLEY.TXT                               |   30 -
 LiveFrequencyValidator.cpp                         |   92 +
 LiveFrequencyValidator.hpp                         |   52 +
 MessageAggregator.cpp                              |  509 +++
 MessageClient.cpp                                  |  342 ++
 MessageClient.hpp                                  |   89 +
 MessageServer.cpp                                  |  376 ++
 MessageServer.hpp                                  |   81 +
 Modulator.cpp                                      |  296 ++
 Modulator.hpp                                      |   84 +
 NEWS                                               | 1285 +++++++
 NetworkMessage.cpp                                 |  100 +
 NetworkMessage.hpp                                 |  290 ++
 NetworkServerLookup.cpp                            |   86 +
 NetworkServerLookup.hpp                            |   38 +
 OmniRigTransceiver.cpp                             |  620 +++
 OmniRigTransceiver.hpp                             |   71 +
 PSKReporter.h                                      |  127 -
 Palettes/Banana.pal                                |    9 +
 Palettes/Blue1.pal                                 |    9 +
 Palettes/Blue2.pal                                 |    9 +
 Palettes/Blue3.pal                                 |    9 +
 Palettes/Brown.pal                                 |    9 +
 Palettes/Cyan1.pal                                 |    9 +
 Palettes/Cyan2.pal                                 |    9 +
 Palettes/Cyan3.pal                                 |    9 +
 Palettes/Default.pal                               |    9 +
 Palettes/Digipan.pal                               |    9 +
 Palettes/Fldigi.pal                                |    9 +
 Palettes/Gmfsk.pal                                 |    9 +
 Palettes/Gray1.pal                                 |    9 +
 Palettes/Gray2.pal                                 |    9 +
 Palettes/Green1.pal                                |    9 +
 Palettes/Green2.pal                                |    9 +
 Palettes/Jungle.pal                                |    9 +
 Palettes/Linrad.pal                                |    9 +
 Palettes/Negative.pal                              |    9 +
 Palettes/Orange.pal                                |    9 +
 Palettes/Pink.pal                                  |    9 +
 Palettes/Rainbow.pal                               |    9 +
 Palettes/Scope.pal                                 |    9 +
 Palettes/Sunburst.pal                              |    9 +
 Palettes/VK4BDJ.pal                                |    9 +
 Palettes/YL2KF.pal                                 |    9 +
 Palettes/Yellow1.pal                               |    9 +
 Palettes/Yellow2.pal                               |    9 +
 Palettes/ZL1FZ.pal                                 |    9 +
 PollingTransceiver.cpp                             |  181 +
 PollingTransceiver.hpp                             |   75 +
 QtSupport.iss                                      |   10 -
 README                                             |   46 +
 Radio.cpp                                          |  107 +
 Radio.hpp                                          |   54 +
 SettingsGroup.hpp                                  |   34 +
 StationList.cpp                                    |  550 +++
 StationList.hpp                                    |  102 +
 THANKS                                             |   58 +
 TraceFile.cpp                                      |  118 +
 TraceFile.hpp                                      |   23 +
 Transceiver.cpp                                    |   51 +
 Transceiver.hpp                                    |  169 +
 TransceiverBase.cpp                                |  295 ++
 TransceiverBase.hpp                                |  149 +
 TransceiverFactory.cpp                             |  219 ++
 TransceiverFactory.hpp                             |  186 +
 Versions.cmake                                     |    6 +
 WFPalette.cpp                                      |  330 ++
 WFPalette.hpp                                      |   55 +
 about.cpp                                          |   31 +-
 about.h                                            |   16 +-
 about.ui                                           |   74 +-
 afmhot.dat                                         |  257 --
 artwork/DragNDrop Background.svg                   |  143 +
 artwork/README                                     |   30 +
 artwork/installer_logo.svg                         | 1126 ++++++
 artwork/make_graphics.sh                           |   72 +
 artwork/wsjt_globe_1024x1024.svg                   |  577 +++
 artwork/wsjt_globe_128x128.svg                     |  839 ++++
 artwork/wsjtx_globe_1024x1024.svg                  |  602 +++
 astro.cpp                                          |  212 ++
 astro.h                                            |   51 +
 astro.ui                                           |  103 +
 blue.dat                                           |  256 --
 commons.h                                          |   13 +-
 contrib/Commander TCPIP Mesages.pdf                |  Bin 0 -> 234145 bytes
 .../Darwin/KVASD-installer.app/Contents/Info.plist |   67 +
 .../Contents/MacOS/KVASD-installer                 |  Bin 0 -> 19368 bytes
 .../Darwin/KVASD-installer.app/Contents/PkgInfo    |    1 +
 .../Contents/Resources/AppIcon.icns                |  Bin 0 -> 587063 bytes
 .../Contents/Resources/Credits.rtf                 |   30 +
 .../Contents/Resources/InfoPlist.strings           |  Bin 0 -> 92 bytes
 .../Contents/Resources/MainMenu.nib                |  Bin 0 -> 18027 bytes
 .../Contents/Resources/WSJTAppDelegate.scpt        |  Bin 0 -> 56286 bytes
 contrib/NSIS/AccessControl.zip                     |  Bin 0 -> 42009 bytes
 contrib/NSIS/Md5dll.zip                            |  Bin 0 -> 22087 bytes
 contrib/NSIS/NsRichEdit.zip                        |  Bin 0 -> 29672 bytes
 contrib/NSIS/Plugins-i386-ansi/AccessControl.dll   |  Bin 0 -> 13312 bytes
 contrib/NSIS/Plugins-i386-ansi/md5dll.dll          |  Bin 0 -> 6656 bytes
 contrib/NSIS/Plugins-i386-ansi/nsRichEdit.dll      |  Bin 0 -> 5632 bytes
 .../NSIS/Plugins-i386-unicode/AccessControl.dll    |  Bin 0 -> 15360 bytes
 contrib/NSIS/Plugins-i386-unicode/md5dll.dll       |  Bin 0 -> 6656 bytes
 contrib/NSIS/Plugins-i386-unicode/nsRichEdit.dll   |  Bin 0 -> 5632 bytes
 contrib/NSIS/README                                |    9 +
 cty.dat                                            | 1325 +++++++
 debian/CMakeLists.txt                              |   39 +
 debian/changelog.Debian.in                         |    6 +
 debian/copyright.in                                |   10 +
 decodedtext.cpp                                    |  166 +
 decodedtext.h                                      |   91 +
 devsetup.cpp                                       |  595 ---
 devsetup.h                                         |  120 -
 devsetup.ui                                        | 2599 -------------
 displaytext.cpp                                    |  170 +-
 displaytext.h                                      |   27 +-
 doc/CMakeLists.txt                                 |  163 +
 doc/README                                         |   51 +
 doc/common/communication.adoc                      |   17 +
 doc/common/license.adoc                            |   15 +
 doc/common/links.adoc                              |  111 +
 doc/theme/wsjt/wsjt.css                            |  546 +++
 doc/user_guide/acknowledgements.adoc               |   24 +
 doc/user_guide/compiling.adoc                      |   20 +
 doc/user_guide/config-details.adoc                 |    4 +
 doc/user_guide/controls-functions-center.adoc      |   32 +
 doc/user_guide/controls-functions-left.adoc        |   41 +
 doc/user_guide/controls-functions-main-window.adoc |   51 +
 doc/user_guide/controls-functions-menus.adoc       |   46 +
 doc/user_guide/controls-functions-messages.adoc    |   55 +
 doc/user_guide/controls-functions-status-bar.adoc  |   17 +
 doc/user_guide/controls-functions-wide-graph.adoc  |   49 +
 doc/user_guide/coop-prgrms.adoc                    |    5 +
 doc/user_guide/cooperating-programs.adoc           |   23 +
 doc/user_guide/faq.adoc                            |   83 +
 doc/user_guide/font-sizes.adoc                     |   15 +
 doc/user_guide/images/130610_2343-wav-80.png       |  Bin 0 -> 188086 bytes
 doc/user_guide/images/MacAppMenu.png               |  Bin 0 -> 56114 bytes
 doc/user_guide/images/RadioTab.png                 |  Bin 0 -> 26363 bytes
 doc/user_guide/images/band-settings.png            |  Bin 0 -> 19043 bytes
 doc/user_guide/images/colors.png                   |  Bin 0 -> 11609 bytes
 doc/user_guide/images/decode-menu.png              |  Bin 0 -> 2214 bytes
 doc/user_guide/images/decodes.png                  |  Bin 0 -> 21505 bytes
 doc/user_guide/images/file-menu.png                |  Bin 0 -> 6812 bytes
 doc/user_guide/images/freemsg.png                  |  Bin 0 -> 7146 bytes
 doc/user_guide/images/help-menu.png                |  Bin 0 -> 4938 bytes
 doc/user_guide/images/jtalert.png                  |  Bin 0 -> 51183 bytes
 doc/user_guide/images/keyboard-shortcuts.png       |  Bin 0 -> 64736 bytes
 doc/user_guide/images/log-qso.png                  |  Bin 0 -> 14418 bytes
 doc/user_guide/images/main-ui-1.5.png              |  Bin 0 -> 349543 bytes
 doc/user_guide/images/main-ui-controls.png         |  Bin 0 -> 2270 bytes
 doc/user_guide/images/misc-controls-center.png     |  Bin 0 -> 3609 bytes
 doc/user_guide/images/misc-main-ui.png             |  Bin 0 -> 6586 bytes
 doc/user_guide/images/mode-menu.png                |  Bin 0 -> 2651 bytes
 doc/user_guide/images/new-msg-box.png              |  Bin 0 -> 5679 bytes
 doc/user_guide/images/psk-reporter.png             |  Bin 0 -> 544952 bytes
 doc/user_guide/images/r3666-config-screen-80.png   |  Bin 0 -> 26312 bytes
 doc/user_guide/images/r3666-main-ui-80.png         |  Bin 0 -> 212244 bytes
 doc/user_guide/images/r4148-freq-ui.png            |  Bin 0 -> 25860 bytes
 doc/user_guide/images/r4148-txmac-ui.png           |  Bin 0 -> 7156 bytes
 doc/user_guide/images/reporting.png                |  Bin 0 -> 15971 bytes
 doc/user_guide/images/save-menu.png                |  Bin 0 -> 2668 bytes
 doc/user_guide/images/settings-audio.png           |  Bin 0 -> 13349 bytes
 doc/user_guide/images/settings-ui.png              |  Bin 0 -> 23744 bytes
 doc/user_guide/images/setup-menu.png               |  Bin 0 -> 16034 bytes
 doc/user_guide/images/special-mouse-commands.png   |  Bin 0 -> 54116 bytes
 doc/user_guide/images/status-bar-a.png             |  Bin 0 -> 1940 bytes
 doc/user_guide/images/traditional-msg-box.png      |  Bin 0 -> 6103 bytes
 doc/user_guide/images/tx-macros.png                |  Bin 0 -> 12200 bytes
 doc/user_guide/images/view-menu.png                |  Bin 0 -> 2414 bytes
 doc/user_guide/images/wide-graph-controls.png      |  Bin 0 -> 4361 bytes
 doc/user_guide/install-from-source.adoc            |   29 +
 doc/user_guide/install-linux.adoc                  |   79 +
 doc/user_guide/install-mac.adoc                    |   23 +
 doc/user_guide/install-windows.adoc                |   28 +
 doc/user_guide/introduction.adoc                   |   43 +
 doc/user_guide/jt65-jt9-differences.adoc           |   41 +
 doc/user_guide/jt65-protocol.adoc                  |   51 +
 doc/user_guide/jt9-protocol.adoc                   |   20 +
 doc/user_guide/logging.adoc                        |   40 +
 doc/user_guide/make-qso.adoc                       |  166 +
 doc/user_guide/platform-dependencies.adoc          |   48 +
 doc/user_guide/rig-config-adat.adoc                |  104 +
 doc/user_guide/rig-config-alinco.adoc              |  104 +
 doc/user_guide/rig-config-aor.adoc                 |  103 +
 doc/user_guide/rig-config-drake.adoc               |  104 +
 doc/user_guide/rig-config-elecraft.adoc            |  104 +
 doc/user_guide/rig-config-flexrad.adoc             |  104 +
 doc/user_guide/rig-config-icom.adoc                |  104 +
 doc/user_guide/rig-config-kenwood.adoc             |  104 +
 doc/user_guide/rig-config-main.adoc                |   33 +
 doc/user_guide/rig-config-softrock.adoc            |  104 +
 doc/user_guide/rig-config-template.adoc            |   60 +
 doc/user_guide/rig-config-tentec.adoc              |  104 +
 doc/user_guide/rig-config-yaesu.adoc               |  102 +
 doc/user_guide/settings-audio.adoc                 |   20 +
 doc/user_guide/settings-colors.adoc                |    8 +
 doc/user_guide/settings-frequencies.adoc           |   39 +
 doc/user_guide/settings-general.adoc               |   14 +
 doc/user_guide/settings-radio.adoc                 |   75 +
 doc/user_guide/settings-reporting.adoc             |   16 +
 doc/user_guide/settings-txmacros.adoc              |   16 +
 doc/user_guide/system-requirements.adoc            |   12 +
 doc/user_guide/transceiver-setup.adoc              |   56 +
 doc/user_guide/tutorial-example1.adoc              |   96 +
 doc/user_guide/tutorial-example2.adoc              |  117 +
 doc/user_guide/tutorial-main-window.adoc           |   16 +
 doc/user_guide/tutorial-wide-graph-settings.adoc   |   14 +
 doc/user_guide/tx-rx.adoc                          |   80 +
 doc/user_guide/utilities.adoc                      |   59 +
 doc/user_guide/wsjtx-main.adoc                     |  205 +
 doc/wsjtx.conf.in                                  |    8 +
 ffft.f                                             |   69 -
 fftw3.f                                            |   64 -
 getdev.cpp                                         |  259 --
 getfile.cpp                                        |   11 +-
 getfile.h                                          |    1 +
 icons/Darwin/DragNDrop Background.png              |  Bin 0 -> 32276 bytes
 icons/Darwin/wsjt.iconset/icon_128x128.png         |  Bin 0 -> 10762 bytes
 icons/Darwin/wsjt.iconset/icon_128x128 at 2x.png      |  Bin 0 -> 28347 bytes
 icons/Darwin/wsjt.iconset/icon_16x16.png           |  Bin 0 -> 1084 bytes
 icons/Darwin/wsjt.iconset/icon_16x16 at 2x.png        |  Bin 0 -> 2448 bytes
 icons/Darwin/wsjt.iconset/icon_256x256.png         |  Bin 0 -> 28347 bytes
 icons/Darwin/wsjt.iconset/icon_256x256 at 2x.png      |  Bin 0 -> 71830 bytes
 icons/Darwin/wsjt.iconset/icon_32x32.png           |  Bin 0 -> 2448 bytes
 icons/Darwin/wsjt.iconset/icon_32x32 at 2x.png        |  Bin 0 -> 5864 bytes
 icons/Darwin/wsjt.iconset/icon_512x512.png         |  Bin 0 -> 71830 bytes
 icons/Darwin/wsjt.iconset/icon_512x512 at 2x.png      |  Bin 0 -> 181288 bytes
 icons/Darwin/wsjtx.iconset/icon_128x128.png        |  Bin 0 -> 17659 bytes
 icons/Darwin/wsjtx.iconset/icon_128x128 at 2x.png     |  Bin 0 -> 43423 bytes
 icons/Darwin/wsjtx.iconset/icon_16x16.png          |  Bin 0 -> 1084 bytes
 icons/Darwin/wsjtx.iconset/icon_16x16 at 2x.png       |  Bin 0 -> 2448 bytes
 icons/Darwin/wsjtx.iconset/icon_256x256.png        |  Bin 0 -> 43423 bytes
 icons/Darwin/wsjtx.iconset/icon_256x256 at 2x.png     |  Bin 0 -> 104868 bytes
 icons/Darwin/wsjtx.iconset/icon_32x32.png          |  Bin 0 -> 2448 bytes
 icons/Darwin/wsjtx.iconset/icon_32x32 at 2x.png       |  Bin 0 -> 5864 bytes
 icons/Darwin/wsjtx.iconset/icon_512x512.png        |  Bin 0 -> 104868 bytes
 icons/Darwin/wsjtx.iconset/icon_512x512 at 2x.png     |  Bin 0 -> 251432 bytes
 icons/README                                       |    3 +
 icons/Unix/wsjtx_icon.png                          |  Bin 0 -> 17659 bytes
 icons/windows-icons/installer_logo.bmp             |  Bin 0 -> 25818 bytes
 icons/windows-icons/wsjtx.ico                      |  Bin 0 -> 550870 bytes
 in.dat                                             |   16 -
 killbyname.cpp                                     |  568 +--
 lib/Makefile.MinGW                                 |   76 +-
 lib/{Makefile.MinGW => Makefile.MinGW.qt4}         |  239 +-
 lib/{Makefile.MinGW => Makefile.jtsdk}             |   60 +-
 lib/Makefile.linux                                 |   67 +-
 lib/afc65b.f90                                     |  118 +-
 lib/afc9.f90                                       |  137 +-
 lib/all_fft.out                                    | 2069 ++++++++++
 lib/astro.f90                                      |  108 +
 lib/astro0.f90                                     |   82 +
 lib/astrosub.f90                                   |   14 +
 lib/baddata.f90                                    |   27 +
 lib/chkfft.f90                                     |  162 +
 lib/chkfft.txt                                     |  124 +
 lib/chkfft2.f90                                    |  187 +
 lib/chkfft3.f90                                    |  176 +
 lib/chkmsg.f90                                     |    6 +-
 lib/chkss2.f90                                     |   12 +-
 lib/coord.f90                                      |   41 +
 lib/cutil.c                                        |   93 -
 lib/dcoord.f90                                     |   40 +
 lib/{decoder.f90 => decjt9.f90}                    |  319 +-
 lib/decode65a.f90                                  |    4 +-
 lib/decode65b.f90                                  |    4 +-
 lib/decoder.f90                                    |  269 +-
 lib/demod64a.f90                                   |   21 +-
 lib/determ.f90                                     |   32 +
 lib/dot.f90                                        |   11 +
 lib/downsam9.f90                                   |  153 +-
 lib/encode4.f90                                    |   20 -
 lib/extract.F90                                    |  223 +-
 lib/fano232.f90                                    |    4 +-
 lib/fchisq.f90                                     |    2 +-
 lib/fftw3.f03                                      | 1246 ++++++
 lib/fftw3mod.f90                                   |    4 +
 lib/fil4.f90                                       |   49 +
 lib/filbig.f90                                     |   79 +-
 lib/fillcom.f90                                    |   28 +-
 lib/flat1.f90                                      |   29 +-
 lib/flat4.f90                                      |   50 +
 lib/fmtmsg.f90                                     |   21 +
 lib/four2a.f90                                     |  163 +-
 lib/g1                                             |    4 +
 lib/g1.bat                                         |    4 +
 lib/g2.bat                                         |    4 +
 lib/g3.bat                                         |    4 +
 lib/g4.bat                                         |    3 +
 lib/gen24.f90                                      |   86 -
 lib/gen65.f90                                      |    7 +-
 lib/genjt9.f90                                     |    7 +-
 lib/geocentric.f90                                 |   17 +
 lib/getpfx1.f90                                    |   11 +-
 lib/gran.c                                         |   56 +-
 lib/init_rs.c                                      |    2 +-
 lib/jt65a.f90                                      |   28 +-
 lib/jt65code.f90                                   |  104 +
 lib/jt9.f90                                        |  344 +-
 lib/jt9a.f90                                       |  143 +-
 lib/jt9c.f90                                       |   10 +-
 lib/jt9code.f90                                    |   70 +-
 lib/{decode9.f90 => jt9fano.f90}                   |   20 +-
 lib/jt9sim.f90                                     |   46 +-
 lib/libhamlib.dll.a                                |  Bin 177492 -> 0 bytes
 lib/moon2.f90                                      |  166 +
 lib/moondop.f90                                    |   72 +
 lib/nfft.dat                                       | 2067 ++++++++++
 lib/nfft.out                                       | 2067 ++++++++++
 lib/options.f90                                    |  337 ++
 lib/packmsg.f90                                    |   76 +-
 lib/polfit.f90                                     |   72 +
 lib/prog_args.f90                                  |    4 +
 lib/smo.f90                                        |   23 +
 lib/softsym.f90                                    |   14 +-
 lib/sort.f90                                       |   87 +-
 lib/ss.bat                                         |    2 +-
 lib/ssort.f90                                      |  264 --
 lib/stdmsg.f90                                     |    5 +-
 lib/sun.f90                                        |   88 +
 lib/symspec.f90                                    |   48 +-
 lib/symspec2.f90                                   |   10 +-
 lib/symspec65.f90                                  |   21 +-
 lib/sync9.f90                                      |    7 -
 lib/timefft.f90                                    |  139 +
 lib/timefft_opts.f90                               |   48 +
 lib/timer.f90                                      |  312 +-
 lib/timeval.h                                      |   74 -
 lib/tm2.f90                                        |   14 +
 lib/tmoonsub.c                                     |  518 +++
 lib/toxyz.f90                                      |   25 +
 lib/twkfreq.f90                                    |    8 +-
 lib/unpackcall.f90                                 |   24 +-
 lib/unpackmsg.f90                                  |    1 +
 lib/usleep.c                                       |    8 +
 lib/wavhdr.f90                                     |   38 +
 lib/wisdom.c                                       |   13 +
 lib/wisdom1.bat                                    |    2 +
 lib/wrapkarn.c                                     |  140 +-
 logbook/adif.cpp                                   |  206 +
 logbook/adif.h                                     |   50 +
 logbook/countriesworked.cpp                        |   42 +
 logbook/countriesworked.h                          |   29 +
 logbook/countrydat.cpp                             |  136 +
 logbook/countrydat.h                               |   35 +
 logbook/logbook.cpp                                |   99 +
 logbook/logbook.h                                  |   39 +
 logqso.cpp                                         |  323 +-
 logqso.h                                           |  113 +-
 logqso.ui                                          |    3 -
 main.cpp                                           |  253 +-
 mainwindow.cpp                                     | 3997 +++++++++++---------
 mainwindow.h                                       |  576 +--
 mainwindow.ui                                      | 3185 ++++++++--------
 manpages/CMakeLists.txt                            |   81 +
 manpages/man1/jt65code.1.txt                       |  104 +
 manpages/man1/rigctl-wsjtx.1.txt                   |   29 +
 manpages/man1/rigctld-wsjtx.1.txt                  |   29 +
 manpages/man1/wsjtx.1.txt                          |  120 +
 message_aggregator.qrc.in                          |    5 +
 meterwidget.cpp                                    |    2 +
 meterwidget.h                                      |    1 +
 mouse_commands.txt                                 |    1 -
 paInputDevice.c                                    |   56 -
 pa_get_device_info.c                               |  172 -
 pimpl_h.hpp                                        |   29 +
 pimpl_impl.hpp                                     |   28 +
 plotter.cpp                                        |  280 +-
 plotter.h                                          |   67 +-
 prefixes.txt                                       |   27 +
 psk_reporter.cpp                                   |   59 +-
 psk_reporter.h                                     |   25 +-
 qmake_only/svnversion.h                            |    4 +
 qss/default.qss                                    |    5 +
 qt_helpers.cpp                                     |   37 +
 qt_helpers.hpp                                     |   82 +
 revision_utils.cpp                                 |   83 +
 revision_utils.hpp                                 |   10 +
 rigclass.cpp                                       |  324 --
 rigclass.h                                         |   98 -
 samples/130418_1742.wav                            |  Bin 0 -> 1440044 bytes
 samples/130610_2343.wav                            |  Bin 0 -> 1440044 bytes
 shortcuts.txt                                      |   54 +-
 signalmeter.cpp                                    |    2 +
 signalmeter.h                                      |    4 +-
 sleep.h                                            |    1 +
 soundin.cpp                                        |  316 +-
 soundin.h                                          |   72 +-
 soundout.cpp                                       |  385 +-
 soundout.h                                         |   83 +-
 ss.bat                                             |    2 +-
 wf_palette_design_dialog.ui                        |   87 +
 widegraph.cpp                                      |  269 +-
 widegraph.h                                        |  185 +-
 widegraph.ui                                       |  800 ++--
 wsjt.ico                                           |  Bin 1078 -> 0 bytes
 wsjtx.desktop                                      |   11 +
 wsjtx.iss                                          |   29 +-
 wsjtx.pro                                          |  145 +-
 wsjtx.qrc.in                                       |    5 +
 wsjtx.rc                                           |    2 +-
 wsjtx_config.h.in                                  |   33 +
 wsjtx_update.iss                                   |   18 +
 477 files changed, 51213 insertions(+), 12847 deletions(-)

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



More information about the pkg-hamradio-commits mailing list