Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2007-09-04 | merge of '2f0f9f2cfcb50cad0cf024eca65c522c764fe3cf' | Paul Sokolovsky | 1 | |
and '3fed235384e32b1c9ba26c86ff39b2ffb928fbed' | ||||
2007-09-03 | packages/qte/qtopia-core: Add QtopiaCore version 4.3.1 | Holger Freyther | 1 | |
2007-08-29 | qte-mt-static: Set DEFAULT_PREF=-1, this is hightly adhoc target. | Paul Sokolovsky | 1 | |
* To help a bit people who try to build OPIE w/o reading instructions. | ||||
2007-07-20 | qte-mt 2.3.10: Bump PR. | Paul Sokolovsky | 1 | |
2007-07-20 | qte 2.3.10: Get rid of ipaq vs zaurus dichotomy, it's all 2.4 FUD. | Paul Sokolovsky | 1 | |
* Tested on Z by Michael Krelin. * Closes #2668 | ||||
2007-07-19 | qte 2.3.10: Remove overrides which are superfluous after latest changes. | Paul Sokolovsky | 2 | |
2007-07-19 | qte 2.3.10: WARNING_UNKNOWN_DEVICE is not referenced anywhere, remove. | Paul Sokolovsky | 1 | |
* Instead, add QT_QWS_IPAQ, which actually means "include support for generic pda/handheld device". | ||||
2007-07-19 | qte 2.3.10: Add tentative patch on the way to kill ipaq vs zaurus descrepancy. | Paul Sokolovsky | 1 | |
2007-07-19 | qte 2.3.10: Refresh patch after deprecating 2.4 stuff. | Paul Sokolovsky | 2 | |
2007-07-19 | qte-mt 2.3.10: Bump PR. | Paul Sokolovsky | 1 | |
2007-07-19 | qte 2.3.10: Rename a patch to match its content. | Paul Sokolovsky | 2 | |
2007-07-19 | qte 2.3.10: Move c700 2.4 patches to deprecated. | Paul Sokolovsky | 2 | |
2007-07-19 | qte 2.3.20: Move simpad 2.4 patches to deprecated. | Paul Sokolovsky | 3 | |
2007-07-19 | qte-mt 2.3.10: Bump PR. | Paul Sokolovsky | 1 | |
2007-07-19 | qte 2.3.10: QT_QWS_DEVFS is not referenced anywhere, remove. | Paul Sokolovsky | 1 | |
2007-07-19 | qte 2.3.10: QT_QWS_SL6000 is not referenced in sourec code or patches, remove. | Paul Sokolovsky | 1 | |
2007-07-15 | Opie Touchscreen fix for Palm Zire 72 | Sergey Lapin | 2 | |
2007-07-15 | Better way of fixing touchscreen on Palm Treo 650 | Sergey Lapin | 2 | |
2007-07-15 | qte: remove unnecessary tosa-keymap patch. This patch is only needed for 2.4 ↵ | Dirk Opfer | 4 | |
sharp kernels. | ||||
2007-07-15 | disapproval of revision 'ae4edc089b3dc8fc6aa34553f76502600ced6639' | Koen Kooi | 1 | |
2007-07-15 | fix touchscreen in OPIE on treo 650 | Sergey Lapin | 1 | |
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-12 | qte 2.3.10: kernel-keymap-corgi.patch appears to be safe to be applied | Paul Sokolovsky | 2 | |
unconditionally (adds new keycodes to "Zaurus" mapping, doesn't change anything). | ||||
2007-07-12 | qte 2.3.10: Clean up ipaq_sound_fix.patch stuff. | Paul Sokolovsky | 1 | |
2007-07-12 | qte 2.3.10: Remove unused ipaq-keyboard.patch. | Paul Sokolovsky | 2 | |
2007-07-12 | qte 2.3.10: Remove deprecated devfs.patch | Paul Sokolovsky | 5 | |
* 2.4-specific patch, which instead marked as simpad-specific. * Doesn't apply any longer. | ||||
2007-07-08 | qte 2.3.10: fixed build for c7x0 with gcc 4 | Michael Krelin | 2 | |
2007-07-05 | qte 2.3.10: Support uclibc+eabi configuration. | Marek Vasut | 1 | |
2007-07-04 | qte-mt 2.3.10: Use $libdir for installation. | Paul Sokolovsky | 2 | |
* Per #2254. | ||||
2007-07-03 | qte-mt 2.3.10: Fix packaging. | Paul Sokolovsky | 1 | |
2007-07-02 | qtopia-core: fix packaging | Koen Kooi | 1 | |
2007-05-03 | qte 2.3.10: Fix lack of PAGE_* in latest linux-headers properly: use ↵ | Michael Krelin | 5 | |
getpagesize() * Closes #2201. | ||||
2007-05-02 | qte, qte-mt 2.3.10: Fix build with recent kernel headers. | Michael Krelin | 5 | |
* Closes #2201. | ||||
2007-04-07 | qte: First stage of adhoc machine support cleanup: remove mnci overrides. | Paul Sokolovsky | 8 | |
* 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-07 | qte, qte-mt 2.3.10: Elaborate "kernel keyboard" handler, make it default. | Paul Sokolovsky | 3 | |
* 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-27 | qte-mt, qte-mt-static 2.3.12: 2.3.12 is not fully tested version, lower ↵ | Paul Sokolovsky | 2 | |
DEF_PREF. * There were reports of build issues. | ||||
2007-01-14 | qte 2.3.10: Finish converting kernel-keymap.patch to -p1 format. | Paul Sokolovsky | 1 | |
2007-01-14 | qte 2.3.10: Fix kernel-keymap.patch, was made as -p0 instead of -p1. | Paul Sokolovsky | 3 | |
2007-01-13 | qte 2.3.10: Rethink hardware platform defines. | Paul Sokolovsky | 4 | |
* 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-13 | qte 2.3.10: QT_QWS_EZX: remove bogus define. | Paul Sokolovsky | 1 | |
* Such define is not referenced in qte codebase or any patches. | ||||
2007-01-13 | qte 2.3.10: Use QT_QWS_CUSTOM consistently. | Paul Sokolovsky | 1 | |
* 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-13 | qte 2.3.10: simpad.patch contains few hunks with white-space only changes, | Paul Sokolovsky | 1 | |
remove them, as they complicate review and further patching. | ||||
2007-01-11 | qte* 2.3.10: Bump PR for latest changes. | Paul Sokolovsky | 2 | |
2007-01-11 | qte-common 2.3.10: Add support for palmld, palmtx machines. | Paul Sokolovsky | 1 | |
2007-01-11 | qte-common 2.3.10: Sort EXTRA_DEFINES per device families | Paul Sokolovsky | 1 | |
2007-01-11 | qte-common 2.3.10: Add better support for htchimalaya, rx3000 machines. | Paul Sokolovsky | 1 | |
2007-01-10 | qte-common 2.3.10: Add better support for few htcuniversal, htcblueangel, ↵ | Paul Sokolovsky | 1 | |
magician machines. | ||||
2007-01-10 | qte* 2.3.10: Bump PR for latest changes. | Paul Sokolovsky | 2 | |
2007-01-09 | qte 2.3.10: Build with support for mouse cursor. | Paul Sokolovsky | 1 | |
* 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-06 | qte: Add asus730 overrides. | Paul Sokolovsky | 1 | |
2006-12-06 | gpe-common: strip visibility-inlines-hidden instead of negating it. Fixes ↵ | Rolf Leggewie | 1 | |
bug 1631 and possibly 1521. zecke-approved ;-) |