1 20:05 #vala < enrico> Hello. I'd like to read data from /dev/input/eventN, which, in C, requires
2 reading a struct input_event from #include <linux/input.h>. What is the canonical
3 way in vala to do such things?
4 20:17 #vala < mfpuente> enrico, you have to create a vapi file containing constants, enums, structs and
5 functions you need to do that, take a look at v4l2.vapi in your vala
6 installation or here http://git.gnome.org/cgit/vala/tree/vapi/v4l2.vapi
7 20:17 #vala <@zeenix> enrico: write C functions to do that and bind/call that to/from Vala?
10 http://git.freesmartphone.org/?p=specs.git;a=blob_plain;f=html/index.html;hb=HEAD
13 - icon linking to "current apps" in the main screen
15 - vibrate at alarm trigger
16 - play sound at alarm trigger
17 - leave expired alarm on screen until acknowledged
18 (alarm status icon that also brings to alarm menu)
19 - remember alarm names (on request, maybe with an add feature) and how
20 often they are triggered, and show them most frequent first
21 - remember unexpired alarms persistently (again, a table in sqlite?) so
22 that they can be reinstated if zavai is restarted
23 - show active alarms and allow to delete them
24 - GPX status icon (off, waiting for fix, recording)
25 - GPX waypoint using AUX button
32 - start/stop wicd-client
33 - Suspend phone if not calling and gps is not on and backlight is not on
34 (maybe with idle notifier?)
35 - Phone from kapula (or just running kapula)
36 - Split polygen applet in a separate app, ran via a .desktop file
37 (faster zavai startup time, can then integrate a browser in the polygen
38 applet, makes more sense altogether)
39 - Is there a way to lock the screen completely turning off the touchscreen, so
40 that interrupts are not even generated?
43 - GPX log with more features (quality, course, speed, ...)
44 - Take a waypoint then show a menu with a timeout
45 - Add a scribbled note
47 - Add a text note (tickling the text input method thing)
48 If timeout expires, leave the waypoint with the automatic name
51 (can be done by just quitting and let the runner script restart it)
52 - get fix events without requesting the GPX resource (and then? gpx log all the time? what for?)