[med-svn] [aghermann] branch WIP updated (f8d7173 -> 150b5c0)
andrei zavada
hmmr-guest at alioth.debian.org
Sun Nov 10 00:34:14 UTC 2013
This is an automated email from the git hooks/post-receive script.
hmmr-guest pushed a change to branch WIP
in repository aghermann.
from f8d7173 lua-enabled rk1968 part 1/2
new d71d886 rename improperly named CRecording::full_pages() and total_pages()
new f8f6cc4 lua-enabled rk1968 part 2/2
new 8352b00 extra rk1968 WIP
new 62b13f7 correctly correct subdir element when constructing CStorablePPack::path()
new 9d6fce6 fix system profile path (to include {usr/share}/aghermann/)
new ab53af4 ICM and suchlike
new 3efced9 disallow Discard button on system profiles
new 2040ed3 space between widgets on main SF window
new dc12ed1 enable accel (F2) on Try buttons of SFAD and SFRK
new a43cd60 rk1968: op_get_signal_envelope opcode
new 499d0f3 rk1968: report script runtime error, too
new 1020365 ensure lua stack is large enough before invoking script
new 45b59ec literate programming in basic_score.lua
new 8b0147c basic_score.lua: fix page arg in call to put_score
new b53ffa8 trivially use size_t for vector index
new f6753a7 correctly determine min/max in sigproc::envelope
new 7ec89c7 obscure fixes in sigproc::interpolate, envelope
new 15f28e4 report lua errors to applog
new 8d79437 clean up lua stack after calls to script
new bd5afa5 rk1968: op_get_signal_envelope: forgot to increment loop counter, such a shame
new 0f37ff8 rk1968: new opcode op_get_page_dirty
new 72045ef fix, update basic_score.lua
new 4d8f9e5 update man/aghermann.1.in
new d4c0034 rk1968: mind reentrancy running lua scripts; avoid longjmp.
new 87c08ef thank you valgrind
new 769e8ab enable global score operation
new 6906345 tweak basic_score.lua again
new 87b0b89 update changelogs, prepare for 1.0
new 0c8d7d6 a curious GtkTextView property tweak
new a57bccc picky debian/control (also add lua5.2 deps)
new 150b5c0 heed a -Wformat-security
The 31 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 +
debian/control | 9 +-
upstream/ChangeLog | 4 +-
upstream/configure.ac | 2 +-
upstream/data/Makefile.am | 6 +
upstream/data/basic_score.lua | 148 ++++++++++--
upstream/data/mw-dialogs.glade | 226 ++++++++++++++++++-
upstream/data/mw.glade | 22 +-
upstream/data/sf-artifacts.glade | 5 +-
upstream/data/sf-patterns.glade | 6 +
upstream/data/sf-rk1968.glade | 8 +-
upstream/data/sf.glade | 60 ++---
upstream/doc/org/aghermann.org.in | 12 +-
upstream/man/aghermann.1.in | 5 +-
upstream/src/aghermann/Makefile.am | 2 +-
upstream/src/aghermann/expdesign/dirlevel.cc | 27 ++-
upstream/src/aghermann/expdesign/dirlevel.hh | 18 ++
upstream/src/aghermann/expdesign/expdesign.cc | 8 +-
upstream/src/aghermann/expdesign/expdesign.hh | 2 +-
upstream/src/aghermann/expdesign/recording.cc | 30 +--
upstream/src/aghermann/expdesign/recording.hh | 4 +-
upstream/src/aghermann/globals.cc | 23 --
upstream/src/aghermann/globals.hh | 5 -
upstream/src/aghermann/patterns/patterns.cc | 3 +-
upstream/src/aghermann/rk1968/rk1968.cc | 235 ++++++++++++++++----
upstream/src/aghermann/rk1968/rk1968.hh | 24 +-
.../src/aghermann/ui/dirlevel-storable-adapter.ii | 10 +-
upstream/src/aghermann/ui/mw/construct.cc | 17 ++
upstream/src/aghermann/ui/mw/mainmenu_cb.cc | 163 +++++++++++++-
upstream/src/aghermann/ui/mw/measurements.cc | 3 +-
upstream/src/aghermann/ui/mw/mw_cb.hh | 2 +
upstream/src/aghermann/ui/mw/populate.cc | 2 +-
upstream/src/aghermann/ui/mw/widgets.hh | 14 ++
upstream/src/aghermann/ui/sf/channel.cc | 2 +-
upstream/src/aghermann/ui/sf/controls_cb.cc | 3 +-
upstream/src/aghermann/ui/sf/d/rk1968_cb.cc | 8 +-
upstream/src/aghermann/ui/sf/montage-overlays.cc | 2 +-
upstream/src/aghermann/ui/sf/montage_cb.cc | 2 +-
upstream/src/aghermann/ui/sf/sf.cc | 2 +-
upstream/src/libsigfile/channel.cc | 43 ++--
upstream/src/libsigfile/page.hh | 10 +
upstream/src/libsigproc/sigproc.hh | 5 +-
upstream/src/libsigproc/sigproc.ii | 27 ++-
43 files changed, 978 insertions(+), 237 deletions(-)
--
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/aghermann.git
More information about the debian-med-commit
mailing list