Re: [Interest] Ashamed bug :)

2021-09-04 Thread Ilya Diallo
Le sam. 4 sept. 2021 à 00:14, Thiago Macieira a écrit : > On Friday, 3 September 2021 14:04:01 PDT David M. Cotter wrote: > > there's also the rather daunting barrier to entry for folks who COULD fix > > it: > > > > getting the qt sources on your local computer, getting them to compile, > > getti

Re: [Interest] L Word

2021-05-03 Thread Ilya Diallo
Le lun. 3 mai 2021 à 17:36, Matthew Woehlke a écrit : > On 29/04/2021 15.24, Ben Haller via Interest wrote: > > If I'm not mistaken, not a single person has posted to this "L Word" > > thread in defense of Roland's right to act as he has been acting, > > have they? > Given that we live in a cultu

Re: [Interest] L Word

2021-04-29 Thread Ilya Diallo
Easy solution: create the rol...@qt-projet.org list and send him and his (surely numerous) followers there. Think "separation of concerns" rather than "ban" Le jeu. 29 avr. 2021 à 13:46, Tuukka Turunen a écrit : > Hi, > > > > Perhaps we have been too long tolerant for the behavior that many see

Re: [Interest] L Word

2021-04-29 Thread Ilya Diallo
The other part of the problem is that he doesn't come from the world of well-adjusted, well-behaved people. This could answer your question. Le jeu. 29 avr. 2021 à 12:05, Bernhard Lindner a écrit : > The main problem isn't trolling. The main problem is: Roland comes from a > completely > differe

Re: [Interest] Qt 5.15 pull out of open source?!

2021-01-07 Thread Ilya Diallo
Le jeu. 7 janv. 2021 à 18:30, Benjamin TERRIER a écrit : > > So basically for open source users the support of Qt 5.15 has stopped 9 > months before a usable version should be available. > Totally agree, but that point has already been made in the dev mailing list. So we can assume that Tuuka is

Re: [Interest] Qt Creator licensing for companies with Qt, Commercial developers

2020-04-01 Thread Ilya Diallo
Hi, What I get from the explanations from Tuukka is that the commercial contract includes what amounts to legal carpet-bombing aiming to prevent bad faith actors to use loopholes to their advantage. The unfortunate consequence is that good faith actors can feel unsafe if they try to read the legal

Re: [Interest] Licensing

2019-10-08 Thread Ilya Diallo
It would maybe be useful to clarify what his mistake is ? >From what I understand Uwe mixes "contributing to open source project" and "using open source Qt for a closed project". In the former case, of course he's welcome to buy commercial licences for whatever project he'll be working on. In the l

Re: [Interest] JS numbers to qint64

2017-07-13 Thread Ilya Diallo
2017-07-13 8:03 GMT+02:00 Shantanu Tushar : > Thanks for the reply everyone, so the takeaway is so always store 64-bit > ints as strings in JavaScript, I'll start making that change in our > codebase. > > However, I'm still curious on how `console.log` got the output right and > it the precision l

Re: [Interest] JS numbers to qint64

2017-07-12 Thread Ilya Diallo
2017-07-12 12:00 GMT+02:00 Konrad Rosenbaum : > On Wed, July 12, 2017 11:53, Shantanu Tushar wrote: > > and I see this output- > > > > qml: Opening 5762702576189441 > > Opening 5762702576189442 > > > > As you can see the number changes. What am I doing wrong? > > ...you are using JavaScript number

Re: [Interest] Moving from Parse

2016-03-29 Thread Ilya Diallo
gt; > Yes, there are a lot of Parse Server hosting options now. Which provider > have you chosen? Or are you hosting your own server? > > Thanks, > > Nuno > > On 29 Mar 2016, at 09:16, Ilya Diallo wrote: > > Hi, > > I use Parse Server <https://github.com/Pars

Re: [Interest] Moving from Parse

2016-03-29 Thread Ilya Diallo
Hi, I use Parse Server , and this C++/QML client lib . There's tons of Parse Server hosting options available, and the Qt client lib has served me well for getting data from the (also retiring) Qt Cloud Servic

Re: [Interest] QtScript to QJSEngine migration

2015-06-26 Thread Ilya Diallo
2015-06-26 9:55 GMT+02:00 André Somers : > Feature freeze for 5.6 is in a bit over a month I think. So, that would > be very little time to actually achieve that feature parity. I would not > bet on it to be honest. QtScript will still be in 5.6, so that means that the "promise" of a smooth migrat

Re: [Interest] QtScript to QJSEngine migration

2015-06-25 Thread Ilya Diallo
Hi Julien, A long thread on this list last march on this subject was concluded by an answer from Frederik Gladhorn (copy below). For now (5.5), the best is probably to postpone your migration if you want to avoid "unofficial" workarounds. QtScript is not going anywhere until feature parity is (mor

Re: [Interest] double-buffering, quality drop

2015-02-03 Thread Ilya Diallo
Not sure it's related, but that reminds me of that old issue: https://bugreports.qt.io/browse/QTBUG-25896 ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] [OS X] State of Qt Mac Extras?

2014-02-09 Thread Ilya Diallo
2014-02-09 19:41 GMT+01:00 Till Oliver Knoll : > > https://qt.gitorious.org/qt/qtmacextras/source/1ef71fcdb15ac0b93751142629b4a2d1ab1e73c8:src/macextras/qmacfunctions.h > > Off course I have no idea to what version that Git commit actually > belongs to (could be a post Qt 5.2.1 commit) > The (apr

Re: [Interest] Byte Swapping float and double

2013-09-07 Thread Ilya Diallo
Casting to qint32/qin64 (twice for 128 bits floats) and then using qToBigEndian ? 2013/9/7 Michael Jackson > I'll plat the naive one here. What is the proper Qt API to byte swap a > float or double? create a union? or some other such trick like that? > > Thanks > Mike Jackson > > On Sep 7, 2013,

Re: [Interest] Report designer for Qt

2013-04-08 Thread Ilya Diallo
Hi Muhammad, Feel free to ask me if you have questions about OpenRPT (code or usage). The docs are a little bit outdated, some features are not listed. And please tell me if you start a Qt 5 port, i was planning to work on it too. Ilya. 2013/4/8 Muhammad Bashir Al-Noimi > On 04/04/2013 04:33

Re: [Interest] Report designer

2013-01-13 Thread Ilya Diallo
2013/1/5 M. Bashir Al-Noimi > On 04/01/2013 10:42 م, M. Bashir Al-Noimi wrote: > > Well I used OpenRPT before with PostBooks and it has two problems: > >1. It works with Postgresql only (I think). > > No, it works with other databases as well. It can even work without any external database,

Re: [Interest] Report designer

2013-01-04 Thread Ilya Diallo
Hi, NCReport is a commercial product. For a well tested open source tool, see for instance OpenRPT (http://www.xtuple.com/openrpt). NB OpenRPT is now bundled in the xTuple ERP installer, but you can select only the standalone OpenRPT during the install. Ilya. 2013/1/3 Tony Rietwyk > Hi Muhamma