Re: [Interest] BLE: reading a characteristic

2015-03-06 Thread Mario Ribeiro
Awesome, thanks for reporting. Looking forward to see this available on Qt5.5 :) On 6 March 2015 at 12:18, Blasche Alexander alexander.blas...@theqtcompany.com wrote: Indeed the RTC use case is convincing. Notifications don't make sense and its read-only anyway. This requires a small API

Re: [Interest] BLE: reading a characteristic

2015-03-06 Thread Blasche Alexander
Indeed the RTC use case is convincing. Notifications don't make sense and its read-only anyway. This requires a small API addition: https://bugreports.qt.io/browse/QTBUG-44841 -- Alex From: Mario Ribeiro mario.ri...@gmail.com Sent: Friday, March 6, 2015

Re: [Interest] [OSX/iOS] Garbage collection still in place in Qt?

2015-03-06 Thread Sorvig Morten
On 05 Mar 2015, at 15:39, René J.V. Bertin rjvber...@gmail.com wrote: Does this really only concern UI initialisation and construction, or are there other things that are done in ObjC that could be used by applications that do not use QApplication? (qstandardpaths_mac.mm is ObjC++ and is

Re: [Interest] BLE: reading a characteristic

2015-03-06 Thread Mario Ribeiro
​Hi again, Thanks for the prompt reply!​ On 6 March 2015 at 08:24, Blasche Alexander alexander.blas...@theqtcompany.com wrote: -- Alex -- Hi, *From:* Mario Ribeiro mario.ri...@gmail.com However, the thing with readings, and according to documentation,

Re: [Interest] Alternative way to make photo viewer application for mobile platform

2015-03-06 Thread Ben Lau
On 3 March 2015 at 18:45, Rutledge Shawn shawn.rutle...@theqtcompany.com wrote: On 2 Mar 2015, at 18:38, Ben Lau xben...@gmail.com wrote: On 2 March 2015 at 19:38, Rutledge Shawn shawn.rutle...@theqtcompany.com wrote: Did you try the photosurface example? It’s getting some new

[Interest] Widget Screenshot Question

2015-03-06 Thread Jason Kretzer
Hey everyone, I am trying to create a small app that opens a web view, waits a few seconds, and then takes a capture of the widget. I don’t want it to open a window as I want to send it a bunch of URLs and have it generate a png of each url. It works just fine if it is just a web site — for

Re: [Interest] how to build the xcb-plugin with egl support?

2015-03-06 Thread Shi Yan
Hi Thiago, are you by any chance working on the intel egl driver? cause there might be a bug. http://stackoverflow.com/questions/28892858/egl-pbuffer-offscreen-rendering-can-only-read-back-background/28907106#28907106 How do I file a bug to intel? Thanks, On Mon, Mar 2, 2015 at 12:28 PM,

Re: [Interest] how to build the xcb-plugin with egl support?

2015-03-06 Thread Thiago Macieira
On Friday 06 March 2015 12:32:44 Shi Yan wrote: Hi Thiago, are you by any chance working on the intel egl driver? No. I am merely a user. cause there might be a bug. http://stackoverflow.com/questions/28892858/egl-pbuffer-offscreen-rendering-

Re: [Interest] BLE: reading a characteristic

2015-03-06 Thread Blasche Alexander
-- Alex Hi, From: Mario Ribeiro mario.ri...@gmail.com However, the thing with readings, and according to documentation, is that the value is cached and is only updated after service's details discovery, a successful write operation or change notification.