anyone can tell me how to add file type filter to HildonFileChooserDialog.
I just want to show image files in the file chooser dialog.
--
姜源
Yuan Jiang
http://blog.vetcafe.net
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.m
All,
fyi. In noticed this application from Intel while reviewing a recent
issue of the Intel Software Network e-newsletter.
http://softwarecommunity.intel.com/articles/eng/1631.htm?cid=sw:kmlnews1907a
There is a version that can be compiled/installed on Linux as well.
--
Best Regards,
how about flashlite
is there a version for maemon?
On Thu, Mar 6, 2008 at 5:39 AM, koos vriezen <[EMAIL PROTECTED]> wrote:
> 2008/3/5, koos vriezen <[EMAIL PROTECTED]>:
>
> correction:
>
> > Also, if only works on the device (ie. not in scratchbox).
> /\
> it
> > Br.
>
2008/3/5, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
>
> And remember that ARM has zero interest in helping the maemo project
> utilize those CPU extensions. Simply purchasing the hardware is not good
> enough for them.
>
> Luis
They *sell* that help... :)
And remember that ARM has zero interest in helping the maemo project utilize
those CPU extensions. Simply purchasing the hardware is not good enough for
them.
Luis
sebastian maemo <[EMAIL PROTECTED]> wrote:
> 2008/3/5, =?UTF-8?Q?Beno=C3=AEt=20HERVIER=20 <[EMAIL PROTECTED]>:
> >
> >
> > Re
2008/3/5, koos vriezen <[EMAIL PROTECTED]>:
correction:
> Also, if only works on the device (ie. not in scratchbox).
/\
it
> Br.
>
>
> Koos Vriezen
>
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists
2008/3/5, Frédéric Charrier <[EMAIL PROTECTED]>:
> I installed kmplayer on my N810. Then, I tried to open my swf file.
> kmplayer crashed !
A follow-up mail suggests you may using an older Chinook image. Please
try to reproduce with the latest.
Also, if only works on the device (ie. not in scrat
Frédéric Charrier wrote:
> I can't find this file, there is no "tutorial-applet" on my n810.
> Is there a way to install it ?
It shipped w/ the os update, you should run the latest version of os2008, not
the earlier ones.
___
maemo-developers mailing li
> > I've also been working with a full-screen flash app.
>
> kmplayer from garage also supports flash using the browser plugin.
> Fullscreen works too (use the 'Windows' button to return to normal
> view if you have clicked the flash).
I installed kmplayer on my N810. Then, I tried to open my sw
thanks a lot.
On Wed, Mar 5, 2008 at 7:38 PM, Tapani Pälli <[EMAIL PROTECTED]> wrote:
> Hello;
>
> ext Yuan Jiang wrote:
> > which function set the hildon window full screen as
> > gtk_window_fullscreen() does in gtk.
> >
> You can use gtk_window_fullscreen() as hildonwindow inherits from
> gtkwi
2008/3/5, =?UTF-8?Q?Beno=C3=AEt=20HERVIER=20 <[EMAIL PROTECTED]>:
>
>
> Remember that java is available due to the x86 cpu.
Also remember that ARM cpu has got JAZELLE (Java support)
;-)
___
maemo-developers mailing list
maemo-developers@maemo.org
https:
Hello;
ext Yuan Jiang wrote:
> which function set the hildon window full screen as
> gtk_window_fullscreen() does in gtk.
>
You can use gtk_window_fullscreen() as hildonwindow inherits from
gtkwindow. Check for keyval HILDON_HARDKEY_FULLSCREEN in your keyhandler
and call the function.
> --
>
On Wed, 2008-03-05 at 12:04 +0100, =?UTF-8?Q?Beno=C3=AEt=20HERVIER=20
wrote:
> Remember that java is available due to the x86 cpu.
Last time I looked, the point of Java was that it was platform
independent.
https://wiki.evolvis.org/jalimo/index.php/Main_Page is a project to get
a fully-featured J
Hi there,
I spent a few days working on a Maemo Python app that embed mozilla
via gtkmozembed. This ITT posting has a short description and
screenshots, source and debian packages are available on the linked
page:
http://www.internettablettalk.com/forums/showpost.php?p=150211&postcount=40
Since
Remember that java is available due to the x86 cpu.
On Wed, 5 Mar 2008 11:41:19 +0100, "sebastian maemo" <[EMAIL PROTECTED]> wrote:
>>
>> But, why would you guys want to switch from Maemo ?
>>
>> --
>> anidel
>
>
> Maybe because Ubuntu Mobile has got Java support?...
>
>
--
Benoît HERVIER
htt
On Wed, Mar 5, 2008 at 1:24 PM, Fred Labrosse <[EMAIL PROTECTED]> wrote:
> I don't have the icon in app manager (only the default one).
This can be fixed by suplying a base64-encoded 26x26 png icon in the
XB-Maemo-Icon-26 field in your deb control file. It is described in
the documentation.
> Ye
On Wed, Mar 5, 2008 at 12:15 PM, Fred <[EMAIL PROTECTED]> wrote:
> Luarvique L. Luarvique a écrit :
> > I am having some problems getting icons to show up when running a
> > program. I have packaged and installed 3 different icons (26x26,
> > 40x40, and 64x64) and I am running the gtk-update-ico
>
> But, why would you guys want to switch from Maemo ?
>
> --
> anidel
Maybe because Ubuntu Mobile has got Java support?...
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers
On Wednesday 05 Mar 2008, Luarvique L. Luarvique wrote:
> I am having some problems getting icons to show up when running a
> program. I have packaged and installed 3 different icons (26x26,
> 40x40, and 64x64) and I am running the gtk-update-icon-cache in the
> postinst script. Here is what I get:
which function set the hildon window full screen as gtk_window_fullscreen()
does in gtk.
--
姜源
Yuan Jiang
http://blog.vetcafe.net
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers
Luarvique L. Luarvique a écrit :
> I am having some problems getting icons to show up when running a
> program. I have packaged and installed 3 different icons (26x26,
> 40x40, and 64x64) and I am running the gtk-update-icon-cache in the
> postinst script. Here is what I get:
>
> * The little ico
When my program is started by a DBus message (like "mime_open"), I
need to receive this message before going into GTK loop (in fact, I
have no GTK loop, but it is not important). I do not have the DBus
connection handle, just the osso_context pointer. How do I explicitely
poll for any pending DBus
I am having some problems getting icons to show up when running a
program. I have packaged and installed 3 different icons (26x26,
40x40, and 64x64) and I am running the gtk-update-icon-cache in the
postinst script. Here is what I get:
* The little icon in Application Manager does show up.
* The l
Tomi Ollila wrote:
> Hi
>
> Does osso_xterm support a bitmap font wrapped in a sfnt (TrueType or
> OpenType wrapper)?
>
> I tried the following command:
>
> fonttosfnt -v -o fatFixedBitmap.ttf fat7x16-iso10646-1.bdf
> fat8x16-iso10646-1.bdf
>
> ( above files available at http://www.iki.fi/too/
24 matches
Mail list logo