[Reportbug-commits] [reportbug] branch master updated (c9eb5c8 -> 08d3305)

Sandro Tosi morph at moszumanska.debian.org
Mon Jan 16 01:36:55 UTC 2017


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

morph pushed a change to branch master
in repository reportbug.

      from  c9eb5c8   bump Standards-Version to 3.9.8 (no changes needed)
       new  6605a92   extend test_bts848692() to include an address that requires formatting
       new  64367ea   modify the bug script to cope with non-ascii characters; patch by Nis Martensen; Closes: #851322
       new  c52931b   manpage: fix order of email environment variables
       new  6ddf13e   fix order of email environment variables; patch by Nis Martensen; Closes: #851355
       new  ae79ce6   Output user from address in human-readable format
       new  07b4fce   output user from address in human-readable format; patch by Nis Martensen; Closes: 851361
       new  329ba25   Unbreak 'Read bug' functionality in urwid UI; Closes: #851055
       new  82479c8   unbreak 'Read bug' functionality in urwid UI; patch by Ryan Kavanagh; Closes: #851055
       new  2ccfc7d   remove obsolete menu file
       new  7a220fd   removed, now obsolete in favor of XDG desktop files; patch by Boyuan Yang; Closes: #851415
       new  a03c1a6   improve reportbug.desktop file
       new  16ce224   stop hardcoding .desktop icon
       new  a11073f   improve to the file and no longer hardcode the debian-swirl file location; patch by Boyuan Yang; Closes; #836253
       new  cb5c90e   gtk2_ui: Avoid deprecated Gtk.Expander(str) constructor not exposed by gi
       new  2dd1fa8   gtk2_ui: Consistently call set_progress_label in UI thread
       new  beb28cb   gtk2_ui: Create a GLib main-context for each thread
       new  8809d6a   gtk2_ui: Simplify run_once_in_main_thread by inlining create_idle_callback
       new  505f397   gtk2_ui: call GObject constructors in UI thread
       new  ba22b46   gtk2_ui: Add assertions that we are in the intended thread
       new  5285d06   gtk2_ui: Gtk.TextBuffer.get_text needs include_hidden_chars given
       new  77a3dae   gtk2_ui: lazily import gtkspellcheck from the UI thread
       new  c95910e   gtk2_ui: hook up GetMultilinePage the way it was presumably meant to work
       new  4c7c9a8   gtk2_ui: Use modern form of constructor for Gtk.Alignment
       new  9930229   gtk2_ui: Reduce deprecation spam by using named properties
       new  4d0e180   gtk2_ui: Remove deprecated threading calls that no longer do anything
       new  d472cfb   gtk2_ui: fix unbound local variable in GetMultilinePage
       new  f688a48   gtk2_ui: Reduce deprecation spam by using a named constructor
       new  a0479d4   gtk2_ui: suggest to install python3-gtkspellcheck
       new  192d0b2   update .gitignore for python3-reportbug
       new  271adbf   fixes and improvements to GTK2 interface from James Clarke and Simon McVittie, thanks a lot! Closes: #850733
       new  08d3305   releasing package reportbug version 7.1.3

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:
 .gitignore               |   6 +-
 bin/reportbug            |   3 +-
 debian/changelog         |  25 +++-
 debian/desktop           |   8 +-
 debian/menu              |   7 --
 debian/reportbug.install |   1 +
 man/reportbug.1          |   2 +-
 reportbug/__init__.py    |   2 +-
 reportbug/ui/gtk2_ui.py  | 312 +++++++++++++++++++++++++++++++++++++++--------
 reportbug/ui/urwid_ui.py |   7 +-
 setup.py                 |   3 +-
 share/script             |   4 +-
 test/test_utils.py       |   6 +
 13 files changed, 311 insertions(+), 75 deletions(-)
 delete mode 100644 debian/menu
 create mode 100644 debian/reportbug.install

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



More information about the Reportbug-commits mailing list