Age | Commit message (Collapse) | Author | Files |
|
|
|
|
|
|
|
|
|
|
|
sharp kernels.
|
|
|
|
* 2.4-specific patch, which instead marked as simpad-specific.
* Doesn't apply any longer.
|
|
|
|
getpagesize()
* Closes #2201.
|
|
* Closes #2201.
|
|
* 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.)
|
|
* 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.
|
|
|
|
* 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.
|
|
remove them, as they complicate review and further patching.
|
|
* 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).
|
|
* 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"
|
|
patch courtesy Manuel Teira - thanks!
|
|
-apply the borzoi hack to the location
of the file.
-I hate this patch...
|
|
into .inc
|
|
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.
|
|
|
|
and 41bf7eeb45e097a83eee74d76ccbe5d4d34e7b82
|
|
|
|
and d72c18a4bdb40a69e578b041fe714f31487fcb1e
|
|
|
|
- close bug #393
|
|
- patch to fix build
- enabled QVFb support
With that changes it is possible to run OPIE/OE in QVFb/X11.
|
|
handler. patch courtesy Richard Purdie.
|
|
painting QBitmaps. Patch courtesy Manuel Teira.
|
|
|
|
-Drop even more files
|
|
- add suspend-resume hook for qws server
- implement suspend-resume helpers in W100 driver
|
|
a bit suspicious...
|
|
Teira
|
|
- Fix linuxfb overflow with offscreen pixmaps
- Fix qte calling ::sync() instead of QScreen::sync()
- Fix rotation in W100 accellerated driver
All patches courtesy QtE Uberhacker Manuel Teira - thanks a lot, Manuel.
|
|
|
|
into allanon.vanille.de:/home/mickey/openembedded
2005/06/26 14:36:41+02:00 vanille.de!mickeyl
qte-2.3.10: add and apply a patch that moves setting the linuxfb screen mode to a more sane location. Patch courtesy Manuel Teira
BKrev: 42bea166-urPsnLDEJZNp09uS7XHKg
|
|
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/06/18 17:25:59+02:00 uni-frankfurt.de!mickeyl
qte-2.3.10: bump revision
2005/06/18 17:24:52+02:00 uni-frankfurt.de!mickeyl
qte-2.3.10: update w100 patch. this version fixes the synchronization between software pixmaps and hardware rects as well as polyline accelleration. Patch courtesy Manuel Teira - thanks a lot.
2005/06/18 16:59:49+02:00 uni-frankfurt.de!mickeyl
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2005/06/18 00:31:37+02:00 uni-frankfurt.de!mickeyl
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2005/06/17 23:56:33+02:00 uni-frankfurt.de!mickeyl
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2005/06/17 21:09:22+02:00 uni-frankfurt.de!mickeyl
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2005/06/17 17:36:14+02:00 uni-frankfurt.de!mickeyl
add gtk2-port of the soundtracker, an AMIGA style module tracker program
BKrev: 42b44059pl_pr2jlFu8jPzCdKIgEfQ
|
|
into marsco.kalmiopsis:/home/nslu2/openembedded
2005/06/15 12:55:22+02:00 utwente.nl!koen
sapwood_1.20-1.bb: extra install_append, courtesy Florian Boor
osso-gnome-vfs2_2.8.4.4-1.bb: adjust depends, courtesy Florian Boor
Many files: added, courtesy Florian Boor
hildon-libs_0.9.6-2.bb: adjust staging, courtesy Florian Boor
2005/06/15 12:18:24+02:00 uni-frankfurt.de!mickeyl
add mathomatic, a small, portable, general purpose CAS. Patch courtesy Simon Pickering
2005/06/15 11:58:18+02:00 utwente.nl!koen
Many meamo files: source -> ., courtesy Florian Boor
Add gconf-osso, part of the maemo.org suite, courtesy Florian Boor
2005/06/15 11:45:40+02:00 utwente.nl!koen
base-files_3.0.14.bb: support nokia770, courtesy Florian Boor
2005/06/15 11:05:24+02:00 handhelds.org!CoreDump
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into handhelds.org:/home/mhentges/OpenEmbedded/bitbake/openembedded
2005/06/15 11:05:02+02:00 handhelds.org!CoreDump
altboot: Add a timeout on boot and only show the menu when requested
2005/06/15 10:29:53+02:00 mn-solutions.de!schurig
assorted MNCI / RT3000 changes
2005/06/15 10:27:59+02:00 mn-solutions.de!schurig
classes/rootfs_ipk.bbclass:
allows to keep the Packages file
(my own python script to create Packages is way faster :-)
2005/06/14 22:59:08+01:00 reciva.com!pb
use mkdir -p, not install -d
2005/06/14 22:02:28+02:00 utwente.nl!koen
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into bitbake.utwente.nl:/home/koen/OE/openembedded
2005/06/14 22:02:15+02:00 utwente.nl!koen
xmame_0.95.bb:
remove UNNECESSARY and BOGUS qpe crap. Can we please stop committing such nonsonse? virtual/libsdl exists for a reason
2005/06/14 21:01:19+01:00 reciva.com!pb
apply PARALLEL_INSTALL_MODULES patch from Erik Hovland
2005/06/14 20:55:08+01:00 reciva.com!pb
update xmame to 0.95, courtesy Erik Hovland
2005/06/14 20:52:19+01:00 reciva.com!pb
update handhelds-pxa kernel to hh40, courtesy Erik Hovland
2005/06/14 19:10:13+02:00 uni-frankfurt.de!mickeyl
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2005/06/14 19:00:35+02:00 uni-frankfurt.de!mickeyl
Add tslib config files for omap5912osk. Patch courtesy philip@balister.org
2005/06/14 18:59:02+02:00 uni-frankfurt.de!mickeyl
Fix Typo in xerces-c. Patch courtesy philip@balister.org
2005/06/14 13:45:03+02:00 local!hrw
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into marcinj.local:/home/hrw/zaurus/oe/openembedded
2005/06/14 13:44:34+02:00 local!hrw
updated kdepimpi to 2.1.5
2005/06/14 13:16:38+02:00 handhelds.org!CoreDump
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into handhelds.org:/home/mhentges/OpenEmbedded/bitbake/openembedded
2005/06/14 13:16:14+02:00 handhelds.org!CoreDump
altboot: Update to latest version
2005/06/14 13:13:37+02:00 utwente.nl!koen
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into bitbake.utwente.nl:/home/koen/OE/openembedded
2005/06/14 13:13:23+02:00 utwente.nl!koen
Add tune-supersparc.conf for people who have v8 cpu's and want hardware integer multiply and divide. Makes ssh login approx. 30 times faster
2005/06/14 11:55:00+01:00 reciva.com!pb
Merge bk://oe-devel@openembedded-devel.bkbits.net/openembedded
into mill.internal.reciva.com:/nexus/home/pb/oe/oe
2005/06/14 11:52:01+01:00 reciva.com!pb
eliminate spare copy of sun4cdm kernel preference
2005/06/14 12:43:33+02:00 mn-solutions.de!schurig
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded/
into mnz66.mn-solutions.de:/usr/src/mnci54/oe
2005/06/14 12:43:12+02:00 mn-solutions.de!schurig
renamed MACHINE 'ramses' to 'mnci'
added new MACHINE 'rt3000'
renamed DISTRO 'openmnci' to 'openmn', which now is for both MNCI and RT3000
2005/06/14 09:52:19+02:00 mn-solutions.de!schurig
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded/
into mnz66.mn-solutions.de:/usr/src/mnci54/oe
2005/06/10 09:37:26+02:00 mn-solutions.de!schurig
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded/
into mnz66.mn-solutions.de:/usr/src/mnci54/oe
2005/06/08 10:05:02+02:00 mn-solutions.de!schurig
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded/
into mnz66.mn-solutions.de:/usr/src/mnci54/oe
2005/06/08 09:16:06+02:00 mn-solutions.de!schurig
icewm: use sourceforge mirror
BKrev: 42b037e5CrddHepCs3gW5YAsfOQ7ng
|
|
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/06/13 11:15:39+02:00 utwente.nl!koen
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into bitbake.utwente.nl:/home/koen/OE/openembedded
2005/06/13 11:15:25+02:00 utwente.nl!koen
h3600.conf: guard jffs image args with a _jffs2
2005/06/13 10:46:19+02:00 uni-frankfurt.de!mickeyl
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2005/06/13 10:43:27+02:00 uni-frankfurt.de!mickeyl
qte-2.3.10: add c7x0 w100 accelleration bits
2005/06/12 23:38:18+02:00 uni-frankfurt.de!mickeyl
ship aticore-oss-examples in a dedicated package
BKrev: 42ad547bgnVCMjEabf3_D8fpXayQng
|
|
into home.(none):/home/bitkeeper/openembedded
2005/05/13 23:24:15-07:00 bkbits.net!nslu2-linux.adm
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/05/13 23:11:16+02:00 handhelds.org!zecke
libsdl-qpe:
Patch by Gints Polis to fix the rotation for h38xx iPAQ
models.
2005/05/13 22:38:41+02:00 handhelds.org!zecke
Qt 2.3.10:
Patch Qt to support Right To Left scripting of text.
Patch is courtsey ALynch, the Makefile.in changes are
done by myself
2005/05/13 12:27:57+02:00 hrw.one.pl!hrw
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded/
into home.hrw.one.pl:/home/hrw/zaurus/oe/openembedded
2005/05/13 12:27:36+02:00 hrw.one.pl!hrw
added opie-icon-reload to opie-image - it is small and usefull
2005/05/13 12:13:04+02:00 uni-frankfurt.de!mickeyl
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2005/05/13 12:12:52+02:00 uni-frankfurt.de!mickeyl
apply the libqpe fix-titleheight patch for the cvs version as well, since I feel uncomfortable pushing it upstream
2005/05/13 11:36:47+02:00 hrw.one.pl!hrw
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded/
into home.hrw.one.pl:/home/hrw/zaurus/oe/openembedded
2005/05/13 11:33:38+02:00 hrw.one.pl!hrw
opie-calculator: add files from etc/ to get unit conversations work - patch by Gints Polis
2005/05/13 10:25:00+01:00 rpsys.net!RP
bump
2005/05/13 10:22:43+01:00 rpsys.net!RP
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into tim.rpsys.net:/usr/oe/openembedded
2005/05/13 10:12:15+01:00 rpsys.net!RP
linux-oz-2.6: Fix suspend/resume issue + add mmc timeout fix
2005/05/13 01:12:31+02:00 uni-frankfurt.de!mickeyl
add pcmciautils 003
2005/05/13 00:45:29+02:00 uni-frankfurt.de!mickeyl
add infrared and ppp modules to c7x0 bootstrap image (kernel 2.6)
2005/05/13 00:23:22+02:00 uni-frankfurt.de!mickeyl
remove meta-grant and gpe-image-grant: please don't commit private .bb files
2005/05/13 00:11:21+02:00 uni-frankfurt.de!mickeyl
spectrum_cs: catch up with linux 2.6.12
2005/05/12 23:54:13+02:00 uni-frankfurt.de!mickeyl
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into gandalf.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2005/05/12 23:45:30+02:00 uni-frankfurt.de!mickeyl
remove opie-mobilemsg, it has been removed upstream also
2005/05/12 23:09:32+02:00 utwente.nl!koen
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into bitbake.utwente.nl:/home/koen/OE/openembedded
2005/05/12 23:08:58+02:00 utwente.nl!koen
Add kanatest_0.3.6.bb, kanatest.inc, kanatest.desktop, courtesy Robert Marcano
2005/05/12 20:32:38+01:00 nexus.co.uk!pb
new xinerama snapshot
2005/05/12 20:30:35+01:00 nexus.co.uk!pb
use linux-core directory instead of linux
2005/05/12 20:29:34+01:00 nexus.co.uk!pb
update xserver-xorg to 6.8.99.5
2005/05/12 20:27:09+01:00 nexus.co.uk!pb
update mythtv to 0.17
2005/05/12 20:26:18+01:00 nexus.co.uk!pb
correct "--enablee" typo in mythtv_0.16
2005/05/12 20:20:30+01:00 nexus.co.uk!pb
Merge bk://oe-devel@openembedded-devel.bkbits.net/openembedded
into mill.nexus.co.uk:/nexus/home/pb/oe/oe
2005/05/09 09:10:48+01:00 nexus.co.uk!pb
add CELF busybox patch for more ash builtins
BKrev: 42859a7e_yqKTfUGEQQRWFA_fBpqQQ
|
|
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/05/05 19:47:03+02:00 vanille.de!mickeyl
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into allanon.vanille.de:/home/mickey/openembedded
2005/05/05 19:46:21+02:00 vanille.de!mickeyl
add and apply an additional patch to qkeyboard_qws.cpp for CXK. This fixes the wrong cursor keypad rotation and gets our number of patches against Qt/Embedded to 20 - yippie... ;)
BKrev: 427a6880XuqxYzSOJSSU5hclGFUvDQ
|
|
BKrev: 42667f21Do8T7kvmRjd4B2eW9KrZww
|
|
BKrev: 42667e7eliUkczR4Epcat7fDqS-UEg
|
|
BKrev: 425f9b1blc66t80l1y9FiVHaKQbHbQ
|
|
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2005/04/15 12:32:43+02:00 uni-frankfurt.de!mickeyl
qte-qss: remove forced 8bit/mono that came in through the simpad.patch. We can perhaps simplify the ipaq_sound.patch now
BKrev: 425f985cP_023L_p4fpfx_7cn6fflA
|
|
BKrev: 425116d4FT-Y-iKrxnC60GzsqQck8g
|
|
works though, just tested compilation.
BKrev: 424c801blxzszVCnCSPvZJ1KKd4z2g
|