[Pkg-voip-commits] [twinkle] branch master updated (3127838 -> a544eeb)
Peter Colberg
peter at colberg.org
Sat May 14 03:30:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
pc-guest pushed a change to branch master
in repository twinkle.
from 3127838 Use DEB_HOST_ARCH_OS to detect Linux architectures
adds 8916774 Imported Upstream version 1.9.0+git20160321.0.64a0816+dfsg
new 14c814d Merge tag 'upstream/1.9.0+git20160321.0.64a0816+dfsg'
new 5ffc09d Drop patches applied upstream
new 95ad7cc Drop build dependency on qtquick1-5-dev
new baabd4f Enable hardening build flags
new 170c86c Bump Standards-Version to 3.9.8
new a544eeb Changelog entry for 1:1.9.0+git20160321.0.64a0816+dfsg-1
The 6 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:
.travis.yml | 16 +
CMakeLists.txt | 59 +-
NEWS | 2 +-
README.md | 7 +-
cmake/FindGsm.cmake | 17 +
data/twinkle.1 | 131 ++
debian/changelog | 10 +
debian/control | 3 +-
debian/patches/crash-fixes.patch | 115 --
.../desktop-entry-contains-encoding-key.patch | 17 -
...cting-definition-of-socklen_t-on-gnu-hurd.patch | 20 -
.../fix-incoming-call-popup-repositioning.patch | 17 -
debian/patches/fix-ip-fields-in-nat-settings.patch | 644 ---------
debian/patches/fix-spelling.patch | 565 --------
...oryform-clear-rows-before-loading-history.patch | 18 -
debian/patches/historyform-disable-editing.patch | 19 -
.../historyform-fix-sorting-by-time-of-event.patch | 27 -
.../historyform-resize-columns-to-contents.patch | 23 -
...oryform-show-call-details-of-current-item.patch | 104 --
...ryform-sort-entries-after-loading-history.patch | 27 -
debian/patches/include-linux-errqueue.patch | 26 -
debian/patches/libgsm.patch | 194 ---
debian/patches/series | 15 -
debian/patches/wizard-corrected-signal-name.patch | 18 -
debian/rules | 2 +
src/CMakeLists.txt | 45 +-
src/abstract_dialog.h | 2 +-
src/address_book.h | 2 +-
src/audio/audio_tx.h | 7 +-
src/auth.cpp | 2 +-
src/auth.h | 2 +-
src/dialog.h | 4 +-
src/events.cpp | 1 +
src/gui/CMakeLists.txt | 39 +-
src/gui/addresstablemodel.cpp | 5 -
src/gui/addresstablemodel.h | 5 +
src/gui/getaddressform.cpp | 39 +-
src/gui/gui.cpp | 9 +-
src/gui/historyform.cpp | 32 +-
src/gui/historyform.h | 3 +-
src/gui/historyform.ui | 20 +-
src/gui/incoming_call_popup.cpp | 16 +-
src/gui/incoming_call_popup.h | 8 +-
src/gui/lang/twinkle_cs.ts | 8 +-
src/gui/lang/twinkle_de.ts | 8 +-
src/gui/lang/twinkle_fr.ts | 8 +-
src/gui/lang/twinkle_nl.ts | 8 +-
src/gui/lang/twinkle_ru.ts | 1398 +++++++++-----------
src/gui/lang/twinkle_sv.ts | 8 +-
src/gui/lang/twinkle_xx.ts | 8 +-
src/gui/main.cpp | 48 +-
src/gui/mphoneform.cpp | 2 +-
src/gui/mphoneform.h | 4 +-
src/gui/osd.cpp | 30 +-
src/gui/osd.h | 19 +-
src/gui/qml/ImageButton.qml | 2 +-
src/gui/qml/TextImageButton.qml | 2 +-
src/gui/qml/incoming_call.qml | 21 +-
src/gui/qml/osd.qml | 20 +-
src/gui/syssettingsform.cpp | 3 +-
src/gui/userprofileform.ui | 272 ++--
src/gui/wizardform.ui | 2 +-
src/line.cpp | 9 +
src/line.h | 1 +
src/log.cpp | 2 +-
src/parser/challenge.cpp | 2 +-
src/parser/credentials.cpp | 2 +-
src/parser/hdr_privacy.h | 2 +-
src/parser/hdr_warning.h | 4 +-
src/parser/request.cpp | 24 +-
src/parser/request.h | 10 +-
src/parser/response.cpp | 0
src/parser/scanner.lxx | 2 +-
src/phone.cpp | 2 -
src/phone.h | 4 +-
src/phone_user.h | 2 +-
src/presence/buddy.h | 4 +-
src/stun/stun.cxx | 10 +-
src/stun/udp.h | 2 +-
src/sub_refer.cpp | 2 +-
src/subscription.cpp | 2 +-
src/subscription.h | 2 +-
src/sys_settings.cpp | 12 +-
src/sys_settings.h | 2 +-
src/userintf.cpp | 2 +-
src/utils/record_file.h | 8 +-
twinkle.desktop.in | 42 +-
twinkle_config.h.in | 1 +
88 files changed, 1296 insertions(+), 3067 deletions(-)
create mode 100644 .travis.yml
create mode 100644 cmake/FindGsm.cmake
create mode 100644 data/twinkle.1
delete mode 100644 debian/patches/crash-fixes.patch
delete mode 100644 debian/patches/desktop-entry-contains-encoding-key.patch
delete mode 100644 debian/patches/fix-conflicting-definition-of-socklen_t-on-gnu-hurd.patch
delete mode 100644 debian/patches/fix-incoming-call-popup-repositioning.patch
delete mode 100644 debian/patches/fix-ip-fields-in-nat-settings.patch
delete mode 100644 debian/patches/fix-spelling.patch
delete mode 100644 debian/patches/historyform-clear-rows-before-loading-history.patch
delete mode 100644 debian/patches/historyform-disable-editing.patch
delete mode 100644 debian/patches/historyform-fix-sorting-by-time-of-event.patch
delete mode 100644 debian/patches/historyform-resize-columns-to-contents.patch
delete mode 100644 debian/patches/historyform-show-call-details-of-current-item.patch
delete mode 100644 debian/patches/historyform-sort-entries-after-loading-history.patch
delete mode 100644 debian/patches/include-linux-errqueue.patch
delete mode 100644 debian/patches/libgsm.patch
delete mode 100644 debian/patches/series
delete mode 100644 debian/patches/wizard-corrected-signal-name.patch
mode change 100755 => 100644 src/parser/response.cpp
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/twinkle.git
More information about the Pkg-voip-commits
mailing list