Numbered sections in wiki (was: Re: Packaging guidelines)

2010-04-29 Thread Dave Neary
Hi, Graham Cobb wrote: 0) I have a meta-comment: to facilitate discussion, the sections of the document should be numbered. This is a user-preference in Mediawiki: in My preferences, in the Misc tab, check Auto-number headings to have sections in all pages numbered. Sections are numbered in

Re: Meaning of Phone.Net.get_current_cell_info return values

2010-04-29 Thread Dawid Lorenz
On 27 April 2010 20:04, chantra chan...@debuntu.org wrote: Actually, the fields you mentioned are the ones returned by get_registration_status get_current_cell_info fields are slightly different. I did not find anything yet on those 2 last fields :s. Have you been looking into sources of

Re: Meaning of Phone.Net.get_current_cell_info return values

2010-04-29 Thread chantra
Hi Dawid, Yes I did a while back, and that sorted me out with get_registration_status reply. Did read over http://mxr.maemo.org/fremantle/source/bluez/audio/telephony-maemo.c I also searched http://mxr.maemo.org to no avail This page

PyQt ForegroundRole

2010-04-29 Thread SC
Hello, I've been struggling getting ForegroundRolehttp://doc.trolltech.com/4.6/qt.htmlto work properly so I can change the text color of certain cells in QTableView. I took an example from http://www.daniweb.com/forums/thread191210-7.html and added the following in the data(...) method:

Re: Packaging guidelines

2010-04-29 Thread daniel wilms
Hi, ext Graham Cobb wrote: 1) These feel like rules, not guidelines, and some of them are much too strict. If we adopt unnecessary rules then what will happen is that people will set up alternative repositories which do not have any rules (or any QA process), and many developers will just

Re: PyQt ForegroundRole

2010-04-29 Thread Ram Kurvakat
Not a 100% sure, but I think this is due to the QMaemo5 style implementation you are not able to do it. Think Ive faced the issue before. Is there a chance you could try with a delegate for your columns, thats worked for me. Implementing the paint(). P.S. i dont use python, I use C++, hence I

Re: Meaning of Phone.Net.get_current_cell_info return values

2010-04-29 Thread Dawid Lorenz
On 29 April 2010 10:34, chantra chan...@debuntu.org wrote: Hi Dawid, Yes I did a while back, and that sorted me out with get_registration_status reply. I've just looked into it as well and you're right. For some reason get_current_cell_info method call returns different value for that

osso-abook

2010-04-29 Thread peltsip
Hi I am having troubles when I am trying to fetch sms -field from addressbook. My code is straight from there: http://wiki.maemo.org/PyMaemo/Accessing_APIs_without_Python_bindings and I don't have a clue how I can do anything except fetch the name. Does someone have a good tip for me? There

Maemo Extas Builder / QT

2010-04-29 Thread Felipe Crochik
I have ported Paulo Cesar's Macuco to the N900 and I am having the hardest time submitting it to the autobuilder. It is the first time I try this so please don't mind if I am missing something obvious. I think some of my problems may be related to the transition to PR1.2 but once I got it

GSoC 2010, eBook reader. Looking for feedback and ideas.

2010-04-29 Thread Juhana Jauhiainen
Hello, I've been lucky enough to get accepted to Google Summer of Code 2010 and my project is to develop an eBook reader for Maemo 5 with Qt 4.6. Coding starts May 24 and before that we have a Community Bonding period so I'm looking for ideas and feature requests. Would be nice to also get

Re: Maemo Extas Builder / QT

2010-04-29 Thread Timo Härkönen
Hi 2010/4/29 Felipe Crochik fel...@crochik.com I have “ported” Paulo Cesar’s Macuco to the N900 and I am having the hardest time submitting it to the autobuilder. It is the first time I try this so please don’t mind if I am missing something obvious… Have you defined build dependencies in

RE: Maemo Extas Builder / QT

2010-04-29 Thread Felipe Crochik
Hi… Yes, I did. On one of them like this: Build-Depends: debhelper (= 5), libqt4-maemo5-dev, libqt4-maemo5-webkit, libqt4-maemo5-xmlpatterns And on the other one like this: Build-Depends: debhelper (= 5), libqt4-dev Thanks, Felipe _ From: Timo Härkönen

Re: GSoC 2010, eBook reader. Looking for feedback and ideas.

2010-04-29 Thread Aniello Del Sorbo
On 29 April 2010 09:24, Juhana Jauhiainen juhana.jauhiai...@gmail.com wrote: Hello, I've been lucky enough to get accepted to Google Summer of Code 2010 and my project is to develop an eBook reader for Maemo 5 with Qt 4.6. Coding starts May 24 and before that we have a Community Bonding period

Re: GSoC 2010, eBook reader. Looking for feedback and ideas.

2010-04-29 Thread Ville M. Vainio
On Thu, Apr 29, 2010 at 10:00 PM, Aniello Del Sorbo ani...@gmail.com wrote: Second, I don't know (I'll read the proposal later today) if you've already had a thought about this, but will you be using regular text (i.e. normal font rendering by Pango) or will you be looking at handling the

Re: git over ssh access for garage projects - calling for brave testers

2010-04-29 Thread Alberto Mardegan
Ferenc Szekely wrote: If you had a few minutes to spare please check it out and let me know your findings. We may have some bugs here and there, so let's find and fix them together. I get this: ma...@portatie:/tmp$ git clone ssh://drop.maemo.org/git/maemo-mapper Initialized empty Git

Re: GSoC 2010, eBook reader. Looking for feedback and ideas.

2010-04-29 Thread Ryan Abel
On Apr 29, 2010, at 12:24 PM, Juhana Jauhiainen wrote: Hello, Howdy! I've been using FBReader on Maemo since the earliest days of the 770, and I've read hundreds of books on my Maemo devices over the past 5 years. So book reading is something rather near to my heart. ;) First and foremost

RE: Maemo Extas Builder / QT

2010-04-29 Thread Felipe Crochik
I have some progress to report but still can use some help: The problem seems to start when I run qmake on scratchbox it adds the “full path” to the qt headers on the Makefile and I end up with: …. INCPATH = -I/targets/FREMANTLE_ARMEL/opt/qt4-maemo5/mkspecs/linux-g++-maemo5 -I.

Re: GSoC 2010, eBook reader. Looking for feedback and ideas.

2010-04-29 Thread Ryan Abel
On Apr 29, 2010, at 6:23 PM, Aniello Del Sorbo wrote: Ryan, how often do you read e-book in portrait mode on the tablets? 99% of the time I use it in portrait mode, except for a short stretch after Maemo 5 was first released when the volume keys wouldn't scroll. ;) The volume rocker is just

Re: GSoC 2010, eBook reader. Looking for feedback and ideas.

2010-04-29 Thread Ville M. Vainio
On Fri, Apr 30, 2010 at 1:09 AM, Ryan Abel rabe...@gmail.com wrote: Implementing format handling from-scratch is going to be a herculean undertaking, so I wonder if you could've borrow FBReader's handling Okular (that happens to be a Qt program) also has format handling code, including