[med-svn] [kradview] 08/10: Merge tag 'upstream/1.1.0'

Andreas Tille tille at debian.org
Tue Dec 26 13:15:08 UTC 2017


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

tille pushed a commit to branch master
in repository kradview.

commit ce1f4d8344c73e57df0b7be1d0f8da0257936333
Merge: 26e4026 5ea2918
Author: Andreas Tille <tille at debian.org>
Date:   Tue Dec 26 14:13:15 2017 +0100

    Merge tag 'upstream/1.1.0'
    
    Upstream version 1.1.0

 AUTHORS                         |     2 +
 COPYING                         |   674 +
 ChangeLog                       |    36 +
 Doxyfile                        |   264 +
 INSTALL                         |   167 +
 Makefile                        |     2 +
 Makefile.am                     |    22 +
 Makefile.cvs                    |    10 +
 Makefile.in                     |   880 +
 NEWS                            |     1 +
 README                          |    28 +
 TODO                            |     9 +
 acinclude.m4                    | 11207 +++++++++++++
 aclocal.m4                      |   875 +
 admin/ChangeLog                 |   761 +
 admin/Doxyfile.am               |   179 +
 admin/Doxyfile.global           |  1112 ++
 admin/Makefile.common           |    35 +
 admin/acinclude.m4.in           |  5353 ++++++
 admin/am_edit                   |  2339 +++
 admin/bcheck.pl                 |   156 +
 admin/compile                   |    99 +
 admin/conf.change.pl            |   191 +
 admin/config.guess              |  1453 ++
 admin/config.pl                 |   236 +
 admin/config.sub                |  1566 ++
 admin/configure.in.bot.end      |    12 +
 admin/configure.in.min          |    59 +
 admin/cvs-clean.pl              |    87 +
 admin/cvs.sh                    |   583 +
 admin/debianrules               |   119 +
 admin/depcomp                   |   441 +
 admin/detect-autoconf.sh        |    95 +
 admin/install-sh                |   276 +
 admin/libtool.m4.in             |  5854 +++++++
 admin/ltmain.sh                 |  6343 ++++++++
 admin/missing                   |   336 +
 admin/mkinstalldirs             |   111 +
 admin/nmcheck                   |   371 +
 admin/ylwrap                    |   143 +
 config.h                        |   220 +
 config.h.in                     |   219 +
 config.log                      |  2268 +++
 config.status                   |  1222 ++
 configure                       | 33282 ++++++++++++++++++++++++++++++++++++++
 configure.files                 |     2 +
 configure.in                    |    91 +
 configure.in.in                 |    13 +
 debian/README.Debian            |     9 -
 debian/changelog                |     9 -
 debian/compat                   |     1 -
 debian/control                  |    22 -
 debian/copyright                |    34 -
 debian/kradview.1               |    36 -
 debian/kradview.install         |     2 -
 debian/kradview.manpages        |     1 -
 debian/kradview.menu            |     3 -
 debian/kradview.xpm             |   126 -
 debian/rules                    |     4 -
 debian/watch                    |     3 -
 doc/Makefile                    |   713 +
 doc/Makefile.am                 |     6 +
 doc/Makefile.in                 |   713 +
 doc/en/Makefile                 |   588 +
 doc/en/Makefile.am              |     2 +
 doc/en/Makefile.in              |   588 +
 doc/en/index.docbook            |   555 +
 kradview.kdevelop               |   298 +
 kradview.kdevelop.pcs           |   Bin 0 -> 93871 bytes
 kradview.kdevses                |    26 +
 libtool                         |  7275 +++++++++
 po/Makefile                     |   539 +
 po/Makefile.am                  |     1 +
 po/Makefile.in                  |   539 +
 src/.deps/Panel2DBase.Po        |   620 +
 src/.deps/TaglistBase.Po        |   623 +
 src/.deps/dicomfformat.Po       |   133 +
 src/.deps/dicomimage.Po         |   553 +
 src/.deps/dicomimageview.Po     |   556 +
 src/.deps/kradview.Po           |   945 ++
 src/.deps/kradview_client.Po    |   577 +
 src/.deps/kradviewiface_skel.Po |   524 +
 src/.deps/kradviewview.Po       |   752 +
 src/.deps/main.Po               |   711 +
 src/.deps/panel2d.Po            |   687 +
 src/.deps/pref.Po               |   639 +
 src/.deps/structDicomHead.Po    |   130 +
 src/.deps/taglist.Po            |   602 +
 src/.panel2d.cpp.swp            |   Bin 0 -> 16384 bytes
 src/Makefile                    |   989 ++
 src/Makefile.am                 |    49 +
 src/Makefile.in                 |   989 ++
 src/Panel2DBase.ui              |    96 +
 src/TaglistBase.ui              |   207 +
 src/adjustlevels.xpm            |   202 +
 src/dicomfformat.c              |   927 ++
 src/dicomfformat.h              |   101 +
 src/dicomimage.cpp              |    37 +
 src/dicomimage.h                |    41 +
 src/dicomimageview.cpp          |    42 +
 src/dicomimageview.h            |    42 +
 src/gpl3.h                      |   645 +
 src/headDataBase.h              |  2823 ++++
 src/hi16-app-kradview.png       |   Bin 0 -> 1033 bytes
 src/hi32-app-kradview.png       |   Bin 0 -> 2749 bytes
 src/info.xpm                    |   126 +
 src/kradview.cpp                |   492 +
 src/kradview.desktop            |    34 +
 src/kradview.h                  |   117 +
 src/kradview.lsm                |    16 +
 src/kradview_client.cpp         |    46 +
 src/kradviewiface.h             |    34 +
 src/kradviewui.rc               |     8 +
 src/kradviewview.cpp            |   152 +
 src/kradviewview.h              |   118 +
 src/main.cpp                    |    86 +
 src/panel2d.cpp                 |   798 +
 src/panel2d.h                   |    90 +
 src/pref.cpp                    |    65 +
 src/pref.h                      |    53 +
 src/structDicomHead.c           |   142 +
 src/structDicomHead.h           |    47 +
 src/taglist.cpp                 |   128 +
 src/taglist.h                   |    43 +
 src/whitebalance.xpm            |    65 +
 src/zoom_in.xpm                 |    27 +
 src/zoom_out.xpm                |    27 +
 src/zoom_selected.xpm           |    27 +
 stamp-h.in                      |     0
 stamp-h1                        |     1 +
 subdirs                         |     3 +
 templates/cpp                   |    19 +
 templates/h                     |    19 +
 133 files changed, 109672 insertions(+), 250 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/kradview.git



More information about the debian-med-commit mailing list