diff options
author | Koen Kooi <koen@openembedded.org> | 2007-02-07 10:04:04 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-02-07 10:04:04 +0000 |
commit | 38a94e6cb8f772f29ebf8e25e1fe5cb34711d324 (patch) | |
tree | c2a8332a723fed2ff05fb095f73e03c4b2b26818 /packages/gpephone/xoo-theme-gpephone | |
parent | 4fcd37c8af2c23d84fab538eb08d2b14134af8cc (diff) |
gpephone: add recipes from http://linuxtogo.org/~florian/gpepe/
* They still need to be run through oe-stylize.py
* things like linphone need to get merged with their original counterparts in OE
Diffstat (limited to 'packages/gpephone/xoo-theme-gpephone')
-rw-r--r-- | packages/gpephone/xoo-theme-gpephone/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/gpephone/xoo-theme-gpephone/gpephone.png | bin | 0 -> 38390 bytes | |||
-rw-r--r-- | packages/gpephone/xoo-theme-gpephone/gpephone.xml | 59 |
3 files changed, 59 insertions, 0 deletions
diff --git a/packages/gpephone/xoo-theme-gpephone/.mtn2git_empty b/packages/gpephone/xoo-theme-gpephone/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/gpephone/xoo-theme-gpephone/.mtn2git_empty diff --git a/packages/gpephone/xoo-theme-gpephone/gpephone.png b/packages/gpephone/xoo-theme-gpephone/gpephone.png Binary files differnew file mode 100644 index 0000000000..abde7a0a20 --- /dev/null +++ b/packages/gpephone/xoo-theme-gpephone/gpephone.png diff --git a/packages/gpephone/xoo-theme-gpephone/gpephone.xml b/packages/gpephone/xoo-theme-gpephone/gpephone.xml new file mode 100644 index 0000000000..d681226886 --- /dev/null +++ b/packages/gpephone/xoo-theme-gpephone/gpephone.xml @@ -0,0 +1,59 @@ +<LiPSrf> + +<!-- + first define the window size, image and display geometry for your + 'fake' device. +--> + +<device width='305' height='656' + display_width='240' display_height='320' + display_x='33' display_y='31' + img='gpephone.png' /> + +<!-- Buttons ( optional ) + The define each of the buttons. Note, there are a couple of extra + optional attributes not used here; + + - 'img' - set to an image pathname for the down state of the button + + - repreat = 'on|off' , Turn key repeat on/off for that key. By default + key repeat is on. + --> + +<!-- PIM buttons, left to right --> +<!-- Left softkey--> +<button x='36' y='370' width='91' height='21' key='F3'/> +<!-- Rigth softkey--> +<button x='177' y='370' width='91' height='21' key='F4'/> + +<!-- Home key--> +<button x='10' y='408' width='83' height='22' key='k'/> + +<!-- backspace key--> +<button x='208' y='408' width='83' height='22' key='BackSpace'/> +<!-- Call key--> +<button x='10' y='441' width='83' height='22' key='Page_Up'/> +<!-- Hangup key--> +<button x='208' y='441' width='83' height='22' key='Page_Down'/> + +<button x='133' y='393' width='45' height='23' key='Up'/> +<button x='123' y='459' width='57' height='23' key='Down'/> +<button x='106' y='417' width='26' height='42' key='Left'/> +<button x='178' y='411' width='20' height='53' key='Right'/> + +<button x='133' y='423' width='38' height='30' key='Return'/> + +<button x='24' y='493' width='73' height='26' key='1'/> +<button x='24' y='534' width='73' height='26' key='4'/> +<button x='24' y='573' width='73' height='26' key='7'/> +<button x='24' y='612' width='73' height='26' key='comma'/> +<button x='106' y='486' width='90' height='34' key='2'/> +<button x='106' y='526' width='90' height='34' key='5'/> +<button x='106' y='564' width='90' height='34' key='8'/> +<button x='106' y='604' width='90' height='34' key='0'/> +<button x='202' y='493' width='73' height='26' key='3'/> +<button x='202' y='534' width='73' height='26' key='6'/> +<button x='202' y='573' width='73' height='26' key='9'/> +<button x='202' y='612' width='73' height='26' key='period'/> + +</LiPSrf> |