Hildon-thumbnail's API

2008-08-05 Thread Philip Van Hoof
); But this: void hildon_thumbnail_factory_move(HildonThumbnailFactory *self, const gchar *src_uri, const gchar *dest_uri); * Etc etc etc -- Philip Van Hoof, freelance software developer home: me at pvanhoof dot be gnome

Re: Modest/TinyMail problems (continue from the blog comments)

2008-06-25 Thread Philip Van Hoof
On Wed, 2008-06-25 at 10:00 +0100, Graham Cobb wrote: On Wednesday 25 June 2008 01:10:28 Philip Van Hoof wrote: Polymer does a similar thing to Mulberry. I also have some very large folders and I liked the Polymer approach a lot. It is a shame the author doesn't have the time/resources

Re: Modest/TinyMail problems (continue from the blog comments)

2008-06-25 Thread Philip Van Hoof
On Wed, 2008-06-25 at 10:48 +0200, Luca Olivetti wrote: En/na Philip Van Hoof ha escrit: Polymer does a similar thing to Mulberry. The technique is indeed very interesting and could be adapted to work with offline operations too, if downloading is allowed to take place in the background

Re: Modest/TinyMail problems (continue from the blog comments)

2008-06-25 Thread Philip Van Hoof
On Wed, 2008-06-25 at 16:31 +0100, Dave Cridland wrote: On Wed Jun 25 10:23:44 2008, Philip Van Hoof wrote: My biggest problem with Modest has always been that the UI requirements seem to have driven the development, to the extent that although Tinymail is pretty good, both its

Re: Modest/TinyMail problems (continue from the blog comments)

2008-06-24 Thread Philip Van Hoof
queue with a maximum number of items). Sounds good my idea? I think that Modest could manage 200 messages quite good. Please let me know what do you think about it. Best regards, -- Philip Van Hoof, freelance software developer home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org

Re: Modest/TinyMail problems (continue from the blog comments)

2008-06-24 Thread Philip Van Hoof
team decision. Best way to ping those people is to make a bug for Maemo in the product Mail or Modest (I forgot which is being used atm). http://mail.gnome.org/mailman/listinfo/tinymail-devel-list -- Philip Van Hoof, freelance software developer home: me at pvanhoof dot be gnome: pvanhoof

Re: Modest/TinyMail problems (continue from the blog comments)

2008-06-24 Thread Philip Van Hoof
. Cheers, -- Philip Van Hoof, freelance software developer home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org http://pvanhoof.be/blog http://codeminded.be ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org

Re: Maemo's glib version, lobbying for GIO

2008-02-13 Thread Philip Van Hoof
On Wed, 2008-02-13 at 08:14 +, Tommi Komulainen wrote: On Tue, 2008-02-12 at 17:21 +0100, ext Philip Van Hoof wrote: My questions ... Therefore I wonder about what the plan is for Maemo's glib version. How soon will Maemo upgrade? What can we do to help speeding up GIO's inclusion

RE: Maemo's glib version, lobbying for GIO

2008-02-12 Thread Philip Van Hoof
it to maemo-extras and version it well http://pvanhoof.be/files/gio-ugly-maemo-port.tar.gz Have fun -- Philip Van Hoof, freelance software developer home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org http://pvanhoof.be/blog http://codeminded.be

Maemo's glib version, lobbying for GIO

2008-02-12 Thread Philip Van Hoof
doing it in a standardised way. Making things more easy for application developers. Making things more easy for language bindings. Making things contain less bugs. -- Philip Van Hoof, freelance software developer home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org http://pvanhoof.be

Hibernation of applications during ptrace

2007-09-25 Thread Philip Van Hoof
-desktop killing things behind my back and gdb's ptrace really not enjoying that. -- Philip Van Hoof, software developer home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org http://www.pvanhoof.be/blog ___ maemo-developers mailing list maemo

Re: Hibernation of applications during ptrace

2007-09-25 Thread Philip Van Hoof
hitting it. -- Philip Van Hoof, software developer home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org http://www.pvanhoof.be/blog ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo

Re: Hibernation of applications during ptrace

2007-09-25 Thread Philip Van Hoof
(as root of course), but don't be surprised if the device reboots if they use too much memory. :-) I wont :) Thanks for the interesting info. Although I think it doesn't yet explain the ptrace problem that I experience :-( -- Philip Van Hoof, software developer home: me at pvanhoof dot be gnome

[maemo-developers] [Fwd: [OLPC-devel] Pygtk and garbage collecting]

2006-07-31 Thread Philip Van Hoof
-- Philip Van Hoof, software developer at x-tend home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org work: vanhoof at x-tend dot be http://www.pvanhoof.be - http://www.x-tend.be ---BeginMessage--- This PyGTK bug is going to be important for OLPC as it might slow down

Re: [maemo-developers] A good debugger infrastructure

2006-07-18 Thread Philip Van Hoof
On Tue, 2006-07-18 at 09:58 +0300, Ed Bartosh wrote: On Mon, 2006-07-17 at 20:16 +0200, ext Philip Van Hoof wrote: The gdbserver didn't work. It crashed. But gdb on the device itself (in an xterm), however does work. Pity it's a little bit difficult because my ui's are always full screen

[maemo-developers] Re: The fixes11 mmap patch doesn't respect data alignment on some architectures

2006-07-18 Thread Philip Van Hoof
On Fri, 2006-07-14 at 19:23 +0200, Philip Van Hoof wrote: While the x86 handles unaligned access, ARM doesn't. The patch will not work on architectures that don't handle unaligned access. I will try to fix it, but I don't have a lot experience in this field. Second attempt to introduce data

Re: [maemo-developers] Tinymail using mmap() gets killed by the kernel of the device

2006-07-17 Thread Philip Van Hoof
On Mon, 2006-07-17 at 11:49 +0300, Eero Tamminen wrote: On Mon, Jul 17, 2006 at 10:12:21AM +0200, Philip Van Hoof wrote: I cannot change these to, from nor subject pointers. These are used in thousands of lines of Evolution code that I don't want to change. There's no need to align

Re: [maemo-developers] A good debugger infrastructure

2006-07-17 Thread Philip Van Hoof
On Mon, 2006-07-17 at 12:29 +0300, Ed Bartosh wrote: On Sun, 2006-07-16 at 20:31 +0200, ext Philip Van Hoof wrote: On Sun, 2006-07-16 at 21:45 +0400, Mikhail Sobolev wrote: On Sun, Jul 16, 2006 at 06:10:18PM +0200, Philip Van Hoof wrote: Nevertheless I'd like to re-empathize

Re: [maemo-developers] A good debugger infrastructure

2006-07-17 Thread Philip Van Hoof
helping me. Tapping u p and d o w n now :) -- Philip Van Hoof, software developer at x-tend home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org work: vanhoof at x-tend dot be http://www.pvanhoof.be - http://www.x-tend.be ___ maemo-developers

Re: [maemo-developers] A good debugger infrastructure

2006-07-17 Thread Philip Van Hoof
On Mon, 2006-07-17 at 23:05 +0400, Mikhail Sobolev wrote: On Mon, Jul 17, 2006 at 08:58:46PM +0200, Philip Van Hoof wrote: How can I thank you for letting me know there's a gdb package? It's not me, it's Ed Bartosh :) Oh. Thanks Ed :) The mmap() summaries are now working with tinymail

Re: [maemo-developers] Re: Tinymail using mmap() gets killed by the kernel of the device

2006-07-16 Thread Philip Van Hoof
On Sat, 2006-07-15 at 23:19 +0300, Tomi Ollila wrote: Philip Van Hoof [EMAIL PROTECTED] writes: If somebody feels brave, feel free to assist me in getting it 4 byte aligned ;-). I don't have a lot experience here. (((char *)address + 3) ~3) I simply use this on each char* pointer

Re: [maemo-developers] The Sardine is finally on the grill

2006-07-16 Thread Philip Van Hoof
On Thu, 2006-07-13 at 17:45 +0300, Carlos Guerreiro wrote: Now, The Sardine is finally on the grill! Great! Carlos, are there any plans to start organising the meetings we asked for during the BOF? I think the more early those get started, the better. -- Philip Van Hoof, software developer

Re: [maemo-developers] A good debugger infrastructure

2006-07-16 Thread Philip Van Hoof
On Sun, 2006-07-16 at 21:45 +0400, Mikhail Sobolev wrote: On Sun, Jul 16, 2006 at 06:10:18PM +0200, Philip Van Hoof wrote: Nevertheless I'd like to re-empathize that software developers working on embedded devices like the Nokia 770 are very much in need of a good debugging infrastructure

[maemo-developers] Re: Tinymail using mmap() gets killed by the kernel of the device

2006-07-15 Thread Philip Van Hoof
On Fri, 2006-07-14 at 11:41 +0200, Philip Van Hoof wrote: When I run tinymail behind a camel with the mmap() patch, on the device, it will get killed by the kernel (it's not a Segfault, it's a kill by the kernel). When I run tinymail (behind a camel with the mmap..) on my desktop

Re: [maemo-developers] strange thin crack in hardware... see fotos

2006-07-15 Thread Philip Van Hoof
I kept the device in my laptop bag between various other objects like adaptors and stuff -- Philip Van Hoof, software developer at x-tend home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org work: vanhoof at x-tend dot be http://www.pvanhoof.be - http://www.x-tend.be

[maemo-developers] Tinymail using mmap() gets killed by the kernel of the device

2006-07-14 Thread Philip Van Hoof
Van Hoof, software developer at x-tend home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org work: vanhoof at x-tend dot be http://www.pvanhoof.be - http://www.x-tend.be ___ maemo-developers mailing list maemo-developers@maemo.org https

[maemo-developers] Re: Tinymail using mmap() gets killed by the kernel of the device

2006-07-14 Thread Philip Van Hoof
On Fri, 2006-07-14 at 11:41 +0200, Philip Van Hoof wrote: When I run tinymail behind a camel with the mmap() patch, on the device, it will get killed by the kernel (it's not a Segfault, it's a kill by the kernel). When I run tinymail (behind a camel with the mmap..) on my desktop

Re: [maemo-developers] Re: Tinymail using mmap() gets killed by the kernel of the device

2006-07-14 Thread Philip Van Hoof
On Fri, 2006-07-14 at 11:15 +0100, Ross Burton wrote: On Fri, 2006-07-14 at 11:41 +0200, Philip Van Hoof wrote: When I run tinymail behind a camel with the mmap() patch, on the device, it will get killed by the kernel (it's not a Segfault, it's a kill by the kernel). When I run

[maemo-developers] Fixing osso-email, building a custom treeview model. The technique in demo format

2006-01-12 Thread Philip Van Hoof
be fixed. http://maemo.org/maemowiki/ImprovementIdeasForOssoEmail Also check out my own wiki for more information http://www.pvanhoof.be/wiki/index.php/Different_ways_of_using_GtkTreeView -- Philip Van Hoof, software developer at x-tend home: me at pvanhoof dot be gnome: pvanhoof at gnome dot

[maemo-developers] New wiki page (IMprovementIdeasForOssoMail)

2006-01-10 Thread Philip Van Hoof
New wiki page. Don't take what I've already mentioned on the wiki page personal. As a software developer myself I know how things in a software development project go. http://maemo.org/maemowiki/ImprovementIdeasForOssoEmail And of course, feel free to improve the wiki page. -- Philip Van

RE: [maemo-developers] Integration with the backup tool

2006-01-09 Thread Philip Van Hoof
application's user data /and/ the application binary/libraries themselves. Correct -- Philip Van Hoof, software developer at x-tend home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org work: vanhoof at x-tend dot be http://www.pvanhoof.be - http://www.x-tend.be

[maemo-developers] A way to create my own flashable binaries

2006-01-08 Thread Philip Van Hoof
flasher -F Nokia_770_$x.bin -f -R flasher --set-device-name $DEVNAME --reboot done -- Philip Van Hoof, software developer at x-tend home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org work: vanhoof at x-tend dot be http://www.pvanhoof.be - http://www.x-tend.be

[maemo-developers] Integration with the backup tool

2006-01-08 Thread Philip Van Hoof
. If I where one of the Nokia decision makers, I'd use that fact. But you guys are free to go in any direction you like. Just like how developers and decision makers at ISV's (like my employer) are free to pick other devices for such applications ;-). -- Philip Van Hoof, software developer at x

Re: [maemo-developers] ANN: screenshot tool (mst 0.4)

2005-10-10 Thread Philip Van Hoof
in setting it up, contact me. -- Philip Van Hoof, software developer at x-tend home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org work: vanhoof at x-tend dot be http://www.pvanhoof.be - http://www.x-tend.be ___ maemo-developers mailing list

RE: [maemo-developers] A few questions about the developmentplatforms internals

2005-09-29 Thread Philip Van Hoof
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ext Philip Van Hoof Sent: 28 September, 2005 14:14 To: maemo-developers@maemo.org Subject: Re: [maemo-developers] A few questions about the developmentplatforms internals This patch upgrades the D-BUS version of maemo-af-desktop

RE: [maemo-developers] A few questions about the developmentplatforms internals

2005-09-29 Thread Philip Van Hoof
On Thu, 2005-09-29 at 11:55 +0200, Philip Van Hoof wrote: Hey Karoliina, I understand that it's harder than just applying my patches. So please take your time. It's urgent enough to destabilize Maemo. Of course I meant that it's NOT urgent enough to ... :-) -- Philip Van Hoof, software

Re: [Evolution-hackers] Re: [maemo-developers] Ross' D-BUS port of evolution-data-server on maemo x86

2005-09-28 Thread Philip Van Hoof
On Wed, 2005-09-28 at 09:37 +0300, Tor Lillqvist wrote: On on, 2005-09-28 at 01:39 +0200, Philip Van Hoof wrote: However. Building servers first also temporarily fixes the issue. But shouldn't it have been built first in any case? It's mentioned first in e-d-s/Makefile.am's SUBDIRS

Re: [maemo-developers] A few questions about the development platforms internals

2005-09-28 Thread Philip Van Hoof
Oh, about the attachment of previous E-mail. I ported libosso to a newer D-BUS version. Note that I can't compile the other D-BUS parts because I don't have or know about the libmb and libouto libraries. -- Philip Van Hoof, software developer at x-tend home: me at pvanhoof dot be gnome

Re: [maemo-developers] A few questions about the development platforms internals

2005-09-28 Thread Philip Van Hoof
On Wed, 2005-09-28 at 10:51 +0200, Philip Van Hoof wrote: o. What is libmb? [EMAIL PROTECTED]:~/cvs/maemo/trunk $ find . -name libmb.pc [EMAIL PROTECTED]:~/cvs/maemo/trunk $ find . -name mb.pc [EMAIL PROTECTED]:~/cvs/maemo/trunk $ Aha, that is libmatchbox o. What is libouto? [EMAIL

Re: [maemo-developers] A few questions about the development platforms internals

2005-09-28 Thread Philip Van Hoof
This patch upgrades the D-BUS version of maemo-af-desktop -- Philip Van Hoof, software developer at x-tend home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org work: vanhoof at x-tend dot be http://www.pvanhoof.be - http://www.x-tend.be Index: hildon-status-bar/hildon-status-bar-main.c

Re: [maemo-developers] A few questions about the development platforms internals

2005-09-28 Thread Philip Van Hoof
Disregard previous dbus upgrade patch for libosso, and use this one -- Philip Van Hoof, software developer at x-tend home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org work: vanhoof at x-tend dot be http://www.pvanhoof.be - http://www.x-tend.be Index: src/osso-hw.c

Bug 98 (Was: Re: [maemo-developers] A few questions about the development platforms internals)

2005-09-28 Thread Philip Van Hoof
On request I've moved the patches to bugzilla: https://www.maemo.org/bugzilla/show_bug.cgi?id=98 -- Philip Van Hoof, software developer at x-tend home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org work: vanhoof at x-tend dot be http://www.pvanhoof.be - http://www.x-tend.be

Re: [maemo-developers] Ross' D-BUS port of evolution-data-server on maemo x86

2005-09-27 Thread Philip Van Hoof
shell is also feasible. Evolution-data-server is less memory intensive than the (current) shell. ps. I altered the Evolution mailing list address in the CC header, because that mailing list has changed since a few months. -- Philip Van Hoof, software developer at x-tend home: me at pvanhoof

Re: [maemo-developers] Ross' D-BUS port of evolution-data-server on maemo x86

2005-09-27 Thread Philip Van Hoof
On Tue, 2005-09-27 at 01:04 +0200, Philip Van Hoof wrote: Hey Ross, I noticed you've read this thread, [CUT] ps. It stops here. But I'm not sure whether this is related to the Maemo platform, since I can reproduce this build-error on a non scratchbox environment. se-transport.Tpo -c

[maemo-developers] Ross' D-BUS port of evolution-data-server on maemo x86

2005-09-26 Thread Philip Van Hoof
/evolution-data-server] By the way, Nokia dudes: We are waiting for the device to become available here in Belgium. Oh and ... since I won one at Guadec. I can't wait! Send it! :-) *spasm, spasm* -- Philip Van Hoof, software developer at x-tend home: me at pvanhoof dot be gnome: pvanhoof