[hamradio-commits] [pyqso] branch master updated (fbd23ac -> 34f02b0)

Iain Learmonth irl-guest at moszumanska.debian.org
Mon Mar 23 22:45:18 UTC 2015


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

irl-guest pushed a change to branch master
in repository pyqso.

      from  fbd23ac   Fix some lintian complaints on .desktop file
       new  d6512dc   Imported Upstream version 0.2
       new  6be1192   Merge tag 'upstream/0.2'
       new  34f02b0   Updated to latest upstream 0.2

The 3 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                                |   4 +
 .travis.yml                               |  24 +++
 CHANGELOG.md                              |  50 ++++++
 Makefile                                  |  32 ++--
 README.md                                 |  23 ++-
 bin/pyqso                                 |  14 +-
 debian/changelog                          |   4 +-
 debian/control                            |  25 ++-
 debian/docs                               |   2 +-
 debian/links                              |   2 +
 debian/patches/remove_mathjax.patch       |  15 ++
 debian/patches/series                     |   1 +
 debian/pyqso.doc-base                     |   5 +-
 debian/rules                              |   5 +-
 doc/images/awards.png                     | Bin 11921 -> 0 bytes
 doc/images/dx_cluster.png                 | Bin 49197 -> 0 bytes
 doc/images/edit_record.png                | Bin 42003 -> 0 bytes
 doc/images/log_with_awards.png            | Bin 59371 -> 0 bytes
 doc/manual.tex                            | 258 ----------------------------
 docs/Makefile                             | 180 ++++++++++++++++++++
 docs/make.bat                             | 242 +++++++++++++++++++++++++++
 docs/source/conf.py                       | 269 ++++++++++++++++++++++++++++++
 docs/source/getting_started.rst           |  96 +++++++++++
 docs/source/images/awards.png             | Bin 0 -> 11055 bytes
 docs/source/images/dx_cluster.png         | Bin 0 -> 62219 bytes
 docs/source/images/edit_record.png        | Bin 0 -> 44291 bytes
 {doc => docs/source}/images/grey_line.png | Bin
 docs/source/images/logbook.png            | Bin 0 -> 140698 bytes
 docs/source/index.rst                     |  20 +++
 docs/source/introduction.rst              |  67 ++++++++
 docs/source/log_management.rst            |  76 +++++++++
 docs/source/preferences.rst               |  43 +++++
 docs/source/pyqso.rst                     | 134 +++++++++++++++
 docs/source/record_management.rst         |  71 ++++++++
 docs/source/toolbox.rst                   |  58 +++++++
 pyqso/adif.py                             | 107 ++++++++++--
 pyqso/auxiliary_dialogs.py                |   9 +-
 pyqso/awards.py                           |   3 +-
 pyqso/callsign_lookup.py                  |  47 +++++-
 pyqso/dx_cluster.py                       |  10 +-
 pyqso/grey_line.py                        |   6 +-
 pyqso/log.py                              |  51 +++---
 pyqso/log_name_dialog.py                  |   3 +-
 pyqso/logbook.py                          |  61 ++++++-
 pyqso/menu.py                             |   3 +-
 pyqso/preferences_dialog.py               |  80 +++++----
 pyqso/record_dialog.py                    |  31 ++--
 pyqso/telnet_connection_dialog.py         |   3 +-
 pyqso/toolbar.py                          |   3 +-
 pyqso/toolbox.py                          |   3 +-
 setup.py                                  |   8 +-
 51 files changed, 1730 insertions(+), 418 deletions(-)
 create mode 100644 .travis.yml
 create mode 100644 CHANGELOG.md
 create mode 100644 debian/links
 create mode 100644 debian/patches/remove_mathjax.patch
 delete mode 100644 doc/images/awards.png
 delete mode 100644 doc/images/dx_cluster.png
 delete mode 100644 doc/images/edit_record.png
 delete mode 100644 doc/images/log_with_awards.png
 delete mode 100644 doc/manual.tex
 create mode 100644 docs/Makefile
 create mode 100644 docs/make.bat
 create mode 100644 docs/source/conf.py
 create mode 100644 docs/source/getting_started.rst
 create mode 100644 docs/source/images/awards.png
 create mode 100644 docs/source/images/dx_cluster.png
 create mode 100644 docs/source/images/edit_record.png
 rename {doc => docs/source}/images/grey_line.png (100%)
 create mode 100644 docs/source/images/logbook.png
 create mode 100644 docs/source/index.rst
 create mode 100644 docs/source/introduction.rst
 create mode 100644 docs/source/log_management.rst
 create mode 100644 docs/source/preferences.rst
 create mode 100644 docs/source/pyqso.rst
 create mode 100644 docs/source/record_management.rst
 create mode 100644 docs/source/toolbox.rst

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



More information about the pkg-hamradio-commits mailing list