aboutsummaryrefslogtreecommitdiffstats
path: root/packages/qte
AgeCommit message (Collapse)Author
2007-09-04merge of '2f0f9f2cfcb50cad0cf024eca65c522c764fe3cf'Paul Sokolovsky
and '3fed235384e32b1c9ba26c86ff39b2ffb928fbed'
2007-09-03packages/qte/qtopia-core: Add QtopiaCore version 4.3.1Holger Freyther
2007-08-29qte-mt-static: Set DEFAULT_PREF=-1, this is hightly adhoc target.Paul Sokolovsky
* To help a bit people who try to build OPIE w/o reading instructions.
2007-07-20qte-mt 2.3.10: Bump PR.Paul Sokolovsky
2007-07-20qte 2.3.10: Get rid of ipaq vs zaurus dichotomy, it's all 2.4 FUD.Paul Sokolovsky
* Tested on Z by Michael Krelin. * Closes #2668
2007-07-19qte 2.3.10: Remove overrides which are superfluous after latest changes.Paul Sokolovsky
2007-07-19qte 2.3.10: WARNING_UNKNOWN_DEVICE is not referenced anywhere, remove.Paul Sokolovsky
* Instead, add QT_QWS_IPAQ, which actually means "include support for generic pda/handheld device".
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-mt 2.3.10: Bump PR.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-19qte-mt 2.3.10: Bump PR.Paul Sokolovsky
2007-07-19qte 2.3.10: QT_QWS_DEVFS is not referenced anywhere, remove.Paul Sokolovsky
2007-07-19qte 2.3.10: QT_QWS_SL6000 is not referenced in sourec code or patches, remove.Paul Sokolovsky
2007-07-15Opie Touchscreen fix for Palm Zire 72Sergey Lapin
2007-07-15Better way of fixing touchscreen on Palm Treo 650Sergey Lapin
2007-07-15qte: remove unnecessary tosa-keymap patch. This patch is only needed for 2.4 ↵Dirk Opfer
sharp kernels.
2007-07-15disapproval of revision 'ae4edc089b3dc8fc6aa34553f76502600ced6639'Koen Kooi
2007-07-15fix touchscreen in OPIE on treo 650Sergey Lapin
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 Sokolovsky
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 Sokolovsky
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-07-05qte 2.3.10: Support uclibc+eabi configuration.Marek Vasut
2007-07-04qte-mt 2.3.10: Use $libdir for installation.Paul Sokolovsky
* Per #2254.
2007-07-03qte-mt 2.3.10: Fix packaging.Paul Sokolovsky
2007-07-02qtopia-core: fix packagingKoen Kooi
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-03-27qte-mt, qte-mt-static 2.3.12: 2.3.12 is not fully tested version, lower ↵Paul Sokolovsky
DEF_PREF. * There were reports of build issues.
2007-01-14qte 2.3.10: Finish converting kernel-keymap.patch to -p1 format.Paul Sokolovsky
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: QT_QWS_EZX: remove bogus define.Paul Sokolovsky
* Such define is not referenced in qte codebase or any patches.
2007-01-13qte 2.3.10: Use QT_QWS_CUSTOM consistently.Paul Sokolovsky
* 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 Sokolovsky
remove them, as they complicate review and further patching.
2007-01-11qte* 2.3.10: Bump PR for latest changes.Paul Sokolovsky
2007-01-11qte-common 2.3.10: Add support for palmld, palmtx machines.Paul Sokolovsky
2007-01-11qte-common 2.3.10: Sort EXTRA_DEFINES per device familiesPaul Sokolovsky
2007-01-11qte-common 2.3.10: Add better support for htchimalaya, rx3000 machines.Paul Sokolovsky
2007-01-10qte-common 2.3.10: Add better support for few htcuniversal, htcblueangel, ↵Paul Sokolovsky
magician machines.
2007-01-10qte* 2.3.10: Bump PR for latest changes.Paul Sokolovsky
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).
2007-01-06qte: Add asus730 overrides.Paul Sokolovsky
2006-12-06gpe-common: strip visibility-inlines-hidden instead of negating it. Fixes ↵Rolf Leggewie
bug 1631 and possibly 1521. zecke-approved ;-)