Re: [Interest] qtwebview with qtwebchannel

2016-03-29 Thread Kalinowski Maurice
> QtWebView has a QtWebEngine backend, and that should be available on Windows. For UWP/WinRT there is a platform specific implementation loading Edge into your application. For classic desktop applications you can use Qt Webengine as Alan described. Maurice

Re: [Interest] Qt5.6 not recognised by Visual Studio 2015

2016-01-06 Thread Kalinowski Maurice
> > I'm not saying Qt5Package shouldn't fix this problem - I've commented on > the page and CC'd the author on this email. But until they do there's no other > way to get Qt5 working with Visual Studio 2015 hence the need for a > workaround. > [Kalinowski Maurice] What fea

Re: [Interest] Qt5.6 not recognised by Visual Studio 2015

2016-01-05 Thread Kalinowski Maurice
ses the Qt 5.6.0 > Beta with no problems. > > Is there a reason this has been split into two files? > [Kalinowski Maurice] Yes, it happened for a reason ;) The idea is to synchronize settings between classic and WinRT applications. The change is here: https://codereview.qt-project.org/#/c/1

Re: [Interest] Qt5.6 not recognised by Visual Studio 2015

2016-01-04 Thread Kalinowski Maurice
Please contact the maintainer of the "Qt5Package extension". At least on some other thread people stated that it is broken with VS2015 Update1, but I do not have any first level experience with that thing. Maurice > -Original Message- > From: Interest

Re: [Interest] 5.6.0 beta candidate iOS Build Failed ( ld: symbol(s) not found for architecture armv7 )?

2015-12-10 Thread Kalinowski Maurice
https://bugreports.qt.io/browse/QTBUG-49886 Maurice From: Interest [mailto:interest-boun...@qt-project.org] On Behalf Of Edward Sutton Sent: Thursday, December 10, 2015 5:19 PM To: Qt Interest Subject: [Interest] 5.6.0 beta candidate iOS Build Failed ( ld: symbol(s)

Re: [Interest] qmake's visual studio generator does not handle recursive subdir templates

2015-11-24 Thread Kalinowski Maurice
G: Ignored (not found) > 'C:/projects/vatsim/swift/src/plugins/simulator/fscommon\simulatorfscom > mon.vcxproj' > ... > [Kalinowski Maurice] Could you please file a bugreport at https://bugreports.qt.io/ with some short example. BR, Maurice _

Re: [Interest] MSVC 2015, configure 64 bit, missing 'arch.exe'

2015-10-19 Thread Kalinowski Maurice
> > Interesting. How do you force the usage of the the 64-bit native compiler? > [Kalinowski Maurice] Open a cmd.exe and use "\vc\vcvars x64". That one sets up the environment up to use the 64bit cl.exe etc in your PATH. Btw. I was not able to reproduce this, at least

Re: [Interest] [5.5.1] WinRT support broken?

2015-10-19 Thread Kalinowski Maurice
I assume you are using VS2013? What type of device are you running on? Desktop? And lastly, it's preferred to use the bugtracker to more easily follow up on those reports. BR, Maurice > -Original Message- > From: interest-bounces+maurice.kalinowski=theqtcompany.com@qt- > project.org

Re: [Interest] Windows 10 Intel Atom + Android Atom Intel

2015-10-08 Thread Kalinowski Maurice
Hi, > How does this work? > Do I need to run a remote debugger process on the tablet to allow for > Compile, Deploy, > Debug from a Host Windows 10 PC to a Windows 10 Tablet. I cannot imagine > running > MSVC2015 on the tablet just to Compile, Deploy, Debug. You will need to install the

Re: [Interest] Qt 5.5 WinRT x64 VS2013 applications fail WACK Direct3D tests

2015-09-21 Thread Kalinowski Maurice
Hi, would you be able to tell us, which API calls are failing on your side? We are aware of Trim() causing troubles against the Windows 10 certification and are aiming to have this resolved with Qt 5.6. However, it should still work with VS2013/8.1 and then have your app also deployed on

Re: [Interest] Compile error with windows kit 8.1

2015-08-25 Thread Kalinowski Maurice
I am wondering how msvc2010 and Windows Kit 8.1 is supposed to work together in conjunction. What platform are you trying to build for? It feels like you are mixing two different VS versions, which is not something that always works... Maurice -Ursprüngliche Nachricht- Von:

Re: [Interest] Qt positioning

2015-08-12 Thread Kalinowski Maurice
Did you check with the examples provided in the module? If those do not work for you either, then it's time to open a bugreport soon, so that it might get fixed for 5.5.1 then. BR, Maurice -Ursprüngliche Nachricht- Von: interest-bounces+maurice.kalinowski=theqtcompany.com@qt-

Re: [Interest] Problems with Bluetooth examples

2015-08-12 Thread Kalinowski Maurice
Hi, Federico is correct, QtBluetooth is not supported on Windows as of now. We were hoping to have some implementation ready for 5.6, but due to vacation period and technical challenges were not able to make it within feature freeze. This implies that work has started and we’re hoping to be

Re: [Interest] Qt positioning

2015-08-11 Thread Kalinowski Maurice
Hi, You could do multiple checks. First, which positioningMethods are available/supported, check the corresponding property. What is the interval set to, if it is too small, you might get a timeout. Does the PositionSource send updateTimeout()? BR, Maurice Von:

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

2015-06-12 Thread Kalinowski Maurice
this is a bug on the deployment tool? [Kalinowski Maurice] Would need to check more, at least locally it works, but apparently your setup seems to be on the extraordinary side in many aspects. 2 - Also, images doesn't seem to get loaded. I have a warning on the console and i'm not sure

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

2015-06-08 Thread Kalinowski Maurice
Are you sure you are using a native command prompt meaning the one for compiling desktop applications? BR, Maurice -Original Message- From: interest-bounces+maurice.kalinowski=theqtcompany.com@qt- project.org [mailto:interest-

Re: [Interest] Windows VST plugin based on Qt

2015-05-19 Thread Kalinowski Maurice
Creating a VST is certainly possible, though you will need to do some extra steps. a) you need an application object created inside your plugin. The easiest to do so is to create a new thread (when the first instance is created or even on show(), not during plugins loading), which will

Re: [Interest] Qt Installer Framework 2.0.0 [ OS X ] - How to launch my.app on finish?

2015-04-08 Thread Kalinowski Maurice
Subject: [Interest] Qt Installer Framework 2.0.0 [ OS X ] - How to launch my.app on finish? Open ReadMe Example” opens a README.TXT file on finish using script command: QDesktopServices.openUrl(file:/// + installer.value(TargetDir) + /README.txt”); See:

Re: [Interest] What are the plans for moving https://gitorious.org/qt/qt3d.git

2015-03-18 Thread Kalinowski Maurice
One option is: http://code.qt.io/cgit/qt/qt3d.git/ Maurice From: interest-bounces+maurice.kalinowski=theqtcompany@qt-project.org [mailto:interest-bounces+maurice.kalinowski=theqtcompany@qt-project.org] On Behalf Of JR Cary Sent: Dienstag, 17. März 2015 20:20 To:

Re: [Interest] Windows Phone 8.1 (WinRT) field report

2015-01-29 Thread Kalinowski Maurice
Von: Harri Pasanen [mailto:ha...@mpaja.com] Gesendet: Thursday, 29 January, 2015 2:31 PM An: Kalinowski Maurice; interest@qt-project.org Betreff: Re: AW: [Interest] Windows Phone 8.1 (WinRT) field report On 29/01/2015 13:49, Kalinowski Maurice wrote: Could you please create a report on your

Re: [Interest] Windows Phone 8.1 (WinRT) field report

2015-01-29 Thread Kalinowski Maurice
Hi, 1. Don't try to deploy from Qt Creator As you mentioned yourself, this is a reported bug and we’re trying to fix it. 2. Don't call Qt.quit()(Many simple Qt Creator wizard generated QML apps do just that) You can, but the platform design says you are not supposed to. Hence so far

Re: [Interest] QScriptEngine for Windows runtime?

2015-01-05 Thread Kalinowski Maurice
QtScript is not supported for Qt/WinRT as it requires JIT which is not available on this platform. Maurice P.S.: To be 100% correct, you can enable it, but then not publish/distribute via the store. -Ursprüngliche Nachricht- Von:

Re: [Interest] Testing with Windows Phone, first impressions

2015-01-05 Thread Kalinowski Maurice
Hi, sorry for the late reply, but just returned from Christmas vacation. First of all, make sure that you have Windows Phone 8.1 (both on device and also SDK). 8.0 is not a supported version anymore since Qt 5.3 even I think. Secondly regarding some of your issues. -Using the

Re: [Interest] git pull and git checkout in Qt source tree

2014-11-10 Thread Kalinowski Maurice
Qtrepotools has qt5_tool which can take care of that. Calling it without any arguments gives you a list of options. Maurice Von: interest-bounces+maurice.kalinowski=theqtcompany@qt-project.org [mailto:interest-bounces+maurice.kalinowski=theqtcompany@qt-project.org] Im Auftrag von

Re: [Interest] Opening Qt/Qml window inside host app

2014-11-09 Thread Kalinowski Maurice
Hi, there was a discussion about using Qt5 as a plugin in the past on this mailing list. Just check the archive. In general, for VST2 your implementation of AEffEditor::open() should create the thread creating the application object and invoking exec(). That is the latest point you can use

Re: [Interest] Full screen window and Win 8 Side-by-side

2014-08-06 Thread Kalinowski Maurice
Hi, I have a working qml application in a QQuickView. If I show the window with showMaximized() and put a metro style application side-by-side, my application's window get resized as expected. But if I show the window with showFullscreen(), then my application window's size remains the

Re: [Interest] Windows: static Qt 5.3 w/ Desktop OpenGL?

2014-05-14 Thread Kalinowski Maurice
I only have access to Visual Studio 2013 right now, but both the release (upcoming 5.3.0 final) and stable (5.3.1) compile fine in the following configuration: configure -debug-and-release -static -commercial -opengl desktop -c++11 -nomake examples -nomake tests -no-icu -no-angle Missing a

Re: [Interest] Qt 5.2/5.3 Windows - fully static?

2014-04-15 Thread Kalinowski Maurice
. Maurice -Ursprüngliche Nachricht- Von: interest-bounces+maurice.kalinowski=digia@qt-project.org [mailto:interest-bounces+maurice.kalinowski=digia@qt-project.org] Im Auftrag von Kalinowski Maurice Gesendet: Dienstag, 15. April 2014 07:45 An: p...@fxtech.com; Qt Project MailingList

Re: [Interest] Desktop deployment

2013-06-20 Thread Kalinowski Maurice
Le 20/06/2013 01:16, Alex Malyushytskyy a écrit : I just wanted to point that you must to deploy all dependencies not only Qt. You will have to deploy VC CRTs at least if your application has no other dependencies. I'm perfectly aware of this. Here my problem is more in the case where I

Re: [Interest] uitools unknown module issue

2013-04-18 Thread Kalinowski Maurice
Have you checked whether uitools gets compiled on static builds? BR, Maurice Von: interest-bounces+maurice.kalinowski=digia@qt-project.org [mailto:interest-bounces+maurice.kalinowski=digia@qt-project.org] Im Auftrag von Muhammad Bashir Al-Noimi Gesendet: Thursday, 18 April, 2013 2:28

Re: [Interest] Deployment by Qt Installer Framework

2013-04-12 Thread Kalinowski Maurice
Hi, Hello, Qt application deployment is really painful because it hasn't automatic utility for copying needed .so or .dll so I wondering does the new Qt Installer Framework do the trick? PS I tried to use it but it didn't work for first time, I think I've to give it another try. The

Re: [Interest] Qt into Windows 8

2013-03-06 Thread Kalinowski Maurice
Hi, Not sure what exactly you are referring to. Running Qt applications in the classic desktop mode are supported. In case you want to use VS 2012 you will need to recompile Qt, the packages are currently provided for an older version. If you are asking about a Windows Store App support,

Re: [Interest] [QTBUG-27554] New Qt 4.8.3 bug: invalid QtCore.vcxproj, MSVC10 error MSB3073

2012-11-15 Thread Kalinowski Maurice
You can work-around this issue by using nmake or jom to build Qt instead of using the vcxproj files. Thanks for the suggestion. We currently use the vcxproj files generated by configure.exe because it allows us to easily build Qt through IncrediBuild (distributed compiling). For the time

Re: [Interest] [QTBUG-27554] New Qt 4.8.3 bug: invalid QtCore.vcxproj, MSVC10 error MSB3073

2012-10-18 Thread Kalinowski Maurice
You can work-around this issue by using nmake or jom to build Qt instead of using the vcxproj files. Thanks for the suggestion. We currently use the vcxproj files generated by configure.exe because it allows us to easily build Qt through IncrediBuild (distributed compiling). For the time