Re: Stopping QML update when not visible

2011-05-30 Thread Robin Burchell
ts aren't moving, etc, then Qt won't constantly have to redraw items, at most, it'll just be blitting from the widget backing store to the screen, but even that shouldn't happen here since we only have one topmost window, and no cursor moving arou

Re: Stopping QML update when not visible

2011-05-30 Thread Robin Burchell
On 30/05/11 15:23, Cornelius Hald wrote: The 50%-60% CPU is the new QML implementation? Sounds a bit much, maybe you need to enable OpenGL for drawing? An easy approach to test that: QDeclarativeView view; view.setViewport(new QGLWidget); -- Robin Burchell http://rburchell.com

Re: Where do we go now?

2011-03-07 Thread Robin Burchell
ing. There's still interest in the platform and so far no word on whether there are to be any change in Nokia's funding maemo.org. I do believe that there has been some talk about looking into alternatives for if/when that happens though. -- Robin Burchell http://rburchell.com ___

Re: QtQuick not present in PR1.3

2010-11-12 Thread Robin Burchell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/12/2010 03:36 PM, Alberto Mardegan wrote: > Hi all, > did anyone try to run QtQuick applications in PR1.3? > > I wrote sample.qml with these contents: > > = > import QtQuick 1.0 I'm no QML expert, but where did you get the idea to do thi

Re: qmessage and utf8

2010-10-29 Thread Robin Burchell
On 10/29/2010 03:16 PM, pelt...@gmail.com wrote: Hi, with your tips I got utf8 stuff working all around the application except QMessage. Sending and other qmessage- stuff is working well but umlauts are in wrong charset when sending. What is supposed to be output for those preferredCarsets?

Re: suspendprocess - poor man's power save

2010-09-19 Thread Robin Burchell
easier for the end-user if it did provide a good boost for battery. -- Robin Burchell http://rburchell.com ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: Qt Date & Time Picker?

2010-08-17 Thread Robin Burchell
e selector widget, AFAIK... > Thanks in advance! > > Francesco -- Robin Burchell http://rburchell.com ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: Horrible performance of GL rendering; why? (Qt, N900)

2010-08-17 Thread Robin Burchell
0ms means you're trying to push 100fps (1000ms in a second, 1000/10 = 100), which is faster than the eye can percieve, and also faster than hardware can usually manage. 60fps is usually the upper bound, and anything over that is generally not going to be noticed except as additional burden on

Re: # of downloads per day on extras... are they real?

2010-08-17 Thread Robin Burchell
nstalls. So they aren't completely accurate, but yes, the number is quite impressive. -- Robin Burchell http://rburchell.com ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Fwd: Fwd: libgq

2010-08-17 Thread Robin Burchell
ted. Thanks, Robin --- Begin forwarded message from Robin Burchell --- From: Robin Burchell To: Marius Vollmer Date: Thu, 01 Jul 2010 01:15:31 +0100 Subject: Fwd: libgq Hi Marius, Wondering whether you got the mail, forwarded below? Regards, -- Robin Burchell http://rburchell.com

Re: libqtm-dev dependency

2010-08-05 Thread Robin Burchell
is a binary package of the mobility sensors framework. This is also consistent with how Qt itself is packaged pretty much everywhere: libqt4-dev vs libqt4-core, libqt4-gui, ... > Cheers! > Dan -- Robin Burchell http://rburchell.com ___ maemo-deve

Re: How to compile in Scratchbox a project created with Nokia SDK?

2010-07-01 Thread Robin Burchell
edaemon It handles calling qmake, etcetera. It was based around one of the Qt examples in the repo, I can't remember the package offhand. > -- > Andrea Grandi > email: a.grandi [AT] gmail [DOT] com > website: http://www.andreagrandi.it > PGP Key: http://www.andreagrandi.it/pgp_key.a

Re: Bring an application to focus

2010-06-28 Thread Robin Burchell
eady running how can I make its main window become visible/focused when > it is “behind some other application”? I tried setFocus() (qt) but it does > not seem to make any difference. From memory, QWidget::activateWindow() and possibly QWidget::raise() could be relevant. > Thanks >

Re: Low Latency Audio Capture on the N900, QAudioInput BUG: has 5000msec latency, Meego audio future

2010-06-18 Thread Robin Burchell
u've found problems in Qt, which is as I recall the only concrete issue you have mentioned so far, please report them, to Qt, so they can be addressed. Thanks. -- Robin Burchell http://rburchell.com ___ maemo-developers mailing list maemo-developers@

Re: Low Latency Audio Capture on the N900, QAudioInput BUG: has 5000msec latency, Meego audio future

2010-06-15 Thread Robin Burchell
st > maemo-developers@maemo.org > https://lists.maemo.org/mailman/listinfo/maemo-developers -- Robin Burchell http://rburchell.com ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: Using zoom keys of the N900 in Qt

2010-06-09 Thread Robin Burchell
have any hints? This should be of use to you: http://wiki.maemo.org/Documentation/Maemo_5_Developer_Guide/Development_Environment/Maemo_Programming_Environments/Using_Maemo_5_specific_APIs_in_Qt_application#Using_Zoom_In_and_Zoom_Out_keys > Greets, Pavel Best of luck, -- Robin Burch

Re: Strange problem with Maemo5ShowProgressIndicator

2010-06-08 Thread Robin Burchell
the former (asynchronous operation) can be seen at http://gitorious.org/~w00t/qfacebookconnect/facebrick/blobs/master/src/newsfeedpostview_addcomment.cpp - I'm also happy to explain this (both the concept and the example code) in more detail to anyone who wants on IRC or mail. Robin Burchell mob: +447

Re: Strange problem with Maemo5ShowProgressIndicator

2010-06-08 Thread Robin Burchell
r example, using QNetworkAccessManager to download content is asynchronous, and won't block the UI as a result. It's a little more difficult to write, but the benefits are quite nice. :-) > Felipe Robin Burchell mob: +447702671419 msn: m...@viroteck.net irc: w00t @ irc.freenode.net t

Re: Quality assurance of "stable" software: my battery drained in few hours

2010-06-06 Thread Robin Burchell
ething like this. > An energy profiler. > > The ideal would be 'top' - sorted by power use. > But this is hard. :) You mean, like, powertop? http://en.wikipedia.org/wiki/PowerTOP Robin Burchell mob: +447702671419 msn: m...@

Re: non-free section pointing to PR1.0 repos.

2010-06-02 Thread Robin Burchell
nice to have this resolved. (I'd love to not use non-free, but I really don't have the time to learn how to fix my packaging at the moment...) > Ram > > (krk969) > Best, Robin Burchell mob: +447702671419 msn: m...@viroteck.net irc: w00t @ irc.freenode.ne

Re: Qt Autorotation

2010-06-02 Thread Robin Burchell
today: http://bugreports.qt.nokia.com/browse/QTBUG-11190 Interested readers may wish to subscribe for updates. Best, Robin Burchell mob: +447702671419 msn: m...@viroteck.net irc: w00t @ irc.freenode.net twr: http://twitter.com/w00teh lac: http://identi.ca/w00t _

Re: QtMobility Contacts

2010-05-28 Thread Robin Burchell
aid for now, the filtering is done > "disable" (or not) the cache and the same code would work with "live data". IMHO It would be better to dig in with profiling if at all possible and make sure the right bottleneck is found before trying to solve it. You can't fix what

Re: MADDE 0.6.72 ships system QEMU and N900 PR 1.2 filesystem images

2010-05-28 Thread Robin Burchell
development. Thanks for the heads up! Great news - I've been waiting for this :-) Congrats on the release. Robin Burchell mob: +447702671419 msn: m...@viroteck.net irc: w00t @ irc.freenode.net twr: http://twitter.com/w00teh lac: http://identi.ca/w00t ___

Re: QT4.6 with PR1.2 has introduced issues

2010-05-28 Thread Robin Burchell
bout. :) > Thanks, Daniil. Best, Robin Burchell mob: +447702671419 msn: m...@viroteck.net irc: w00t @ irc.freenode.net twr: http://twitter.com/w00teh lac: http://identi.ca/w00t ___ maemo-developers mailing list maemo-developers@maemo.org https://li

Re: Non-experimental QT versioning in Autobuilder (was: QT Packages, Repositories and PR1.2)

2010-05-23 Thread Robin Burchell
roduced > APIs would work under Qt 4.5 libs. As far as I'm aware, from dim recollections of when I did digging into this some time ago.. Qt 4.5/4.6 on Maemo are *not* compatible, as 4.5 wasn't a finalised API, and things changed as a result. 4.6 and upwards should be OK in this regard t

Re: How to install Qt 4.6 on the device?

2010-05-01 Thread Robin Burchell
ly released, obviously, you should revert to using the normal Qt packages. HTH, Robin Burchell mob: +447702671419 msn: m...@viroteck.net irc: w00t @ irc.freenode.net twr: http://twitter.com/w00teh lac: http://identi.ca/w00t ___ maemo-developers mailing lis

Re: Dependency problems after PR 1.2 update to extras builder

2010-03-30 Thread Robin Burchell
On Tue, Mar 30, 2010 at 4:26 PM, Andrew Flegg wrote: > This isn't an issue only affecting Qt apps, though - as Qt isn't the > only change in PR1.2. Indeed, Hildon has had new symbols added to > support HildonLiveSearch[1][2] and this is what causes the "libhildon > (>= 2.2.10)" Depends. Right, bu

Re: Dependency problems after PR 1.2 update to extras builder

2010-03-30 Thread Robin Burchell
nd as such, this shouldn't cause issues again. In short, I think the action taken is probably the lesser of the evils, even if it definitely is far from ideal. Robin Burchell mob: +447702671419 msn: m...@viroteck.net irc: w00t @ irc.freenode.net twr: ht

Re: Ask for removal of some packages from Extras Fremantle repository

2010-03-22 Thread Robin Burchell
On Mon, Mar 22, 2010 at 11:27 AM, Niels Breet wrote: >> Did you miss the thread asking for bugs wrt packaging to be fixed, >> which was met with crickets? > > Where was this? Two references: http://lists.maemo.org/pipermail/maemo-developers/2010-March/025100.html http://lists.maemo.org/pipermail/

Re: Ask for removal of some packages from Extras Fremantle repository

2010-03-22 Thread Robin Burchell
On Mon, Mar 22, 2010 at 10:50 AM, Jeremiah Foster wrote: > Why are you guys interested in removing so many packages? Did you miss the thread asking for bugs wrt packaging to be fixed, which was met with crickets? Same with the bugs themselves, it seems. [1] [2] While I wish there was another way

Re: German Maemo OS on US device?

2010-03-13 Thread Robin Burchell
entical, it's just the image that differs somewhat I'd imagine. (Disclaimer: I've not actually tried this) If localisation is the only issue, though, why not change device language from the settings app? I run my (UK purchased) phone in Norwegian for instance. > Thanks, >

Re: Graphical Interface designer for Qt

2010-02-18 Thread Robin Burchell
er, if you keep in mind how e.g. QMenuBar appears on Maemo, etcetera. I said all of this in my original mail. Robin Burchell mob: +447702671419 msn: m...@viroteck.net irc: w00t @ irc.freenode.net twr: http://twitter.com/w00teh ___ maemo-developers maili

Re: Graphical Interface designer for Qt

2010-02-18 Thread Robin Burchell
y what Qt guys told me! Look into using uic to compile them instead of loading them at runtime, see http://doc.trolltech.com/4.6/uic.html > > -- > Andrea Grandi HTH, Robin Burchell mob: +447702671419 msn: m...@viroteck.net irc: w00t @ irc.freenode.net

Re: Graphical Interface designer for Qt

2010-02-18 Thread Robin Burchell
base Qt widgets. Obviously, using things in QMaemo5* is going to be difficult. > -- > Andrea Grandi Robin Burchell mob: +447702671419 msn: m...@viroteck.net irc: w00t @ irc.freenode.net twr: http://twitter.com/w00teh ___ maemo-developers mail

Re: Graphical Interface designer for Qt

2010-02-18 Thread Robin Burchell
On Thu, Feb 18, 2010 at 11:54 AM, wrote: > Does someone could tell where to find a GUI designer for Qt? > > I search for it on google but I did not succeed. Hi, Take a look at Qt Creator, and/or Qt Designer. http://qt.nokia.com/products/developer-tools > Thanks!! Best, Robin

Re: FatELF Re: rpm vs. deb and "universal binaries/packages"

2010-02-17 Thread Robin Burchell
ace (to download & store), meaning you're pretty much no better off than having downloaded it twice in the first place. And again, considering that (for the *end user*, not people on this list..) this is probably not going to be such a common use case - that increased size is probably too

Re: FatELF Re: rpm vs. deb and "universal binaries/packages"

2010-02-17 Thread Robin Burchell
see is the ability to port from one arch to another easily, but that's hardly something that regular users are going to be doing. > Cheers, > >    Chris Best, Robin Burchell mob: +447702671419 msn: m...@viroteck.net irc: w00t @ irc.freenode.net twr:

Re: MeeGo

2010-02-15 Thread Robin Burchell
x stack, though, yes. [1]: http://doc.trolltech.com/4.3/qtopiacore.html > > Cheers, > Marc BR, Robin Burchell mob: +447702671419 msn: m...@viroteck.net irc: w00t @ irc.freenode.net twr: http://twitter.com/w00teh ___ maemo-developers mailing lis

Re: Qt 4.6 & Extras

2010-02-10 Thread Robin Burchell
On Wed, Feb 10, 2010 at 4:19 PM, Jan Knutar wrote: > Is the plan to upgrade the qt4.5 libs, or to have both? If the latter, > will they be installed to /opt? >From talking to folks in #qt-maemo, I believe the plan is to replace Qt 4.5, and remove the /opt hack. -- Robin