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

2021-01-07 Thread Yuvraaj Kelkar
I hope what Robert meant was that if you want someone to fix bugs for you on an 
old LTS, then you have to pay for the support.
Because that would make a LOT of sense.

Thanks,
-Uv

On Jan 7 2021, at 11:12 am, Thorsten Glaser  wrote:
> On Thu, 7 Jan 2021, Robert Heller wrote:
>
> > No, 5.15 is still open source. It is just that if you want to keep using 
> > that
> > version *AND* want updates, you will have to pay *for the updates*,
>
> How would that work?
> Either the updates are also Open Source, in which cases nobody could
> prevent the first person to pay for it from redistributing them (and
> many use cases would even REQUIRE them to do that), or the updates
> are not Open Source and therefore not updates, ya know…
>
> bye,
> //mirabilos
> --
> tarent solutions GmbH
> Rochusstraße 2-4, D-53123 Bonn • http://www.tarent.de/
> Tel: +49 228 54881-393 • Fax: +49 228 54881-235
> HRB 5168 (AG Bonn) • USt-ID (VAT): DE122264941
> Geschäftsführer: Dr. Stefan Barth, Kai Ebenrett, Boris Esser, Alexander Steeg
>
> *
> Mit unserem Consulting bieten wir Unternehmen maßgeschneiderte Angebote in
> Form von Beratung, Trainings sowie Workshops in den Bereichen
> Softwaretechnologie, IT Strategie und Architektur, Innovation und Umsetzung
> sowie Agile Organisation.
>
> Besuchen Sie uns auf https://www.tarent.de/consulting .
> Wir freuen uns auf Ihren Kontakt.
>
> *
> ___
> Interest mailing list
> Interest@qt-project.org
> https://lists.qt-project.org/listinfo/interest
>

___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest] QML vs Electron

2018-02-16 Thread Yuvraaj Kelkar
You, I like you.
Value to user comes first!
Preach on brother!

On Fri, Feb 16, 2018 at 9:50 AM, Nikos Chantziaras  wrote:

> On 16/02/18 16:53, Bob Hood wrote:
>
>> I want to thank all the respondents for such an interesting discussion.
>>
>> I think René made some interesting observations regarding the massive
>> community support for JS in term of package managers, frameworks and UI
>> toolkits.  I think that is something that really presents a high bar of
>> entry for QML, that everybody wanting to use it must basically roll their
>> own.  As I pointed out, coming from a widget-rich environment to something
>> where I must create my own has always kept me from adopting QML as my
>> cross-device framework of choice.  I have to focus on writing the interface
>> itself first before I can focus on writing my application logic.With
>> widgets, I drop them in, and only focus on interface writing if I want to
>> customize them.
>>
>> Nikos pointed out:
>>
>> Electron forces you to write the entire application in JS.
>>>
>>
>> That kind of struck me.  All of JavaScript's flaws notwithstanding, how
>> could writing your application in a single language for all target devices
>> be a bad thing?
>>
> My application is not the most important thing in my user's life. Many
> developers think the app they ship is *THE* most important app for their
> users. So it's OK if it eats up half a GB of RAM more and burns CPU cycles
> for nothing, or runs like a pig on low-end or old computers, or looks alien
> on their desktop. The app is so important that these sacrifices are
> justified.
>
> The "my app is a precious special little snowflake, so it's OK" attitude
> is what makes Electron popular.
>
> The user's life doesn't revolve around my app. It's just one app out of
> dozens or hundreds they're using. If all applications were using Electron,
> then each one of them would eat up half a GB more RAM, burn CPU cycles for
> nothing and run like pigs on low-end computers, and computing would turn
> into a shit-show quickly.
>
> Also, take off the developer hat and just view yourself as a user. Would
> you like it if *all* your applications were suddenly Electron apps? (With
> everything that entails, including their look) Great, huh?
>
> And no, you don't get to say "but not all applications are Electon apps,
> just mine is, because it needs to." Your app *is not a precious little
> snowflake*.
>
> So I wouldn't want to ship stuff that I wouldn't use myself, if I can help
> it. The only Electron apps I use are those where I can't find any viable
> alternatives. Surely that's not a good developer-user relationship to have,
> if your users are just waiting for the first opportunity to jump ship.
>
> ___
> Interest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] Headless Install of Qt using a JavaScript File

2017-07-06 Thread Yuvraaj Kelkar
Thanks Ben!
This is exactly what I was looking for as well: Automated install for
Qt/android/linux.
I used the path:
https://download.qt.io/online/qtsdkrepository/linux_x64/android/qt5_58/

On Thu, Jul 6, 2017 at 7:58 AM, Ben Lau  wrote:

>
> I check the package list from the directory of download.qt.io
>
> Example:
> https://download.qt.io/online/qtsdkrepository/mac_x64/desktop/qt5_55/
>
>
>
>
> On 6 July 2017 at 22:32, Michael Jackson 
> wrote:
>
>> I am updating our script file for installing Qt 5.9.1 in an automated
>> fashion. We do this by calling the installer with the --script argument.
>> Generally works great for the default install. I would like to customize
>> the install to remove some of the components. At one point I had code like
>> this in my .js file:
>>
>> widget.deselectComponent("qt.55.qtquick1");
>> widget.deselectComponent("qt.55.qtscript");
>> widget.selectComponent("qt.56.qtwebengine");
>>
>> What values do I use for Qt 5.9.x?
>>
>> Is there a way to find out what the possible values are? I tried guessing
>> at them but what I think are obvious ideas did not work. I want to only
>> install qtwebengine and the macOS component. I don't need the iOS or
>> Android or any of the "TP" components.
>>
>> I tried looking through the download.qt.io website by hand looking for a
>> meta.xml file or something like that.
>>
>> Any help is much appreciated.
>>
>>
>> --
>> Michael A. Jackson
>> BlueQuartz Software, LLC
>> [e]: mike.jack...@bluequartz.net
>> ___
>> Interest mailing list
>> Interest@qt-project.org
>> http://lists.qt-project.org/mailman/listinfo/interest
>>
>
>
> ___
> Interest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
>
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] Graphical edition of state machines in QT

2016-06-15 Thread Yuvraaj Kelkar
+1 for question, I'd like to know as well.
I've always used dia to draw the state machine and then coded it by hand.
A wysiwyg state machine editor or code generator would have been nice.

-Uv

On Wed, Jun 15, 2016 at 1:28 AM, Willy Lambert  wrote:
> Hi all,
>
> I'd like to use state machines to implement some of my behaviors. Is there
> any graphical WYSIWIG editor for state machines in QT (or any side well
> known project) ?
>
> As far as I know the state machine API [1],is not the way to go as [2] would
> be a better direction in recent versions (according to [3]). As I'm working
> with version 4.x of QT, solutions for the state machine API [1] are
> preferred.
>
> [1] http://doc.qt.io/qt-5/statemachine-api.html
> [2] http://doc.qt.io/qt-5/qtqml-statemachine-qmlmodule.html
> [3]
> http://lists.qt-project.org/pipermail/development/2016-January/024281.html
>
> Regards
>
> ___
> Interest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] Qt 5.5 DEB (or other install package) for Ubuntu 14.04 out there?

2015-10-15 Thread Yuvraaj Kelkar
You can use a qt.conf file if you want to deploy your own versions of the
qt libraries.
http://doc.qt.io/qt-5/qt-conf.html

-Uv
On 15 Oct 2015 13:23, "Jason Kretzer" <ja...@gocodigo.com> wrote:

> Am I reading your response correctly?
>
> 1) I can install the Qt 5.5 Dev libs directly onto a machine to which I
> want to deploy the app
> 2) I can create a DEB of the app that will point at those dev libs instead
> of looking for the standard location? (/usr/lib/x86_64-linux-gnu  I think)
>
> Is that correct?
>
> If that is not correct, is the above possible?
>
> -Jason
>
>
> -Original Message-
> From: Yuvraaj Kelkar [mailto:yuvr...@gmail.com]
> Sent: Friday, October 09, 2015 11:18 AM
> To: Jason Kretzer
> Cc: interest@qt-project.org
> Subject: Re: [Interest] Qt 5.5 DEB (or other install package) for Ubuntu
> 14.04 out there?
>
> Qt5 libraries do exist on Ubuntu 14.04.
> If you have built your deb on 14.04, then the debhelper should have put in
> the correct dependency information.
> If you build on a version > 14.04 and try to run on 14.04 then your
> debianization scripts need to be explicit about versions.
>
> I used to do this by using a 14.04 VM. Now I use a 14.04 Docker image.
>
> -Uv
>
> On Fri, Oct 9, 2015 at 7:48 AM, Jason Kretzer <ja...@gocodigo.com> wrote:
> > Basic question.  I have a Qt 5.5 application that I want to install and
> run on Ubuntu 14.04.  However, the most recent Qt libs are not available in
> the standard repos.  Anyone know where I can obtain such things?  My little
> application is to be distributed as a DEB file but fails on installation
> due to the Qt lib version.
> >
> > Am I out of luck here and have to build my own or does such a repo exist
> somewhere that would obviously not only include the Qt 5.5 but their
> dependencies as well?
> >
> > -Jason
> >
> > //--//
> >Jason R. Kretzer
> >Lead Application Developer
> >ja...@gocodigo.com
> >//-//
> >
> > ___
> > Interest mailing list
> > Interest@qt-project.org
> > http://lists.qt-project.org/mailman/listinfo/interest
>
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] Qt 5.5 DEB (or other install package) for Ubuntu 14.04 out there?

2015-10-09 Thread Yuvraaj Kelkar
Qt5 libraries do exist on Ubuntu 14.04.
If you have built your deb on 14.04, then the debhelper should have
put in the correct dependency information.
If you build on a version > 14.04 and try to run on 14.04 then your
debianization scripts need to be explicit about versions.

I used to do this by using a 14.04 VM. Now I use a 14.04 Docker image.

-Uv

On Fri, Oct 9, 2015 at 7:48 AM, Jason Kretzer  wrote:
> Basic question.  I have a Qt 5.5 application that I want to install and run 
> on Ubuntu 14.04.  However, the most recent Qt libs are not available in the 
> standard repos.  Anyone know where I can obtain such things?  My little 
> application is to be distributed as a DEB file but fails on installation due 
> to the Qt lib version.
>
> Am I out of luck here and have to build my own or does such a repo exist 
> somewhere that would obviously not only include the Qt 5.5 but their 
> dependencies as well?
>
> -Jason
>
> //--//
>Jason R. Kretzer
>Lead Application Developer
>ja...@gocodigo.com
>//-//
>
> ___
> Interest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] Extremely sluggish browser performance in Qt 5.5

2015-06-18 Thread Yuvraaj Kelkar
If you have a sample application, I can compile for Mac windows and Linux
and try it out.
On Jun 18, 2015 7:08 PM, John C. Turnbull ozem...@ozemail.com.au wrote:

 Unfortunately I only have access to a Windows machine :-(

 -Original Message-
 From: interest-bounces+ozemale=ozemail.com...@qt-project.org
 [mailto:interest-bounces+ozemale=ozemail.com...@qt-project.org] On Behalf
 Of
 rpzrpz...@gmail.com
 Sent: Friday, June 19, 2015 11:41 AM
 To: interest@qt-project.org
 Subject: Re: [Interest] Extremely sluggish browser performance in Qt 5.5

 On 6/18/2015 5:38 PM, John C. Turnbull wrote:
  All I am doing is running the WebEngine Tab Browser example from
  Creator
  3.4.0 which comes with the version of Qt that I downloaded which is
  5.5.0 MSVC2013 64-bit.  I have selected to build for RELEASE and then
  I just run it.
 
  The machine is a powerful Dell Precision 7500 Workstation with 2 x
  Xeons and 64G of RAM and a Quadro FX 5800 GPU.
 
  The browser performance is absolutely woeful to the point of being
 unusable.
 
  *From:*Mark Langezaal [mailto:mark.langez...@xs4all.nl]
  *Sent:* Thursday, June 18, 2015 9:11 PM
  *To:* John C. Turnbull; interest@qt-project.org
  *Subject:* Re: [Interest] Extremely sluggish browser performance in Qt
  5.5
 
  Perhaps you have linked to a non optimized Qt package? (-O0 in stead
  of -O2)
 
  Not sure how this could happen.
 
  Did you compile it yourself?
 
  Mark
 
   Oorspronkelijk bericht 
 
  Van: John C. Turnbull
 
  Datum:18-06-2015 07:25 (GMT+01:00)
 
  Aan: interest@qt-project.org mailto:interest@qt-project.org
 
  Onderwerp: Re: [Interest] Extremely sluggish browser performance in Qt
  5.5
 
  Anyone???
 
  *From:*John C. Turnbull [mailto:ozem...@ozemail.com.au]
  *Sent:* Monday, June 15, 2015 7:31 AM
  *To:* 'interest@qt-project.org'
  *Subject:* RE: [Interest] Extremely sluggish browser performance in Qt
  5.5
  *Importance:* High
 
  Hasn't anyone else tried out the WebEngineView in Qt 5.5 QML?  I just
  can't explain why it takes minutes to load pages that load
  instantaneously in Chrome or Firefox.  This is really hurting us,
  especially the unusable Google Maps.
 
  *From:*interest-bounces+ozemale=ozemail.com...@qt-project.org
  mailto:interest-bounces+ozemale=ozemail.com...@qt-project.org[mailto
  :interest-bounces+ozemale=ozemail.com...@qt-project.org]
  *On Behalf Of *John C. Turnbull
  *Sent:* Friday, June 12, 2015 5:41 AM
  *To:* interest@qt-project.org mailto:interest@qt-project.org
  *Subject:* [Interest] Extremely sluggish browser performance in Qt 5.5
 
  I am just trying out the nano browser in Qt 5.5 on Windows 7 64-bit
  and find it almost unusable.
 
  Loading **any** website is slow but it is particularly noticeable with
  Google Maps.  It can take more than a minute to render the initial map
  and then zooming in first shows just a scaled and pixelated version of
  the map and then it can several minutes for the details to be rendered
  properly.  Also, switching from map to Earth/Satellite view seems to
  take forever too.
 
  What could be causing this incredible slowness?  It's not the network
  itself as the same sites load instantaneously in other browsers like
  Chrome and Firefox on the same machine and there is no proxy involved.
 
  Given that the primary use case I had intended for the Qt browser
  implementation is Google Maps, this is all very worrying!
 
  Thanks,
 
  -jct
 
 
 
  ___
  Interest mailing list
  Interest@qt-project.org
  http://lists.qt-project.org/mailman/listinfo/interest
 

 Can you run the same test on OSX and or Android?

 Just provide a chance to see if 5.5 web is sluggish across more than
 platform.


 --
 No spell checkers were harmed during the creation of this message.
 ___
 Interest mailing list
 Interest@qt-project.org
 http://lists.qt-project.org/mailman/listinfo/interest

 ___
 Interest mailing list
 Interest@qt-project.org
 http://lists.qt-project.org/mailman/listinfo/interest

___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] memory fragmentation?

2012-08-20 Thread Yuvraaj Kelkar
Can you post the error you hit?
I've been compiling Qt on x86 and x86_64 for Windows and Ubuntu,
static and dynamic since 4.6.x, through to 4.8.1

My steps:
1. Get the latest Qt tarball/zip from the ftp site. Get the latest
openssl tarball. Extract both.
2. Compile openssl with nasm, point its output dirs to $QTDIR/lib
3. For static compile only: Update the windows mkspecs with -MTd
instead of -MDd.
4. For Windows, configure Qt with configure.exe -opensource -openssl
and build.

It has worked pretty consistently for me.

-Uv

On Mon, Aug 20, 2012 at 2:39 PM, Scott Aron Bloom
scott.bl...@onshorecs.com wrote:
 Ok.. Call me taught.. but I can tell you, last time I tried, it didn't 
 compile in 64 bit mode.

 Scott

 -Original Message-
 From: interest-bounces+scott.bloom=onshorecs@qt-project.org 
 [mailto:interest-bounces+scott.bloom=onshorecs@qt-project.org] On Behalf 
 Of Thiago Macieira
 Sent: Monday, August 20, 2012 1:30 PM
 To: interest@qt-project.org
 Subject: Re: [Interest] memory fragmentation?

 On segunda-feira, 20 de agosto de 2012 10.07.20, Scott Aron Bloom wrote:
 Really?  Sorry but where can I find a win64-msvc2008 mkspecs file??

 If it exists, Im stumped...

 It's called win32-msvc2008.

 win32 doesn't stand for the number of bits, it stands for the Win32 API.
 That is not changed in 64-bit mode.

 Simply select your MSVC 2008's 64-bit mode and Qt will compile in 64-bit.
 That's how it has been for... oh, 7 years?
 --
 Thiago Macieira - thiago.macieira (AT) intel.com
   Software Architect - Intel Open Source Technology Center
  Intel Sweden AB - Registration Number: 556189-6027
  Knarrarnäsgatan 15, 164 40 Kista, Stockholm, Sweden
 ___
 Interest mailing list
 Interest@qt-project.org
 http://lists.qt-project.org/mailman/listinfo/interest
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] Speaking about Qt

2012-08-03 Thread Yuvraaj Kelkar
If your audience is app developers:

Point the Android people to
http://sourceforge.net/p/necessitas/home/necessitas/

and the IOS people to the twitter feed of Qt4IOS:
http://twitter.com/Qt4iOS
and the website (still under construction):
http://mediator-software.com/

and tell them about RIM's BB10 - that supports Qt.
http://crackberry.com/press-release-rim-launches-blackberry-10-platform

Then casually mention that Qt (and QML) also works on all primary
desktop platforms, and then say something about native apps and write
once run everywhere.

HTH.

On Fri, Aug 3, 2012 at 8:37 AM, Sivan Greenberg si...@omniqueue.com wrote:
 Hi All,

  I am going to give a talk this Tuesday about extreme re-use with QML
 and Qt in the first ever Israeli Qt Meetup in Tel Aviv, and demo an
 app as a gentle introduction to Qt the Quick way.

   Now, as the Israeli crowd is quite iOS and Android oriented, I will
 surely be asked why invest etc given recent developments with Qt and
 Nokia, and seeing we still have no other glove pickers, how would I
 answer this? I know the reason myself why to go on with Qt and why it
 will survive and so forth, but I would like to be well phrased in my
 response to the crowd, so your help and suggestions highly
 appreciated.

   I also can show that there are already quite some important
 customers using it that will prevent it from ceasing (Autodesk, Skype
 others..) and I am going to show the radical way in which Quick
 quickens your development and enables easy maintainer ship in the
 future. But , what about strong financial backing, perhaps this is not
 that important, or will Qt go the MySql way where consultants will
 pick the glove (as so wonderfully already started by KDAB and ICS and
 I thank them immensely for making sure we will have what I think even
 a better version of Qt Dev Days) ?


 Thanks!
 --
 -Sivan
 ___
 Interest mailing list
 Interest@qt-project.org
 http://lists.qt-project.org/mailman/listinfo/interest
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] Qt5 on MSVC2008, Win7x64 (Tier1)?

2012-07-08 Thread Yuvraaj Kelkar
VS 2010

On Sun, Jul 8, 2012 at 12:49 PM, Thiago Macieira
thiago.macie...@intel.com wrote:
 On domingo, 8 de julho de 2012 12.56.32, Charley Bay wrote:
 Show of hands -- those of you on Win7x64, are you using MSVC2008 or
 MSVC2010?

 I have 2010.

 --
 Thiago Macieira - thiago.macieira (AT) intel.com
   Software Architect - Intel Open Source Technology Center
  Intel Sweden AB - Registration Number: 556189-6027
  Knarrarnäsgatan 15, 164 40 Kista, Stockholm, Sweden

 ___
 Interest mailing list
 Interest@qt-project.org
 http://lists.qt-project.org/mailman/listinfo/interest

___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] Send e-mail with Qt

2012-05-28 Thread Yuvraaj Kelkar
It depends on how you want to send an email.

You can either do it the easy way:
http://qt-project.org/doc/qt-4.8/qdesktopservices.html#openUrl

Or the really involved and hard way:
http://labs.qt.nokia.com/2009/09/21/introducing-qmf-an-advanced-mobile-messaging-framework/

Regards,
-Uv

On Mon, May 28, 2012 at 4:04 PM, Jean Richard Lima j...@jeanrl.com.br wrote:
 Hi people!

 Where I find a example to send email with qt?

 Thank's.

               Jean Richard Lima
         Consultor de Gestão e TIC
 Software House de Projetos Específicos

 ___
 Interest mailing list
 Interest@qt-project.org
 http://lists.qt-project.org/mailman/listinfo/interest

___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest