summaryrefslogtreecommitdiff
path: root/packages/qte/qte-mt_2.3.10.bb
AgeCommit message (Collapse)AuthorFiles
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko1
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther1
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-06-07libopie/qte: fix cursor key rotation for iPAQs. Should resolve 3678. Paul Eggleton1
2008-05-15libopie/qte: fix cursor key rotation on spitz. Closes 3678.Paul Eggleton1
* commit from Laibsch
2007-11-12qte-mt 2.3.10: No longer a machine-specific package.Paul Sokolovsky1
2007-11-01qte: mark qte-mt 2.3.10 as preferred version to make bitbake a bit more ↵Marcin Juszkiewicz1
quiet on parse
2007-07-20qte-mt 2.3.10: Bump PR.Paul Sokolovsky1
2007-07-19qte 2.3.10: Remove overrides which are superfluous after latest changes.Paul Sokolovsky1
2007-07-19qte 2.3.10: Refresh patch after deprecating 2.4 stuff.Paul Sokolovsky1
2007-07-19qte-mt 2.3.10: Bump PR.Paul Sokolovsky1
2007-07-19qte-mt 2.3.10: Bump PR.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-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: Remove deprecated devfs.patchPaul Sokolovsky1
* 2.4-specific patch, which instead marked as simpad-specific. * Doesn't apply any longer.
2007-07-04qte-mt 2.3.10: Use $libdir for installation.Paul Sokolovsky1
* Per #2254.
2007-07-03qte-mt 2.3.10: Fix packaging.Paul Sokolovsky1
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, 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: Fix kernel-keymap.patch, was made as -p0 instead of -p1.Paul Sokolovsky1
2007-01-13qte 2.3.10: Rethink hardware platform defines.Paul Sokolovsky1
* 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-11qte* 2.3.10: Bump PR for latest changes.Paul Sokolovsky1
2007-01-10qte* 2.3.10: Bump PR for latest changes.Paul Sokolovsky1
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-10-29qte: create -dev/-dbg packages - based on code from .oz354xMarcin Juszkiewicz1
2006-06-28qte-2.3.10: update suspend-resume-hooks patch for w100 accelleration on c7x0.Michael Lauer1
patch courtesy Manuel Teira - thanks!
2006-05-29qte(-mt): touchscreen works on Motorola EZX platform nowMichael Lauer1
2006-05-25qte: clean up, remove double entries, add flags for Motorola A780 and E680 ↵Michael Lauer1
GSM phones
2006-04-22qte: use .inc file to produce three incarnations of every versionMichael Lauer1
2006-04-05qte 2.3.10: fix typos introduced by manual mergeMichael Lauer1
2006-04-04qte 2.3.10: add mt version, add mt-static version, factor out common things ↵Michael Lauer1
into .inc