summaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)AuthorFiles
2007-11-29gpe-login 0.90: Fix autolock landscape/portrait behavior.Paul Sokolovsky2
* When autolock was activated in lanscape mode, and then switched to portrait, the window doesn't fit to screen. Fixed.
2007-11-29matchbox-applet-inputmanager 0.6: Implement smart IM visibility protocol.Paul Sokolovsky2
* One of the very noticeable pain points in matchbox' IM handling is high latency of IM popping up, which can take up to half-second with complex screen layouts. This is rooted in the fact that IM process is killed when IM window is hidden, and started again afterwards. * I wanted to address this on inputmanager level, transparently to actual IM implementation, by hiding/showing IM's window by the manager. Unfortunately, there appears to be no reliable method to figure out window IDs from process properties (for example, _MB_CLIENT_EXEC_MAP X property, maintained by matcbox, doesm't capture all apps started, in particular, it captures neither xkbd nor matchbox-keyboard, GPE's term app is not caught too, while either GPE apps are). Then, wanted to implement custom PropertyNotify-based protocol, though there would be left issue of distinguishing IMs which support this protocol and ones which don't. Finally, by random gerpping, I found that xkbd supports Unix signal based visibility protocol! By receiving SIGUSR1, it hides/shows its window. This seems like 100% win, as the default behavior for SIGUSR1 is process termination, so unsupporting clients will be just terminated as before.
2007-11-27matchbox-keyboard svn: Unbreak.Paul Sokolovsky1
* Please don't commit spurious changes.
2007-11-27xkbd 0.8.15: Add default common slides.Paul Sokolovsky2
* xkbd has supports for "slides", where instead of just click on key, there's a gesture up, down, left, or right. These can be specified in keyboard definition, and xkbd has defaults for each 4. But of 4 pristine defaults, only 1 is useful - up is shift+key. The other are for ctrl, alt, etc modifiers, which are less useful in real life. Instead, have following defaults: left - backspace, right - space, down - Enter. This means that on common xkbd file w/o slide definition, making a right-to-left gesture anywhere on keyboard will be equivalent of backspace, etc.
2007-11-27uboot-openmoko_svn.bb : add glamo ram initialisation patch so stopGraeme Gregory2
glamo deadlocks.
2007-11-27merge of '2ea9f4ae40e1a9b07744e81b924d464d9e450aba'Marcin Juszkiewicz47
and 'be33ed116b217c668a13a0dae151271036541f73'
2007-11-27hildon-libs: add libmatchbox to dependencies - close #3291Robert Schuster1
2007-11-26merge of '0c8e229c6b28d5a860d0b3d8d71739f9c9bb18e0'Junqian Gordon Xu49
and 'ed8cc53f61ab5684eccfe6a4732071def8a37424'
2007-11-26inotify-tools: Add version 3.12 from sourceforge.Leon Woestenberg3
2007-11-26gcc: Add pr34130.patch for missing versions.Leon Woestenberg2
2007-11-26gpe-login 0.90: Lock screen on suspend, not on resume.Paul Sokolovsky2
* When using gpe-login --autolock, lock screen before going to suspend, not after coming out of resume, as otherwise there's noticeable delay with screen unprotected. * Closes #3370. * Upstream bug http://bugs.linuxtogo.org/show_bug.cgi?id=125
2007-11-26merge of '8744f51b03fb8cbe26fbea1e61c9ca8c0cda7571'Paul Sokolovsky74
and '9722830207e34266d2aae4fe5fba289f2f7cb711'
2007-11-26merge of '1b5769504979ed00982f85f0ceb79250c4391a89'Sergey Lapin4
and 'fbe0639618786fa2fa92888fc0eb9bfba2b76fa3'
2007-11-26Linux for palms: repository changeSergey Lapin1
2007-11-26gpe-login 0.90: Die, die, die gpe-xcalibrate.sh!Paul Sokolovsky2
* Unbreaks "Record" button press for recalibration during initial login screen (autolock screen has been fixed by previously applied and mainstreamed patch).
2007-11-26keylaunch 2.0.10: Apply patch to unbreak key event capture.Paul Sokolovsky2
* We of course still want to receive key events even after subscribing to property events. This fixes when keylaunch doesn't receive forwarded power buttons events from gpe-login --autolock in its locked state. In plain words: now power button works with autolock screen.
2007-11-26keylaunch-conf: Fix permissions on keylaunchrc.Paul Sokolovsky1
2007-11-26merge of 'a87697026a73f10984708224b490659d3ce0d804'OpenEmbedded Project4
and 'e6bf3fbc989603ad89a8d4ca27d7be41e6baa763'
2007-11-25keylaunch-conf: Never-ever use "Pressed" events in public configs.Paul Sokolovsky1
* It is possible to unambigously distingish events only of two types: <default> (short press) and "Held" (long press). Using any other event type is ambigous. In particular, with the old default config there was ambiguity with power off and backlight toggle bindings - most of the time, backlight toggling also caused power off. As freedom of using any key in any way should be left to user, ambigouos bindings should be avoided.
2007-11-25keylaunch-conf: Describe keylaunchrc format.Paul Sokolovsky1
2007-11-25keylaunch 2.0.10: Separate a keylaunch, a generic X key binding utility,Paul Sokolovsky19
from random crap aka device-specific (mis)configs and hacks.
2007-11-25merge of '48478ddf3ddc9dfe86e795c161215a6aff7bed14'Matthias Hentges1
and '5902c8a2faa615298afe02583b6cc1c6fdc96b8c'
2007-11-25zaurusd: Add gpe-conf to DEPENDS and RDEPENDS to pull in 'bl', closing bug #3131Matthias Hentges1
2007-11-25merge of '3a5892676598eb5fb52e72f522d90504a9cebf45'OpenEmbedded Project1
and 'c35290b09c1ca880d544533f46fa7833a9ee72ce'
2007-11-25binutils-cross-2.18: --disable-werror to prevent aborting compile with ↵Junqian Gordon Xu1
bleeding edge (4.3.x) gcc.
2007-11-25webcam-server: Add dependency to jpeg, closing bug #3366Matthias Hentges1
2007-11-25merge of 'd1405d37b57316e56826c15ad9770b0ae3e31f7d'OpenEmbedded Project4
and 'd5059e99123ac26efa72358d1cdbbb2776399a25'
2007-11-25gcc-4.2.[12]: Applied pr34130.patch, from 4.1.2.Leon Woestenberg2
2007-11-25gcc-4.1.[01]: Applied pr34130.patch, from 4.1.2.Leon Woestenberg2
2007-11-25gcc(-cross): bump PR so that OE picks up the fixed gcc and gcc-cross packages.Mike Westerhof2
2007-11-25mpfr-(native)_svn: upstream switch from cvs to svn. add native_svn.Junqian Gordon Xu2
2007-11-25gcc_4.1.2: revert enabling fortran.Junqian Gordon Xu1
2007-11-24mpfr: unify, remove obsolete directory in 2.3.0 staging.Junqian Gordon Xu4
2007-11-24xserver-kdrive-common: add missing break in the switch statementKoen Kooi2
2007-11-24ixp4xx-kernel: defconfig for 2.6.21.6 - add many crypt modules, add ↵Mike Westerhof2
requested cdc modules, and add various USB video device modules. (note: no built-in devices or crypto drivers have been changed to modules in this commit)
2007-11-24busybox: SlugOS defconfig - add nohup, add timeout option to shell's read ↵Mike Westerhof2
command.
2007-11-24initramfs-uniboot & modules: These all are machine-independent scripts.Paul Sokolovsky6
2007-11-24klibc-utils-fstype: Create a separate recipe for klibc's fstype.Paul Sokolovsky2
* ... built against normal system libc.
2007-11-24xserver-kdrive-common: use Xfbdev on gta02 for nowKoen Kooi2
2007-11-24initramfs-module-bootmenu: Switch from using buggy mount --guess-fstype to ↵Paul Sokolovsky2
buggy klibc's fstype.
2007-11-24linux-handhelds-2.6: Factor out kernel filename to a variable, for easy ↵Paul Sokolovsky1
global change.
2007-11-24binutils: Add patch to work with recent makedevs versions (#3342)Richard Purdie4
2007-11-24neod: set platform to htc for htcuniversal to enable power/aux keysPhilipp Zabel1
2007-11-24gcc-(cross)-package.inc: selective fortran packaging.Junqian Gordon Xu2
2007-11-24merge of '6ac18f3dcd3bdc55e3c6e2b808ce11f25dbd163e'Koen Kooi1
and 'c1726a91450c9a012bcaa95d2c1d0c935197ce53'
2007-11-23linux-handhelds-2.6: Fix another typo in HaRET startup script.Paul Sokolovsky1
2007-11-23klibc 1.1.1: Fix multimachine build.Paul Sokolovsky2
* klibc fishes in kernel sources, and this is per-machine stuff, so klibc must be per-machine too. This is of course not ideal, as klibc is *not* machine-dependent, but at least it's on par with uclibc, which has the same issue.
2007-11-23zaurus-updater: fix flashing from case sensitive filesystemsKoen Kooi2
2007-11-23zaurus-updater: Always treat MTD_PART_SIZE as HEX when comparing sizes, ↵Matthias Hentges1
thanks to ZeroChaos for debugging
2007-11-23zaurus-updater: fix a typo from the last commitKoen Kooi1