Bug#758950: djvusmooth: Please update to use wxpython3.0

2014-10-07 Thread Jakub Wilk
I've just released djvusmooth 0.2.15, with experimental support for wxPython 3.0. It was only lightly tested, but it should work better than what's currently in Debian. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble

Bug#758950: djvusmooth: Please update to use wxpython3.0

2014-09-14 Thread Jakub Wilk
* Olly Betts , 2014-08-24, 03:53: ++if key_code == wx.WXK_PAGEUP and event.GetModifiers() == 0: ++self.GetParent().GetParent().GetParent().on_next_page(event) ++elif key_code == wx.WXK_PAGEDOWN and event.GetModifiers() == 0: ++self.GetParent().GetParent().G

Bug#760546: Bug#758950: djvusmooth: Please update to use wxpython3.0

2014-09-05 Thread Daniel Stender
Control: tags -1 +patch Thanks for the new patch! I've filed another bug on the PageUp/PageDown issue. Greetings, Daniel On 24.08.2014 04:53, Olly Betts wrote: Control: tags -1 +patch On Sat, Aug 23, 2014 at 06:25:14PM +0200, Jakub Wilk wrote: Alas, after applying this patch djvusmooth does

Bug#758950: djvusmooth: Please update to use wxpython3.0

2014-09-04 Thread Olly Betts
On Thu, Sep 04, 2014 at 09:31:42AM +0200, Daniel Stender wrote: > I've rechecked 0.2.14-3 and PageUp/PageDown for page turning aren't > yet working on my Laptop, is that reproducible? Those work for me with focus in the "Outline", but not the "Hyperlinks" or "Text". Looks like those will also nee

Bug#758950: djvusmooth: Please update to use wxpython3.0

2014-09-04 Thread Daniel Stender
Following. I've rechecked 0.2.14-3 and PageUp/PageDown for page turning aren't yet working on my Laptop, is that reproducible? Greetings, Daniel On 04.09.2014 03:46, Olly Betts wrote: On Wed, Sep 03, 2014 at 01:43:39PM +0200, Jakub Wilk wrote: * Olly Betts , 2014-08-24, 03:53: I'm not sure

Bug#758950: djvusmooth: Please update to use wxpython3.0

2014-09-03 Thread Olly Betts
On Wed, Sep 03, 2014 at 01:43:39PM +0200, Jakub Wilk wrote: > * Olly Betts , 2014-08-24, 03:53: > >I'm not sure why it doesn't just work (as > >wxPython/demo/TreeCtrl.py from the wxPython 3.0 sources does and > >the code is very similar) but adding a handler for EVT_RIGHT_CLICK > >which calls EditL

Bug#758950: djvusmooth: Please update to use wxpython3.0

2014-09-03 Thread Jakub Wilk
* Olly Betts , 2014-08-24, 03:53: I'm not sure why it doesn't just work (as wxPython/demo/TreeCtrl.py from the wxPython 3.0 sources does and the code is very similar) but adding a handler for EVT_RIGHT_CLICK which calls EditLabel() makes it work as before. Wait, _right_ click? With wxPython 2

Bug#758950: djvusmooth: Please update to use wxpython3.0

2014-09-03 Thread Jakub Wilk
* Olly Betts , 2014-08-24, 00:58: For 3.0, you don't want the "-unicode" qualifier, since all builds are Unicode builds now. Oh, now it makes sense. I realized that my code didn't actually ensure that the select wx version is Unicode-enabled. So I've rewritten it in a way that makes adding su

Bug#758950: djvusmooth: Please update to use wxpython3.0

2014-08-25 Thread Daniel Stender
Control: tags -1 pending Thanks for reviewing the patch. Greetings, Daniel Stender -- http://www.danielstender.com/blog/ PGP key: 2048R/E41BD2D0 C879 5E41 1ED7 EE80 0F2E 7D0C DBDD 4D96 E41B D2D0 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscri

Bug#758950: djvusmooth: Please update to use wxpython3.0

2014-08-23 Thread Olly Betts
Control: tags -1 +patch On Sat, Aug 23, 2014 at 06:25:14PM +0200, Jakub Wilk wrote: > Alas, after applying this patch djvusmooth doesn't work well with > wxPython 3.0. I spotted two problems: > > * The PageUp and PageDown cannot be used for switching between > pages. I partially fixed it by using

Bug#758950: djvusmooth: Please update to use wxpython3.0

2014-08-23 Thread Olly Betts
On Sat, Aug 23, 2014 at 06:25:14PM +0200, Jakub Wilk wrote: > >-WX_VERSIONS = ('2.8-unicode', '2.6-unicode') > >+WX_VERSIONS = ('3.0-unicode', '2.8-unicode', '2.6-unicode') > >DDJVU_API_MIN_VERSION = 26 > >PYTHON_DJVULIBRE_MIN_VERSION = (0, 1, 4) > > > >@@ -55,7 +55,7 @@ def _check_wx(): > >exc

Bug#758950: djvusmooth: Please update to use wxpython3.0

2014-08-23 Thread Jakub Wilk
Hi Olly, hi Daniel! Upstream speaking here. o/ * Olly Betts , 2014-08-23, 19:22: To assist updating to wxPython 3.0, I've put together a script which will help make the mechanical changes required. This is in a git repo on collab-maint along with a README about using it and updating packages