Re: Qt/Maemo in Qt's Git repository

2009-05-19 Thread Antonio Aloisio
Hi On Tue, May 19, 2009 at 3:28 PM, Murray Cumming wrote: > Is there any plan to do the Qt Maemo port, currently in svn here: > https://garage.maemo.org/plugins/scmsvn/viewcvs.php/?root=qt4 > in the (new) regular Qt git repository: > http://qt.gitorious.org/ Not yet, but we are going to evaluat

Re: Aw: Re: Fremantle user interface behaviour and API

2009-05-19 Thread David Greaves
Cornelius Hald wrote: > That sounds nice, but I was more hoping for a out-of-the-box solution. I > think this use-case is quite common - it's just a scrollable (ok > panable) text view. So doing like you did I would consider as last > resort. > > Anyways, thanks for explaining your solution :) Er

Re: Aw: Re: Fremantle user interface behaviour and API

2009-05-19 Thread Cornelius Hald
On Tue, 2009-05-19 at 16:48 +0100, David Greaves wrote: > Cornelius Hald wrote: > > Thanks to Claudio and API almost all my questions have been answered and > > the Fremantle version of Conboy is looking better then ever :) > > > > There is (for now) only one question left: > > When using HildonTe

Re: separate input method for specific application/field

2009-05-19 Thread Murray Cumming
On Tue, 2009-05-19 at 14:26 +0200, Andrey Voropaev wrote: > Hello! > > I'm not very experienced with GTK and maemo, so please bear with me :) > > After reading various pieces of documentation, I got the impression, > that currently it is not possible to set custom input method for > specific inpu

Re: How to press "enter" inside the Fremantle SDK

2009-05-19 Thread Andre Klapper
Am Dienstag, den 19.05.2009, 17:15 +0200 schrieb Alberto Garcia: > This is valid for the Diablo SDK too (the enter key on the N810 is > mapped to GDK_KP_Enter rather than to GDK_Return). ...which some people consider confusing. See e.g. https://bugs.maemo.org/show_bug.cgi?id=3686 or https://bugs.m

Re: How to press "enter" inside the Fremantle SDK

2009-05-19 Thread Cornelius Hald
On Tue, 2009-05-19 at 17:36 +0200, Alberto Garcia wrote: > On Tue, May 19, 2009 at 05:30:53PM +0200, Cornelius Hald wrote: > > > > Use the enter key from the numeric keypad (or use NumLock if your > > > computer doesn't have a one). > > > Ahhh thank you very much - that explains a lot :) I never

Re: Aw: Re: Fremantle user interface behaviour and API

2009-05-19 Thread David Greaves
Cornelius Hald wrote: > Thanks to Claudio and API almost all my questions have been answered and > the Fremantle version of Conboy is looking better then ever :) > > There is (for now) only one question left: > When using HildonTextView inside a PanableArea panning is working fine, > but I can no

Text selection and GtkEntry/GtkTextView

2009-05-19 Thread Andrey Voropaev
Hello! Looks like there's some catch in text selection in GtkEntry/GtkTextView. In my application I'd like to allow user to select text and then click on a button to start working with the selected text. But when the button is clicked, the selection disappears, so the handler does not find any sel

Re: How to press "enter" inside the Fremantle SDK

2009-05-19 Thread Alberto Garcia
On Tue, May 19, 2009 at 05:30:53PM +0200, Cornelius Hald wrote: > > Use the enter key from the numeric keypad (or use NumLock if your > > computer doesn't have a one). > Ahhh thank you very much - that explains a lot :) I never really > figured out how to make NumLock work on my Thinkpad. If you

Re: How to press "enter" inside the Fremantle SDK

2009-05-19 Thread Cornelius Hald
On Tue, 2009-05-19 at 17:15 +0200, Alberto Garcia wrote: > On Tue, May 19, 2009 at 04:58:44PM +0200, Cornelius Hald wrote: > > > when using the Fremantle SDK I'm having problems pressing the > > enter-key. If I press the enter-key on my keyboard nothing is > > happening. I have the same behavior

Re: GtkAction vs. AppMenu

2009-05-19 Thread Cornelius Hald
On Wed, 2009-04-29 at 20:19 +0200, Alberto Garcia wrote: > On Wed, Apr 29, 2009 at 07:37:03PM +0200, Cornelius Hald wrote: > > > Or is it possible to create a GtkButton out of a GtkAction? > > Try this: > > button = gtk_button_new (); > gtk_action_connect_proxy (action, button); Thanks again fo

Re: How to press "enter" inside the Fremantle SDK

2009-05-19 Thread Alberto Garcia
On Tue, May 19, 2009 at 04:58:44PM +0200, Cornelius Hald wrote: > when using the Fremantle SDK I'm having problems pressing the > enter-key. If I press the enter-key on my keyboard nothing is > happening. I have the same behavior with the Diablo SDK but there > the workaround for me was to press

How to press "enter" inside the Fremantle SDK

2009-05-19 Thread Cornelius Hald
Hi, when using the Fremantle SDK I'm having problems pressing the enter-key. If I press the enter-key on my keyboard nothing is happening. I have the same behavior with the Diablo SDK but there the workaround for me was to press the enter-key on the virtual keyboard using the mouse. Now that there

Re: Aw: Re: Fremantle user interface behaviour and API

2009-05-19 Thread Cornelius Hald
Thanks to Claudio and API almost all my questions have been answered and the Fremantle version of Conboy is looking better then ever :) There is (for now) only one question left: When using HildonTextView inside a PanableArea panning is working fine, but I can no longer select text. Are those two

Re: Writing about Py2deb

2009-05-19 Thread Stefan Sayer
Hello, o Benoît HERVIER [05/19/09 14:37]: > Hello, > > I'm not sure that the garage version is up to date. > I'm open to patch, code, and anything else :) that's very good, because I have a question: When I package a python software that comes with setuptools, currently I do python setup.py bdis

Re: Writing about Py2deb

2009-05-19 Thread Benoît HERVIER
Hello, I'm not sure that the garage version is up to date. I'm open to patch, code, and anything else :) I've some modification to put also in the repository, for Mer. Regards, 2009/5/18 Jeremiah Foster : > Hello Khertan, > > I was hoping to talk to you about Py2deb and how it functions. I want

Qt/Maemo in Qt's Git repository

2009-05-19 Thread Murray Cumming
Is there any plan to do the Qt Maemo port, currently in svn here: https://garage.maemo.org/plugins/scmsvn/viewcvs.php/?root=qt4 in the (new) regular Qt git repository: http://qt.gitorious.org/ That would make it easier to see what is happening, and would probably make it easier for the developers

separate input method for specific application/field

2009-05-19 Thread Andrey Voropaev
Hello! I'm not very experienced with GTK and maemo, so please bear with me :) After reading various pieces of documentation, I got the impression, that currently it is not possible to set custom input method for specific input field. At least property "im-module" of GtkEntry is not supported. Is