Re: [Interest] Qt5, XCB and X11

2014-07-11 Thread Andreas Pakulat
Hi, On Fri, Jul 11, 2014 at 5:37 PM, Till Oliver Knoll < till.oliver.kn...@gmail.com> wrote: > Thanks for clarifying! > > Am 11.07.2014 um 16:29 schrieb Andreas Pakulat : > > Hi, > > On Fri, Jul 11, 2014 at 2:47 PM, Till Oliver Knoll < > till.oliver.kn...@gmail.com> wrote: > >> ... by encoding "v

Re: [Interest] Qt5, XCB and X11

2014-07-11 Thread Thiago Macieira
On Friday 11 July 2014 07:54:25 Rutledge Shawn wrote: > GTK depends on them too, and LSB includes GTK; so I don't understand how it > could be absent. First of all, the libraries inside the LSB do not have to obey LSB itself. What matters is that those libraries be present in the target system,

Re: [Interest] Qt5, XCB and X11

2014-07-11 Thread Till Oliver Knoll
Thanks for clarifying! Am 11.07.2014 um 16:29 schrieb Andreas Pakulat : > Hi, > > On Fri, Jul 11, 2014 at 2:47 PM, Till Oliver Knoll > wrote: >> ... by encoding "version info" into their libs, such as libfoo.0.4.2.so – >> but most apps simply don’t care about linking with –lfoo.0.4 (or whatev

Re: [Interest] Qt5, XCB and X11

2014-07-11 Thread Andreas Pakulat
Hi, On Fri, Jul 11, 2014 at 2:47 PM, Till Oliver Knoll < till.oliver.kn...@gmail.com> wrote: > But other systems such as Linux also share some affinity to the "DLL > Hell": agreed, most developers there have learned from the very beginning > that it is probably not a good idea to install their ow

Re: [Interest] Qt5, XCB and X11

2014-07-11 Thread Till Oliver Knoll
Am 11.07.2014 um 06:31 schrieb Ian Monroe : > On Thu, Jul 10, 2014 at 9:14 PM, wrote: >> ... However, as you >> might i I have numerous doubts about shipping copies of libxcb and >> libX11 with our application, not the least of which is that the libs would >> be almost guaranteed to be loaded in

Re: [Interest] Qt5, XCB and X11

2014-07-11 Thread Koehne Kai
> -Original Message- > [...] > Does anyone out there have any recommendations about how we should > approach this? Just that the -qt-xcb setup has worked pretty well for the Qt SDK, so far. It was basically the outcome of a discussion I rasied on the xcb mailing list, before the 5.0 rel

Re: [Interest] Qt5, XCB and X11

2014-07-11 Thread Rutledge Shawn
On 11 Jul 2014, at 6:14 AM, wrote: > Hello there, > > We are looking to upgrade our existing application from Qt4 to Qt5.3.0. Our > application is deployed to Linux, Windows and Mac systems, which we manage by > shipping compiled copies of the Qt libraries. An extremely simplified > snapsh

[Interest] Qt5 and Input Methods

2014-07-11 Thread Soroush Rabiei
Hi I found that Qt5 on Windows (at least 5.2 and 5.3) does not accept some characters from custom keyboard layouts. I'm using the Standard Persian Keyboard Layout for Windows which should type a ZWNJ (U+200C) character pressing SHIFT+SPACE. Though Qt applications ignore SHIFT+SPACE key. (I can typ