Re: GtkCellRendererToggle on Fremantle

2009-10-05 Thread Claudio Saavedra
El lun, 05-10-2009 a las 00:02 +0100, Graham Cobb escribió: gpe-calendar contains GtkTreeView with a list of calendars that are being shown. One column is rendered using a GtkCellRendererToggle: i.e. it shows a checkbox to allow the user to control whether the calendar should be shown. In

Re: Sharing services

2009-10-05 Thread daniel wilms
Hi, there will be a public API for the sharing plugins within the final SDK. Cheers Daniel ext Aniello Del Sorbo wrote: I want to use the sharing services. Thus I was looking for the API to share a file via the already installed sharing plugins. Is this API also to be revealed once the

Re: maemo-optify

2009-10-05 Thread Aniello Del Sorbo
Hi Marius, this is package 10 of Xournal with the maemo-optify command right after dh_gencontrol (attached in private mail). And this is what happens once I install it on the device: Nokia-N900-39-9:/home/user# ls -l /usr/share/xournal/ -rw-r--r--1 root root 1044 Oct 4 23:43

Re: GtkCellRendererToggle on Fremantle

2009-10-05 Thread Cornelius Hald
On Mon, 2009-10-05 at 00:02 +0100, Graham Cobb wrote: gpe-calendar contains GtkTreeView with a list of calendars that are being shown. One column is rendered using a GtkCellRendererToggle: i.e. it shows a checkbox to allow the user to control whether the calendar should be shown. In

gwobex problem

2009-10-05 Thread Christian Kuersteiner
Hi, I'm using GwObex to achieve some Obex FTP functionality. I can list the root directory on my test phone with gw_obex_read_dir(). However it fails when I try to change in a directory with gw_obex_chdir(). What I suspect is that since all my directory has a whitespace (e.g. Memory Stick,

Re: mafw-lastfm 0.0.1

2009-10-05 Thread Xabier Rodriguez Calvar
O Ven, 02-10-2009 ás 17:59 +0300, Claudio Saavedra escribiu: [Since this is the initial release, I think it's OK to make a heads up in this mailing, in case anyone else is interested in cooperating with this project] mafw-lastfm is a last.fm scrobbler for maemo devices using the Media

Re: Color wheel mockup

2009-10-05 Thread Cornelius Hald
Hi, first sorry for my late reply. It's a very important subject, but I'm just too busy right now :( I like this mockup even more then the color wheel mockup, because I think it's easier to use. The lines that cross each other at the selected color gives you good feedback even if your finger

Re: gwobex problem

2009-10-05 Thread Johan Hedberg
Hi Christian, On Mon, Oct 05, 2009, Christian Kuersteiner wrote: I'm using GwObex to achieve some Obex FTP functionality. I can list the root directory on my test phone with gw_obex_read_dir(). However it fails when I try to change in a directory with gw_obex_chdir(). What I suspect is that

Optification of already installed packages

2009-10-05 Thread Ville M. Vainio
Anyone done an optification script that does the move-to-opt + symlink for already installed packages? Naive mind would think it's a trivial operation that should just work, any gotchas? -- Ville M. Vainio http://tinyurl.com/vainio ___

Re: Hildon Extras project launched

2009-10-05 Thread Piñeiro
From: Cornelius Hald h...@icandy.de I have just took a quick look. the initial project is set up now. What do we have? - Autotools project that builds a library - 3 Debian packages (the lib, -dev, -doc) but docs are deactivated ATM - pkg-config support - i18n support - HeCheckButton

Re: Hildon Extras project launched

2009-10-05 Thread Cornelius Hald
On Mon, 2009-10-05 at 11:57 +0200, Piñeiro wrote: From: Cornelius Hald h...@icandy.de I have just took a quick look. Thanks for looking :) the initial project is set up now. What do we have? - Autotools project that builds a library - 3 Debian packages (the lib, -dev, -doc) but docs

Re: Hildon Extras project launched

2009-10-05 Thread Ville M. Vainio
On Mon, Oct 5, 2009 at 1:07 PM, Cornelius Hald h...@icandy.de wrote: simple. I'm just more familiar with SVN then with git. Also I have a nice and working SVN plugin in Eclipse which I prefer over vi for programming. If we gain developers who want to have git I'm sure we can switch. For now,

Re: maemo-optify

2009-10-05 Thread Daniel Martin Yerga
Hi. On Mon, 5 Oct 2009 08:51:47 +0100 Aniello Del Sorbo ani...@gmail.com wrote: Hi Marius, this is package 10 of Xournal with the maemo-optify command right after dh_gencontrol (attached in private mail). And this is what happens once I install it on the device:

Re: Hildon Extras project launched

2009-10-05 Thread Cornelius Hald
On Mon, 2009-10-05 at 14:58 +0300, Ville M. Vainio wrote: The deal is that it's much easier to get developers if you use a DVCS ;-). I wish it would be that easy :) ___ maemo-developers mailing list maemo-developers@maemo.org

Re: maemo-optify

2009-10-05 Thread Aniello Del Sorbo
Just tried that, and it installs the optified files in BOTH /opt/maemo and / i.e. /usr/share/xournal/config (for example) is ALSO present in /opt/maemo/usr/share/xournal/config And this for all the optified files except for the binary one. If I do the upgrade it removes the ones in /usr

Re: maemo-optify

2009-10-05 Thread Aniello Del Sorbo
BTW, the package 10 in extras-devel is not optified (otherwise people wouldn't be able to use Xournal). I did send an optified package 10 to Martin, if you need it to have a look at it, just tell me. Aniello 2009/10/5 Aniello Del Sorbo ani...@gmail.com: Just tried that, and it installs the

Re: Color wheel mockup

2009-10-05 Thread Thomas Perl
2009/10/5 Cornelius Hald h...@icandy.de: How about this: We put the labels for R,G,B and hex color directly into the color preview. This saves some space and I think white text with black outline should be readable on every color background. Then we join the palette selection from Thomas with

Re: Color wheel mockup

2009-10-05 Thread Cornelius Hald
On Mon, 2009-10-05 at 14:38 +0200, Thomas Perl wrote: Looks good to me. The only problem I see is that we might not be able to get the style we want using a normal GtkDialog with buttons, but have to somehow re-create the dialog layout from scratch (or can we simply pack the color preview + a

Re: Color wheel mockup

2009-10-05 Thread Thomas Perl
2009/10/5 Cornelius Hald h...@icandy.de: On Mon, 2009-10-05 at 14:38 +0200, Thomas Perl wrote: That doesn't seem like a real problem, as long as we make sure that we get the dialog button style (the one with the blue outline) for our buttons on the right. Exactly. If we can't use the action

Re: mafw-lastfm 0.0.1

2009-10-05 Thread Felipe Contreras
2009/10/5 Xabier Rodriguez Calvar xrcal...@igalia.com: O Ven, 02-10-2009 ás 17:59 +0300, Claudio Saavedra escribiu: [Since this is the initial release, I think it's OK to make a heads up in this mailing, in case anyone else is interested in cooperating with this project] mafw-lastfm is a

Re: mafw-lastfm 0.0.1

2009-10-05 Thread Claudio Saavedra
El lun, 05-10-2009 a las 16:29 +0300, Felipe Contreras escribió: Just excellent! I reviewed it and it is a very good job! I am already working on some patches to add some features, but I'll tell you when they are ready :) /me crosses his fingers for multiscrobble and libre.fm :)

Re: mafw-lastfm 0.0.1

2009-10-05 Thread Alberto Garcia
On Mon, Oct 05, 2009 at 04:55:35PM +0300, Claudio Saavedra wrote: Just excellent! I reviewed it and it is a very good job! I am already working on some patches to add some features, but I'll tell you when they are ready :) /me crosses his fingers for multiscrobble and libre.fm :)

Re: Color wheel mockup

2009-10-05 Thread gary liquid
On Mon, Oct 5, 2009 at 2:35 PM, Graham Cobb g+...@cobb.uk.netg%2b...@cobb.uk.net wrote: On Monday 05 October 2009 14:11:20 Thomas Perl wrote: Also, I have been thinking of implementing relevant parts of the code in Vala (and then either compiling the vala code to C source code for the

Re: Color wheel mockup

2009-10-05 Thread Cornelius Hald
On Mon, 2009-10-05 at 15:11 +0200, Thomas Perl wrote: Also, I have been thinking of implementing relevant parts of the code in Vala (and then either compiling the vala code to C source code for the library or build-depending on Vala, if this is okay with you) - makes it easier to write code

Maemo 5 SDK Beta Ubuntu 9.10

2009-10-05 Thread Aniello Del Sorbo
Anyone updated to the latest Ubuntu 9.10 beta can tell me if she had any issue with the Maemo 5 SDK beta? -- anidel ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: gwobex problem

2009-10-05 Thread Christian Kuersteiner
Hi Johan, Johan Hedberg wrote: Hi Christian, What you describe should be work just fine. Note that the directory name shouldn't be the absolute path but just the name of the directory as it is relative to the current directory. One thing you could do to debug this further is to take a HCI