summaryrefslogtreecommitdiff
path: root/libopie
authormickeyl <mickeyl>2003-05-30 20:05:49 (UTC)
committer mickeyl <mickeyl>2003-05-30 20:05:49 (UTC)
commit4e9f13ddaea55f33dc5d9de6f2bb1b64cdc3d11f (patch) (side-by-side diff)
treed22bbfde34ba34d506083316eb10f8e1d5d1697d /libopie
parent832b2e4a824254f16e1d89f8b6f4367068719cf8 (diff)
downloadopie-4e9f13ddaea55f33dc5d9de6f2bb1b64cdc3d11f.zip
opie-4e9f13ddaea55f33dc5d9de6f2bb1b64cdc3d11f.tar.gz
opie-4e9f13ddaea55f33dc5d9de6f2bb1b64cdc3d11f.tar.bz2
slight fix to simpad buttons. opie-button-settings really has to be adapted
to support the larger screen size
Diffstat (limited to 'libopie') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie/odevice.cpp28
1 files changed, 15 insertions, 13 deletions
diff --git a/libopie/odevice.cpp b/libopie/odevice.cpp
index 01932c9..f0429d4 100644
--- a/libopie/odevice.cpp
+++ b/libopie/odevice.cpp
@@ -283,11 +283,6 @@ struct s_button {
"QPE/TaskBar", "toggleMenu()",
"QPE/TaskBar", "toggleStartMenu()" },
{ Model_SIMpad_CL4 | Model_SIMpad_SL4 | Model_SIMpad_SLC | Model_SIMpad_TSinus,
- Qt::Key_F12, QT_TRANSLATE_NOOP("Button", "Lower+Upper"),
- "devicebuttons/simpad_lower_upper",
- "QPE/Launcher", "home()",
- "buttonsettings", "raise()" },
- { Model_SIMpad_CL4 | Model_SIMpad_SL4 | Model_SIMpad_SLC | Model_SIMpad_TSinus,
Qt::Key_F13, QT_TRANSLATE_NOOP("Button", "Lower+Left"),
"devicebuttons/simpad_lower_left",
"mail", "raise()",
@@ -296,8 +291,8 @@ struct s_button {
{ Model_SIMpad_CL4 | Model_SIMpad_SL4 | Model_SIMpad_SLC | Model_SIMpad_TSinus,
Qt::Key_F5, QT_TRANSLATE_NOOP("Button", "Upper+Up"),
"devicebuttons/simpad_upper_up",
- "datebook", "nextView()",
- "today", "raise()" },
+ "QPE/Launcher", "home()",
+ "buttonsettings", "raise()" },
{ Model_SIMpad_CL4 | Model_SIMpad_SL4 | Model_SIMpad_SLC | Model_SIMpad_TSinus,
Qt::Key_F6, QT_TRANSLATE_NOOP("Button", "Upper+Down"),
"devicebuttons/simpad_upper_down",
@@ -308,16 +303,23 @@ struct s_button {
"devicebuttons/simpad_upper_right",
"QPE/TaskBar", "toggleMenu()",
"QPE/TaskBar", "toggleStartMenu()" },
- /*{ Model_SIMpad_CL4 | Model_SIMpad_SL4 | Model_SIMpad_SLC | Model_SIMpad_TSinus,
+ { Model_SIMpad_CL4 | Model_SIMpad_SL4 | Model_SIMpad_SLC | Model_SIMpad_TSinus,
+ Qt::Key_F13, QT_TRANSLATE_NOOP("Button", "Upper+Left"),
+ "devicebuttons/simpad_upper_left",
+ "QPE/Rotation", "flip()",
+ "QPE/Rotation", "flip()" },
+ /*
+ { Model_SIMpad_CL4 | Model_SIMpad_SL4 | Model_SIMpad_SLC | Model_SIMpad_TSinus,
Qt::Key_F12, QT_TRANSLATE_NOOP("Button", "Lower+Upper"),
"devicebuttons/simpad_lower_upper",
"QPE/Launcher", "home()",
- "buttonsettings", "raise()" },*/
+ "buttonsettings", "raise()" },
{ Model_SIMpad_CL4 | Model_SIMpad_SL4 | Model_SIMpad_SLC | Model_SIMpad_TSinus,
- Qt::Key_F13, QT_TRANSLATE_NOOP("Button", "Upper+Left"),
- "devicebuttons/simpad_upper_left",
- "mail", "raise()",
- "mail", "newMail()" },
+ Qt::Key_F12, QT_TRANSLATE_NOOP("Button", "Lower+Upper"),
+ "devicebuttons/simpad_upper_lower",
+ "QPE/Launcher", "home()",
+ "buttonsettings", "raise()" },
+ */
};
static QCString makeChannel ( const char *str )