Re: maemo-optify, autobuilder /opt

2009-11-09 Thread Ed Bartosh
2009/11/9 Marius Vollmer marius.voll...@nokia.com:

 When autobuilder expected to start to optify packages without
 debian/optify in them?

 I don't know.  We certainly need to tune the heuristic of maemo-optify
 first to handle Python.

Just in case you need my help. I'm here for this week. My 2 weeks
vacation starts on Satuday.

-- 
BR,
Ed
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Maemo5 on Beagleboard

2009-11-09 Thread Henning Heinold
On Wed, Nov 04, 2009 at 09:09:15PM +0100, Till Harbaum / Lists wrote:
 Hi,
 
 Am Mittwoch 04 November 2009 schrieb Henning Heinold:
  did you download the latest driver from
  http://home.eeti.com.tw/web20/eGalaxTouchDriver/linuxDriver.htm ?
 Nope, i am using the driver that is present in the kernel. 
 

Kernel and X driver are different cases.

  It comes with binary calibration and configure program called Touchkit,
  which resolve your touchscreen problems. There is one funny think to notice
  the right mouse click is emulated be holding the touchscreen for some time,
  but this is configurable to your needs via the Touchkit-program.
 Did you successfully run this program on maemo5 on the beagleboard?
 
 Till

Nope only on atom-board with external touchscreen.

Args now its its clear what I forogt. Because its binary
it will not run on arm. Perhaps with qemu, if qemu runs
on beagleboard.

Bye Henning
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


git+ssh on garage.maemo.org

2009-11-09 Thread Cornelius Hald
Hi,

would it be possible to add ssh support to git on garage?

I´m asking because transifex.net (the future maemo.org translation 
platform) can only push changes to git repositories via ssh, not via https.
If we want to use that service on garage/git we either need support for 
ssh on garage/git or we need support for git+https in transfex.net.

I don´t know what is more work and I have absolutely no technical 
insights into both projects. Only I think we should someone bridge the gap.

What do you think?
Conny

P.S.: tmo hreads about transifex.net:
http://talk.maemo.org/showthread.php?t=27997
http://talk.maemo.org/showthread.php?t=33382

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: DBus service name

2009-11-09 Thread Aniello Del Sorbo
2009/11/9 Henrik Hedberg henrik.hedb...@innologies.fi:
 Aniello Del Sorbo wrote:

 there's no two without a three... so.. third question of the day.
 I am using com.nokia.xournal as DBus service name. I wanted to change it.
 Thus I went to xournal.service and xournal.desktop files and changed
 it to something less nokian and more maemian like org.maemo.xournal.

 Guess what.. Xournal gets killed after a few minutes.
 Reverted back to com.nokia.xournal and it works again.

   See:

 http://wiki.maemo.org/Documentation/Maemo_5_Developer_Guide/Application_Development/LibOSSO_library#Maemo_initialization

   The name in OSSO initialization, .desktop file, and .service file must be
 the same.

   BR,

   Henrik


Thanks Henrik,

I know that, and they were the same... but still didn't work.
It works now that I reverted back to com.nokia.xournal...

Weird

-- 
anidel
Sent from London, Eng, United Kingdom
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: DBus service name

2009-11-09 Thread Aniello Del Sorbo
I got it now.

I initialize osso with a call like:

osso_initialize (PACKAGE, VERSION, 0, NULL);

where PACKAGE is the Debian name xournal. I think com.nokia is then
automatically added.
I think I had this issue already and figured it out already in Diablo
but never bothered to change.

Thanks for triggering it back :)

Aniello

2009/11/9 Aniello Del Sorbo ani...@gmail.com:
 2009/11/9 Henrik Hedberg henrik.hedb...@innologies.fi:
 Aniello Del Sorbo wrote:

 there's no two without a three... so.. third question of the day.
 I am using com.nokia.xournal as DBus service name. I wanted to change it.
 Thus I went to xournal.service and xournal.desktop files and changed
 it to something less nokian and more maemian like org.maemo.xournal.

 Guess what.. Xournal gets killed after a few minutes.
 Reverted back to com.nokia.xournal and it works again.

   See:

 http://wiki.maemo.org/Documentation/Maemo_5_Developer_Guide/Application_Development/LibOSSO_library#Maemo_initialization

   The name in OSSO initialization, .desktop file, and .service file must be
 the same.

   BR,

   Henrik


 Thanks Henrik,

 I know that, and they were the same... but still didn't work.
 It works now that I reverted back to com.nokia.xournal...

 Weird

 --
 anidel
 Sent from London, Eng, United Kingdom




-- 
anidel
Sent from London, Eng, United Kingdom
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: DBus service name

2009-11-09 Thread David King
On 2009-11-09 09:08, Aniello Del Sorbo ani...@gmail.com wrote:
I got it now.

I initialize osso with a call like:

osso_initialize (PACKAGE, VERSION, 0, NULL);

where PACKAGE is the Debian name xournal. I think com.nokia is then
automatically added.

Correct: 
http://maemo.org/api_refs/5.0/5.0-final/libosso/group__Init.html#g05d45d1e72c2cd74f665086225141431

-- 
David King | http://amigadave.blogspot.com/ | dav...@openismus.com
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


maemo-release

2009-11-09 Thread Gabriel Schulhof
Hey, all!

I added a package to the extras(-devel)? repositories called
maemo-release. It has version 1.0.0 in gregale, 2.0.0 in bora, 3.0.0 in
Chinook, etc. ...

The idea behind it is that it should make it easier to prevent having to
make multiple sets of binary packages from one source package: one for
gregale, one for bora, one for chinook, etc., after making minor changes
to the source package.

This package seeks to address the following problem: Some packages that
are available in, say, Fremantle, are not available in, say Diablo. This
causes one to have to have different Depends: and Build-Depends:
lines in debian/control so as to suit the different distributions.

With the maemo-release package present in the distribution, this problem
is avoided, because one can always

Depends: package-only-available-in-fremantle | maemo-release ( 5.0.0)

I've made a wiki page about this at [0].

HTH,



Gabriel

[0] http://wiki.maemo.org/Maemo-releases

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: DBus service name

2009-11-09 Thread Aniello Del Sorbo
2009/11/9 David King dav...@openismus.com:
 On 2009-11-09 09:08, Aniello Del Sorbo ani...@gmail.com wrote:
I got it now.

I initialize osso with a call like:

osso_initialize (PACKAGE, VERSION, 0, NULL);

where PACKAGE is the Debian name xournal. I think com.nokia is then
automatically added.

 Correct:
 http://maemo.org/api_refs/5.0/5.0-final/libosso/group__Init.html#g05d45d1e72c2cd74f665086225141431


Yup.
I strongly remember this issue already in Diablo.. and 'probably' it
was me that triggered that comments there.
Oh well.. if it was me double shame on me for not remembering this
straight away :)

-- 
anidel
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Testing nonsense

2009-11-09 Thread Ville M. Vainio
On Tue, Nov 3, 2009 at 6:47 PM, Murray Cumming murr...@murrayc.com wrote:

 in terms of features, usability, reliability and fun. But we also face
 the risk of getting maemo.org Extras associated with beta quality
 software made by geeks for geeks only, without the last mile of
 polishing.

Possibly off-topic, but what's the current recommended place for
software without that last mile of polishing (but with prospect of
getting moved to extras after widespread field use)?

Extras-devel isn't it, as it brings in library updates etc
(subsequently bricking your device). I'm thinking of something like
Ubuntu PPA's, that build the applications against the current stable
libraries.

-- 
Ville M. Vainio
http://tinyurl.com/vainio
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: git+ssh on garage.maemo.org

2009-11-09 Thread Ferenc Szekely
Hello,

Cornelius Hald wrote:
 Hi,
 
 would it be possible to add ssh support to git on garage?
 
 I´m asking because transifex.net (the future maemo.org translation 
 platform) can only push changes to git repositories via ssh, not via https.
 If we want to use that service on garage/git we either need support for 
 ssh on garage/git or we need support for git+https in transfex.net.
 
 I don´t know what is more work and I have absolutely no technical 
 insights into both projects. Only I think we should someone bridge the gap.
 
 What do you think?

Yes, it will be possible. First we would like to complete the server
move and then I will work on git over ssh support. It has been on the
list for quite a while.

 Conny
 
 P.S.: tmo hreads about transifex.net:
 http://talk.maemo.org/showthread.php?t=27997
 http://talk.maemo.org/showthread.php?t=33382
 
Cheers,
ferenc
-- 
maemo.org sysadmin, developer
email: fer...@maemo.org
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: git+ssh on garage.maemo.org

2009-11-09 Thread Cornelius Hald
Ferenc Szekely wrote:
 Yes, it will be possible. First we would like to complete the server
 move and then I will work on git over ssh support. It has been on the
 list for quite a while.

Cool, thanks a lot for the fast answer :)
Conny

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: maemo-release

2009-11-09 Thread David Greaves
On Mon, 2009-11-09 at 12:16 +0200, Gabriel Schulhof wrote:
 Hey, all!
 
 I added a package to the extras(-devel)? repositories called
 maemo-release. It has version 1.0.0 in gregale, 2.0.0 in bora, 3.0.0 in
 Chinook, etc. ...

Cool... what values did you pick for Mer?

David


___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: maemo-release

2009-11-09 Thread Frantisek Dufka
Gabriel Schulhof wrote:
 Hey, all!
 
 I added a package to the extras(-devel)? repositories called
 maemo-release. It has version 1.0.0 in gregale, 2.0.0 in bora, 3.0.0 in
 Chinook, etc. ...

There already is package named maemo-version in the SDK. And the 
numbering is different (and consistent with SDK releases), Gregale is 
2.2, Bora 3.x, Chinook 4.0, Diablo 4.1, 

Not good :-(

Regards,
Frantisek
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: HildonFileChooserDialog // Showing File Extensions

2009-11-09 Thread Benoît HERVIER
No idea ? Filling a bug ?

Le 6 novembre 2009 19:04, Benoît HERVIER kher...@khertan.net a écrit :
 Hi,

 I'would like to show file extension in a hildon.FileChooserDialog. But
 i didn't see anything in the documentations
 (http://maemo.org/api_refs/5.0/5.0-final/hildonfm/HildonFileChooserDialog.html)

 Does there is some tricks to know or it s cannot be done ?

 Thanks.
 --
 Benoît HERVIER - http://khertan.net/




-- 
Benoît HERVIER - http://khertan.net/
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: HildonFileChooserDialog // Showing File Extensions

2009-11-09 Thread Andre Klapper
Am Montag, den 09.11.2009, 16:23 +0100 schrieb Benoît HERVIER:
 No idea ? Filling a bug ?

No need to, see https://bugs.maemo.org/show_bug.cgi?id=430 .

andre

 Le 6 novembre 2009 19:04, Benoît HERVIER kher...@khertan.net a écrit :
  Hi,
 
  I'would like to show file extension in a hildon.FileChooserDialog. But
  i didn't see anything in the documentations
  (http://maemo.org/api_refs/5.0/5.0-final/hildonfm/HildonFileChooserDialog.html)
 
  Does there is some tricks to know or it s cannot be done ?
 
  Thanks.
  --
  Benoît HERVIER - http://khertan.net/
 

-- 
Andre Klapper (maemo.org bugmaster)

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: HildonFileChooserDialog // Showing File Extensions

2009-11-09 Thread Benoît HERVIER
Hum ...

I'm the author of PyGTKEditor, since fremantle, we can't use anymore
gtk.FileChooserDialog due to the theme with his enormous Open
button, letting us choose only 3th or 4th characters of a file.

But as an source code editor, i want to open one file of my project in
which contain the following files :

- pygtkeditor.py
- pygtkeditor.pyo
- pygtkeditor.service
- pygtkeditor.desktop

But there is no differences visible between this file in the
hildon.FileChooserDialog ... extension here is really needed ...

- pygtkeditor
- pygtkeditor
- pygtkeditor
- pygtkeditor

But it s seems you assume seeing extension isn't for end user ? But
here it s difficult without ...
same thing for image editor ... how does i select the png  version of
an image which exist also in jpg ... random choose ...

And no ... this things is in won't FIX ...  this sucks ! As now in
fremantle we couldn't use anymore gtk.FileChooserDialog ...

Still no idea ?

/me like less and less fremantle and this dumb user orientation ...

2009/11/9 Andre Klapper aklap...@openismus.com:
 Am Montag, den 09.11.2009, 16:23 +0100 schrieb Benoît HERVIER:
 No idea ? Filling a bug ?

 No need to, see https://bugs.maemo.org/show_bug.cgi?id=430 .

 andre

 Le 6 novembre 2009 19:04, Benoît HERVIER kher...@khertan.net a écrit :
  Hi,
 
  I'would like to show file extension in a hildon.FileChooserDialog. But
  i didn't see anything in the documentations
  (http://maemo.org/api_refs/5.0/5.0-final/hildonfm/HildonFileChooserDialog.html)
 
  Does there is some tricks to know or it s cannot be done ?
 
  Thanks.
  --
  Benoît HERVIER - http://khertan.net/
 

 --
 Andre Klapper (maemo.org bugmaster)

 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers




-- 
Benoît HERVIER - http://khertan.net/
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Looking for a tag cloud widget (like the one in Edit tags)

2009-11-09 Thread Thomas Perl
Hello!

I need a widget that can display a tag cloud out of a list of items
that I provide (with different font sizes depending on a weight
associated with each item). In Fremantle, the Images and Camera apps
have such a tag cloud (the dialog is called Edit tags), but I don't
think that the widget itself is open (if it is, please kindly point me
to its source ;).

If there's no such thing, maybe I'll do one for Hildon Extras; just
don't want to duplicate work that someone else might have done already
:)

Thanks,
Thomas
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Problems Panning/Clicking with GtkIconView

2009-11-09 Thread Jonathan Blake
Hi everyone,

I am having a hell of a time trying to get an GtkIconView working correctly
with the pannable area widget. Using hildon.GtkIconView I am able to pan by
using the scrollwheel on my mouse, but if i click anywhere to start panning,
it immediately activates whatever was clicked on. gtk.IconView does pretty
much exactly the same thing. Removing the connect function obviously allows
you to pan freely.

Code is as follows (I've left in various settings etc for completeness'
sake):

pan_area = hildon.PannableArea()
model = gtk.ListStore(str, gtk.gdk.Pixbuf)

for item in xmlf:
thumbnail_data = gtk.gdk.pixbuf_new_from_file(
cache_path_thumbs + item[filename])
model.append([str(item['name']), thumbnail_data])

grid = hildon.GtkIconView(gtk.HILDON_UI_MODE_NORMAL, model)
grid.set_selection_mode(gtk.SELECTION_SINGLE)
grid.set_pixbuf_column(1)
grid.set_columns(4)
grid.set_item_width(190)
grid.set_spacing(thumbnail_spacing)
grid.connect('selection-changed', self.thumbnailSelect, model, window)
pan_area.add_with_viewport(grid)


Points of note: I'm using the Vmware SDK. I know that has a few bugs so
maybe this is one of them. As mentioned, the scrollwheel does pan the area,
so pannable area is working as intended.

Does anyone have any ideas? this is a pretty critical issue and I don't know
of anyone else who's managed to get this working.

What am I doing wrong?

Thanks!
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers