Re: [Interest] logrotating qDebug

2013-09-27 Thread franki
Dnia piątek, 27 września 2013 o 09:36:51 Francesco Lamonica napisał(a): > Hi Kai, no, at the moment i am just redirecting process output Hi, I have log of my app rotated by logrotate, but when you just redirect process output it won't work that way, unless you restart your app. In my opinion you

Re: [Interest] Determining WLAN connection status and connected SSID

2013-09-24 Thread franki
Dnia poniedziałek, 23 września 2013 o 10:51:51 noname napisał(a): > Hi everyone, > > I'm currently trying to a) detect if a device (Android in my case) is > connected to a WLAN, and b) if it is, get the network's SSID. Is there a > Qt-way to do so? > I've tried getting all QNetworkConfigurations >

Re: [Interest] question about translations and QT_NO_CAST_FROM_ASCII

2013-01-31 Thread franki
Dnia środa, 30 stycznia 2013 o 17:11:07 Konstantin Tokarev napisał(a): > 30.01.2013, 19:31, "Иван Комиссаров" : > > In qt4, this construction was used: > > > > xml.createElement(QLatin1String("module")); > > Or QString::fromUtf8(), depending on string contents. thanks, I was trying QString("cont

[Interest] question about translations and QT_NO_CAST_FROM_ASCII

2013-01-30 Thread franki
Hi all, I'm trying to add internationalization to my app, and I found that this: DEFINES += QT_NO_CAST_FROM_ASCII can be added to .pro file to ensure that no string is omitted from tr function. However, I'm using XML's inside my app, to communicate with server, and these xml's should not be tran

Re: [Interest] Qt Installer Framework

2013-01-28 Thread franki
Dnia poniedziałek, 28 stycznia 2013 o 16:59:13 Jenssen Tim napisał(a): > > There is one more thing, I set option > > true in package.xml > > Yes this should be preselected then and this should work and worked last > time. Maybe you can create a task on jira and add a very small package > directory

Re: [Interest] Qt Installer Framework

2013-01-28 Thread franki
Dnia poniedziałek, 28 stycznia 2013 o 15:23:31 Jenssen Tim napisał(a): > > Von: interest-bounces+tim.jenssen=digia@qt-project.org > There is something happening ... it saves the value on the installer > (object) and later if you are creating an real shortcut you can use that > saved variable. >

Re: [Interest] Qt Installer Framework

2013-01-28 Thread franki
Hello Can I join discussion? I'm creating offline installer, I compiled framework with static Qt 4.8.4 on Windows XP, with MSVC according to: http://doc-snapshot.qt-project.org/qtifw-1.2/ifw-tutorial.html I have cloned installer framework on Friday last week. I'm aware of syntax change with bi

Re: [Interest] qt installer framework with opesource license

2013-01-25 Thread franki
Dnia piątek, 25 stycznia 2013 o 14:35:07 Jenssen Tim napisał(a): > > I'm little bit confused about Qt license. > > Right now I'm using opensource license, and I want to use Qt framework > > installer to distribute my app, however in qtifw docs they say to > > configure this framework with static Qt

[Interest] qt installer framework with opesource license

2013-01-25 Thread franki
Hi all, I'm little bit confused about Qt license. Right now I'm using opensource license, and I want to use Qt framework installer to distribute my app, however in qtifw docs they say to configure this framework with static Qt: http://doc.qt.digia.com/qtifw-1.2/ifw-getting-started.html So the q

Re: [Interest] QSvgRenderer is crashing - help!

2012-06-22 Thread franki
Dnia piątek, 22 czerwca 2012 o 10:02:05 Waitman Gobble napisał(a): > franki wrote .. > > > Hi all, > > > > I have encountered an svg icon that is crashing my application, however > > icon is properly visible under any image viewer. When application is > > cra

[Interest] how to secure ssl key on symbian platform

2012-04-02 Thread franki
Hi, I have app which uses SSL cert to log in to server. Server is verifying client certificate and checking it against custom CA (located on server). On the other hand client is also veryfing server certificate and checks it with certificate from custom CA, so there is full verification, and no