Re: DUI: widgetsgallery crash

2010-02-23 Thread Tomas Junnonen
uld allow it to pick up the theme files from the correct place if you simply do "make install" in duitheme. I guess the technically correct solution would be to provide a configure script for duitheme as well, but it seems a bit overkill. Regards, Tomas

Re: Scan codes built keyboard of N810

2007-11-13 Thread Tomas Junnonen
al photos of keyboard from Nokia to tie keys and their > scan-codes. But a few keys, I was unable to determine. > I don't find codes for "Chr" and "Right Shift". Chr is in nokia_vndr/rx-44. The keyboard isn't wired to distingui

Re: Virtual keyboards

2007-07-23 Thread Tomas Junnonen
ext Frantisek Dufka wrote: > Tomas Junnonen wrote: >> A VKB implemented using a toolkit on the other hand allows the keyboard >> to instrument with the running application through the API of that >> toolkit. This means communication is bi-directional between the >&

Re: overwrite my env file

2007-06-21 Thread Tomas Junnonen
m this tarball: http://scratchbox.org/download/files/sbox-releases/apophis/tarball/scratchbox-core-1.0.7-i386.tar.gz Regards, Tomas ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: libimlayout package

2007-04-10 Thread Tomas Junnonen
u used the installer script to setup the SDK you should be all set, otherwise you need to run the Nokia binaries installer, see http://repository.maemo.org/stable/3.1/INSTALL.txt Regards, Tomas ___ maemo-developers mailing list maemo-developers@maemo.org http

Re: How to detect that connectivity is lost

2007-04-01 Thread Tomas
The pinging shell script was a great idea, Frantisek. Now we know we have lost connectivity even if no DISCONNECTED dbus signal is raised. One problem is solved but another one appears... Does anyone know how to force disconnection? ICd exposes a "disconnect" method to be called via dbus but it on

Re: dbus-send

2007-03-30 Thread Tomas Junnonen
> > > > > It does not send message: > > > run-standalone.sh dbus-send --dest=org.maemo.example_libosso > > > /org/maemo/example_libosso > > > org.maemo.example_libosso.HelloWorld > > sorry > &

Re: Maemo documentation - feedback time is now

2007-03-28 Thread Tomas Junnonen
's the gist of it: #include gtk_widget_set_extension_events(widget, GDK_EXTENSION_EVENTS_ALL); g_signal_connect(G_OBJECT(widget), "button-press-event", G_CALLBACK(button_press_cb), NULL); button_press_cb(GtkWidget *widget, GdkEventButton *event, gpointer data

How to detect that connectivity is lost

2007-03-27 Thread Tomas
We want our application to switch from IAP automatically when it looses connection. We have developed a daemon that waits for a DISCONNECTED dbus signal to automatically reconnect to any available IAP. It works fine when the device looses connectivity. In this case a dbus signal is launched and tr

Re: [maemo-developers] Sample keyboard layout file

2007-02-14 Thread Tomas Junnonen
ext Marius Gedminas wrote: > On Tue, Feb 13, 2007 at 07:50:44PM +0200, Tomas Junnonen wrote: >> The format of the virtual keyboard files has been documented [1] for >> some time, but unless you're familiar with XML DTD's and really >> patient it's probably hard

[maemo-developers] Sample keyboard layout file

2007-02-13 Thread Tomas Junnonen
sting layouts, so the keyboard is listed as "wa_BE" (must be a valid locale) Language in the Text input settings of the control panel after installing the deb. Regards, Tomas [1] http://www.maemo.org/platform/docs/howtos/howto_him_bora.html#Virtual-kb-xml-file ___

[maemo-developers] Help on how to attach a non gtk+/hildon app to D-Bus

2007-01-10 Thread Tomas
Hello, We are trying to write a single C script, not a gtk+/hildon application, to listen for the connectivity DBUS signals. We are using the IC API as shown in the "Maemo Connectivity Architecture" document and we have managed to open and close WLan connections without problems. Things changed

Re: [maemo-developers] VKB problems

2006-12-04 Thread Tomas Junnonen
ext Tomas Frydrych wrote: > I am trying to put together package of AbiWord 2.4.6 for Maemo 2.1, but > run into difficulties with the VKB -- the kbd never comes up when the > window is clicked on, although the same code used to work with OS2005. > > I see in the Maemo 2.1 docs

[maemo-developers] VKB problems

2006-12-03 Thread Tomas Frydrych
never text widgets (entry, text view) are pressed ..." -- is there a way to make the VKB to work automatically for a widget of a different type, or do I have to manually call hildon_gtk_im_context_show() on focus_in events ? Tomas ___ maemo-

Re: [maemo-developers] Q: virtual keyboard and *stealing* text selection

2006-11-17 Thread Tomas Junnonen
olbar will keep the selection from clearing, and also make the application more "maemo-like". Alternatively, when the selection is made you could save the bounds in your application and use those for the action, optionally restoring the selection. Regards, Tomas __

Re: [maemo-developers] Internet Search home applet

2006-11-13 Thread Tomas Junnonen
a search. You're also able add your own search engines by dropping xml files in the directory. For convenience you could package the whole thing in a deb with your own icons, and put it up for download. Regards, Tomas ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: [maemo-developers] thumb keyboard

2006-10-30 Thread Tomas Junnonen
ior, as well as the thumb keyboard showing on a longer press, you have to hack it. Check the included example, it fakes the user jabbing the text widget with his finger after holding the select key pressed for one second. Regards, Tomas /* Compile with: gcc -g -O -W thumb-keyboard.c -o thumb-keyboard `

Re: [maemo-developers] Keeping the softkeypad from going away.

2006-10-23 Thread Tomas Junnonen
f at least the hildon_gtk_im_context_* functions to do what you want. Regards, Tomas > On 10/9/06, adam singer <[EMAIL PROTECTED]> wrote: >> How can you keep the softkeypad from going away in a hildon application >> written in python? > [cut] > _

Re: [maemo-developers] .doc and .odf for OS2006?

2006-08-07 Thread Tomas Frydrych
lp if needed. > I have; there was a problem with the updated cs3.2 C++ compiler initially, but I finally got the CVS head building just before I went on holiday, for now still using the HildonApp api. Once I get the debian repo set up for it, there could be at least an unstable package av

Re: [maemo-developers] library updates

2006-07-20 Thread Tomas Frydrych
Hi, Neal H. Walfield wrote: > At Thu, 20 Jul 2006 18:06:31 +0100, > Tomas Frydrych wrote: >>> how are updates of library packages which are not visible in the >>> application manager expected to work? We just noticed that when updating >>> gpe-calendar th

Re: [maemo-developers] library updates

2006-07-20 Thread Tomas Frydrych
o in this case > i can install the update but what if the package is not visible? I think you just need to make sure that the main package includes appropriate version number in the dependency declaration, not just the library name; at least that see

Re: [maemo-developers] Application catalog from repositories

2006-07-20 Thread Tomas Frydrych
re the section as libs instead, the installer will still pull that dependency from the repository, but without it showing in the installer UI. Tomas ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: [maemo-developers] IT2006 library installation

2006-07-20 Thread Tomas Frydrych
er-installable application package (in the control file). You then put that package into your repository alongside your application package; it will not show in the installer, but the installer will automatically pull it when installing the application. Tomas _

Re: [maemo-developers] APIs incomplete?

2006-07-03 Thread Tomas Junnonen
y hildon-libs but also all of the Maemo changes made to GTK, Glib, GDK etc. appear to only be covered in the docs on stage. Regards, Tomas ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

[maemo-developers] problems compiling C++ code on Maemo 2

2006-06-22 Thread Tomas Frydrych
there might be some workaround -- if any of the C++ gurus here would have any suggestions, it would be much appreciated. Tomas ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: [maemo-developers] Libs and packages

2006-06-20 Thread Tomas Junnonen
g etc.) on the device. These components are unfortunately not open source and don't have any public API and therefore also don't come with pkg-config definitions or headers. Regards, Tomas ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: [maemo-developers] [vkb] gtk_context_im_show|hide

2006-06-06 Thread Tomas Junnonen
ext Antonio Gomes wrote: > I got it. Thanks Tomas ... > > Just one more question: is it ok to have more than one instance of > gtk_im_context for the same app ? I am asking because currently I'm > doing like this: for each new created window I have a instance of > gtk_im

Re: [maemo-developers] [vkb] gtk_context_im_show|hide

2006-05-24 Thread Tomas Junnonen
ext Antonio Gomes wrote: > On 5/24/06, Tomas Junnonen <[EMAIL PROTECTED]> wrote: >> ext Antonio Gomes wrote: >> > all, >> > >> > is there any drawback of calling gtk_context_im_show|hide methods by >> > my own? I mean gtk and the hildon i

Re: [maemo-developers] [vkb] gtk_context_im_show|hide

2006-05-24 Thread Tomas Junnonen
ly fine to do this. GTK and hildon input methods do take care of the common cases, but if you want to connect the VKB behavior to use-cases that are specific to your application or if you're implementing widgets of your own, that's what the functio

Re: [maemo-developers] desktop integration

2006-05-09 Thread Tomas Frydrych
Task Navigator panel for your application. Application Service file * Call your service com.nokia.myapp where myapp is whatever you put into the X-Osso-Service line in the desktop file: Name=com.nokia.myapp Tomas Danny Milosavljevic wrote: > Hi, > > Oookay... > > I just s

Re: [maemo-developers] Optimized memory copying functions for Nokia 770

2006-03-14 Thread Tomas Frydrych
o such inlined functions on the arm though, so there is certainly value in doing this. Tomas ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: [maemo-developers] Optimized memory copying functions for Nokia 770

2006-03-14 Thread Tomas Frydrych
There seems to be no source for the functions in the tarball. Tomas Siarhei Siamashka wrote: > Hello All, > > Here are the optimized memory copying functions for Nokia 770 (memset is > more than twice faster, memcpy improves about 10-40% depending on > relative data blocks alignm

Re: [maemo-developers] Re: problem in Maemo installation

2006-03-08 Thread Tomas Frydrych
Either DISPLAY is not set (try 'echo $DISPLAY'), but that is not very likely. More likely you do not have sufficient priviliges to open the diaplay -- run Xephyr as root to see if that makes any difference. Tomas sudarsana narashiman wrote: > > Hi , > I have installed

Re: [maemo-developers] Problems with installing scratchbox

2006-03-03 Thread Tomas Frydrych
Thanks, > A. Just add the group manually in whatever wat that is done on your distro (your distro might use some other command than groupadd, like newgrp). Tomas > ___ > maemo-developers mailing list > maemo-developers@maemo.org > https:

Re: [maemo-developers] Icon to task navigator... again

2006-03-01 Thread Tomas Frydrych
d by > renaming that symlink to match -- no help... as expected) > > latest content of the desktop file: > > [Desktop Entry] > Encoding=UTF-8 > Version=1.0 > Type=Application > Name=Cool Program > Exec=/var/lib/install/usr/lib/progdir/prog.sh > X-Osso-Type=appli

[maemo-developers] AbiWord package

2006-02-03 Thread Tomas Frydrych
s at http://www.abisource.com/~tf/abiword_2.5+cvs20060302_1maemo1_arm.deb With the usual disclaimers for unstable CVS snapshot. Tomas ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: [maemo-users] [maemo-developers] Gnumeric 1.6.2 and goffice 0.2 Released

2006-02-03 Thread Tomas Frydrych
nto the desktop file, as described in the maemo tutorial. Tomas ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: [maemo-developers] osso_initialize()

2006-02-02 Thread Tomas Frydrych
ng in the complete content of your desktop and service files? Tomas ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: [maemo-developers] osso_initialize()

2006-02-02 Thread Tomas Frydrych
without having a correctly registered service you would not receive those. Hope some of this helps. Tomas ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: [maemo-developers] osso_initialize()

2006-02-01 Thread Tomas Frydrych
* contain fully qualified name Name=com.nokia.revsh * you *must* pass the short name to osso_initialize: osso_initialize("revsh" ...) It is silly and ignores the dbus spec on naming, but basically, whatever you pass into osso_initialize() will always end up prefixed with 'com.nokia.&

Re: [maemo-developers] Bluetooth keyboard update

2006-01-18 Thread Tomas Junnonen
m to just commit the keys directly, you do in fact get multibyte characters in stock GTK widgets. That means the problem is fixable, although not necessarily in a clean way by simply installing an application installer package such as the Bluetooth

[maemo-developers] Bluetooth keyboard update

2006-01-16 Thread Tomas Junnonen
, but it doesn't  seem to work all the time, needs some looking into. Regards,Tomas ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: dsme, Re: [maemo-developers] Huge bundle O' year-end questions

2006-01-02 Thread Tomas Junnonen
e same package though and share the license. Regards, Tomas ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: [maemo-developers] Huge bundle O' year-end questions

2006-01-02 Thread Tomas Junnonen
ways of doing input, like Hexinput which was discussed earlier on these lists, would be possible. Regards, Tomas ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: [maemo-developers] using execl

2005-12-16 Thread Tomas Junnonen
ext Brad Burleson wrote: PS Tomas - I was looking at bt-plugin.c and was wondering if it would be fairly trivial to add in support for some of the extra keys on the Nokia keyboard? And I suppose sending a signal to keep the screen active is not easy to do? (I'd think if it was you would

Re: [maemo-developers] using execl

2005-12-15 Thread Tomas Junnonen
wn_* functions instead. In practice you should only ever be using the async versions in the home plugins and statusbar applets, as they will not block updating of the desktop while your child process runs. If you need an example of using g_spawn_async, take a look at the btkeyboards

Re: [maemo-developers] Custom backup locations

2005-11-30 Thread Tomas Frydrych
Erik Karlsson wrote: Currently you can use the /etc/osso-backup/applications/ directory for backup configuration files when you want to add some new backup locations. Except, of course, the Application Installer does not let you install anything outside of /var/lib/install/ ;) Tomas

Re: [maemo-developers] ipkg vs dpkg

2005-11-29 Thread Tomas Frydrych
need work with the AI. Tomas ___ Yahoo! Model Search 2005 - Find the next catwalk superstars - http://uk.news.yahoo.com/hot/model-search/ ___ maemo-developers mailing list m

Re: [maemo-developers] bluetooth keyboard

2005-11-23 Thread Tomas Junnonen
your keyboard, and I can't think of any immediate reasons why this would not work on the 770 with a bit of hacking. On a related note, I hope to provide a UI for pairing Bluetooth keyboards to the 770 with the next version of the plugin. Regards, Tomas

Re: [maemo-developers] Still problems with Linux flasher tool...

2005-11-22 Thread Tomas Frydrych
available to the normal users by Nokia for software updates, and that undoubtedly most of the 770 users will be coming from the win32 desktop environment, it might not do any harm for Nokia's developers to get some first hand win32

Re: [maemo-developers] Still problems with Linux flasher tool...

2005-11-21 Thread Tomas Frydrych
does not seem to have a waiting mode). Tomas ___ To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre. http://uk.security.yahoo.com ___

Re: [maemo-developers] [maemo-users] The application Catalog page

2005-11-10 Thread Tomas Frydrych
databases are easier to set up when there is not a large amount of data to input :). I do not think it would be a huge amount of work to do this (i.e., 1 mysql table, and a one or two php scripts). Tomas ___ To help you

Re: [maemo-developers] [maemo-users] The application Catalog page

2005-11-10 Thread Tomas Frydrych
[EMAIL PROTECTED] wrote: True Eero. The question propably is that what is more important for the community. We have 2 ways to go about this. Of course, you could easily have both views available if the document catalog is stored in a database. Tomas

Re: [maemo-developers] TAbiWord

2005-11-09 Thread Tomas Frydrych
with me. Tomas P.S. AbiWord, of course, is available for the n770, see the application page on maemo.org. Jose Manrique Lopez de la Fuente wrote: Hello, Any Abiword developer has rescued/asked for this[1] code? An extension of AbiWord (version 2.04 code base) that supports digital markup and

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

2005-11-07 Thread Tomas Frydrych
r you do, design it first of all to work for the ordinary user; just because the hackers find it not powerful enough does not mean it is bad. Tomas ___ How much free photo storage do you get? Store your ho

Re: [maemo-developers] Announce: xterm

2005-10-20 Thread Tomas Junnonen (Nokia-M/Helsinki)
our developer device, it may conflict with this package's dbus service name. It's basically the same terminal anyway, so no big loss. Regards, Tomas ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

[maemo-developers] Announce: xterm

2005-10-20 Thread Tomas Junnonen (Nokia-M/Helsinki)
Hi, you can now download an X terminal program for your 770 device from here: http://770.fs-security.com/xterm/ The package is meant to be installed using the Application Installer from the control panel. Regards, Tomas ___ maemo-developers

[maemo-developers] Bluetooth keyboards

2005-09-27 Thread Tomas Junnonen (Nokia-M/Helsinki)
some of you. Regards, Tomas ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: [maemo-developers] show pictures with delay

2005-09-01 Thread Tomas Junnonen (Nokia-M/Helsinki)
entered the main loop in your program, for example by using a timeout. It sounds like you're trying to animate your image. Take a look at the gtk_image_new_from_animation, gdk_pixbuf_simple_anim_new and gdk_pixbuf_simple_anim_add_frame functions. They should do what you want

Re: [maemo-developers] Installing a new font

2005-08-10 Thread Tomas Junnonen (Nokia-M/Helsinki)
fonts on the device, putting the fonts in ~/.fonts/ will make them available to all applications. Creating such an interface for installing/removing fonts would be an excellent, quite easy, project for someone just starting Maemo development. Regards, Tomas