Re: Does Fremantle support any Qt Quick Components?

2011-07-15 Thread timur
? Cheers, Timur On Fri Jul 15 13:11:28 2011 kate.alh...@nokia.com wrote: On Jul 14, 2011, at 11:48 PM, ext Attila Csipa wrote: On Thursday 14 July 2011 23:15:46 you wrote: My question is very simple: are any of the Qt Quick Components packaged and working on Maemo 5? Not the latest greatest

Re: Since I still don't have my n950... trying to make my n900 behave somewhat like it

2011-07-15 Thread timur
Hello Felipe, Well, you can already put website shortcuts on your desktop, but here is what I think: One idea would be to have daemon running in the background as root and communicate with that daemon (for example, through D-Bus) from the user application. Cheers, Timur On Fri Jul 15 23:45

Re: Gestures on n950 using QML

2011-07-29 Thread timur
onPinchStarted, onPinchUpdated, onPinchFinished signals and act accordingly. Note that in this case you will need to ensure that the PinchArea occupies the screen space you want it to occupy. (anchors can achieve this) Cheers, TImur On Wed Jul 27 01:54:11 2011 Felipe Crochik wrote: Has anybody figured

Re: differences in N900 regional versions?

2011-11-03 Thread timur
Some regions have the FM transmitter disabled for example. I can't recall any other differences. Maybe the installed localization (languages) are also different. -- Sent from my Nokia N950 On 2011.11.03. 5:48 Jonathan Wilson wrote: Can anyone tell me whats different between the USA, Middle

Re: GtkWidget* handler from QWidget

2012-06-08 Thread timur
notifications are possible by setting a notification hint, regardless of whether or not it's attached to your window. If you wish, I can point you to the right direction. :) Timur Sent from my Nokia N950 On 2012.06.08. 7:34 Naikel Aparicio wrote: Not really. Those are the banners and notes

Pre-remove and post-install scripts messed up by auto-builder

2010-06-24 Thread Kristóf Timur
here. If anyone could please look at it and tell me what the problem is, I would be grateful. Thanks in advance, Timur Kristóf (TMO nick: Venemo)___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo

How to create homescreen widgets from a separate process?

2010-10-11 Thread Kristóf Timur
this one out on my own. If anyone has a clue about how to do this, I'd be more than happy if you guys could help me with this. Thanks, Timur Kristóf (Venemo) ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman

Re: How to create homescreen widgets from a separate process?

2010-10-12 Thread Kristóf Timur
you please give me some clues about what I should do? Cheers, Timur -Original Message- From: HämäläinenKimmo Sent: Tuesday, October 12, 2010 5:07 PM To: extKristófTimur Cc: maemo-developers@maemo.org Subject: Re: How to create homescreen widgets from a separate process? On Mon, 2010-10

Re: How to create homescreen widgets from a separate process?

2010-10-18 Thread Kristóf Timur
Hi Kimmo, I have discovered what I was doing wrong. My applet IDs were invalid GConf keys, that's what caused the issue. Thank you for helping me! :) Timur -Original Message- From: HämäläinenKimmo Sent: Wednesday, October 13, 2010 11:56 AM To: extKristófTimur Cc: maemo-developers

Re: Starting a 3G traffic monitoring application for N900

2010-12-04 Thread Kristóf Timur
of that. About your D-Bus related question, everything can be found here: http://doc.qt.nokia.com/latest/qtdbus.html This doc says that this is a Unix-only module, I don't know if it works on Symbian, but I wouldn't bet on it. Cheers, Timur Kristóf -- Sent from my Nokia N900

Re: Qt homescreen widgets not working with CSSU?

2011-05-01 Thread Kristóf Timur
Hi Alberto, Sticky Notes (which is also Qt-based) still works with the CSSU. If you give me a URL to your widgets' source, I may be able to figure out what's wrong. Cheers, Timur -- Sent from my Nokia N900 On Sun,  1 May 2011, 11:38:30 CEST, Alberto Mardegan ma...@users.sourceforge.net

Re: Qt homescreen widgets not working with CSSU?

2011-05-01 Thread Timur Kristóf
of Qt, 4.7.2, which hasn't been officially tested on Maemo at all. As it turns out, the raster graphics system is totally borked on it, and some stuff simply doesn't work on it well. This issue may be related to the already known bugs. Cheers, Timur

Re: problems while porting ARToolkit

2011-05-02 Thread Kristóf Timur
There is no GLX in Maemo. There is OpenGL ES. So probably you will need to port the piece of software in question to OpenGL ES. You can find more info on the Maemo Wiki. On 05/02/2011 08:45 PM, ac...@dsic.upv.es wrote: HI, I am trying to port ARToolkit to Maemo. I suceeded to compile it.

Re: Qt application crashes after 2 minutes if started from app grid

2011-05-09 Thread Kristóf Timur
Hello Conny, AFAIK you don't need to bother with D-Bus at all if you're not actually using it. If your app is open source, I could take a look at the code to try help out. Cheers, Timur On 05/09/2011 04:04 PM, Cornelius Hald wrote: Hi all! I've got a bit a weird problem. I'd we happy

Re: Installing HTML help files in Maemo and Symbian^3

2011-05-16 Thread Kristóf Timur
each one in my application will make my application much bigger. Not that much bigger. A html is not that big. And why is it worse than having to copy all the files to a different directory? There has to be another way. When I find it, I will share it here. Okay, thanks. Cheers, Timur

Does Fremantle support any Qt Quick Components?

2011-07-14 Thread Kristóf Timur
Hi, My question is very simple: are any of the Qt Quick Components packaged and working on Maemo 5? Cheers, Timur ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: Does Fremantle support any Qt Quick Components?

2011-07-16 Thread Kristóf Timur
: module Qt.labs.components is not installed import Qt.labs.components 1.1 ^ Could you please tell me what am I doing wrong? Cheers, Timur From: kate.alh...@nokia.com Sent: Friday, July 15, 2011 3:05 PM To: ti...@sch.bme.hu Cc: maemo-developers@maemo.org Subject: Re: Does Fremantle support any

Re: N950 SEGFAULT - help?

2011-11-05 Thread Kristóf Timur
That’s not how it’s done. 1. In your .pro file, add: QT += opengl 2. at the top of your cpp, add: #include QGLWidget 3. when you initialize your QDeclarativeView: QGLWidget glWidget; QDeclarativeView view; view.setViewport(glWidget); Cheers, Timur From: Felipe Crochik Sent: Saturday

RE: How to install Analytics API library for Harmattan on windows?

2011-12-26 Thread Timur Kristóf
Just download the packages manually (eg. from http://maemo.org/packages or sth like that), open a MADDE terminal and use 'mad-admin xdpkg -i mypackage.deb' Cheers, Timur --- Sent from my Nokia Lumia 800 -Original Message- From: ibrahim.ali Sent: 2011.12.26. 15:48 To: maemo-developers

RE: How to install Analytics API library for Harmattan on windows?

2011-12-26 Thread Timur Kristóf
Download them from whenever the article tells you to. Timur --- Sent from my Nokia Lumia 800 -Original Message- From: ibrahim.ali Sent: 2011.12.26. 16:18 To: maemo-developers@maemo.org Cc: mahmoud.sa...@asgatech.com Subject: RE: How to install Analytics API library for Harmattan

Re: [ANNOUNCE] N9/N950 TV out control application

2012-03-12 Thread Kristóf Timur
Unlike Fremantle, in Harmattan, screen rotation is implemented in the toolkit level. (eg. MTF or Qt-Components). As far as X is concerned, everything is in landscape. -Original Message- From: Andrew Flegg Sent: Monday, March 12, 2012 10:57 PM To: Ville Syrjälä Cc: