From f0f396aca6c1f15fd2963b4badd3a449f89633fb Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Tue, 9 Jan 2007 22:42:25 +0000 Subject: opie-taskbar: Comment out getkey calls, as no longer available with current OE's busyboxes. * Closes #1649. * Few TODOs for this package: 1. Drop htcuniversal/opie - it only sets TS/keys devices, and that should be done by other means (and need for that is questionable, as other HH.org devices work without any explicit sets). 2. Move OPIE startup scripts to own package out of app package. --- packages/opie-taskbar/opie-taskbar/c7x0/opie | 2 +- packages/opie-taskbar/opie-taskbar/htcuniversal/opie | 2 +- packages/opie-taskbar/opie-taskbar/opie | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'packages') diff --git a/packages/opie-taskbar/opie-taskbar/c7x0/opie b/packages/opie-taskbar/opie-taskbar/c7x0/opie index dddb7caa0d..84f3b3e673 100755 --- a/packages/opie-taskbar/opie-taskbar/c7x0/opie +++ b/packages/opie-taskbar/opie-taskbar/c7x0/opie @@ -41,7 +41,7 @@ fi case $1 in 'start') - /sbin/getkey 5 "Starting Opie in 5 seconds... press key to interrupt." && exit 0 + #/sbin/getkey 5 "Starting Opie in 5 seconds... press key to interrupt." && exit 0 if [ -x "$OPIEDIR/bin/opie-login" ]; then echo Starting Opie-login.... diff --git a/packages/opie-taskbar/opie-taskbar/htcuniversal/opie b/packages/opie-taskbar/opie-taskbar/htcuniversal/opie index fc39fff358..ac8cf18df4 100644 --- a/packages/opie-taskbar/opie-taskbar/htcuniversal/opie +++ b/packages/opie-taskbar/opie-taskbar/htcuniversal/opie @@ -38,7 +38,7 @@ fi case $1 in 'start') - /sbin/getkey 5 "Starting Opie in 5 seconds... press key to interrupt." && exit 0 + #/sbin/getkey 5 "Starting Opie in 5 seconds... press key to interrupt." && exit 0 if [ -x "$OPIEDIR/bin/opie-login" ]; then echo Starting Opie-login.... diff --git a/packages/opie-taskbar/opie-taskbar/opie b/packages/opie-taskbar/opie-taskbar/opie index 0d9452523e..3320dbe7c5 100755 --- a/packages/opie-taskbar/opie-taskbar/opie +++ b/packages/opie-taskbar/opie-taskbar/opie @@ -36,7 +36,7 @@ fi case $1 in 'start') - /sbin/getkey 5 "Starting Opie in 5 seconds... press key to interrupt." && exit 0 + #/sbin/getkey 5 "Starting Opie in 5 seconds... press key to interrupt." && exit 0 if [ -x "$OPIEDIR/bin/opie-login" ]; then echo Starting Opie-login.... -- cgit v1.2.3 From b2bc8e564be8f926d0a1e050a180d23a2e48b69c Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Tue, 9 Jan 2007 22:52:53 +0000 Subject: qte 2.3.10: Build with support for mouse cursor. * Mouse cursor is shown only if mouse input driver is actually in use, (no used if touchscreen). * Extends supported machine base and eases dbeugging. * Tested on qemuarm (and h4000). --- packages/qte/qte-2.3.10/qpe.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/qte/qte-2.3.10/qpe.patch b/packages/qte/qte-2.3.10/qpe.patch index af2e31664a..554c42c9ad 100644 --- a/packages/qte/qte-2.3.10/qpe.patch +++ b/packages/qte/qte-2.3.10/qpe.patch @@ -39,7 +39,7 @@ +#define QT_DLL // Internal +#endif + -+#define QT_NO_QWS_CURSOR ++#undef QT_NO_QWS_CURSOR +#define QT_NO_QWS_MOUSE_AUTO +#ifndef QT_NO_CODECS +#define QT_NO_CODECS -- cgit v1.2.3