aboutsummaryrefslogtreecommitdiffstats
path: root/packages/opie-taskbar
AgeCommit message (Collapse)Author
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther
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 Freyther
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>
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe
2008-10-02opie: add 1.2.4 recipes and update preferred list to matchPaul Eggleton
2008-05-27opie-taskbar-images: replace 240x320 with 240x240. The 240x320 jpg is not ↵Rolf Leggewie
available.
2008-05-27opie-taskbar-images: don't try to install jpgs which don't actually exist.Rolf Leggewie
* it would be nice to make those jpgs available, though, to support more resolutions * more discussion in bug 2721 * bump PR
2008-05-26opie-taskbar-images: add more resolution and other info for palm devices. ↵Rolf Leggewie
Closes 2721.
2008-01-28opie-taskbar-images: There is nothing to compile and thus nothing to ↵Rolf Leggewie
configure. Fixes breakage in do_configure.
2008-01-27opie-taskbar-images: fix the PACKAGES lineRolf Leggewie
* while doing the "inherit opie" thing in 8725fc715529f6dba921a0a92e01e4e68124bfdb I also committed a broken PACKAGES line I had been testing out locally which was turned out to be unsuitable for the public repo.
2008-01-27opie-taskbar-images.inc: fix -dbg listed in PACKAGES multiple times (QA)Junqian Gordon Xu
2008-01-25opie-taskbar-images: add "inherit opie" stanza. Thanks, zecke for spotting it.Rolf Leggewie
2008-01-25divers: add debug package for 85 files with hardcoded PACKAGES definition. ↵Rolf Leggewie
Partly fixes 2471.
2008-01-03opie-taskbar 1.2.3: Fix first-run wizard after install path revamp.Paul Eggleton
2007-09-23opie-taskbar-images: Add recent CVS snapshot to het 320x480 images.Paul Sokolovsky
* Based on the patch by Marek Vasut.
2007-07-27opie-taskbar-images: Added Opie backgrounds for devices with 320x320 screen.Sergey Lapin
2007-07-27opie-taskbar-images 1.2.3: Add missing recipe.Paul Sokolovsky
2007-07-27opie-*: Add 1.2.3.Paul Sokolovsky
2007-07-19opie-taskbar-images: package more resoltions.Michael Krelin
We're yet to provide correct images, though.
2007-07-17opie-taskbar cvs: Patches merged upstream.Paul Sokolovsky
2007-07-12opie-taskbar: Add patch to get rid of 1-pix stray gap under taskbar.Paul Sokolovsky
* Upstream http://opie-bugs.oszine.de/view.php?id=1864
2007-07-07opie-taskbar: restore opie's restartabilityMichael Krelin
2007-07-07opie-taskbar-images: update-alternatives for pixmaps.Michael Krelin
2007-07-05opie-taskbar: Bump PR.Paul Sokolovsky
2007-07-05opie-taskbar-images: Don't package images to machine-dependent file, insteadPaul Sokolovsky
package to separate packages for each reolution (otherwise, machine independent). Then, some higher-level task (task-opie) will select need package for specific machine. User still will be able to install another package fwiw, or even multiple (for example, to have nice wallpaper across screen rotations, but this of course will need runtime support).
2007-07-05opie-taskbar-images: Fix PR.Paul Sokolovsky
2007-07-05opie-taskbar: Split machine (actutally, resolution) dependent files to ↵Paul Sokolovsky
another package.
2007-07-04opie-taskbar: Add missing patch.Paul Sokolovsky
2007-07-04opie-taskbar: Get rid of build-time configuration, do it runtime instead.Paul Sokolovsky
2007-07-04opie-taskbar: Install to $libdir/$bindir.Paul Sokolovsky
* Per #2254
2007-05-03opie-taskbar cvs: Don't bother to start qss from C++ code.Paul Sokolovsky
* Because it's useless - to have a separate process for sound server, and then have mishacks to start/keep alive it hardcoded in C++. That doesn't work somehow (h4000, hx4700, etc. machines have issues), and then it completely non-debuggable. * So instead, qss should be started separately, of course from a shell script. * Partially fixes #2211.
2007-03-30opie-taskbar: Split startup and general configuration files into own ↵Paul Sokolovsky
package, opie-init.
2007-03-12opie-taskbar: Be sure to export full set of OPIE envvars to user environmentPaul Sokolovsky
* from init.d/opie
2007-02-08opie-taskbar: init.d/opie: explicitly shut down psplash on opie start, plusPaul Sokolovsky
allow it some time for that. Otherwise, there's race between psplash and opie on some machines (seen on h3900), leading to opie hang. With this change, opie *could* run on VT 2, but it appears that opie's GUI manager has off-by-one error, causing it to not use last screen scanline, so old content is seen there, which is unaesthetic. So, keep running opie on VT 3, which is empty.
2007-01-14opie-taskbar: Remove overriden opie startup file for htcuinversalPaul Sokolovsky
* This contained (comparing to the default) only explicit QWS_MOUSE_PROTO & QWS_KEYBOARD assignments, and it htcuinversal was confirmed to work without them.
2007-01-11opie-taskbar: OPIE startup: Run OPIE on VT 3, as a workaround for psplash ↵Paul Sokolovsky
issues. * psplash is finished properly before starting OPIE, it just leaves VTs in weird state. It seems that actually OPIE cannot change VT to 2 after psplash, and instead starts on VT 1, with console input activated, etc (i.e. user can type over graphical framebuffer). Using VT 3 works ok.
2007-01-11opie-taskbar: Bump PR for mouse support in startup script.Paul Sokolovsky
2007-01-11opie-taskbar: OPIE startup: if touchscreen device is not available, use mouse.Paul Sokolovsky
* Tested on qemuarm vs h3900.
2007-01-10opie-taskbar: Bump PR for latest changes.Paul Sokolovsky
2007-01-10opie-taskbar: Add background bitmap sizes for couple of VGA devices.Paul Sokolovsky
2007-01-09opie-taskbar: Comment out getkey calls, as no longer available with current ↵Paul Sokolovsky
OE's busyboxes. * Closes #1649. * Few TODOs for this package: 1. Drop htcuniversal/opie - it only sets TS/keys devices, and that should be done by other means (and need for that is questionable, as other HH.org devices work without any explicit sets). 2. Move OPIE startup scripts to own package out of app package.
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2006-08-10opie-taskbar.inc: Add Universal bits by Goxboxlive.Florian Boor
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther
Use require for the BitBake files within packages. In contrast to the conf files the authors of these files expected these files to be included.
2006-07-11opie-taskbar 1.2.2 add dedicated qpe.conf for htcuniversalMichael Lauer
2006-07-02Opie: Rename Opie 1.2.1 to 1.2.2, Remove PRsHolger Freyther
2006-06-28opie-taskbar: c7x0 w/ w100 acceleration needs a special suspend/resume scriptMichael Lauer
2006-06-22tslib|opie-taskbar: remove opie mouse hack for htcuniversal in tslib.sh and ↵Michael Lauer
add it to where it belongs (at least for now, with better ODevice support both mouse and keyboard settings in should be detected automatically)
2006-05-15opie-taskbar: Poodle: Fix cursor rotation for kernel 2.6 images. Might also ↵Matthias Hentges
be useful for Collie and Tosa with kernel 2.6
2006-04-08* Remove 2.4 machine support for c7x0, akita, spitz and borzoi. Richard Purdie
* Remove borzoi machine entirely as its now equal to spitz. * For remaining 2.4/2.6 split machines use ZKERNEL_VERSION instead of KERNEL_VERSION to fix a long standing bug - people will need to update local.conf. * Add dummy terrier MACHINE to point at spitz.
2006-03-04opie-taskbar: enable dedicated pictures for tosaMichael Lauer