Re: Accessing contacts via d-bus

2009-07-03 Thread Ross Burton
overnight) and if you do access it directly you'll need to provide a vCard parser. Just use libebook. Ross -- Ross Burton mail: r...@burtonini.com jabber: r...@burtonini.com www: http

Re: Fremantle UI Portrait Mode

2009-05-30 Thread Ross Burton
-hand.com/repos/misc/trunk/libowl/libowl/owlpaned.c A better solution would be for GtkPaned to be a concrete class and have an orientation property, then a convenience function could monitor the allocation and switch it on the fly (and work for other containers such as GtkBox). Ross -- Ross Burton

Re: Which SOAP library?

2008-04-04 Thread Ross Burton
when building the package. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447

Re: Maemo UI Development for N800/N810

2008-03-07 Thread Ross Burton
between the layouts. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4

Re: 答复: Anybody heared Ubuntu mobile?

2008-03-05 Thread Ross Burton
JVM onto Maemo, OpenMoko, and the iLiad, and they appear to be doing quite well. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP

Re: [Maemo App Dev]How to make my app UI different

2008-02-22 Thread Ross Burton
whole is far easier to use than one where every application has buttons with different colours and fonts. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http

Re: How to detect Maemo in automake?

2008-02-20 Thread Ross Burton
The manual explains how AC_ARG_ENABLE works: http://www.gnu.org/software/autoconf/manual/html_node/Package-Options.html I also think that this should be --with instead of --enable (because Maemo is external software, not an optional feature). Ross -- Ross Burton

Re: How to detect Maemo in automake?

2008-02-20 Thread Ross Burton
which has the Maemo stack? It's best to make it explicit at configure time because having too much magic means it breaks if your assumptions fail. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED

Re: RE : Re: RE : Re: Non modal dialog

2008-02-07 Thread Ross Burton
decorated and can't be moved by the window manager. The solution here is to create a top level window for you application, and then draw the postit notes yourself. One way would be to create a widget which draws a postit note and place them inside a GtkFixed or GtkDrawingArea. Ross -- Ross

Re: Wish list

2008-02-07 Thread Ross Burton
the battery. I've always been told that Li-ion batteries can't be over-charged (also have no memory effect). Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http

Re: Non modal dialog

2008-02-06 Thread Ross Burton
(customized with a drawing area for instance). My problem is that if I use a POPUP window, the title bar is not displayed, and if I use a dialog window, the dialog is a modal one. I can't get it non modal. Why don't you use a normal window? Ross -- Ross Burton mail

Re: RE : Re: Non modal dialog

2008-02-06 Thread Ross Burton
On Wed, 2008-02-06 at 18:52 +0100, Frédéric Charrier wrote: Why don't you use a normal window? what do you mean by normal window ? a GTK_WINDOW_TOPLEVEL ? Yes, a popup window is only for special rare uses, like tooltips. Ross -- Ross Burton mail: [EMAIL

Re: Media player on N770

2008-01-31 Thread Ross Burton
the default video/audio player on N770 use Gstreamer? I wonder how seek works flawlessly on that. I believe it uses Helix if you are playing Real files, GStreamer otherwise. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber

Re: What does Nokia's acquisition of Trolltech mean to Maemo?

2008-01-28 Thread Ross Burton
what I had imagined, but now I'm wondering if their plan is to create a new S60 based on Qt, or port Qt to S60 (as they have already done with POSIX via Open C). Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL

Re: simple gtk themed button example?

2008-01-25 Thread Ross Burton
only need to care about theme changes if you are writing custom widgets. In that case, you want to connect to the style-set signal. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED

Re: Accessing addressbook with libebook

2008-01-24 Thread Ross Burton
a GError** to e_book_new_system_addressbook (the NULL argument is an error pointer) to find out what the failure is. I'm guessing you are running it in a terminal and not using run-standalone.sh: $ run-standalone.sh ./ebooktest Ross -- Ross Burton mail: [EMAIL PROTECTED

Re: Re[2]: Curious: Maemo devices other than Nokia?

2008-01-22 Thread Ross Burton
and all of their tweaks. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4

Re: Curious: Maemo devices other than Nokia?

2008-01-22 Thread Ross Burton
directly into X instead of via GTK+, so it works with all applications. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerprint

Re: Curious: Maemo devices other than Nokia?

2008-01-21 Thread Ross Burton
On Mon, 2008-01-21 at 16:29 +0100, Hanno Zulla wrote: Is there any other device (= not by Nokia) using the Maemo stack? The Intel-sponsored Ubuntu Mobile will use Maemo, which is aimed at their upcoming MID devices. Ross -- Ross Burton mail: [EMAIL PROTECTED

Re: Curious: Maemo devices other than Nokia?

2008-01-21 Thread Ross Burton
On Mon, 2008-01-21 at 16:20 +, Andrew Flegg wrote: On Jan 21, 2008 3:57 PM, Ross Burton [EMAIL PROTECTED] wrote: On Mon, 2008-01-21 at 16:29 +0100, Hanno Zulla wrote: Is there any other device (= not by Nokia) using the Maemo stack? The Intel-sponsored Ubuntu Mobile will use Maemo

Re: Curious: Maemo devices other than Nokia?

2008-01-21 Thread Ross Burton
On Mon, 2008-01-21 at 17:46 +0100, Hanno Zulla wrote: Ross Burton schrieb: I think it's fair to say that this is as close as you'll ever get. :) So in other words, despite Maemo being open source and free enough to be portable to other hardware, there is no other, non-Nokia device you can

Re: Curious: Maemo devices other than Nokia?

2008-01-21 Thread Ross Burton
distributions (Ubuntu, OpenEmbedded) as a build system to build images uisng a lot of the Maemo components (DBus, GTK+, Hildon). Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED

Re: Can GTK+ make use of XSHM extension from MIT

2008-01-12 Thread Ross Burton
cause so I can make the two results closer. As has been said, have a look at the Xvideo extension which is designed explicitly for video playback. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED

Re: Is my head off center?

2007-12-27 Thread Ross Burton
twice or longer for it to stick down for the next key press(es?). Yes, all of the keys you'd normally hold are sticky. I'm very impressed with the input method integration on the N810. Ross -- Ross Burton mail: [EMAIL PROTECTED

Re: Qt4 hildonization.

2007-12-21 Thread Ross Burton
don't know hildon well yet!) The menus are just popup menus with a theme applied. To communicate with the keyboard, use X properties. There is a page on the maemo wiki somewhere which somewhat documents the IPC, but the framework is open source now so you can read the source. Ross -- Ross

Re: Microb browser and GTK configuration

2007-12-19 Thread Ross Burton
+ in the traditional sense for the web pages, it can render forms using GTK+ widgets but apart from that it handles everything else itself. That said, there should be an xsetting you can change, instead of rebuilding. Ross -- Ross Burton mail: [EMAIL PROTECTED

Re: Creating a simple installer

2007-12-18 Thread Ross Burton
it needs anyway? Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF

Re: Creating a simple installer

2007-12-18 Thread Ross Burton
apt-get, this will give you decent error messages. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0

Re: Xephyr shows image right to left for Chinook SDK

2007-12-16 Thread Ross Burton
a lowercase x. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF

Re: dbus overhead of unnecessary signals

2007-12-10 Thread Ross Burton
the dbus mailing list to work out some form of notification so that clients can ask to be told when there are listeners for a particular signal. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED

Re: Porting Gtk apps to maemo: howto change default font size

2007-11-23 Thread Ross Burton
)? The general answer is fix the app: the built-in file manager manages to be use usable with the font size so why shouldn't pcmanfm or gftp? If the font was drastically smaller, it wouldn't be possible to use the device outside of an office, so what's the point? Ross -- Ross Burton

Re: how to resize gtk_window in hildon frameworke

2007-11-23 Thread Ross Burton
-level windows cannot be resized, they are screen size. Dialogs can be, and gtk_window_set_default_size() would work. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED

Re: suggestion: include [maemo-*] in the subject line

2007-11-08 Thread Ross Burton
On Wed, 2007-11-07 at 10:29 -0800, Guang Yang wrote: Can we include [maemo-*] in the subject line from maemo lists? It would be much easier to read/filter messages. Use the hidden fields designed for filtering, such a List-Post or X-BeenThere. Ross -- Ross Burton

Re: Developping DBus Services

2007-11-06 Thread Ross Burton
- use phone numbers in phonelink (ok ok) Evolution Data Server, the component which stores the addressbook, has a concept of the me contact. It would be trivial to add a contact and mark it as yourself, so that other applications can fetch data from it as required. Ross -- Ross Burton

Re: Developping DBus Services

2007-11-06 Thread Ross Burton
? It is used by the provided Contacts application, and OpenedHand's (disclaimer: I work for them) Contacts application too. It even has a DBus API (although please us the C API). Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber

Re: Developping DBus Services

2007-11-06 Thread Ross Burton
On Tue, 2007-11-06 at 12:05 +0100, Fred Lefévère-Laoide wrote: I'll have a look and see if it can fit ... Do you have any pointer ? The source is in svn, http://svn.o-hand.com/view/eds-dbus/. The maemo.org tutorials cover how to use EDS. Ross -- Ross Burton

Re: What is the policy of Maemo on the source codes of embedded applications

2007-11-05 Thread Ross Burton
On Mon, 2007-11-05 at 14:51 +0200, Felipe Contreras wrote: Some applications are closed. AFAIK the filemanager is one example, another one is the media player. Of course the applications are not part of the platform. Platforms in general don't have any applications as such. Ross -- Ross

Re: Restarting the D-Bus system bus

2007-10-31 Thread Ross Burton
] whose postinst script normally restarts the system bus (for reasons that escape me). It only needs to reload the bus, which (IIRC) can be achieved by sending SIGUSR1 or passing reload to the init script. Ross -- Ross Burton mail: [EMAIL PROTECTED

Re: maeno on x86 platform

2007-10-29 Thread Ross Burton
). Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF

RE: General Maemo/Scratchbox/N800 help

2007-08-26 Thread Ross Burton
to fix /etc/resolv.conf. It defaults to 127.0.0.1 which is wrong unless you run a local name server or cache. Memory cards are just mounted file systems, you can simulate those exactly by using a USB card reader. Ross -- Ross Burton mail: [EMAIL PROTECTED

RE: General Maemo/Scratchbox/N800 help

2007-08-26 Thread Ross Burton
attributes and locations. Heh, yeah, you were trying to run the shell. Install osso-xterm from maemo-hackers.org. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http

Re: Cannot install osso-rtcom-beta 1.0.1, missing evolution-data-server = 1.4.2.1r554-3.1

2007-07-18 Thread Ross Burton
of conflict, but cannot install because it doesn't exist! Did you remove the OpenedHand apt source and refresh the catalogue too? Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED

Re: ANNOUNCE: Internet Communications Software Update for N800

2007-07-17 Thread Ross Burton
solution here is to uninstall Contacts/Dates/Tasks, and remove the OpenedHand repository from Application Manager. When the rtcomm beta is official released, we'll rebuild our full EDS packages and try and ensure an upgrade path. Ross -- Ross Burton mail: [EMAIL

Re: ANNOUNCE: eds-sync released as open-source

2007-06-05 Thread Ross Burton
-- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF

Re: ANNOUNCE: eds-sync released as open-source

2007-06-04 Thread Ross Burton
of syncing contacts with state. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09

Re: Boot bora as root

2007-04-17 Thread Ross Burton
On Tue, 2007-04-17 at 11:31 -0400, Chris Taylor wrote: what I'd really like is a login Install a SSH server and you can just ssh [EMAIL PROTECTED] Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED

Re: Moving windows in Maemo

2007-04-12 Thread Ross Burton
. If infoprints could be dismissed by simply clicking on them, you wouldn't have any problems. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http

Re: Xephyr trouble

2007-03-12 Thread Ross Burton
On Mon, 2007-03-12 at 15:35 +0200, Daniel Stone wrote: Only if /tmp is bind-mounted into Scratchbox, else how is it going to find the socket? Scratchbox always does that. Ross -- Ross Burton mail: [EMAIL PROTECTED

Re: OMAP 2420 / lower level hardware docs?

2007-03-11 Thread Ross Burton
, but they are only sold in Japan. Not any more they don't... the Zaurus was discontinued a month or so ago. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http

Re: DBUS / EDS Confusion

2007-03-02 Thread Ross Burton
my confusion. Yes, of course. I should fix this bug in eds-dbus. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerprint

Re: EDS: listing existing addressbooks

2007-03-02 Thread Ross Burton
in Maemo, so it will always return an empty list. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0

Re: DBUS / EDS Confusion

2007-03-01 Thread Ross Burton
, err-message); } [/CODE] Note that unless you really want to, you should use e_book_new_system_addressbook () instead of hard-coding a path. This way you re-use the existing addressbook. From a single line of source it's tricky to debug... can you publish the source? Ross -- Ross Burton

Re: Security Guidance for N800 OS development

2007-02-20 Thread Ross Burton
this yourself now if it worries you, which will make it zero open sockets on a N800. Yes, someone should make an iptables package for the people who are running services on their N800. However the stock image has no services so doesn't really need a firewall. Ross -- Ross Burton

Re: New project idea, pygtk questions, and a toolkit

2007-02-19 Thread Ross Burton
, notify::position, your_callback, your_data) will do the trick. I've never seen an application that actually needs to know the position, as GTK+ will resize the widgets on its own without the application needing to be involved. Ross -- Ross Burton mail: [EMAIL

[maemo-developers] Re: Question about Gtk 2.10 and GLIB 2.12

2007-02-13 Thread Ross Burton
the check fro GLib 2.12 and see what happens. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0 CFE3

[maemo-developers] Re: radio?!

2007-02-08 Thread Ross Burton
, but they are non-functional (disabled) as of now. Does anyone knows if this is due to be fixed (enabled) in further versions of fmradio ? It worked for me... Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED

[maemo-developers] Re: Dates update in 770 (missing packages)

2007-02-05 Thread Ross Burton
work as I reflashed my 770 with an official image and installed Dates last night before uploading the deb. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http

[maemo-developers] Re: Python/Contact Data Store APIs..

2007-02-05 Thread Ross Burton
On Tue, 2007-01-30 at 08:19 +, Ross Burton wrote: On Mon, 2007-01-29 at 17:48 -0900, John P. Mitchell wrote: I want to write an address book that intergrates with the built in contacts data store. Which libraries are required for accessing that data store and are there bindings

[maemo-developers] Re: Installing both bora gregale

2007-02-05 Thread Ross Burton
On Mon, 2007-02-05 at 15:33 +0100, Klaus Rotter wrote: Bora and gregale are both scratchbox Apophis R4 based, so is there a way to install them both on the same sbox environment? Yes, just create multiple targets. My scratchbox currently has four targets. Ross -- Ross Burton

[maemo-developers] Re: debhelper

2007-02-05 Thread Ross Burton
a try. You'll get subtle breakage -- but the only change if a build success is that if there are -dbg packages, they'll be empty (as the name format changed). man debhelper on a Debian system will tell you what the versions mean. Ross -- Ross Burton mail: [EMAIL

[maemo-developers] Re: N800 Discount program ended?

2007-02-02 Thread Ross Burton
On Fri, 2007-02-02 at 10:38 +0100, Luca Manganelli wrote: Is the N800 discount program ended? 24 hours ago, Quim posted that they will be closing the developer program in 24 hours. So I'd guess yes. Ross -- Ross Burton mail: [EMAIL PROTECTED

[maemo-developers] Re: Python/Contact Data Store APIs..

2007-01-30 Thread Ross Burton
/linux/library/l-wrap/ useful, it's a tutorial I wrote some time ago (but still mostly relevant, not a lot has changed) that documents the basics in wrapping GObjects for Python. Ross -- Ross Burton mail: [EMAIL PROTECTED

[maemo-developers] Re: to Nokia: simple method to gainagamingaudienceon 770/800

2007-01-30 Thread Ross Burton
- which works clean and without hacks. There is real demand for it, really. http://maemo.org/maemowiki/InputMethod Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED

[maemo-developers] Re: Emacs work: porting to Maemo

2007-01-24 Thread Ross Burton
a bluetooth keyboard paired, emacs will just work, otherwise using it would be a whole new world of pain surely? Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http

[maemo-developers] Re: Contacts Application...

2007-01-20 Thread Ross Burton
/contacts) which uses the same backend. This way you can use your addressbook in Contacts and set addresses, comments, etc, and still have it automatically sync with remote rosters, usable in chat/voip, etc. Ross -- Ross Burton mail: [EMAIL PROTECTED

[maemo-developers] Re: Discussion of a possible project - offline calendar project

2007-01-17 Thread Ross Burton
hoped it worked I hadn't verified it. If it has been working, that is great news. Feel free to mail me any further in-depth questions off-list, Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED

[maemo-developers] Re: Discussion of a possible project - offline calendar project

2007-01-16 Thread Ross Burton
methods in eds-dbus have not been tested, but if they are broken they should be trivial to fix. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http

[maemo-developers] Re: Discussion of a possible project - offline calendar project

2007-01-15 Thread Ross Burton
to synchronise the calendar in Dates with Google Calendar. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0

[maemo-developers] Re: N770 IT2006: Where to find account configuration file

2007-01-12 Thread Ross Burton
-- they are stored in memory and will be rewritten. Always use the API unless you know for sure that the daemon isn't running. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED

[maemo-developers] Re: OS2006 roadmap

2007-01-11 Thread Ross Burton
by the improvements. I never got around to benchmarking it but visually the original GTK+ 2.8 release was painful, this is actually usable. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED

[maemo-developers] Re: video chat protocol

2007-01-09 Thread Ross Burton
-- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF

[maemo-developers] Re: Re: star atlas for maemo

2006-11-30 Thread Ross Burton
and this does'nt seem a trivial task. The initial step would be using the deprecated GtkText and GtkCList in GTK+ 2.0. When you have a build of stars that uses GTK+ 2, albeit with deprecated widgets, you can start work on removing those. Doing the entire port in a single go is a lot harder. Ross -- Ross

[maemo-developers] Re: star atlas for maemo

2006-11-29 Thread Ross Burton
* old and unmaintained. Porting it to use GTK+ 2 is generally quite simple. The alternative is to build GLib 1 and GTK+ 1 for the 770, but that would be a bad idea. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber

[maemo-developers] Re: Java on 770

2006-11-24 Thread Ross Burton
On Fri, 2006-11-24 at 15:08 +0200, Santtu Lakkala wrote: Afaik there are no Gtk bindings per se. But there is IBM's swt toolkit, that can use Gtk as a backend. Top hit for java gtk on Google: http://java-gnome.sourceforge.net Ross -- Ross Burton mail: [EMAIL

[maemo-developers] Re: quick contacts src available ?

2006-10-29 Thread Ross Burton
On Sun, 2006-10-29 at 14:08 +0100, Jorge Salamero Sanz wrote: is the source of quick contacts hildon applet avaible ? Sorry, that is part of the osso-addressbook source package, which is closed source. Ross -- Ross Burton mail: [EMAIL PROTECTED

[maemo-developers] Re: Re: Re: Scratchbox is not an emulator

2006-08-31 Thread Ross Burton
Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF

[maemo-developers] Re: Re: Re: Scratchbox is not an emulator

2006-08-31 Thread Ross Burton
--these Chinese manufacturers everyone keeps talking about are going to be more interested in producing (yet another) Windows CE clone-device for which there is at least an established market. Sony seem to think there is a market. Ross -- Ross Burton mail: [EMAIL PROTECTED

[maemo-developers] Re: Scratchbox is not an emulator

2006-08-30 Thread Ross Burton
to the browser, Macromedia for Flash player, etc) as they are the added-value of using a Maemo-based device from Nokia, opposed to some other company (although there are non yet). Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber

[maemo-developers] Re: Nokia 770 sources...

2006-08-29 Thread Ross Burton
\243 to get the character in the UTF-8 encoding. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0

[maemo-developers] Re: packages: soname (0c2a, etc)

2006-07-26 Thread Ross Burton
-- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF

[maemo-developers] Re: libebook

2006-07-25 Thread Ross Burton
, just use e_book_new_system_addressbook(). There is only one addressbook on the 770, and that function will return it (unless you are creating other addressbooks, but I advise against that). Ross -- Ross Burton mail: [EMAIL PROTECTED

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

2006-07-14 Thread Ross Burton
or in scratchbox, everything works perfectly. The OOM killer? Check dmesg, the kernel logs when it OOMs. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http

[maemo-developers] Re: Maemo 2 EDS Tutorial

2006-07-14 Thread Ross Burton
documentation at: http://www.gnome.org/projects/evolution/developer.shtml. We (OpenedHand) will be releasing Dates 0.1 for the Nokia 770 shortly, which will come with libecal. I'll try and get it into the contrib repository too. Ross -- Ross Burton mail: [EMAIL

[maemo-developers] Re: D-BUS question

2006-07-14 Thread Ross Burton
for application that are not in the same machine. You can do D-Bus over TCP, but it's not advised. You'd be better creating your own protocol, or re-using an existing one. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber

[maemo-developers] Re: Python memory use (was: Maemo 2.0 final release available)

2006-07-10 Thread Ross Burton
-- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF

[maemo-developers] Re: scratchbox installation (was: http://press.nokia.com:80/PR/200605/1051308_5.html)

2006-05-17 Thread Ross Burton
access to the new features*. Oh the pain. The true and unbelievable pain. Trust me, keep with 0.9.8 for now, and wait for Maemo to switch to Scratchbox 1.0. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED

[maemo-developers] Re: neat device

2006-03-30 Thread Ross Burton
-- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF

[maemo-developers] Re: shared libs oversized

2006-03-20 Thread Ross Burton
-- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF

[maemo-developers] Re: xml parser?

2006-02-02 Thread Ross Burton
-- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF

[maemo-developers] Re: Home Applet API changes coming - .desktop files required for applets in the next software edition (2006)

2006-01-26 Thread Ross Burton
/Myapplet.desktop Library=/usr/lib/hildon-home/libhome_myapplet.so X=20 Y=50 All the four fields are required. I presume this file is a configuration file for hildon-home, and thus applets don't need to know about it at all? Ross -- Ross Burton mail: [EMAIL PROTECTED

[maemo-developers] Re: Shell scripting with GUI?

2005-12-06 Thread Ross Burton
On Tue, 2005-12-06 at 12:29 +0200, Kalle Vahlman wrote: Spoke too soon, it seems to depend on libgnomecanvas (don't know why and no option to disable it in configure at least). I'm guessing that is for the easter egg, so you should be able to patch it out easily. Ross -- Ross Burton

[maemo-developers] Re: Bug in Maemo's version of GTK-2.6 (Please nokia-devs look into this)

2005-11-10 Thread Ross Burton
design). Are any of the other platforms where it works running in 16bpp? Or are they all 24 bpp? Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http

[maemo-developers] Re: The future of the Application installer

2005-11-07 Thread Ross Burton
, no package database, no dependencies. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A