Hello everybody,
I am a member of the sylixos development team,
sylixos is a real-time operating system from China,
Our team development sylixos since 2006,
sylixos supports multiple processes and SMP technology.
In March 2013, we ported the qt 4.8 x to sylixos operating system,
After w
Hi,
You should test the patch against the target branch, dev not 5.4. Also please
notice that CI do set the dependencies to its latest sha, eg. git reset --hard
refs/heads/dev . So if you're using init-repo script you might have a bit
different src tree than what CI is using.
Unfortunately it is
OK. It is run.
I tested cv::VideoCapture, it can run in android. so your CVCaptureAndroid is
can delete.
my code:
https://github.com/KangLin/rabbitim/blob/Reconstruction/Widgets/FrmVideo/CameraOpencv.h
https://github.com/KangLin/rabbitim/blob/Reconstruction/Widgets/FrmVideo/CameraOpencv.cpp
In ad
On Wed, Oct 22, 2014 at 10:32:11AM +0200, Oswald Buddenhagen wrote:
> this stuff is not tested under windows, but there shouldn't be any major
> problems.
>
famous last words ...
after sacrificing a dozen kittens i got it working - out of the box with
msysgit (obviously, you still need to add qtre
On Thursday 23. October 2014 12.21.46 Simon Hausmann wrote:
[...]
> Would it make sense perhaps for Qt Creator to switch to qmldevtools, now
> that we can depend on Qt5?
A quick chat with André suggests that this would indeed make sense. Work
is
now in progress at https://codereview.qt-pro
Hi,
i tried to find the reason why https://codereview.qt-project.org/#/c/91748/ CI
fails.
I set up a Windows 7-x86 in a VM using MSVC2010SP1 and compiled Qt 5.4 and
QtWebChannel and the test are passing. But off course i have not the complete
environment from the CI.
Is it possible to trigger
Am 22.10.2014 um 21:34 schrieb André Pönitz:
> On Wed, Oct 22, 2014 at 01:28:38PM +, Rutledge Shawn wrote:
>> It has been proposed that in QtQuick.Dialogs, the Help, Apply and Reset
>> buttons should not dismiss any dialog automatically. I agree
>> conceptually, but the issue is that to be com
23.10.2014, 16:09, "Konstantin Podsvirov" :
> And I'm not too greedy, if i want you to add --framework-version in repogen
> and binarycreator too?
> (And in archivegen as well ...)
You can just --version (they have no problems with users)
Regards,
Konstantin Podsvirov
___
It's because you're trying to use libnative_camera_r4.0.0.so while your
device is not 4.0.0. Use the closest available library; for example if
your device is 4.1.2, you should use libnative_camera_r4.1.1.so. This is
a limitation of relying on OpenCV Manager that keeps around the correct
library
23.10.2014, 15:04, "Konstantin Podsvirov" :
> The result: --framework version :-)
And I'm not too greedy, if i want you to add --framework-version in repogen
and binarycreator too?
(And in archivegen as well ...)
For CPackIFW i use repogen and binarycreator.
(I am sorry for my poor english)
23.10.2014, 15:55, "Koehne Kai" :
>> -Original Message-
>> From: Konstantin Podsvirov [mailto:konstan...@podsvirov.pro]
>> Sent: Thursday, October 23, 2014 1:44 PM
>> To: Koehne Kai; development@qt-project.org
>> Subject: Re: [Development] [QtIFW] New Console Window on Windows
>>
>> 23.10.2
> -Original Message-
> From: Konstantin Podsvirov [mailto:konstan...@podsvirov.pro]
> Sent: Thursday, October 23, 2014 1:44 PM
> To: Koehne Kai; development@qt-project.org
> Subject: Re: [Development] [QtIFW] New Console Window on Windows
>
> 23.10.2014, 15:42, "Konstantin Podsvirov" :
>
When I try to find out the version QtIFW I get a new window on Windows :-(
I have no luck or normal?
I don't like it.
Regards,
Konstantin Podsvirov
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/dev
I use your qml-cvcamera, but the following error occurs, and the program core.
Tell me It depends on what opencv library.
D/dalvikvm(20935): Added shared lib
/data/data/com.KangLinStudio.RabbitIm/lib/libQt5Xml.so 0x417d36d0
D/dalvikvm(20935): No JNI_OnLoad found in
/data/data/com.KangLinSt
I use your qml-cvcamera, but the following error occurs, and the program core.
Tell me It depends on what opencv library.
D/dalvikvm(20935): Added shared lib
/data/data/com.KangLinStudio.RabbitIm/lib/libQt5Xml.so 0x417d36d0
D/dalvikvm(20935): No JNI_OnLoad found in
/data/data/com.KangLinSt
I use your qml-cvcamera, but the following error occurs, and the program core.
Tell me It depends on what opencv library.
D/dalvikvm(20935): Added shared lib
/data/data/com.KangLinStudio.RabbitIm/lib/libQt5Xml.so 0x417d36d0
D/dalvikvm(20935): No JNI_OnLoad found in
/data/data/com.KangLinSt
23.10.2014, 14:51, "Koehne Kai" :
> We could add something like '--versionnumber" that'll just print the
> number in major.minor.patch format.
>
>> I like This idea :-)
>
> Here's a patch:
>
> https://codereview.qt-project.org/#/c/97934/
>
> Anyhow, this will appear earliest in the IFW 2.0 release.
> -Original Message-
> From: Konstantin Podsvirov [mailto:konstan...@podsvirov.pro]
> Sent: Thursday, October 23, 2014 12:21 PM
> To: Koehne Kai; development@qt-project.org
> Subject: Re: [Development] [QtIFW] Getting Version
>
> Hi Kai!
>
> 23.10.2014, 14:05, "Koehne Kai" :
>
> >> Is
Hi Kai!
23.10.2014, 14:05, "Koehne Kai" :
>> Is it possible to make a program with this flag was issued a short
>> string of fixed format version number to standard output and has
>> completed its work?
> We could add something like '--versionnumber" that'll just print the number
> in major.min
Hi,
If https://codereview.qt-project.org/#/c/97930/ gets approved and landed, it
will be time to update the copies of our qml grammar (qqmljs.g) in the places
where we have a copy. In particular I can think of qdoc and it seems Qt
Creator is also using a copy. But perhaps there are others?
Wou
Milian, Thanks for the reply!
But I am interested in the version QtIFW - it has its own numbering.
http://qt-project.org/doc/qtinstallerframework/index.html
23.10.2014, 13:58, "Milian Wolff" :
> On Thursday 23 October 2014 09:18:59 Konstantin Podsvirov wrote:
>> Hello developers of Qt Installer
> -Original Message-
> From: development-bounces+kai.koehne=theqtcompany.com@qt-
> project.org [mailto:development-
> bounces+kai.koehne=theqtcompany@qt-project.org] On Behalf Of
> Milian Wolff
> Sent: Thursday, October 23, 2014 11:59 AM
> To: development@qt-project.org
> Subject: Re:
On Thursday 23 October 2014 09:18:59 Konstantin Podsvirov wrote:
> Hello developers of Qt Installer Framework!
>
> How can I get the version of the framework?
>
> I know that the program "installerbase" returns a long string that contains
> the version and it was good.
>
> But:
>
> - The format
23 matches
Mail list logo