Re: [Interest] New Development Environment

2015-02-07 Thread Lisandro Damián Nicanor Pérez Meyer
it simply depends on which features of Qt you need and maybe choose the latest LTS release or a newer version if you need a newer Qt. -- Quote me as saying I was mis-quoted. -- Groucho Marx Lisandro Damián Nicanor Pérez Meyer http://perezmeyer.com.ar/ http://perezmeyer.blogspot.com/ signature.asc

Re: [Interest] Qt 5.3 vs Qt 5.4 (etc)

2015-01-19 Thread Lisandro Damián Nicanor Pérez Meyer
to ensure that qtsvg 5.x.y is always used with qtbase 5.x.y. But for the most use cases, yes, Andreas' explanation is just right. -- Lisandro Damián Nicanor Pérez Meyer http://perezmeyer.com.ar/ http://perezmeyer.blogspot.com/ signature.asc Description: This is a digitally signed message part

Re: [Interest] Run Qt Widget program with minimal Xorg installation on Linux

2015-01-19 Thread Lisandro Damián Nicanor Pérez Meyer
shelters, and others are building windmills. Old Chinese Proverb Lisandro Damián Nicanor Pérez Meyer http://perezmeyer.com.ar/ http://perezmeyer.blogspot.com/ signature.asc Description: This is a digitally signed message part. ___ Interest mailing list

Re: [Interest] -headerdir causing headerfile version confusion building qtwebengine (was Qt5 cannot be build on Debian Wheezy? GLIBCXX_3.4.20' not found)

2015-01-19 Thread Lisandro Damián Nicanor Pérez Meyer
, but then I'm sure I'm in a clean environment with just the tools I need. This is specially true for libraries. For applications the packaging might start in a clean environment, but must end in a clean one before uploading. -- Lisandro Damián Nicanor Pérez Meyer http://perezmeyer.com.ar/ http

Re: [Interest] Qt automoc (CMAKE_AUTOMOC) failure with name clashes

2015-01-19 Thread Lisandro Damián Nicanor Pérez Meyer
: Lather. Rinse. Repeat. http://www.devtopics.com/best-programming-jokes/ Lisandro Damián Nicanor Pérez Meyer http://perezmeyer.com.ar/ http://perezmeyer.blogspot.com/ signature.asc Description: This is a digitally signed message part. ___ Interest mailing

Re: [Interest] Qt 5.3 vs Qt 5.4 (etc)

2015-01-20 Thread Lisandro Damián Nicanor Pérez Meyer
On Tuesday 20 January 2015 11:42:39 René J.V. Bertin wrote: On Monday January 19 2015 23:06:05 Lisandro Damián Nicanor Pérez Meyer wrote: Hi, On Monday 12 January 2015 09:09:08 Andreas Pakulat wrote: [snip] Correct except for the packages that use Qt's private headers (please, don't do

Re: [Interest] Qt 5.3 vs Qt 5.4 (etc)

2015-01-20 Thread Lisandro Damián Nicanor Pérez Meyer
On Monday 19 January 2015 19:33:21 Thiago Macieira wrote: On Monday 19 January 2015 23:06:05 Lisandro Damián Nicanor Pérez Meyer wrote: Correct except for the packages that use Qt's private headers (please, don't do that except you are writing code for Qt itself) and between the different

Re: [Interest] Qt 5.3 vs Qt 5.4 (etc)

2015-01-20 Thread Lisandro Damián Nicanor Pérez Meyer
On Tuesday 20 January 2015 08:15:53 Thiago Macieira wrote: On Tuesday 20 January 2015 10:25:04 Lisandro Damián Nicanor Pérez Meyer wrote: If the library is part of Qt itself then it will certainly not hurt, but nowadays we need to push all Qt submodules at the same time because

Re: [Interest] Qt 5.3 vs Qt 5.4 (etc)

2015-01-20 Thread Lisandro Damián Nicanor Pérez Meyer
-kde/qt/qtbase.git/tree/debian/mark_private_symbols.sh -- Lisandro Damián Nicanor Pérez Meyer http://perezmeyer.com.ar/ http://perezmeyer.blogspot.com/ signature.asc Description: This is a digitally signed message part. ___ Interest mailing list

Re: [Interest] Mixing debug and release builds of Qt5 modules on Linux

2015-03-20 Thread Lisandro Damián Nicanor Pérez Meyer
the debug symbols for the release build in a separate file. And that's what we use in Debian, for example. After building we strip out the symbols and then package them in different binary-packages. -- Lisandro Damián Nicanor Pérez Meyer http://perezmeyer.com.ar/ http://perezmeyer.blogspot.com

Re: [Interest] harfbuzz support?

2015-04-14 Thread Lisandro Damián Nicanor Pérez Meyer
. -- Dadme voto electrónico y con una terminal os haré presidente. el.machi Lisandro Damián Nicanor Pérez Meyer http://perezmeyer.com.ar/ http://perezmeyer.blogspot.com/ signature.asc Description: This is a digitally signed message part. ___ Interest

[Interest] Performance of QGraphics[View Scene] changes with zoom

2016-05-18 Thread Lisandro Damián Nicanor Pérez Meyer
, Lisandro. -- Lisandro Damián Nicanor Pérez Meyer http://perezmeyer.com.ar/ http://perezmeyer.blogspot.com/ signature.asc Description: This is a digitally signed message part. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org

Re: [Interest] Performance of QGraphics[View Scene] changes with zoom

2016-05-18 Thread Lisandro Damián Nicanor Pérez Meyer
nes. As soon as I zoom out enough (the transformation matrix becoming 0.1*Identity) the problem "goes away", so I suspect a rasterization issue. -- Lisandro Damián Nicanor Pérez Meyer http://perezmeyer.com.ar/ http://perezmeyer.blogspot.com/ _

Re: [Interest] Performance of QGraphics[View Scene] changes with zoom

2016-05-21 Thread Lisandro Damián Nicanor Pérez Meyer
On Friday 20 May 2016 07:14:15 Uwe Rathmann wrote: > On Wed, 18 May 2016 15:57:04 -0300, Lisandro Damián Nicanor Pérez Meyer > > wrote: > > Now if I add a lot of straight lines (QGraphicsLineItem instances) > > performance (number of movements seen on screen per second)

[Interest] Creating a hover form over a QGraphicsView

2017-02-03 Thread Lisandro Damián Nicanor Pérez Meyer
but letting the user scroll the QGView with her fingers? Thanks in advace, Lisandro. -- Lisandro Damián Nicanor Pérez Meyer http://perezmeyer.com.ar/ http://perezmeyer.blogspot.com/ signature.asc Description: This is a digitally signed message part

Re: [Interest] Creating a hover form over a QGraphicsView

2017-02-03 Thread Lisandro Damián Nicanor Pérez Meyer
uups, little detail: I am using Qt 5.7. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Creating a hover form over a QGraphicsView

2017-02-07 Thread Lisandro Damián Nicanor Pérez Meyer
On sábado, 4 de febrero de 2017 10:19:34 ART Ch'Gans wrote: > On 4 February 2017 at 07:55, Lisandro Damián Nicanor Pérez Meyer > > <perezme...@gmail.com> wrote: > > Hi! I am creating a hover form over a QGraphicsView widget. For starters I > > used designer t

Re: [Interest] Creating a hover form over a QGraphicsView

2017-02-07 Thread Lisandro Damián Nicanor Pérez Meyer
On martes, 7 de febrero de 2017 12:10:33 ART Lisandro Damián Nicanor Pérez Meyer wrote: > On sábado, 4 de febrero de 2017 10:19:34 ART Ch'Gans wrote: > > On 4 February 2017 at 07:55, Lisandro Damián Nicanor Pérez Meyer > > > > <perezme...@gmail.com> wrote: > >

Re: [Interest] Qt 5.12

2018-08-15 Thread Lisandro Damián Nicanor Pérez Meyer
El mié., 15 de ago. de 2018 04:00, Christian Gagneraud escribió: > Hi all, > > Does anyone know if Qt 5.12 will support Linux on 32 bits Intel platforms? > I'm planning to try to build the new 5.12 branch on i386/ubuntu-16.04. > Any input/info appreciated. > It should.

Re: [Interest] qmlscene install problems (was: Interest Digest, Vol 82, Issue 5)

2018-07-23 Thread Lisandro Damián Nicanor Pérez Meyer
al os haré presidente. el.machi Lisandro Damián Nicanor Pérez Meyer http://perezmeyer.com.ar/ http://perezmeyer.blogspot.com/ signature.asc Description: This is a digitally signed message part. ___ Interest mailing list Interest@qt-project.org http://lists.q

Re: [Interest] Updated Debian packages or ppa for Qt 5.9+

2018-11-09 Thread Lisandro Damián Nicanor Pérez Meyer
uff (kwin for example) you will certainly have to upgrade it, and thus half your system, because it uses Qt's private methods. Cheers, Lisandro. -- Lisandro Damián Nicanor Pérez Meyer http://perezmeyer.com.ar/ http://perezmeyer.blogspot.com/ signature.asc Description: This is a di

Re: [Interest] invalid Qt packaging heads up

2018-09-14 Thread Lisandro Damián Nicanor Pérez Meyer
Hi! El jue., 13 de sep. de 2018 10:53, Roland Hughes < rol...@logikalsolutions.com> escribió: > All, > > Ran into this in PinguyOS, but, probably goes all the way back to current > Ubuntu. > > > In Synaptic Package Manager one can find > > libqt5webengine5 > libqt5webengine5-dev >

Re: [Interest] Publish Qt app to fdroid

2019-02-19 Thread Lisandro Damián Nicanor Pérez Meyer
On Thu, 14 Feb 2019 at 15:25, Bernhard B wrote: > > Hello, > > I am wondering, if anyone of you has already published a Qt app to the fdroid > store? > > I did a bit of research and it seems that the fdroid guys have recently > removed Qt from their build environment (see: >

Re: [Interest] clang-tidy version in Qt Creator

2019-02-05 Thread Lisandro Damián Nicanor Pérez Meyer
ve when you memorize her IP number to skip DNS overhead. Anonymous Lisandro Damián Nicanor Pérez Meyer http://perezmeyer.com.ar/ http://perezmeyer.blogspot.com/ signature.asc Description: This is a digitally signed message part. ___ Interest mailing l

Re: [Interest] My first 5 years with Qt and 2 suggestions

2019-05-09 Thread Lisandro Damián Nicanor Pérez Meyer
a sin la religión es renga, la religión sin la ciencia es ciega. Albert Einstein Lisandro Damián Nicanor Pérez Meyer http://perezmeyer.com.ar/ http://perezmeyer.blogspot.com/ signature.asc Description: This is a digitally signed message part. ___ In

[Interest] QTableView, QSqlRelationalTableModel and QDateTimeEdit and timezones

2020-04-30 Thread Lisandro Damián Nicanor Pérez Meyer
needed I'll try to get a minimal example for this. [1] <https://bugreports.qt.io/browse/QTBUG-54781> [2] <https://gitlab.com/mosimpa/abm/-/blob/feature/manage-internments/src/internmentsform.cpp> Thanks in advance! -- Lisandro Damián Nicanor Pérez Meyer http://perez

Re: [Interest] QTableView, QSqlRelationalTableModel and QDateTimeEdit and timezones

2020-05-01 Thread Lisandro Damián Nicanor Pérez Meyer
nvert the QVariant to QDateTime, > apply the time spec, then pass the value to the UI. > > Maybe you can derive from QSqlRelationalTableModel and override the data > method to set the time spec? I see.Maybe I'll try this, yes. I'll come back with the results if I get to do it. Thanks! -- Lisan

Re: [Interest] Fail to compile qt4 on Ubuntu 20.04.

2020-05-25 Thread Lisandro Damián Nicanor Pérez Meyer
t;> >> Any hints for this problem? >> >> Regards, >> -- >> Hongyi Zhao >> ___ >> Interest mailing list >> Interest@qt-project.org >> https://lists.qt-project.org/listinfo/interest >

Re: [Interest] Qt 6 Ubuntu package

2021-01-29 Thread Lisandro Damián Nicanor Pérez Meyer
Hi! On Thu, 28 Jan 2021 at 03:57, Florian Bruhin wrote: > > Hey, > > On Thu, Jan 28, 2021 at 12:08:44PM +0530, Nibedit Dey wrote: > > I am looking for a way to install Qt6 without downloading the > > *qt-unified-linux-x86-4.0.1-online.run* file. > > Is there a Qt 6 Ubuntu package like the one

[Interest] Building QtPdf from boot2qt 5.14.1

2021-09-09 Thread Lisandro Damián Nicanor Pérez Meyer
Hi! I'm trying to build Qt PDF libraries from boot2qt using Qt 5.14.1. Documentation says it was added in 5.14, so it should be there. But even building the whole webengine I fail to see QtPdf mentioned in the configure step nor the libraries built. Am I missing something?

Re: [Interest] Building QtPdf from boot2qt 5.14.1

2021-09-10 Thread Lisandro Damián Nicanor Pérez Meyer
Hi Michal! El vie., 10 de septiembre de 2021 07:04, Michal Klocek escribió: > Hi > > I am not sure which documentation do you refer to, but QtPdf was merged to > be part of qtwebengine repository in 5.15 > https://doc.qt.io/qt-5/qtpdf-module.html "This module was introduced in Qt 5.14." But

Re: [Interest] MSVC not-the-latest: are you using it? why?

2023-01-22 Thread Lisandro Damián Nicanor Pérez Meyer
On Sun, 22 Jan 2023 at 13:18, Thiago Macieira wrote: > > In this case, MSVC 2019, which is still supported. > > I'm trying to understand why people don't upgrade their Visual Studios. In the > past, they used to use different and binary-incompatible VC runtimes, so large > projects often needed

Re: [Interest] MSVC not-the-latest: are you using it? why?

2023-01-22 Thread Lisandro Damián Nicanor Pérez Meyer
he Qt framework. That's a valid remark, updating Qt means there should be no issue in updating the compiler at the same time. -- Lisandro Damián Nicanor Pérez Meyer https://perezmeyer.com.ar/ ___ Interest mailing list Interest@qt-project.org http

Re: [Interest] Qt Wayland: handle one or two displays like Weston does

2023-05-24 Thread Lisandro Damián Nicanor Pérez Meyer
Hi Shawn! On Tue, 23 May 2023 at 18:21, Shawn Rutledge via Interest wrote: > > > > On 19 May 2023, at 16:02, Lisandro Damián Nicanor Pérez Meyer > > wrote: > > > > Hi! > > > > Is there any example of QtWayland's compositor handling one or two monitors

Re: [Interest] Qt Wayland: handle one or two displays like Weston does

2023-05-23 Thread Lisandro Damián Nicanor Pérez Meyer
Anyone? signature.asc Description: This is a digitally signed message part. ___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest

Re: [Interest] Qt online installer: Linux ARM platform?

2023-06-03 Thread Lisandro Damián Nicanor Pérez Meyer
t; any way. Yes, it is. Install the debug packages for the required libraries. -- Lisandro Damián Nicanor Pérez Meyer https://perezmeyer.com.ar/ ___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest

Re: [Interest] Qt Wayland: handle one or two displays like Weston does

2023-05-19 Thread Lisandro Damián Nicanor Pérez Meyer
El viernes, 19 de mayo de 2023 11:02:16 -03 Lisandro Damián Nicanor Pérez Meyer escribió: > Hi! > > Is there any example of QtWayland's compositor handling one or two monitors > like Weston does? > > To be more precise: my hardware, iMX8M-PLUS based, has an LVDS display and

[Interest] Qt Wayland: handle one or two displays like Weston does

2023-05-19 Thread Lisandro Damián Nicanor Pérez Meyer
Hi! Is there any example of QtWayland's compositor handling one or two monitors like Weston does? To be more precise: my hardware, iMX8M-PLUS based, has an LVDS display and an HDMI output. The LVDS display is always connected, and if weston is started it will set the shell to be as big as