Bug#767892: subtitleeditor: Cannot type or edit subtitles

2014-11-11 Thread beuc
Great.
Btw you can ping me if you need an upload.

- Sylvain

On Tue, Nov 11, 2014 at 08:50:28AM +0100, Philip Rinn wrote:
 Hi,
 
 I uploaded the fixed version to m.d.n:
 
 http://mentors.debian.net/package/subtitleeditor
 
 I'll bother my sponsor now ;)
 
 Best,
 Philip


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#767892: subtitleeditor: Cannot type or edit subtitles

2014-11-10 Thread Philip Rinn
severity 767892 grave
tags 767892 + pending
thanks

Hi,

I'd even set the severity to grave as software for subtitle editing should be 
able
to do that.

I attached a patch and will ask my sponsor for upload and the release team for 
an
unblock.

Best,
Philip

BTW: I'll also update the version in experimental, the patch is ready.



Author: Philip Rinn ri...@inventati.org
Description: With glib = 2.42.0  you need to add interfaces before class_init
--- a/src/gui/textviewcell.cc
+++ b/src/gui/textviewcell.cc
@@ -29,8 +29,8 @@
  *
  */
 TextViewCell::TextViewCell()
-:	Glib::ObjectBase(typeid(TextViewCell)),
-	Gtk::CellEditable()
+:	Gtk::CellEditable(),
+Glib::ObjectBase(typeid(TextViewCell))
 {
 	se_debug(SE_DEBUG_VIEW);
 
--- a/src/gui/textviewcell.h
+++ b/src/gui/textviewcell.h
@@ -29,7 +29,7 @@
 /*
  * Cell text editable with multiline support.
  */
-class TextViewCell : public Gtk::TextView, public Gtk::CellEditable
+class TextViewCell : public Gtk::CellEditable, public Gtk::TextView
 {
 public:
 


signature.asc
Description: OpenPGP digital signature


Bug#767892: subtitleeditor: Cannot type or edit subtitles

2014-11-10 Thread Philip Rinn
Hi,

I uploaded the fixed version to m.d.n:

http://mentors.debian.net/package/subtitleeditor

I'll bother my sponsor now ;)

Best,
Philip


signature.asc
Description: Digital signature


Bug#767892: subtitleeditor: Cannot type or edit subtitles

2014-11-03 Thread beuc
Package: subtitleeditor
Version: 0.33.0-2
Severity: important

Hi,

When creating a new project, or editing existing subtitles, it's not
possible to type or edit the subtitles.
The text field doesn't appear, and the console says:


(subtitleeditor:3230): GLib-GObject-WARNING **: When installing property: type 
'gtkmm__CustomObject_12TextViewCell' already has a property named 
'editing-canceled'

(subtitleeditor:3230): GLib-GObject-WARNING **: attempting to add an interface 
(GtkCellEditable) to class (gtkmm__CustomObject_12TextViewCell) after class_init

(subtitleeditor:3230): GLib-GObject-WARNING **: 
/build/glib2.0-dt6trg/glib2.0-2.42.0/./gobject/gsignal.c:2461: signal 
'editing_done' is invalid for instance '0x16d4930' of type 
'gtkmm__CustomObject_12TextViewCell'

(subtitleeditor:3230): GLib-GObject-WARNING **: 
/build/glib2.0-dt6trg/glib2.0-2.42.0/./gobject/gsignal.c:2461: signal 
'remove_widget' is invalid for instance '0x16d4930' of type 
'gtkmm__CustomObject_12TextViewCell'

(subtitleeditor:3230): Gtk-CRITICAL **: 
gtk_tree_view_column_cell_process_action: assertion 'GTK_IS_CELL_EDITABLE 
(*editable_widget)' failed


So subtitleeditor is not usable in the current state :/

Cheers!
Sylvain


-- System Information:
Debian Release: jessie/sid
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages subtitleeditor depends on:
ii  gstreamer0.10-plugins-base   0.10.36-2
ii  gstreamer0.10-plugins-good   0.10.31-3+nmu4+b1
ii  gstreamer0.10-x  0.10.36-2
ii  libatkmm-1.6-1   2.22.7-2.1
ii  libc62.19-11
ii  libcairomm-1.0-1 1.10.0-1.1
ii  libenchant1c2a   1.6.0-10.1
ii  libgcc1  1:4.9.1-16
ii  libglademm-2.4-1c2a  2.6.7-4
ii  libglib2.0-0 2.42.0-2
ii  libglibmm-2.4-1c2a   2.42.0-1
ii  libgstreamer-plugins-base0.10-0  0.10.36-2
ii  libgstreamer0.10-0   0.10.36-1.4
ii  libgtk2.0-0  2.24.25-1
ii  libgtkmm-2.4-1c2a1:2.24.4-1.1
ii  libpangomm-1.4-1 2.34.0-1.1
ii  libsigc++-2.0-0c2a   2.4.0-1
ii  libstdc++6   4.9.1-16
ii  libsubtitleeditor0   0.33.0-2

subtitleeditor recommends no packages.

Versions of packages subtitleeditor suggests:
pn  gstreamer0.10-ffmpeg  none

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org