Re: What's the best attack? (Re: How to use extras-testing correctly?)`

2009-09-28 Thread Marius Vollmer
Kojo Tero (Nokia-D/Helsinki) tero.k...@nokia.com writes: But screening people (karma or participation or whatever) for the right to upload is even more questionable than having a team of testers go through the apps. Everyone has to have the right to right to put their stuff to devel and

Re: What's the best attack? (Re: How to use extras-testing correctly?)`

2009-09-28 Thread gary liquid
On Fri, Sep 25, 2009 at 5:29 PM, tero.k...@nokia.com wrote: - Original message - the apps in maemo extras *should* be trusted because we, the community, trust the developers who put them there. Gary, I trust the community, but I really want to be sure. It is also because I like

Re: Asking for developers and user support for a N900 application

2009-09-28 Thread Andrea Grandi
Hi all! Sorry for this long delay, I didn't abandon the idea, I was just very busy :) I've started working to the library and at the moment I've a very preliminary version of it, supporting only Simyo (Spain). You can find the code (brutally copy-pasted) here: CreditChecker.py:

MMS Implementation conversation

2009-09-28 Thread gary liquid
hi, this morning a conversation took place in #maemo which begun to discuss the specifics of implementing MMS in the n900 I have posted the conversation onto the wiki, but it requires extensive weeding and cleanup and converting into an outline and spec please get involved and have a go at

Re: Community widgets for Fremantle

2009-09-28 Thread Piñeiro
From: Thomas Perl th.p...@gmail.com 2009/9/26 Cornelius Hald h...@icandy.de: So how about a dialog that just shows n rows with 3 to 4 colors in each row. Those rows are in a panable area so it's easy to scroll them. Those colors are taken from a palette and (maybe) colors that have been

Re: Asking for developers and user support for a N900 application

2009-09-28 Thread Andrea Grandi
Hi, 2009/9/28 Thomas Perl th.p...@gmail.com: According to PEP-8[1], package and module names should have short, all-lowercase names. so maybe you can rename the module CreditChecker to credit_checker while retaining the name for the class in it (PEP-8: class names use the CapWords

Re: Asking for developers and user support for a N900 application

2009-09-28 Thread Andrea Grandi
Hi, 2009/9/28 Adrián Yanes de...@ayanes.com: Hi Andrea, the idea looks nice. But I think that the problem it´s some companies use flash technology for show the credit sale in their websites. can you show me some of these companies that only use Flash? I think that other option it´s program a

Re: Community widgets for Fremantle

2009-09-28 Thread Thomas Perl
2009/9/28 Piñeiro apinhe...@igalia.com: From: Thomas Perl th.p...@gmail.com I'd rather do without the scrolling if possible. Here's my mock-up and the accompanying Python script that you can use to try it out: http://thpinfo.com/2009/maemo/colorchooser.png

Re: Community widgets for Fremantle

2009-09-28 Thread Cornelius Hald
On Mon, 2009-09-28 at 12:18 +0200, Thomas Perl wrote: Yes, we can probably add whatever we want in the Advanced color dialog. One thing that I would find nice (and that I have not found on any platform yet) is that customized colors are saved per-user and not per-application (so that when I

CONFIG_NET_SCHED

2009-09-28 Thread Evgeny Linsky
Hi, Did anybody enable option CONFIG_NET_SCHED in diablo or freemantle kernel? I am developing software which should manipulate with QoS stuff (like queue). For manipulating with these internals this option should enabled. It works on PC, but enabling it on Diablo kernel leads to reboot of the

Re: Asking for developers and user support for a N900 application

2009-09-28 Thread Andrea Grandi
Hi, 2009/9/28 Thomas Perl th.p...@gmail.com: 2009/9/28 Andrea Grandi a.gra...@gmail.com: A question: is CreditChecker or libcreditchecker a good name? Any other name to suggest to this library? I'd like to register this project somewhere but first I'd like to be sure about the name :) I

Re: Asking for developers and user support for a N900 application

2009-09-28 Thread Joaquim Rocha
Hi, Andrea Grandi wrote: from HTMLParser import HTMLParser --- package name in upper case... urllib2.Request(url, data) method name in upper case... first they suggest name convention and then they're the first one not following them? This really sucks :) Request is an object (a

Re: Asking for developers and user support for a N900 application

2009-09-28 Thread Thomas Perl
2009/9/28 Joaquim Rocha jro...@igalia.com: Andrea Grandi wrote: from HTMLParser import HTMLParser --- package name in upper case... urllib2.Request(url, data) method name in upper case... first they suggest name convention and then they're the first one not following them? This really

Re: Asking for developers and user support for a N900 application

2009-09-28 Thread Andrea Grandi
Hi, 2009/9/28 Thomas Perl th.p...@gmail.com: They can't just change the naming for the standard library, as this would (obviously) break old code. Most likely these libraries have been around longer than PEP-8 has ;) I feel a bit bad about this, too, but at least it has been fixed in Python

Re: Asking for developers and user support for a N900 application

2009-09-28 Thread Andrea Grandi
Hi all the Credit Checker library is now hosted here: http://code.google.com/p/creditchecker/ any help is welcome :) -- Andrea Grandi email: a.grandi [AT] gmail [DOT] com website: http://www.andreagrandi.it PGP Key: http://www.andreagrandi.it/pgp_key.asc

Re: [Python] How to get a Desktop Widget to appear in Add Widget list

2009-09-28 Thread Bruno Araujo
On Sun, Sep 27, 2009 at 7:17 PM, Brent Chiodo bchi...@gmail.com wrote: I am having a difficult time getting my python-based Desktop Widget to appear in the Add Widget list. If I copy my widget's main .py and .desktop files to the correct directories, my widget will just appear on the desktop

Re: Community widgets for Fremantle

2009-09-28 Thread Cornelius Hald
On Mon, 2009-09-28 at 13:00 +0200, Thomas Perl wrote: 2009/9/28 Cornelius Hald h...@icandy.de: On Mon, 2009-09-28 at 12:18 +0200, Thomas Perl wrote: Yes, we can probably add whatever we want in the Advanced color dialog. One thing that I would find nice (and that I have not found on any

Re: MMS Implementation conversation

2009-09-28 Thread Ville M. Vainio
On Mon, Sep 28, 2009 at 12:58 PM, gary liquid liq...@gmail.com wrote: hi, this morning a conversation took place in #maemo which begun to discuss the specifics of implementing MMS in the n900 I have posted the conversation onto the wiki, but it requires extensive weeding and cleanup and

Re: Community widgets for Fremantle

2009-09-28 Thread gary liquid
On Mon, Sep 28, 2009 at 1:17 PM, Cornelius Hald h...@icandy.de wrote: On Mon, 2009-09-28 at 13:00 +0200, Thomas Perl wrote: 2009/9/28 Cornelius Hald h...@icandy.de: On Mon, 2009-09-28 at 12:18 +0200, Thomas Perl wrote: Yes, we can probably add whatever we want in the Advanced color

Re: Community widgets for Fremantle

2009-09-28 Thread Thomas Perl
2009/9/28 Cornelius Hald h...@icandy.de: On Mon, 2009-09-28 at 13:00 +0200, Thomas Perl wrote:  * Added pure black and white as suggested by Graham  * One slot is free (when the current setting is a custom color that is    not in the palette, the slot will be taken by that color and

Re: MMS Implementation conversation

2009-09-28 Thread Mohammed Hassan
On Mon, 2009-09-28 at 15:24 +0200, ext Ville M. Vainio wrote: On Mon, Sep 28, 2009 at 12:58 PM, gary liquid liq...@gmail.com wrote: hi, this morning a conversation took place in #maemo which begun to discuss the specifics of implementing MMS in the n900 I have posted the conversation

Re: Community widgets for Fremantle

2009-09-28 Thread Cornelius Hald
On Mon, 2009-09-28 at 15:29 +0200, Thomas Perl wrote: 2009/9/28 Cornelius Hald h...@icandy.de: On Mon, 2009-09-28 at 13:00 +0200, Thomas Perl wrote: * Added pure black and white as suggested by Graham * One slot is free (when the current setting is a custom color that is not in the

Re: Community widgets for Fremantle

2009-09-28 Thread Cornelius Hald
On Mon, 2009-09-28 at 13:28 +, gary liquid wrote: for now, sure its the only practical way we are going to advance since we have a good idea what this may look like, how about we get down to sorting out where its going to live. I was hoping that we get some input from the Hildon project

Re: Community widgets for Fremantle

2009-09-28 Thread gary liquid
On Mon, Sep 28, 2009 at 1:48 PM, Cornelius Hald h...@icandy.de wrote: On Mon, 2009-09-28 at 13:28 +, gary liquid wrote: for now, sure its the only practical way we are going to advance since we have a good idea what this may look like, how about we get down to sorting out where its

Re: Community widgets for Fremantle

2009-09-28 Thread Graham Cobb
On Monday 28 September 2009 14:48:01 Cornelius Hald wrote: On Mon, 2009-09-28 at 13:28 +, gary liquid wrote: do we attempt to make sure the api/options for a gtk/hildon/sexy lib replacement exist, or do we aim for a maemo_community library for these kinds of dialogs? I'm not

Re: Community widgets for Fremantle

2009-09-28 Thread Cornelius Hald
I'm not completely sure what you're asking :) Could you elaborate a bit please. well, a simple dialog is one thing and thats what we appear to be rounding on now. but I'm sure over the years in the main libraries, options and flags and extra bits have been

Re: Community widgets for Fremantle

2009-09-28 Thread Cornelius Hald
On Mon, 2009-09-28 at 16:17 +0200, Cornelius Hald wrote: Well, HildonColorChooser and GtkColorSelection already have totally different API. So I wouldn't even know which one of them to emulate. Also Hildon and Gtk will still be around, so we can't develop a drop-in replacement because the

Re: git push problem at git.maemo.org

2009-09-28 Thread Alberto Mardegan
Ferenc Szekely wrote: Apologies for the inconvenience if you and your project are affected. In the meantime are there any workarounds to this problem? Ciao, Alberto -- http://www.mardy.it - geek in un lingua international! ___ maemo-developers

Re: Debmaster: Help for PyMaemo dependency hell on Fremantle?

2009-09-28 Thread Thomas Waelti
So I guess there must be a bug somewhere in my package files. There is, it's in the changelog. The canonical place for the version string is in your changelog - debian tools look for that string and assign the version based on that. Here's the first line of your changelog for verion 0.6.4:

Re: git push problem at git.maemo.org

2009-09-28 Thread Ferenc Szekely
Hi, Alberto Mardegan wrote: Ferenc Szekely wrote: Apologies for the inconvenience if you and your project are affected. In the meantime are there any workarounds to this problem? No workaround as we speak. I took a couple of problematic repositories from the server and tried accessing them

Re: git push problem at git.maemo.org

2009-09-28 Thread Javier S. Pedro
Please let me know if you experienced problems (except speed) when pushing code changes to git.maemo.org. Also please let me know if you read or heard about workarounds in case git (or actually curl) returns with error code 18 [2] following push. Hi, Since a few days, I've not been able to

Re: What's the best attack? (Re: How to use extras-testing correctly?)`

2009-09-28 Thread Benoît HERVIER
Yeah ... come back to the old time where every developpers create his own repository. :) 2009/9/28 gary liquid liq...@gmail.com: On Fri, Sep 25, 2009 at 5:29 PM, tero.k...@nokia.com wrote: - Original message - the apps in maemo extras *should* be trusted because we, the community,

Re: git push problem at git.maemo.org

2009-09-28 Thread Benoît HERVIER
Hi, Trying to migrate mSaber from svn to git (clean project without anything imported), i got a 404 error on the log ... and seems still to svn, and didn't have the option anymore to move to git. Also i got error trying to move also pygtkeditor without success. Best regards, 2009/9/28 Ferenc

Re: Debmaster: Help for PyMaemo dependency hell on Fremantle?

2009-09-28 Thread Benoît HERVIER
Hi, Ok this is clearly a bug of py2deb which didn't include the package number. I ll fix this tomorrow in the morning. Best regards, 2009/9/28 Thomas Waelti twae...@gmail.com: So I guess there must be a bug somewhere in my package files. There is, it's in the changelog. The canonical place

Re: Debmaster: Help for PyMaemo dependency hell on Fremantle?

2009-09-28 Thread Thomas Wälti
Hello Benoît Here is the fix: Change line 312 (? depending on your current version...) to #== # CREATE debian/changelog #==

Re: git push problem at git.maemo.org

2009-09-28 Thread Ferenc Szekely
Hello, Ferenc Szekely wrote: Hi, Alberto Mardegan wrote: Ferenc Szekely wrote: Apologies for the inconvenience if you and your project are affected. In the meantime are there any workarounds to this problem? No workaround as we speak. I took a couple of problematic repositories from the

Re: git push problem at git.maemo.org

2009-09-28 Thread Ferenc Szekely
Hi again, git push works again on git.maemo.org. I don't even want to say what the problem was... shame on me, but I forgot to turn DAV on for the project repositories. The web server did its job to serve the content as is, not giving a chance to the webdav module to chew on the requests from

Re: Debmaster: Help for PyMaemo dependency hell on Fremantle?

2009-09-28 Thread Benoît HERVIER
The diablo version was the last ... but ... maybe it s the fremantle which is older :) Anyway i ll push it. Thx for the fix. Le 28 septembre 2009 22:24, Thomas Wälti twae...@gmail.com a écrit : Hello Benoît Here is the fix: Change line 312 (? depending on your current version...) to

Re: git push problem at git.maemo.org

2009-09-28 Thread Benoît HERVIER
Hi, So for migrating from svn to git this doesn't seems related. I still see svn on mSaber and PyGTKEditor where conversion fail due to fact that svn was never used. https://git.maemo.org/svn2git_logs/svn2git_request_pygtkeditor.log https://git.maemo.org/svn2git_logs/svn2git_request_msaber.log

Re: git push problem at git.maemo.org

2009-09-28 Thread Benoît HERVIER
Did you want i submit a bug in bugs.maemo.org ? Le 29 septembre 2009 06:22, Benoît HERVIER kher...@khertan.net a écrit : Hi, So for migrating from svn to git this doesn't seems related. I still see svn on mSaber and PyGTKEditor where conversion fail due to fact that svn was never used.