aboutsummaryrefslogtreecommitdiffstats
path: root/packages/qte/qte-2.3.10
AgeCommit message (Collapse)Author
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
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-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe
2008-06-07libopie/qte: fix cursor key rotation for iPAQs. Should resolve 3678. Paul Eggleton
2008-05-17qte/libopie2: add some patches to fix cursor key rotation. Closes 3678.Rolf Leggewie
2007-07-19qte 2.3.10: Add tentative patch on the way to kill ipaq vs zaurus descrepancy.Paul Sokolovsky
2007-07-19qte 2.3.10: Refresh patch after deprecating 2.4 stuff.Paul Sokolovsky
2007-07-19qte 2.3.10: Rename a patch to match its content.Paul Sokolovsky
2007-07-19qte 2.3.10: Move c700 2.4 patches to deprecated.Paul Sokolovsky
2007-07-19qte 2.3.20: Move simpad 2.4 patches to deprecated.Paul Sokolovsky
2007-07-15qte: remove unnecessary tosa-keymap patch. This patch is only needed for 2.4 ↵Dirk Opfer
sharp kernels.
2007-07-12qte 2.3.10: Remove unused ipaq-keyboard.patch.Paul Sokolovsky
2007-07-12qte 2.3.10: Remove deprecated devfs.patchPaul Sokolovsky
* 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 Krelin
2007-05-03qte 2.3.10: Fix lack of PAGE_* in latest linux-headers properly: use ↵Michael Krelin
getpagesize() * Closes #2201.
2007-05-02qte, qte-mt 2.3.10: Fix build with recent kernel headers.Michael Krelin
* Closes #2201.
2007-04-07qte: First stage of adhoc machine support cleanup: remove mnci overrides.Paul Sokolovsky
* 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 Sokolovsky
* 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 Sokolovsky
2007-01-13qte 2.3.10: Rethink hardware platform defines.Paul Sokolovsky
* 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: simpad.patch contains few hunks with white-space only changes, Paul Sokolovsky
remove them, as they complicate review and further patching.
2007-01-09qte 2.3.10: Build with support for mouse cursor.Paul Sokolovsky
* 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).
2006-11-19qpe 2.3.10: Apply common keyboardless buttonmap for HH.org kernel ports.Paul Sokolovsky
* 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-06-28qte-2.3.10: update suspend-resume-hooks patch for w100 accelleration on c7x0.Michael Lauer
patch courtesy Manuel Teira - thanks!
2006-04-05packages/qte/qte-2.3.10 borzoi kernel-keymap:Holger Freyther
-apply the borzoi hack to the location of the file. -I hate this patch...
2006-04-04qte 2.3.10: add mt version, add mt-static version, factor out common things ↵Michael Lauer
into .inc
2006-04-01packages/qte/qte_2.3.10:Holger Freyther
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 Lauer
2005-12-01merge of 351f471d442cbf1517f5d2327e576fad094e0712Koen Kooi
and 41bf7eeb45e097a83eee74d76ccbe5d4d34e7b82
2005-12-01disapproval of revision '31055e640cd3ed10f565b48ba9c4ef57da2243cb'Frederic Bompart
2005-12-01merge of 31055e640cd3ed10f565b48ba9c4ef57da2243cbFrederic Bompart
and d72c18a4bdb40a69e578b041fe714f31487fcb1e
2005-12-01qte 2.3.10: let QWS_KEYBOARD default to Buttons on SIMpadFrederic Bompart
2005-12-01qte 2.3.10: set proper keyboard on Simpad - patch from Frederic DevernayMarcin Juszkiewicz
- close bug #393
2005-09-19qt/e 2.3.10: changes for MACHINE="native":Marcin Juszkiewicz
- patch to fix build - enabled QVFb support With that changes it is possible to run OPIE/OE in QVFb/X11.
2005-09-03qte-2.3.10: integrate tslib RMK calibration algorithm to calibrated mouse ↵Michael Lauer
handler. patch courtesy Richard Purdie.
2005-08-29qte-2.3.10: update c7x0-w100 accelleration patch. This version fixes ↵Michael Lauer
painting QBitmaps. Patch courtesy Manuel Teira.
2005-08-27qte-2.3.x: update c7x0-w100 accelleration patch courtesy Manuel TeiraMichael Lauer
2005-08-08Beagle:Holger Freyther
-Drop even more files
2005-07-08Qt-Embedded 2.3.10 patches courtesy Manuel Teira:Michael Lauer
- add suspend-resume hook for qws server - implement suspend-resume helpers in W100 driver
2005-07-03devfs.patch make it apply again... the removal of the qFatal looksHolger Freyther
a bit suspicious...
2005-07-01qte-2.3.10: add improved version of w100 accelleration patch courtesy Manuel ↵Michael Lauer
Teira
2005-06-30Qt/Embedded 2.3.10:Michael Lauer
- 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.
2005-06-30import clean BK tree at cset 1.3670Koen Kooi
2005-06-26Merge bk://oe-devel@oe-devel.bkbits.net/openembeddedMichael Lauer
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
2005-06-18Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net
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
2005-06-15Merge bk://oe-devel.bkbits.net/openembeddedJohn Bowler
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
2005-06-13Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net
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
2005-05-14Merge bk://nslu2-linux@nslu2-linux.bkbits.net/openembeddedRod Whitby
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
2005-05-05Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net
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
2005-04-20bk sfiles is my friend... if only I'd use it _before_ pushing...Michael Lauer
BKrev: 42667f21Do8T7kvmRjd4B2eW9KrZww
2005-04-20qte: increase qxml robustness and fix iconsize handling in several widgetsMichael Lauer
BKrev: 42667e7eliUkczR4Epcat7fDqS-UEg