Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2008-10-15 | [PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PR | Holger Hans Peter Freyther | 8 | |
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-15 | mtn2git: remove .mtn2git_empty files in non-empty directories | Jan Luebbe | 3 | |
2008-10-02 | opie: add 1.2.4 recipes and update preferred list to match | Paul Eggleton | 2 | |
2008-05-27 | opie-taskbar-images: replace 240x320 with 240x240. The 240x320 jpg is not ↵ | Rolf Leggewie | 1 | |
available. | ||||
2008-05-27 | opie-taskbar-images: don't try to install jpgs which don't actually exist. | Rolf Leggewie | 4 | |
* it would be nice to make those jpgs available, though, to support more resolutions * more discussion in bug 2721 * bump PR | ||||
2008-05-26 | opie-taskbar-images: add more resolution and other info for palm devices. ↵ | Rolf Leggewie | 1 | |
Closes 2721. | ||||
2008-01-28 | opie-taskbar-images: There is nothing to compile and thus nothing to ↵ | Rolf Leggewie | 1 | |
configure. Fixes breakage in do_configure. | ||||
2008-01-27 | opie-taskbar-images: fix the PACKAGES line | Rolf Leggewie | 1 | |
* 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-27 | opie-taskbar-images.inc: fix -dbg listed in PACKAGES multiple times (QA) | Junqian Gordon Xu | 1 | |
2008-01-25 | opie-taskbar-images: add "inherit opie" stanza. Thanks, zecke for spotting it. | Rolf Leggewie | 1 | |
2008-01-25 | divers: add debug package for 85 files with hardcoded PACKAGES definition. ↵ | Rolf Leggewie | 1 | |
Partly fixes 2471. | ||||
2008-01-03 | opie-taskbar 1.2.3: Fix first-run wizard after install path revamp. | Paul Eggleton | 3 | |
2007-09-23 | opie-taskbar-images: Add recent CVS snapshot to het 320x480 images. | Paul Sokolovsky | 2 | |
* Based on the patch by Marek Vasut. | ||||
2007-07-27 | opie-taskbar-images: Added Opie backgrounds for devices with 320x320 screen. | Sergey Lapin | 6 | |
2007-07-27 | opie-taskbar-images 1.2.3: Add missing recipe. | Paul Sokolovsky | 1 | |
2007-07-27 | opie-*: Add 1.2.3. | Paul Sokolovsky | 1 | |
2007-07-19 | opie-taskbar-images: package more resoltions. | Michael Krelin | 2 | |
We're yet to provide correct images, though. | ||||
2007-07-17 | opie-taskbar cvs: Patches merged upstream. | Paul Sokolovsky | 2 | |
2007-07-12 | opie-taskbar: Add patch to get rid of 1-pix stray gap under taskbar. | Paul Sokolovsky | 2 | |
* Upstream http://opie-bugs.oszine.de/view.php?id=1864 | ||||
2007-07-07 | opie-taskbar: restore opie's restartability | Michael Krelin | 2 | |
2007-07-07 | opie-taskbar-images: update-alternatives for pixmaps. | Michael Krelin | 2 | |
2007-07-05 | opie-taskbar: Bump PR. | Paul Sokolovsky | 1 | |
2007-07-05 | opie-taskbar-images: Don't package images to machine-dependent file, instead | Paul Sokolovsky | 3 | |
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-05 | opie-taskbar-images: Fix PR. | Paul Sokolovsky | 1 | |
2007-07-05 | opie-taskbar: Split machine (actutally, resolution) dependent files to ↵ | Paul Sokolovsky | 4 | |
another package. | ||||
2007-07-04 | opie-taskbar: Add missing patch. | Paul Sokolovsky | 1 | |
2007-07-04 | opie-taskbar: Get rid of build-time configuration, do it runtime instead. | Paul Sokolovsky | 2 | |
2007-07-04 | opie-taskbar: Install to $libdir/$bindir. | Paul Sokolovsky | 2 | |
* Per #2254 | ||||
2007-05-03 | opie-taskbar cvs: Don't bother to start qss from C++ code. | Paul Sokolovsky | 2 | |
* 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-30 | opie-taskbar: Split startup and general configuration files into own ↵ | Paul Sokolovsky | 25 | |
package, opie-init. | ||||
2007-03-12 | opie-taskbar: Be sure to export full set of OPIE envvars to user environment | Paul Sokolovsky | 3 | |
* from init.d/opie | ||||
2007-02-08 | opie-taskbar: init.d/opie: explicitly shut down psplash on opie start, plus | Paul Sokolovsky | 3 | |
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-14 | opie-taskbar: Remove overriden opie startup file for htcuinversal | Paul Sokolovsky | 3 | |
* 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-11 | opie-taskbar: OPIE startup: Run OPIE on VT 3, as a workaround for psplash ↵ | Paul Sokolovsky | 1 | |
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-11 | opie-taskbar: Bump PR for mouse support in startup script. | Paul Sokolovsky | 2 | |
2007-01-11 | opie-taskbar: OPIE startup: if touchscreen device is not available, use mouse. | Paul Sokolovsky | 1 | |
* Tested on qemuarm vs h3900. | ||||
2007-01-10 | opie-taskbar: Bump PR for latest changes. | Paul Sokolovsky | 2 | |
2007-01-10 | opie-taskbar: Add background bitmap sizes for couple of VGA devices. | Paul Sokolovsky | 1 | |
2007-01-09 | opie-taskbar: Comment out getkey calls, as no longer available with current ↵ | Paul Sokolovsky | 3 | |
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-10 | Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them. | Koen Kooi | 1 | |
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details | ||||
2006-08-10 | opie-taskbar.inc: Add Universal bits by Goxboxlive. | Florian Boor | 1 | |
2006-08-05 | packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks! | Holger Freyther | 2 | |
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-11 | opie-taskbar 1.2.2 add dedicated qpe.conf for htcuniversal | Michael Lauer | 3 | |
2006-07-02 | Opie: Rename Opie 1.2.1 to 1.2.2, Remove PRs | Holger Freyther | 2 | |
2006-06-28 | opie-taskbar: c7x0 w/ w100 acceleration needs a special suspend/resume script | Michael Lauer | 4 | |
2006-06-22 | tslib|opie-taskbar: remove opie mouse hack for htcuniversal in tslib.sh and ↵ | Michael Lauer | 4 | |
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-15 | opie-taskbar: Poodle: Fix cursor rotation for kernel 2.6 images. Might also ↵ | Matthias Hentges | 3 | |
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 | 3 | |
* 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-04 | opie-taskbar: enable dedicated pictures for tosa | Michael Lauer | 3 | |
2006-01-12 | Correct Opie PV format to preserve upgradability of packages but note where ↵ | Richard Purdie | 1 | |
changes are needed to conform to standardised cvs PV numbering at the next PV change. Also factor the formatting into opie.bbclass to make future changes easier. |