Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2005-01-05 | remove hard coded fonts for dvorak, keyboard, multikey, pickboard, and ↵ | mickeyl | 1 | -3/+10 |
unikeyboard | ||||
2004-12-24 | Repair damage done by a broken replace program. Note to self: Never use ↵ | mickeyl | 1 | -317/+1 |
anything other than sed! Merry Christmas! | ||||
2004-12-24 | qmake 1.08a has more rigid syntax checking and chokes on our .pro files | mickeyl | 1 | -1/+317 |
2004-05-20 | remove bogus paths out of .pro files | mickeyl | 1 | -1/+1 |
2004-05-14 | CLEANUP: Don't include header files via relative paths | mickeyl | 1 | -2/+2 |
Note: Remember to rm stamp-headers | ||||
2004-04-24 | gcc 3.4 fixes | mickeyl | 1 | -5/+5 |
2004-03-14 | Input Methods -> ODP | zecke | 1 | -2/+2 |
2004-02-05 | More janitor.... | zecke | 2 | -2/+1 |
remove ulong ref because we use Q_REFCOUNT which also takes care of initializing the refcount to 0 "And if you save yourself You will make him happy He'll keep you in a jar And you'll think you're happy He'll give you breathing holes" | ||||
2004-01-27 | Another bunch of return QS_FALSE; | zecke | 1 | -0/+2 |
2003-12-04 | use opie-lupdate instead lupdate | ar | 1 | -20/+0 |
2003-11-03 | Porting Opie to MacOS-X. | eilers | 1 | -1/+1 |
The base system and all platform independent applications and platforms should work. Please see $OPIEDIR/development/macosx for details | ||||
2003-08-09 | Merges from BRANCH_1_0 | kergoth | 1 | -1/+1 |
2003-07-09 | these inputmethods link to pickboard | schurig | 1 | -1/+3 |
2003-06-05 | sanitized | schurig | 1 | -1/+1 |
2003-06-03 | allow "ROOT_INSTALL=blah make install" to work | schurig | 1 | -0/+1 |
2003-04-22 | Add Package: field to control files. This will facilitate ditching mkipks ↵ | kergoth | 1 | -0/+1 |
in favor of something with some sanity. | ||||
2003-04-22 | Dependency fixes. s/opie-base/task-opie-minimal/; ↵ | kergoth | 1 | -1/+1 |
s/libqt2-emb-fonts/qte-fonts/; s/libqt2-emb/libqte2/; | ||||
2003-04-20 | adding dutch to the .pro-files | cniehaus | 1 | -0/+1 |
2003-03-24 | modify postinst scripts to prevent spurious nonzero exit codes | jamey | 1 | -1/+6 |
2003-01-26 | Remove depends on a specific version.. it should be depending on >= or <= ↵ | kergoth | 1 | -1/+1 |
depending on what API the app in question is depending on.. given we're still in a development stage, this is unnecessary. Going forward better explicit depends will be necessary on every API change which introduces a new dependency. | ||||
2003-01-24 | Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵ | kergoth | 1 | -1/+1 |
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs. | ||||
2003-01-16 | i18n for new buildsystem :) | kergoth | 1 | -0/+4 |
2003-01-16 | Formatting cleanups in the config system. | kergoth | 1 | -1/+1 |
2003-01-14 | depends should be , sep. not space | harlekin | 1 | -1/+1 |
2002-12-28 | only send the qcop call in the postinst script, if qpe is running | sandman | 1 | -1/+1 |
2002-12-14 | addLanguage rules | cniehaus | 1 | -0/+2 |
2002-12-14 | keyboard, dvorak, and multikey all depend on libqpickboard.so, but ↵ | kergoth | 1 | -0/+1 |
libqpickboard.so resides in /opt/QtPalmtop/plugins/inputmethods, which of course is in neither LD_LIBRARY_PATH, the ld.so.cache, or the rpath. Added it to the rpath. | ||||
2002-11-24 | - link multikey, dvorak and keyboard input method against pickboard | simon | 2 | -6/+2 |
(and updated ipkg dependencies accordingly) , to avoid duplicated symbols at run-time (patch posted on opie list a couple of days ago) | ||||
2002-11-22 | - properly namespace the input methods. fixes symbols clashes at run-time | simon | 4 | -7/+20 |
with names like 'Keyboard' or 'KeyboardConfig' . the qcom interface objects are in an anonymous namespace now and the actual keyboard implementations are in Dvorak, JumpX, etc. namespaces. What's left is to solve the symbol clashes of the multiply compiled pickboard classes. I'll leave that one (as part of the patch posted yesterday) for another day for review. This part (namespacing) sounds like a safe bet to me though, so comitting now. (got no comments anyway) | ||||
2002-11-06 | Add X11.. | kergoth | 1 | -1/+1 |
2002-11-05 | you know the drill | kergoth | 1 | -1/+1 |
2002-11-05 | Adding initial config.in files | kergoth | 1 | -0/+4 |
2002-10-22 | handwriting: qtopia 1.6 merge | sandman | 1 | -2/+1 |
all: someone made all inputmethod name()s untranslateable. This cured a symptom (opie crashing), but it was not real a bug-fix. I have marked them as translateable again and found no problems doing so. | ||||
2002-07-08 | Fix script name | leseb | 2 | -0/+0 |
2002-06-28 | Fix bug #9 except that we need something else to translate keyboard names. | davipt | 1 | -2/+2 |
2002-06-26 | Major pro file overhaul from davipt. Commited by me, since it touches | sandman | 1 | -17/+14 |
many core files ... please report bugs on this to davipt | ||||
2002-06-24 | Fix TRANSLATIONS | davipt | 1 | -14/+17 |
2002-06-16 | This add .pt and .es to all .pro | cniehaus | 1 | -0/+2 |
2002-05-02 | removed the hack that limited the bad influence of the sticky bug on ipaq, ↵ | harlekin | 1 | -36/+36 |
since it is not needed any more. Sticky bug is fixed in 2.4.18-rmk3 hh6 | ||||
2002-04-13 | this add .pl for i18n | cniehaus | 1 | -0/+1 |
------------------------------------------------------------------- | ||||
2002-03-29 | for i18n | cniehaus | 1 | -2/+11 |
2002-03-28 | moved taskbar to launcher. | kergoth | 1 | -1/+1 |
2002-03-25 | - fixed warning about name shadowing | simon | 1 | -2/+2 |
2002-03-19 | TRANSLATION variable brokenness. | kergoth | 1 | -3/+2 |
2002-03-18 | added Portuguese translations from 'covarde_anonimo' on #opie | llornkcor | 1 | -0/+2 |
2002-03-01 | Some .cvsignore clean ups | zecke | 1 | -1/+1 |
2002-03-01 | remove all Makefile.in | zecke | 1 | -151/+0 |
You need to set the TMAKEPATH now | ||||
2002-02-16 | Quick and dirty fix for the sticky keyboard problem on ipaq - just turn it ↵ | harlekin | 1 | -3/+18 |
off. Turned on on zaurus | ||||
2002-02-04 | Changing section from qpe to opie | mark | 1 | -1/+1 |
2002-01-29 | Qtopia to Opie in descriptions | mark | 1 | -1/+1 |
Hope I've got all these right |