Re: Harmattan Python is available

2011-06-21 Thread Edward Page
Thank you very much for all of this work! I had several questions and so decided to go to the source to find the answers but I can't seem to find a link from the wiki page (or a quick google search). I assume things are still rolling out? Since the deps aren't on the system and I assume you

Re: PyQt issues on Diablo?

2010-12-29 Thread Edward Page
On Fri, Dec 10, 2010 at 2:25 AM, Attila Csipa ma...@csipa.in.rs wrote: Oooh, just realized we're talking about *Diablo*. Let me check. Any update on this? Sadly too many people use software out of extras-devel and end up in this situation, despite the warnings I add on top of all of the other

Re: PyQt issues on Diablo?

2010-12-09 Thread Edward Page
On Wed, Dec 8, 2010 at 4:58 AM, Attila Csipa ma...@csipa.in.rs wrote: This issue was due to some dependency/promotion issues which left PyQt in a half-promoted state. An update has been made some three weeks ago (during the conference :) and everything should be dandy after that. If not, the

PyQt issues on Diablo?

2010-12-07 Thread Edward Page
I've been working on porting DialCentral to Qt. I've got some users wanting to test this out on Diablo but they are getting the following error: dialcentral_qt.py Traceback (most recent call last): File /opt/dialcentral/lib/dialcentral_qt.py, line 12, in module from PyQt4 import QtGui

Package Promotion Assistance?

2010-10-19 Thread Edward Page
*sigh* Google changed yet another thing on Google Voice. The woes of developing against a website instead of an API. This breaks some functionality in The One Ring and a lot of functionality in Dialcentral. I've got a fix but am running into some issues. The Diablo packages built fine, I got

Re: Package Promotion Assistance?

2010-10-19 Thread Edward Page
I'm sorry I forgot an issue. So previous issues: 1. Fremantle builds not happening 2. Would appreciate assistance in getting a bug-fix only release through the queue quickly. The item I forgot was when promoting The One Ring for Diablo. I'm evil and depend on a user package to provide the UI

Help promoting an application?

2010-08-25 Thread Edward Page
Hey fellow developers, Google rolled out a feature today to use Google Voice inside GMail. This adds another callback number which exposed a bug in Dialcentral that could get hit no other way. I've applied a patch and got it into extras-testing. I'm running it and several other people both on

Re: Python bindings for Qt Mobility APIs now available

2010-08-19 Thread Edward Page
On Thu, Aug 19, 2010 at 5:32 AM, Matti Airas matti.p.ai...@nokia.com wrote: Are you a Python developer, feeling envious of your C++-coding buddies cranking out N900 Qt applications with all those nice Qt Mobility APIs [1]? No reason for envy any longer: The PyMaemo/PySide team is proud to

Re: 1.2

2010-05-25 Thread Edward Page
Anyone know if there will be legacy (HW2001) firmwares available for 1.2? Its been long enough since the last firmware upgrade (as in it tests my memory not that I'm ungrateful for the development/QA done) that I forgot where/how I got the legacy variant. If I remember right from last time, the

Re: Extras-testing improvements

2010-03-09 Thread Edward Page
On Tue, Mar 9, 2010 at 3:42 AM, Niels Breet ni...@maemo.org wrote: You have to see that Extras should be for applications that are of a high quality. The Extras repository should not give any problems to people who are new to Maemo and have no clue how to work with linux for instance.

Re: Integrating with System Contacts (RTComm)

2010-03-06 Thread Edward Page
On Sat, Jan 30, 2010 at 4:31 AM, artem.garm...@nokia.com wrote: Hi, Try to add SecondaryVCardFields=TEL to the main section of your profile. Or you could set/unset it for an account at run-time using libmcclient. Sorry for the long delay on this. Sadly adding a SecondaryVCardFields to my

telepathy-python bug fix for Requests Interface

2010-03-04 Thread Edward Page
helpful attention Ed Page http://theonering.garage.maemo.org/index.html On Tue, Mar 2, 2010 at 8:43 PM, Edward Page eop...@byu.net wrote: I've been hunting down an issue with The One Ring which exhibits itself as calls randomly failing with an error being reported to the user as General Error

Calls Reporting General Error, is it my Connection Manager or is it RTComm?

2010-03-02 Thread Edward Page
I've been hunting down an issue with The One Ring which exhibits itself as calls randomly failing with an error being reported to the user as General Error. I've been setting up traces within my code and logging what is happening on the DBus Session bus. I've seen no difference in the logs for

Re: TreeView with variable height rows?

2010-02-16 Thread Edward Page
On Tue, Feb 16, 2010 at 9:29 AM, Luca Donaggio donag...@gmail.com wrote: I'm trying to add a multi-line text to a TreeViewColumn using the markup property of a standard CellRendererText; The text is correctly word-wrapped so that it spans on multiple lines, but the problem is that the treeview

Re: Plugging in custom calling buttons in contacts

2010-02-13 Thread Edward Page
On Sat, Feb 13, 2010 at 12:15 PM, Martin DeMello martindeme...@gmail.com wrote: On Sat, Feb 13, 2010 at 11:40 PM, Dawid Lorenz a...@adl.pl wrote: On 13 February 2010 16:10, Martin DeMello martindeme...@gmail.com wrote: Sounds like a plan. Can you point a direction how to add such action to

Re: Plugging in custom calling buttons in contacts

2010-02-11 Thread Edward Page
On Thu, Feb 11, 2010 at 6:36 PM, Dawid Lorenz a...@adl.pl wrote: Here's the thing - I quite often place international calls from UK using local proxy landline numbers. So for example I place call to 0123123123p0048, where 0123123123 is UK landline number from provider that offers

Re: Telephone API question - answering a call.

2010-02-06 Thread Edward Page
On Wed, Jan 27, 2010 at 3:52 AM, kai.vehma...@nokia.com wrote: On 27 Jan 2010, Dave Neary wrote: Matan Ziv-Av wrote: how do I answer an incoming call from a C program (or command line, or a python program, for that matter)? btw, I'd recommend using Telepathy for calls and messaging. CSD is

Integrating with System Contacts (RTComm)

2010-01-29 Thread Edward Page
I've written a Google Voice connection manager for Telepathy. One of the number one requests for it is support for system contacts. I've tried to imitate Sofia (SIP) and Spirit (Skype) in specifying TEL along with X-GV in the VCardFields for my call and chat sections of my .profie file. I have

Re: Is mauku open source, i.e free or is in non-free?

2010-01-28 Thread Edward Page
I can't speak for Marius but I can say that in the (hardcore) Linux world Free has generally meant libre rather than gratis, except where specifically stated. I hope that the quotes and a parenthetical qualifier for that judging statement show that I am not implying anything good or bad about

Re: Telephone API question - answering a call.

2010-01-27 Thread Edward Page
This is something I'm also very interested in. With The One Ring (a GV plugin for RTComm) there is a usability issue that could be solved by auto-pick up of calls. Unfortunately I'm busy with lower level details at the moment and don't have the time to look into it. I'm unsure how much

Updating of webpages from git

2010-01-25 Thread Edward Page
If I remember correctly, when a project uses GIT there is a script that runs periodically to update the projects webpage off of the directory www in the repo. I modified the page in www on Friday and have not seen any updates to the webpage at theonering.garage.maemo.org. Anyone else

Re: running application automatically at system startup

2010-01-18 Thread Edward Page
.2010/1/18 Kimmo Hämäläinen kimmo.hamalai...@nokia.com: On Sun, 2010-01-17 at 08:47 +0100, ext ibrahim wrote: cheers; I wonder how to make my application run automatically at system startup. I've read about many ways to do so ( different ways for different linux distributions) but I'm not

Re: settings (control-panel) applet in python

2010-01-11 Thread Edward Page
Yes you can. For Mer I did experimenting with different existing approaches and then some experimenting beyond it and tried to collect the best practices to various bugs (modality, double creation, etc). The C-code should require minimal changes to jump-start your python.

Re: Storing passwords on Maemo 5

2010-01-06 Thread Edward Page
I'm developing an app for Maemo 5 and I have to store a username/password pair. My application is being developed with Qt/C++ and I wish if Maemo comes with any lib for doing the job (even if it's Glib/C oriented). I have searched for gnome-keyring but it seems it doesn't come with Maemo by

Maemo Best Practices

2009-12-07 Thread Edward Page
Hi All, I was talking to texrat recently who had the idea of organizing best practices for app development. Currently I really only have a couple of categories with limited ideas for each. I'm curious what you all think before running off and creating the wiki page. Out of laziness, I did some

Upgrade Description and Package Interface fun

2009-11-16 Thread Edward Page
After getting some comments about this for Gonvert, I thought I'd finally look into this issue, see: http://maemo.org/packages/package_instance/view/fremantle_extras-testing_free_armel/gonvert/0.9.0-4 So I have 4 packages in the Fremantle Package interface

Re: Follow up from QA meeting on IRC

2009-11-11 Thread Edward Page
The results of the meeting all sound good. As part of the UX work, should we include the application ratings as part of the testing interface? We just had someone step through random areas of an app, it seems we should leverage this and remind them to rate it. Which reminds me, any reason Maemo