summaryrefslogtreecommitdiff
path: root/packages/keylaunch/keylaunch_2.0.10.bb
AgeCommit message (Collapse)AuthorFiles
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther1
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2007-11-26keylaunch 2.0.10: Apply patch to unbreak key event capture.Paul Sokolovsky1
* 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-25keylaunch 2.0.10: Separate a keylaunch, a generic X key binding utility,Paul Sokolovsky1
from random crap aka device-specific (mis)configs and hacks.
2007-06-05keylaunch: Import forgotten patch from oz354x branch, closing bug #2231Matthias Hentges1
2007-06-04keylaunch: Swap F9 and F10 for SL-Cxx00....again *sigh*Matthias Hentges1
2007-05-30keylaunch: the h/w hotkeys and LCD softkeys are now in the F20+ range (there ↵Matthias Hentges1
was a damn good reason for changing them back in the days, but I forgot why heh )
2007-05-30keylaunch: Fix RDEPENDS to display-brightness for selected machines, closing ↵Matthias Hentges1
bug #2110
2007-05-30keylaunch: Swap Calendar and Address buttons to launch the correct ↵Matthias Hentges1
application whe pressed.
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie1
2006-07-26keylaunch: add patch to fix badness with 'install -sD'Koen Kooi1
2006-07-05keylaunch: Install configuration using update-alternatives, enables ↵Matthias Hentges1
different key-bindings for different window managers
2006-05-28keylaunch: Akita / Spitz: Update keymapping to allow switching to the VT ↵Matthias Hentges1
from inside X with Fn+Left or Fn+Right. Also includes a new script to make chvt SUID root to allow users to switch VTs
2006-05-26keylaunch: Akita: Swap Calendar and Address key binding, closing bug #1026Matthias Hentges1
2006-04-07keylaunch: Add default mapping for the LCD softkeys on SL-CxxxxMatthias Hentges1
2006-03-29keylauch: include changes from .oz354xMatthias Hentges1
2006-03-27keylaunch:Matthias Hentges1
- Adjust keylaunchrc for akita / spitz / borzoi - Add a DEPENDS / RDEPENDS to "display-bightness" on openzaurus - Akita / spitz / borzoi can now change their displays bightness via the default Fn key combinations - Also mapped "Home" to switch between open windows and Fn+Home to show the desktop
2006-03-15keylaunch: add missing 2.0.10 bbFlorian Boor1