Re: [Interest] QT 5.4 - Windows Phone (WinRT) - Blank Screen

2014-10-10 Thread Oliver Wolff
Hi Raphael, that sounds like you are hit by https://bugreports.qt-project.org/browse/QTBUG-41768 We hope to fix that soonish. Cheers, Olli On 10/10/2014 04:31, Raphael Couto wrote: I've tested on a Lumia 920. The filename of dump generated in Documents folder (phone): meubrt -

Re: [Interest] No network reply received in WinRT after calling QNetworkAccessManager::post

2015-05-12 Thread Oliver Wolff
Hi, On 5/12/2015 11:05, Rogerio Nicolau wrote: Hi I'm using Qt 5.4.1 and have an App which runs fine on all the other platforms except on winrt where after a QNetworkAccessManager::post, the QNetworkAccessManager::finished signal never gets triggered. The post is just an http message and I

Re: [Interest] How to run a WinRT app on a Window 8 intel tablet?

2015-06-04 Thread Oliver Wolff
Hi, I am afraid that deployment to a device from Creator only works for Windows Phone but not for Windows Tablets. For Tablets you have to package/deploy everything manually using windeployqt for example. The other option (that I would tend to avoid) would be building on your tablet (if it

Re: [Interest] Bluetooth LE: HowTo inspect QBluetoothDeviceInfo::serviceUuids

2017-04-18 Thread Oliver Wolff
On 13/04/2017 19:01, ekke wrote: from QBluetoothDeviceInfo::serviceUuids I'm getting a list of Service UUIDs ( QBluetoothUuid) without connecting to the device and inspecting the Services. there's per ex: {180d--1000-8000-00805f9b34fb} and I know this means the device supports

Re: [Interest] Bluetooth LE: HowTo inspect QBluetoothDeviceInfo::serviceUuids

2017-04-19 Thread Oliver Wolff
On 18/04/2017 11:12, ekke wrote: Am 18.04.17 um 10:26 schrieb Oliver Wolff: On 13/04/2017 19:01, ekke wrote: from QBluetoothDeviceInfo::serviceUuids I'm getting a list of Service UUIDs ( QBluetoothUuid) without connecting to the device and inspecting the Services. there's per ex

Re: [Interest] Qt 5.9 and QtAngle library

2017-07-03 Thread Oliver Wolff
Hi Lars, On 03/07/2017 10:52, Lars wrote: Hello, Downloaded and installed qt-enterprise-windows-x86-5.9.0. Reading the following web page http://doc.qt.io/qt-5/windows-deployment.html I saw this line; /"If //ANGLE/

Re: [Interest] windeployqt

2017-12-14 Thread Oliver Wolff
Hi, On 14/12/2017 14:54, Nuno Santos wrote: Robert, I believe that windeployqt will only search for imports on qml files. You can trick it by specifying a path that contains one or several qml files that contains all the imports that you need. Regards, -- Nuno Santos No dia 14/12/2017,

Re: [Interest] Bluetooth library and old windows versions

2018-08-23 Thread Oliver Wolff
ly display the message each time the app is launched and that is annoying. Philippe Le 23-08-2018 15:00, Oliver Wolff a écrit : Hi, On 23/08/2018 13:30, maitai wrote: Hello, I have a problem with users equipped with an old version of Windows (8, or 7). The latest version of my app (Qt 5.11.1

Re: [Interest] Bluetooth library and old windows versions

2018-08-23 Thread Oliver Wolff
on Windows platforms for the time being. Philippe. Le 23-08-2018 15:41, Oliver Wolff a écrit : No the message comes from Qt not Windows (and we call exit(-1)) \src\bluetooth\qbluetoothutils_win.cpp. If we would not show the message, windows would show a more cryptic error message if I remember

Re: [Interest] Bluetooth library and old windows versions

2018-08-23 Thread Oliver Wolff
Hi, On 23/08/2018 13:30, maitai wrote: Hello, I have a problem with users equipped with an old version of Windows (8, or 7). The latest version of my app (Qt 5.11.1/MSVC 2017 based) required QtBluetooth but when users load the app they get a message saying: "This Windows version does not

Re: [Interest] Bluetooth on Windows 10

2018-07-24 Thread Oliver Wolff
: Hi Oliver, No the 2 machines are not paired with anything. I've tried pairing the Android Phone with the Windows machine just to check that the BT device is OK, that worked, but I have removed all connections after that. Philippe. Le 24-07-2018 14:00, Oliver Wolff a écrit : Hi Philippe

Re: [Interest] Bluetooth low energy on Windows 10

2018-07-24 Thread Oliver Wolff
Hi Glenn, I am not sure I understand your situation. The Windows BT implementation needs a paired device in order to work. You said, that you paired the device in the beginning. Have you paired the device and it does not work for you? If this is the case please create a bug report which also

Re: [Interest] Bluetooth on Windows 10

2018-07-25 Thread Oliver Wolff
Android Wear devices. Good point though it is not a problem for me if the devices need to be paired before running the app. Philippe Le 25-07-2018 07:46, Oliver Wolff a écrit : Hi Philippe, The current implementation requires the devices to be paired in order to use Bluetooth on Windows

Re: [Interest] Bluetooth on Windows 10

2018-07-24 Thread Oliver Wolff
Hi Philippe, are the two machines paired? Windows API does not allow pairing them, so the initial pairing has to be using the system UI. Olli On 24/07/2018 10:32, maitai wrote: Thanks Alex, I have done that, but although it seems to do things, I cannot make it work on Windows (server or

Re: [Interest] Qt for WinRT and openssl

2018-03-16 Thread Oliver Wolff
Hi, On 16/03/2018 07:06, Maurice Kalinowski wrote: Hi, I’ll let Oliver provide the detailed answer, but the history as such is: * WinRT uses a new networking API. When released Winsock was not only deprecated but disallowed to be used * We implemented network features using that new

Re: [Interest] Missing header file d3d11_3.h

2019-01-08 Thread Oliver Wolff
Hi, On 08/01/2019 10:42, Nuno Santos wrote: > Hi, > > I’m trying to compile Qt 5.12 from source on Windows. > > It is complaining about a missing header file, d3d11_3.h. > > After some googling I realized that this header is part of direct x and I’m > trying to understand how to get it,

Re: [Interest] Missing header file d3d11_3.h

2019-01-09 Thread Oliver Wolff
Hi Nuno, On 08/01/2019 19:16, Nuno Santos wrote: > Nikos, > > Thanks for your reply. I’m battling against windows. > > The machine I’m trying to do this is my 4 year old windows dev machine. 4 > years isn’t much unless it’s a windows machine with the registry full of shit. > > I’m not able to

[Interest] Qt 6 Planning: Consideration of dropping support for Windows 7

2019-03-29 Thread Oliver Wolff
Hi, as you might have heard, we are currently in Qt 6's planning phase and thus check things, that have to be done to make Qt even better. Of course we also want to use this opportuniy to drop support for platforms, that are no longer relevant in Qt's new environment. One of these platforms is

Re: [Interest] Qt 5.13 Bluetooth Windows

2019-03-12 Thread Oliver Wolff
Hi Ekke, On 11/03/2019 14:54, ekke wrote: > from https://wiki.qt.io/New_Features_in_Qt_5.13 I noticed this: > > Qt Bluetooth > > * Removed need for pairing on Windows to discover and connect > > > Does this mean it is possible to connect with Bluetooth LE Devices where > no pairing is

[Interest] Qt 6 Planning: Consideration of dropping support for UWP applications

2019-04-18 Thread Oliver Wolff
Hi, as you might have heard, we are currently in Qt 6's planning phase and thus checking things that have to be done to make Qt even better. Of course we also want to use this opportuniy to drop support for platforms that are no longer relevant in Qt's new environment. One of these platforms

Re: [Interest] Linking issues with Angle and Qt 5.12.x

2019-05-27 Thread Oliver Wolff
Hi Frederico, I am not aware of an issue with ANGLE when using MinGW. Can you create a bug report on http://bugreports.qt.io/ ,attach a minimal example, and assign it to me so that it does not get lost? Olli On 25/05/2019 17:47, Federico Buti wrote: > Hi all. > > We are facing a quite

Re: [Interest] Linking issues with Angle and Qt 5.12.x

2019-05-28 Thread Oliver Wolff
ng > should be correctly aligned too. > F. > > > On Mon, 27 May 2019 at 13:11, Vadim Peretokin > mailto:vpereto...@gmail.com>> wrote: > > Are you mixing 64bit and 32bit libraries by accident during > linking

Re: [Interest] [Development] Qt 6 Planning: Consideration of dropping support for UWP applications

2019-04-22 Thread Oliver Wolff
On 21/04/2019 10:43, Allan Sandfeld Jensen wrote: > On Donnerstag, 18. April 2019 14:46:59 CEST Oliver Wolff wrote: >> Hi, >> >> as you might have heard, we are currently in Qt 6's planning phase and >> thus checking things that have to be done to make Qt even better

Re: [Interest] Dark mode for other platforms

2019-10-17 Thread Oliver Wolff
On 16/10/2019 14:14, Allan Sandfeld Jensen wrote: > On Wednesday, 16 October 2019 13:59:54 CEST Nikos Chantziaras wrote: >> On 15/10/2019 13:46, Allan Sandfeld Jensen wrote: >>> On Tuesday, 15 October 2019 11:58:42 CEST Vadim Peretokin wrote: Hello! I've noticed that Qt on macOS now

Re: [Interest] Dictation to Qt-Software on Windows-10 Is Broken

2020-05-12 Thread Oliver Wolff
Hi Robert, On 12.05.2020 13:14, coroberti . wrote: Hi, If somebody in charge could consider increasing priority of the below major Accessibility issue, it would be really appreciated. You cannot dictate to Qt text controls on Windows 10, 8 and 7. https://bugreports.qt.io/browse/QTBUG-83671

[Interest] Qt’s UWP backend will be dropped in Qt 6

2020-07-07 Thread Oliver Wolff
Hi, with Qt 6 approaching it is time to have a look at our set of supported platforms. One candidate for removal of support was our port for Microsoft's Universal Windows Platform (UWP). Some considerations about dropping this support have been communicated on Qt's development mailing list

Re: [Interest] [Development] Windows 7 support will be dropped in Qt 6

2020-06-15 Thread Oliver Wolff
Hi, On 13.06.2020 09:20, Konrad Rosenbaum wrote: On 2020-06-12 02:44, Hamish Moffatt wrote: On 12/6/20 10:17 am, Scott Bloom wrote: Why is Win7 being dropped?  I (my company) has gotten burned pretty hard by the dropping of CentOS 6, similar reasons listed for win7.. It's funny that there's

[Interest] Windows 7 support will be dropped in Qt 6

2020-06-11 Thread Oliver Wolff
Hi, with Qt 6 approaching it is time to have a look at our set of supported platforms. One candidate for removal of support was Windows 7. Some considerations about dropping this support have been communicated on Qt's development mailing list in March last year [1] and there were some

Re: [Interest] [Development] Windows 7 support will be dropped in Qt 6

2020-06-12 Thread Oliver Wolff
Hi, On 12.06.2020 02:17, Scott Bloom wrote: One thing that I probably missed in this thread, though I have been reading it with quite a lot of interest. Why is Win7 being dropped? I (my company) has gotten burned pretty hard by the dropping of CentOS 6, similar reasons listed for win7.. Is

Re: [Interest] [Qt BLE] multiple devices connected to an app

2020-12-14 Thread Oliver Wolff
Hi Simon, On 14/12/2020 16:36, Simon FEUTRIER wrote: I don't really have something useful to share and my code is quite big. Moreover it is mainly inspired by the lowEnergyScanner example. Here is my algorithm for BLE : -> MainWindow initiates a class called "apiComBluetooth". -> Then

Re: [Interest] Bluetooth LE Peripheral on Windows UWP

2020-11-02 Thread Oliver Wolff
Hi Roberto, As far as I know there is no blocking issue, it is just a question of resources. Having said that, please be aware, that UWP support will be dropped for Qt6. As peripheral support is a new feature, development has to happen on the dev branch. The "UWP" code is still available

Re: [Interest] Bluetooth LE Peripheral on Windows UWP

2020-11-03 Thread Oliver Wolff
will keep you updated. Awesome. Thank you :) Olli Roberto Viola Software engineer and open source enthusiast http://robertoviola.cloud <http://robertoviola.cloud> Il giorno lun 2 nov 2020 alle ore 09:38 Oliver Wolff <mailto:oliver.wo...@qt.io>> ha scritto: Hi Rober