Re: [Interest] Semi-OT: Smart phone for programming

2013-08-05 Thread Till Oliver Knoll
Am 04.08.2013 um 21:27 schrieb Preet prismatic.proj...@gmail.com: ... As far as I know, all companies except for Apple provide their SDK without a fee. Not quite correct: on Mac OS X you get all tools (Xcode) and libraries (iOS frameworks UiKit and the like) for free - free as in the costs

[Interest] Crash in qxcbwindow.cpp Updatenetwmusertime using Qt5.0.2

2013-08-05 Thread Ramakanthreddy Kesireddy
Hi, My Qt Quick 2 app on Ubuntu 12.04 desktop version with Qt5.0.2 had been working fine. However, when I tried to run application on Ubuntu 12.04 minimal version with Qt5.0.2, it crashes while launching app and window focus is lost (nothing works if we key any key events to terminate) The

[Interest] Qt3d sample app using Qt5.0.2

2013-08-05 Thread Ramakanthreddy Kesireddy
Hi, When I tried to run Qt3d sample application on Ubuntu 12.04 minimal version with Qt5.0.2, it crashes while launching app in Jsbackend module. Does Qt3d app needs any QQuickwindow as on the existing 12.04 minimal system, there is no window manager..? Please let me know if am missing

Re: [Interest] DBus on X11 using Qt5

2013-08-05 Thread Ramakanthreddy Kesireddy
Hi Thiago, Am somehow couldnot send the below mail to interest@qt-project.orgmailto:interest@qt-project.org. Hence writing the mail in person. I would like to understand why the below code snippet doesnot works(Filesystem path doesnot returns any) in Ubuntu 12.04 minimal version where as It

[Interest] DBus on X11 using Qt5

2013-08-05 Thread Ramakanthreddy Kesireddy
Hi, Please let me know how can we verify if DBus is working on X11(Ubuntu 12.04 Minimal) or if there are any dependent packages to be installed for DBus. Iam using Qt5.0.2 sdk. Thanks and Regards, Ramakanth DISCLAIMER: This email (including any attachments)

Re: [Interest] [Development] [Announce] Qt 5.1 released

2013-08-05 Thread Laszlo Papp
On Fri, Jul 5, 2013 at 3:52 AM, Jake Thomas Petroules jake.petrou...@petroules.com wrote: Personally I still think it would be far more logical to delegate the ANGLE vs OpenGL decision to runtime, by including plugins for both backends with all Windows distributions. Having different

[Interest] Qt5 with Qt 4.7 on Ubuntu 13.04. How to install it both without conflicts?

2013-08-05 Thread Николай Шатохин
Hello. I'm using Qt5 and need Qt 4.7 now (for porting my game to handheld game console). Is it possible to install it additionally on Ubuntu 13.04? Best regards, Nick ___ Interest mailing list Interest@qt-project.org

[Interest] Shadow problem after hiding/removing window decorations. ( Linux/Ubuntu )

2013-08-05 Thread Szymon Waliczek
Hello! I tried to hide window decorations ( I fallowed this post herehttp://stackoverflow.com/questions/11775840/how-can-i-remove-borders-from-a-windows-qml-application *[stackoverflow.com]* ) and all works well apart form the fact that shadow are much thinner then on the same app but with system

Re: [Interest] Semi-OT: Smart phone for programming

2013-08-05 Thread Sven Putze
Hi there, what about Jolla? The device should come at the end of the year. SDK is available at https://sailfishos.org/ _ Sven On 04.08.2013, at 19:09, K. Frank kfrank2...@gmail.com wrote: Hello List! I am thinking of getting a new smart phone to replace an old blackberry that I

Re: [Interest] Crash in qxcbwindow.cpp Updatenetwmusertime using Qt5.0.2

2013-08-05 Thread Thiago Macieira
On sábado, 13 de julho de 2013 08:33:39, Ramakanthreddy Kesireddy wrote: My Qt Quick 2 app on Ubuntu 12.04 desktop version with Qt5.0.2 had been working fine. However, when I tried to run application on Ubuntu 12.04 minimal version with Qt5.0.2, it crashes while launching app and window focus

Re: [Interest] Qt5 with Qt 4.7 on Ubuntu 13.04. How to install it both without conflicts?

2013-08-05 Thread Thiago Macieira
On terça-feira, 30 de julho de 2013 13:06:28, Николай Шатохин wrote: Hello. I'm using Qt5 and need Qt 4.7 now (for porting my game to handheld game console). Is it possible to install it additionally on Ubuntu 13.04? Yes. Download it from ftp.qt-project.org. -- Thiago Macieira -

Re: [Interest] [SOLVED] Binary file embedded in Resources to std::istream

2013-08-05 Thread Rollastre Prostrit
Ok, I'm not sure what the problem was but I have this and it works now -in case somebody is interested: QString fName = QString::fromStdString(filename); QFile f(fName); if (!f.exists()) return; int s = f.size(); if (s = 0) return; if

Re: [Interest] [SOLVED] Binary file embedded in Resources to std::istream

2013-08-05 Thread Thiago Macieira
On segunda-feira, 5 de agosto de 2013 21:08:45, Rollastre Prostrit wrote: QByteArray bytes = f.readAll(); char* bb = bytes.data(); std::string str; for (int i=0; if.size(); ++i) { str += bb[i]; } std::stringstream stream; stream str;

Re: [Interest] Shadow problem after hiding/removing window decorations. ( Linux/Ubuntu )

2013-08-05 Thread Vadim Peretokin
I think it's the window manager (compiz if you're using 3D, metacity if you're using 2D) that is applying the shadows - not Qt. There might or might not be a way to signal it which kind of shadows to use, I'm not certain. ___ Interest mailing list

[Interest] click on QComboBox caused application to crash in Windows Server 2012

2013-08-05 Thread Mehrdad Momeny
Hi everyone, Recently I encountered a weird issue on Windows Server 2012, when user clicks on a Combo box to open it, it causes the application to crash, our app uses a specific stylesheet, but removing that stylesheet didn't change anything. We are using Qt 4.8.3 (I tried with 4.8.5 but no

Re: [Interest] Qt not resolving URLs

2013-08-05 Thread Thiago Macieira
On terça-feira, 6 de agosto de 2013 04:51:41, Tom Isaacson wrote: I can only imagine that Qt is using a different method to resolve DNS addresses but I have no idea what it could be. Does anyone have any suggestions? Qt uses standard libc functions (getaddrinfo). There's no reason why wget

Re: [Interest] Qt not resolving URLs

2013-08-05 Thread Mandeep Sandhu
On Tue, Aug 6, 2013 at 10:21 AM, Tom Isaacson tom.isaac...@navico.comwrote: I've added a simple browser page to my application using the demo code in Qt 4.8 as a base: [QTDIR]\demos\browser This works fine in Windows, but when I rebuild the app and try it on my embedded Linux device it