summaryrefslogtreecommitdiff
path: root/packages/qte
AgeCommit message (Collapse)AuthorFiles
2007-04-07qte: First stage of adhoc machine support cleanup: remove mnci overrides.Paul Sokolovsky8
* 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 Sokolovsky3
* 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-03-27qte-mt, qte-mt-static 2.3.12: 2.3.12 is not fully tested version, lower ↵Paul Sokolovsky2
DEF_PREF. * There were reports of build issues.
2007-01-14qte 2.3.10: Finish converting kernel-keymap.patch to -p1 format.Paul Sokolovsky1
2007-01-14qte 2.3.10: Fix kernel-keymap.patch, was made as -p0 instead of -p1.Paul Sokolovsky3
2007-01-13qte 2.3.10: Rethink hardware platform defines.Paul Sokolovsky4
* Let there be two major platforms, Zaurus and Wince. Let there be two defines, QT_QWS_SL5XXX and QT_QWS_IPAQ, to define generic device of the corresponding platform. * Let there be also possibility to specialize for specific device of the platform. But corresponding define must be always used bu the generic platform device above. * For example, QT_QWS_SLC700 is a Zaurus C7x0 device, and it always must be defined together with QT_QWS_SL5XXX. Or QT_QWS_SIMPAD, an QT_QWS_IPAQ specialization. * As generic define is implied by specific, if we somewhere have test for generic define, we don't need to additionally test for "specific" define. * Thus, bunch of hunks in device-specific patches are superflous and can be dropped.
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-13qte 2.3.10: simpad.patch contains few hunks with white-space only changes, Paul Sokolovsky1
remove them, as they complicate review and further patching.
2007-01-11qte* 2.3.10: Bump PR for latest changes.Paul Sokolovsky2
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-10qte* 2.3.10: Bump PR for latest changes.Paul Sokolovsky2
2007-01-09qte 2.3.10: Build with support for mouse cursor.Paul Sokolovsky1
* 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).
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 Sokolovsky3
* 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 Freyther2
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 Juszkiewicz6
2006-10-25merge of 5d13f311dd93df73db461d6abca7480b39bbecbcKristoffer Ericson5
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 Lauer3
this from qtopia-core to get QT_ARCH
2006-10-19add qtopia-core 4.2.0 (first shot)giel3
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi1
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2006-09-10packages/qte/qte-common_2.3.10.inc: Correct the md5sumHolger Freyther1
2006-07-12qte all reenable RTTI, must have been lost during a mergeMichael Lauer1
2006-07-02qte all-versions enable threads in mt-static variantsMichael Lauer2
2006-06-28qte-2.3.10: update suspend-resume-hooks patch for w100 accelleration on c7x0.Michael Lauer4
patch courtesy Manuel Teira - thanks!
2006-05-29qte(-mt): touchscreen works on Motorola EZX platform nowMichael Lauer6
2006-05-25qte: clean up, remove double entries, add flags for Motorola A780 and E680 ↵Michael Lauer7
GSM phones
2006-05-14qte: Enable kernel-keymap.patch for Poodle, fixing the broken keymap with ↵Matthias Hentges2
kernel 2.6
2006-04-22qte: use .inc file to produce three incarnations of every versionMichael Lauer9
2006-04-21added qt/e 2.3.12 as non-default, WIPMarcin Juszkiewicz39
2006-04-20drop qte-4.0.0-snapshot, there is no such thing as Qt/Embedded 4.x anymore.Michael Lauer13
2006-04-08* Remove 2.4 machine support for c7x0, akita, spitz and borzoi. Richard Purdie1
* Remove borzoi machine entirely as its now equal to spitz. * For remaining 2.4/2.6 split machines use ZKERNEL_VERSION instead of KERNEL_VERSION to fix a long standing bug - people will need to update local.conf. * Add dummy terrier MACHINE to point at spitz.
2006-04-05packages/qte/qte-2.3.10 borzoi kernel-keymap:Holger Freyther1
-apply the borzoi hack to the location of the file. -I hate this patch...
2006-04-05qte 2.3.10: fix typos introduced by manual mergeMichael Lauer2
2006-04-04qte 2.3.10: add mt version, add mt-static version, factor out common things ↵Michael Lauer5
into .inc
2006-04-01packages/qte/qte_2.3.10:Holger Freyther2
Thanks to the ROAD GmbH we now have a bugfixed QtE kernel-keymap.patch Bugfixes: -Handle keys > 127 (7Bit) -Workaround broken keymaps -Fix Autorepeat -plenty of other fixes This patch needs some testing as I have applied the changes by hand.
2006-03-19qt/embedded 2.3.10: add gcc4 patch to make it compile :)Michael Lauer2
2006-03-18qt/embedded 2.3.10: generate eabi configurations to make ./configure not ↵Michael Lauer1
bailing out
2006-02-16packages/{qte,qt,qte-fonts-common,qpf-fonts}:Holger Freyther2
Add HOMEPAGE and point to http://www.trolltech.com packages/xqt: Fix the SECTION to something known
2005-12-01merge of 351f471d442cbf1517f5d2327e576fad094e0712Koen Kooi2
and 41bf7eeb45e097a83eee74d76ccbe5d4d34e7b82