[Interest] Can't run android app with Qt 5.14 beta 3 (Qt 5.12.3 works)

2019-11-25 Thread Bernhard B
Hi, I just installed Qt 5.14 beta 3 (together with Qt Creator 4.11 beta 2) in order to test the new android app bundle feature. With Qt 5.14 I can build the app successfully, but unfortunately the app terminates immediately after the start with the following error: Invalid ID 0x. E Qt :

Re: [Interest] Fwd: vs. Flutter

2019-02-27 Thread Bernhard B
> I guess that amongst mobile developers this number is higher than for C++ yeah right, but I am not sure whether the majority of Qt developers (the target group) want to deal with Java/Objective C. e.q: I know quite a few C++ developers who hate Java with a passion. But I don't want to start a

Re: [Interest] Fwd: vs. Flutter

2019-02-25 Thread Bernhard B
d reboot the device. Or implement a Broadcast message to tell > Android to scan/add the image. Yet another thing Qt is missing on mobile... > > 2. Sensors (accelerometer) work. In fact I regularly use most of the > sensors. > > 3. Can you elaborate on your keychain needs? > >

Re: [Interest] Fwd: vs. Flutter

2019-02-25 Thread Bernhard B
just a > 80/20. Other developers have their own needs, and I'm in favor of us > together coming up with that list, and having Qt commit to the top item(s) > each release. That's what I mean when I say I want a transparent roadmap > for mobile. > > > > *Sent:* Monday, Februa

Re: [Interest] Fwd: vs. Flutter

2019-02-22 Thread Bernhard B
Many thanks to Tuukka for the Qt Roadmap 2019 blog post ( https://blog.qt.io/blog/2019/02/22/qt-roadmap-2019/) - very much appreciated! As the mobile part was not explicitly mentioned, I assume that it won't be a focusing area for 2019 then? :/ Jean-Michaël Celerier schrieb am Fr., 22. Feb. 2019

Re: [Interest] Publish Qt app to fdroid

2019-02-19 Thread Bernhard B
y app inside a docker container and then hands the resulting apk over to the host system for signing the app. Hope that works out. Cheers, Bernhard Am Di., 19. Feb. 2019 um 18:57 Uhr schrieb Lisandro Damián Nicanor Pérez Meyer : > On Thu, 14 Feb 2019 at 15:25, Bernhard B wrote: > > > &

Re: [Interest] vs. Flutter

2019-02-19 Thread Bernhard B
> I've been studying it for a while now, and I've decided that it will likely be my mobile development language. I love Qt to death for desktop, but I've never been able to take to it's declarative approach. I know others swear by it, but it just never fit my brain waves for some reason. I gues

Re: [Interest] vs. Flutter

2019-02-19 Thread Bernhard B
> I've never said this before, but I think Qt's days are numbered unless they get their ecosystem in order. With Google entering the x-platform marketplace about the hopes Qt has is to somehow deliver better than Google, or hope that Flutter is fleeting Not sure...Qt definitely has it's strengths.

Re: [Interest] vs. Flutter

2019-02-18 Thread Bernhard B
Just out of curiosity: Does the recent flutter 1.0 release have an impact on Qt's strategic orientation? Is flutter seen as a direct competitor to Qt? Will there be more/less focus on Qt mobile? I recently had to re-evaluate whether I want to want to stay with Qt for mobile applications or if I sh

[Interest] Publish Qt app to fdroid

2019-02-14 Thread Bernhard B
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: https://gitlab.com/fdroid/fdroidserver/merge_requests/440). As the version was already

Re: [Interest] Bundle multimedia codecs with application

2019-02-04 Thread Bernhard B
t, isn't going to work with QML. It's >> going to be non-trivial. >> >> >> On 04/02/2019 12:20, Bernhard B wrote: >> > Hi Nikos, >> > >> > thanks for your reply. I guess I'll then give libvlc a shot...just have >> > to figure

Re: [Interest] Bundle multimedia codecs with application

2019-02-04 Thread Bernhard B
load custom codecs. > > I use libvlc directly in one of my projects. No wrappers or anything. > Just the plain C API. It works like a charm. > > > On 03/02/2019 22:47, Bernhard B wrote: > > Hi all, > > > > is it possible to bundle multimedia codecs with a Qt applic

[Interest] Bundle multimedia codecs with application

2019-02-03 Thread Bernhard B
Hi all, is it possible to bundle multimedia codecs with a Qt application? I want to use QtMultimedia to play all sort of different video formats. Unfortunately, QtMultimedia doesn't recognize all of the video formats out of the box, which requires me to install a codec pack (e.q K-Lite Codec pack)

Re: [Interest] Alone

2018-12-22 Thread Bernhard B
> Personally and professionally I restrict my lone wolf activities to writing my books and offering software for free from time to time. Just out of interest: Do you have a link to an open source project of yours? Am Sa., 22. Dez. 2018 um 18:20 Uhr schrieb Roland Hughes < rol...@logikalsolutions

Re: [Interest] Improve ListView scrolling performance (many pictures)

2017-08-13 Thread Bernhard B
.. Exactly the opposite of what we've been suggesting. > > If i'm reading your reply correctly you're not offloading anything to a > separate thread ;) > Do that and the listview will feel a lot more performant. > > > > On Sun, Aug 13, 2017 at 10:40 PM, Bern

Re: [Interest] Improve ListView scrolling performance (many pictures)

2017-08-13 Thread Bernhard B
sonable sized thumbnails. > > --- > Andy Maloney // https://asmaloney.com > twitter ~ @asmaloney <https://twitter.com/asmaloney> > > > On Fri, Aug 11, 2017 at 9:36 AM, Bernhard B wrote: > >> Hi Andy, >> >> many thanks for your response! I am also usin

Re: [Interest] Improve ListView scrolling performance (many pictures)

2017-08-11 Thread Bernhard B
hard >> >> Am Donnerstag, 10. August 2017 schrieb Vlad Stelmahovsky : >> >>> threaded image provider might help >>> >>> On Thu, Aug 10, 2017 at 12:36 PM, Bernhard B >>> wrote: >>> >>>> Hi, >>>> >>>> yesterd

Re: [Interest] Improve ListView scrolling performance (many pictures)

2017-08-11 Thread Bernhard B
12:36 PM, Bernhard B > wrote: > >> Hi, >> >> yesterday, I also tried to replace the Base64ImageProvider approach with >> a subclassed QQuickPaintedItem which paints the image in it's paint method. >> I imagined that this approach might be faster es no bade64 decodi

Re: [Interest] Improve ListView scrolling performance (many pictures)

2017-08-10 Thread Bernhard B
rming even worse that way. Bernhard Am Mittwoch, 9. August 2017 schrieb Bernhard B : > Hi, > > I would need some help from you guys on how to improve the ListView's > performance. The problem is, that scrolling through my ListView sometimes > feels a little bit sluggish. > >

Re: [Interest] [Android-development] Text Selection Handles Qt 5.8 QQC2 - some workarounds

2017-08-10 Thread Bernhard B
idgets at Android: > > Chromebooks get Android apps and there Desktop like apps > based on Widgets are looking really really good. > > Take care! > > Kind regards, > Robert > > On Thu, Aug 10, 2017 at 11:50 AM, Bernhard B > wrote: > >> I really hope there

Re: [Interest] [Android-development] Text Selection Handles Qt 5.8 QQC2 - some workarounds

2017-08-10 Thread Bernhard B
I really hope there will be some changes regarding the TextSelection handle implementation on Android for the upcoming Qt 5.9.x releases, as there are a few issues with them. In my eyes having a TextArea with working selection handles is such a basic feature that should work flawlessly with every

[Interest] (no subject)

2017-08-09 Thread Bernhard B
Hi, I would need some help from you guys on how to improve the ListView's performance. The problem is, that scrolling through my ListView sometimes feels a little bit sluggish. If I only display some text in the ListView's delegate I can scroll smoothly through my list. But as soon as there is a

Re: [Interest] QApplication instead of QGuiApplication for QML only projects?

2017-06-23 Thread Bernhard B
Thanks Thiago, that's great to hear! Have a nice day, Bernhard 2017-06-23 19:55 GMT+02:00 Thiago Macieira : > On Friday, 23 June 2017 10:21:20 PDT Bernhard B wrote: > > I now replaced QGuiApplication with QApplication, which _seems_ to work > (at > > least I couldn&

[Interest] QApplication instead of QGuiApplication for QML only projects?

2017-06-23 Thread Bernhard B
Hi, up to now I always used QGuiApplication when developing QML only applications. However, the QtCharts module requires QApplication instead of QGuiApplication, otherwise it stops with an assert: "ASSERT: "Unable to render embedded object: File ("No style available without QApplication) not foun

[Interest] Question regarding Qt Android service

2017-05-10 Thread Bernhard B
Hi, a quick question regarding Qt Android service: Is it guaranteed, that the Qt thread will always start after the Android service has started? Or is it possible that the Qt thread starts before the Android service is fully initialized and started? I want to call a JAVA function via JNI from the

Re: [Interest] [Qt5.8] ShaderEffect + Animation (possible regression?)

2017-02-18 Thread Bernhard B
Hi, I just created a issue for this: https://bugreports.qt.io/browse/QTBUG-59013 As it looks like that there will not be a Qt 5.8.1, I hope that it gets fixed with the next feature release. Thanks, Bernhard 2017-02-10 18:35 GMT+01:00 Bernhard B : > Hi, > > I think I have found a be

Re: [Interest] What's the best way to play youtube videos? (android/iOs/windows)

2017-02-15 Thread Bernhard B
rts DRM > codecs so you could make a player for almost any site. There was some > hinting that you'd have to copy some DLLs over for one of them though. > > > *Sent:* Sunday, February 12, 2017 at 1:59 PM > *From:* "Bernhard B" > *To:* interest@qt-project.org

[Interest] What's the best way to play youtube videos? (android/iOs/windows)

2017-02-12 Thread Bernhard B
Hi, I would like to play youtube videos directly in my application. Has someone already done that and can give me some tips on how to accomplish that? I already tried to use QML's MediaPlayer with the mp4 URL (extracted with the Youtube API) as source, but unfortunately that doesn't work. Anothe

[Interest] [Qt5.8] ShaderEffect + Animation (possible regression?)

2017-02-10 Thread Bernhard B
Hi, I think I have found a behaviorial change in Qt 5.8 (compared to Qt5.7.1), but I am not sure which part is causing this. If I run the sample code (the second one from the website [1]), it spreads nicely when it's compiled with Qt 5.7.1. If I compile the same code with Qt 5.8, it doesn't sprea

[Interest] Run script right before qmake finishes (or: embedd iOs framework)

2017-01-05 Thread Bernhard B
Hi, I am currently getting the following error when compiling my Qt iOs app: Library not loaded: @rpath Reason: image not found I know that I can solve this issue by adding the framework which causes the problem to the "Embedded Binaries" section in my XCode project. Unfortunately, I curren

Re: [Interest] Platform dependent *.qrc entries

2017-01-04 Thread Bernhard B
l for your help, really appreciated! Have a nice day, Bernhard 2017-01-04 15:16 GMT+01:00 Thiago Macieira : > On quarta-feira, 4 de janeiro de 2017 06:13:33 BRST Rainer Wiesenfarth > wrote: > > 2017-01-03 23:50 GMT+01:00 Thiago Macieira : > > > On terça-feira, 3 de janeiro de

[Interest] Fwd: Platform dependent *.qrc entries

2017-01-03 Thread Bernhard B
m the application is running on. 2017-01-03 21:41 GMT+01:00 Jason H : > File Selectors? http://www.ics.com/blog/mastering-qt-file-selectors > > +{selector} / > > > *Sent:* Tuesday, January 03, 2017 at 3:31 PM > *From:* "Bernhard B" > *To:* interest@qt-proje

[Interest] Platform dependent *.qrc entries

2017-01-03 Thread Bernhard B
Hi, is it somehow possible to add a resource to the resources file (*.qrc) depending on the targeted platform? I have a few resources that are only needed on specific targets (e.q Android, iOS). Now I would like to make sure that those resources are only added on the targeted platform (to prevent