summaryrefslogtreecommitdiff
path: root/packages/qte/qte-common_2.3.10.inc
AgeCommit message (Collapse)AuthorFiles
2008-05-15libopie/qte: fix cursor key rotation on spitz. Closes 3678.Paul Eggleton1
* commit from Laibsch
2008-02-28qt, qte, qt4: Use better staging variablesRichard Purdie1
2008-01-26divers: replace '=' definition of dbg packages with '+=' for 43 files. ↵Rolf Leggewie1
fixes 2317.
2007-11-12qte 2.3.10: Drop var overrides which were needed for deprecated patches.Paul Sokolovsky1
2007-11-12qte 2.3.10: Drop application of random machine-specific keyboard rotation patch.Paul Sokolovsky1
* For spits and akita, some strange patch was applied which considered "neutral" screen rotation to be different from all other devices. * Michael Krelin (polyonymous) tested Zaurus builds w/o this patch, and as he didn't provide negative feedback, the patch is assumed not needed.
2007-11-12qte-mt 2.3.10: Drop application of w100 accel patch for c7x0.Paul Sokolovsky1
* Experimental patch, which never worked too good according to older OPIE maintainers. * Requires hacks for power management. * Overall, not very clean architectural approach. Should possibly be rewritten to use kernel DB accel support, or as more clean driver. * No maintenance from Zaurus people.
2007-07-20qte 2.3.10: Get rid of ipaq vs zaurus dichotomy, it's all 2.4 FUD.Paul Sokolovsky1
* Tested on Z by Michael Krelin. * Closes #2668
2007-07-19qte 2.3.10: Remove overrides which are superfluous after latest changes.Paul Sokolovsky1
2007-07-19qte 2.3.10: WARNING_UNKNOWN_DEVICE is not referenced anywhere, remove.Paul Sokolovsky1
* Instead, add QT_QWS_IPAQ, which actually means "include support for generic pda/handheld device".
2007-07-19qte 2.3.10: Rename a patch to match its content.Paul Sokolovsky1
2007-07-19qte 2.3.10: Move c700 2.4 patches to deprecated.Paul Sokolovsky1
2007-07-19qte 2.3.20: Move simpad 2.4 patches to deprecated.Paul Sokolovsky1
2007-07-19qte 2.3.10: QT_QWS_DEVFS is not referenced anywhere, remove.Paul Sokolovsky1
2007-07-19qte 2.3.10: QT_QWS_SL6000 is not referenced in sourec code or patches, remove.Paul Sokolovsky1
2007-07-15Opie Touchscreen fix for Palm Zire 72Sergey Lapin1
2007-07-15Better way of fixing touchscreen on Palm Treo 650Sergey Lapin1
2007-07-15qte: remove unnecessary tosa-keymap patch. This patch is only needed for 2.4 ↵Dirk Opfer1
sharp kernels.
2007-07-15disapproval of revision 'ae4edc089b3dc8fc6aa34553f76502600ced6639'Koen Kooi1
2007-07-15fix touchscreen in OPIE on treo 650Sergey Lapin1
Setting QWS_MOUSE_PROTO in tslib.sh is probably not ideal, but I can't find a better way. (signed-off by Alex Osborne <alex@hackndev.com>)
2007-07-12qte 2.3.10: kernel-keymap-corgi.patch appears to be safe to be applied Paul Sokolovsky1
unconditionally (adds new keycodes to "Zaurus" mapping, doesn't change anything).
2007-07-12qte 2.3.10: Clean up ipaq_sound_fix.patch stuff.Paul Sokolovsky1
2007-07-12qte 2.3.10: Remove unused ipaq-keyboard.patch.Paul Sokolovsky1
2007-07-12qte 2.3.10: Remove deprecated devfs.patchPaul Sokolovsky1
* 2.4-specific patch, which instead marked as simpad-specific. * Doesn't apply any longer.
2007-07-08qte 2.3.10: fixed build for c7x0 with gcc 4Michael Krelin1
2007-07-05qte 2.3.10: Support uclibc+eabi configuration.Marek Vasut1
2007-07-04qte-mt 2.3.10: Use $libdir for installation.Paul Sokolovsky1
* Per #2254.
2007-05-03qte 2.3.10: Fix lack of PAGE_* in latest linux-headers properly: use ↵Michael Krelin1
getpagesize() * Closes #2201.
2007-05-02qte, qte-mt 2.3.10: Fix build with recent kernel headers.Michael Krelin1
* Closes #2201.
2007-04-07qte: First stage of adhoc machine support cleanup: remove mnci overrides.Paul Sokolovsky1
* Negotiated with the machine maintainer, Holger Schurig. QTE 2.3 is not really used on MNCI/RAMSES, and at any time in can be re-added by following generic interfaces guidelines (TSLIB, Linux input sybsystem, etc.)
2007-04-07qte, qte-mt 2.3.10: Elaborate "kernel keyboard" handler, make it default.Paul Sokolovsky1
* Details: 1. Added support for nicely named and extensible key bindings. E.g., in loadkeys do: keycode 155 = F100 string F100 = "power" where 155 is keycode a power button happens to have on your machine, F100 is arbitrary function key (please use F100-F120), and "power" is OPIE binding. Currently defined bindings are "power", "backlight", "record" 2. K_DO ("Do") keycode is mapped to OPIE power button by default. Kernel uses K_DO for KEY_POWER input subsystem keycode. So, if your device does the right thing, it will work out of the box. 3. Implemented NumLock handling for numeric keypad. * TODO: This shouldn't override QTE's standard TTY handler, instead should be separate, but default, handler. * TODO: Drop outdated adhoc device handlers in favor of this one.
2007-01-14qte 2.3.10: Finish converting kernel-keymap.patch to -p1 format.Paul Sokolovsky1
2007-01-13qte 2.3.10: QT_QWS_EZX: remove bogus define.Paul Sokolovsky1
* Such define is not referenced in qte codebase or any patches.
2007-01-13qte 2.3.10: Use QT_QWS_CUSTOM consistently.Paul Sokolovsky1
* QT_QWS_CUSTOM does *not* exist in qte 2.3.10 at all. It's hello from 2.3.7-or-something era. Before killing it completely, let's apply it consistently to ease looking at config. QT_QWS_CUSTOM is referenced at all *once* in entire OPIE codebase, in opie-launcher, and if its defined, there will F11 key checked. Doing so not going to kill tosa.
2007-01-11qte-common 2.3.10: Add support for palmld, palmtx machines.Paul Sokolovsky1
2007-01-11qte-common 2.3.10: Sort EXTRA_DEFINES per device familiesPaul Sokolovsky1
2007-01-11qte-common 2.3.10: Add better support for htchimalaya, rx3000 machines.Paul Sokolovsky1
2007-01-10qte-common 2.3.10: Add better support for few htcuniversal, htcblueangel, ↵Paul Sokolovsky1
magician machines.
2007-01-06qte: Add asus730 overrides.Paul Sokolovsky1
2006-12-06gpe-common: strip visibility-inlines-hidden instead of negating it. Fixes ↵Rolf Leggewie1
bug 1631 and possibly 1521. zecke-approved ;-)
2006-11-29Introduce STAGING_BINDIR_CROSS and STAGING_BINDIR_NATIVE as discussed on the ↵Richard Purdie1
mailing list. There should be no functionality changes yet.
2006-11-20h5xxx: Rename machine to h5000.Paul Sokolovsky1
* Use naming scheme consistent with other iPaq devices, where "series" name is used. * h5000 is series consisting of h5100, h5400, and h5500 models, each having common architecture, but slightly different builtin peripherals. Each model may also have few marketing nicknames, differing in last digit (sometimes 2 last digits). * Closes #1586. * Approved by Koen Kooi.
2006-11-19qte 2.3.10: Workaround symbol export issue with GCC 4.1Paul Sokolovsky1
* "Workaround GCC 4.1 issues with -fvisibility-inlines-hidden (see #1521) by disabling it for qpe only. TODO: pinpoint actual issue causing GCC misbehavior." * Eases #1521 a bit.
2006-11-19qpe 2.3.10: Apply common keyboardless buttonmap for HH.org kernel ports.Paul Sokolovsky1
* keyboardless-buttonmap.patch does that * ipaq-keyboard.patch is patch for 2.4 kernels, should go away. * ipaq_sound_fix.patch status is unknown. It seems to conatin useful validation patch, but at the same time talks about hardcoding something for uda1341 (which also smells of 2.4). Either way, if it contains something useful, it should be applied consistently for all machines. While it isn't, it won't be too much issue to disable it for pocket-pc based devices too. * Tested on h4000. ++ + case 0x78: + # if defined(QT_QWS_IPAQ) + keyCode = Key_F24; // record ============================================================ --- packages/qte/qte-common_2.3.10.inc 6323bf41e47d7a950cc2729723dbcbb6f884e853 +++ packages/qte/qte-common_2.3.10.inc b4b84ab449bfd459e2a61d20bac3d2e3e527e2c2 @@ -37,6 +37,7 @@ SRC_URI = "ftp://ftp.trolltech.com/pub/q file://fix-native-build.patch;patch=1 \ file://simpad-defaultkbd.patch;patch=1 \ file://fix-errno-exception-spec.patch;patch=1 \ + file://keyboardless-buttonmap.patch;patch=1 \ file://sharp_char.h \ file://switches.h " @@ -62,16 +63,16 @@ SRC_URI_append_mnci = "file://de file://mnci-touchscreen.patch;patch=1 \ file://qkeyboard_qws.h \ file://qkeyboard_qws.cpp " -SRC_URI_append_h1910 = "file://ipaq-keyboard.patch;patch=1 file://ipaq_sound_fix.patch;patch=1 " -SRC_URI_append_h1940 = "file://ipaq-keyboard.patch;patch=1 file://ipaq_sound_fix.patch;patch=1 " -SRC_URI_append_h2200 = "file://ipaq-keyboard.patch;patch=1 file://ipaq_sound_fix.patch;patch=1 " -SRC_URI_append_h3600 = "file://ipaq-keyboard.patch;patch=1 file://ipaq_sound_fix.patch;patch=1 " -SRC_URI_append_h3900 = "file://ipaq-keyboard.patch;patch=1 file://ipaq_sound_fix.patch;patch=1 " -SRC_URI_append_h4000 = "file://ipaq-keyboard.patch;patch=1 file://ipaq_sound_fix.patch;patch=1 " -SRC_URI_append_h5xxx = "file://ipaq-keyboard.patch;patch=1 file://ipaq_sound_fix.patch;patch=1 " -SRC_URI_append_h6300 = "file://ipaq-keyboard.patch;patch=1 file://ipaq_sound_fix.patch;patch=1 " -SRC_URI_append_hx2000 = "file://ipaq-keyboard.patch;patch=1 file://ipaq_sound_fix.patch;patch=1 " -SRC_URI_append_hx4700 = "file://ipaq-keyboard.patch;patch=1 file://ipaq_sound_fix.patch;patch=1 " +#SRC_URI_append_h1910 = "file://ipaq-keyboard.patch;patch=1 file://ipaq_sound_fix.patch;patch=1 " +#SRC_URI_append_h1940 = "file://ipaq-keyboard.patch;patch=1 file://ipaq_sound_fix.patch;patch=1 " +#SRC_URI_append_h2200 = "file://ipaq-keyboard.patch;patch=1 file://ipaq_sound_fix.patch;patch=1 " +#SRC_URI_append_h3600 = "file://ipaq-keyboard.patch;patch=1 file://ipaq_sound_fix.patch;patch=1 " +#SRC_URI_append_h3900 = "file://ipaq-keyboard.patch;patch=1 file://ipaq_sound_fix.patch;patch=1 " +#SRC_URI_append_h4000 = "file://ipaq-keyboard.patch;patch=1 file://ipaq_sound_fix.patch;patch=1 " +#SRC_URI_append_h5xxx = "file://ipaq-keyboard.patch;patch=1 file://ipaq_sound_fix.patch;patch=1 " +#SRC_URI_append_h6300 = "file://ipaq-keyboard.patch;patch=1 file://ipaq_sound_fix.patch;patch=1 " +#SRC_URI_append_hx2000 = "file://ipaq-keyboard.patch;patch=1 file://ipaq_sound_fix.patch;patch=1 " +#SRC_URI_append_hx4700 = "file://ipaq-keyboard.patch;patch=1 file://ipaq_sound_fix.patch;patch=1 " S = "${WORKDIR}/qt-${PV}" ============================================================ --- packages/qte/qte-mt_2.3.10.bb 6bcca53c33775f83f414b169ac273be1b7f443a3 +++ packages/qte/qte-mt_2.3.10.bb 090b792876515bb19e14563250d46729dc54c88d @@ -1,5 +1,5 @@ require qte-common_${PV}.inc require qte-common_${PV}.inc -PR = "r4" +PR = "r5"
2006-11-18Fix parse error by adding one or two "'" or '"' removing whitespace behind \...Holger Freyther1
2006-11-05qte 2.3.10: Add needed overrides consistently for all pocketpc models.Paul Sokolovsky1
* hXXXX, hxXXXX, etc. * One sweet day this will be redone in a sane way.
2006-11-05qte-common: Add override for h1940 closing =121Richard Purdie1
2006-10-29qte: create -dev/-dbg packages - based on code from .oz354xMarcin Juszkiewicz1
2006-10-25merge of 5d13f311dd93df73db461d6abca7480b39bbecbcKristoffer Ericson1
and 6bdfd4680fb56e499b8a254034efb752dead5002
2006-10-21packages/qte/qte-common_2.3.10.inc : Added keymap patch to jornada6xxKristoffer Ericson1
* Added kernel-keymap patch for usage with jornada6xx
2006-10-20qte/qtopia-core: factor out qte_arch function into qte-functions.inc, use ↵Michael Lauer1
this from qtopia-core to get QT_ARCH