Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2003-12-10 | Whoops, accidently added the includes back | mjg59 | 2 | -5/+0 |
2003-12-10 | Fix the search directory for the training file, remove the (non-working ↵ | mjg59 | 3 | -9/+15 |
anyway) font size calculation code - with luck, this'll fix the failure to start under Opie | ||||
2003-12-04 | use opie-lupdate instead lupdate | ar | 8 | -158/+0 |
2003-11-03 | Porting Opie to MacOS-X. | eilers | 9 | -9/+9 |
The base system and all platform independent applications and platforms should work. Please see $OPIEDIR/development/macosx for details | ||||
2003-09-28 | remove unnecessary includes | mickeyl | 2 | -5/+0 |
2003-09-27 | merge dasher which has been introduced in BRANCH first (wtf?) into HEAD | mickeyl | 49 | -0/+5331 |
2003-08-09 | Merges from BRANCH_1_0 | kergoth | 9 | -9/+9 |
2003-07-19 | * Adds a keyboard layout with a configure button to multikey when it is | treke | 1 | -0/+18 |
unable to load the selected layout. Fixes (#920) | ||||
2003-07-09 | these inputmethods link to pickboard | schurig | 2 | -1/+5 |
2003-06-12 | removed erraneous ~ before "Package:" | schurig | 1 | -1/+1 |
2003-06-05 | sanitized | schurig | 1 | -1/+1 |
2003-06-05 | sanitized | schurig | 8 | -8/+12 |
2003-06-03 | allow "ROOT_INSTALL=blah make install" to work | schurig | 8 | -0/+8 |
2003-04-24 | Correct invalid architecture fields | kergoth | 2 | -2/+2 |
2003-04-24 | Correct invalid architecture fields | kergoth | 2 | -2/+2 |
2003-04-22 | Add Package: field to control files. This will facilitate ditching mkipks ↵ | kergoth | 10 | -0/+10 |
in favor of something with some sanity. | ||||
2003-04-22 | Dependency fixes. s/opie-base/task-opie-minimal/; ↵ | kergoth | 10 | -10/+10 |
s/libqt2-emb-fonts/qte-fonts/; s/libqt2-emb/libqte2/; | ||||
2003-04-20 | adding dutch to the .pro-files | cniehaus | 8 | -0/+8 |
2003-03-24 | modify postinst scripts to prevent spurious nonzero exit codes | jamey | 8 | -8/+45 |
2003-01-26 | Remove depends on a specific version.. it should be depending on >= or <= ↵ | kergoth | 10 | -10/+10 |
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 | I dont know why we were defaulting to fixed... *shudders*.. but we default ↵ | kergoth | 1 | -1/+1 |
to smallsmooth now. | ||||
2003-01-24 | Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵ | kergoth | 8 | -8/+8 |
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs. | ||||
2003-01-16 | Add some config.in.in files to remove the 'duplicate' categories spotted by ↵ | kergoth | 1 | -0/+1 |
Max.. | ||||
2003-01-16 | i18n for new buildsystem :) | kergoth | 8 | -0/+32 |
2003-01-16 | Formatting cleanups in the config system. | kergoth | 8 | -8/+8 |
2003-01-14 | depends should be , sep. not space | harlekin | 3 | -3/+3 |
2002-12-28 | only send the qcop call in the postinst script, if qpe is running | sandman | 8 | -8/+8 |
2002-12-26 | i18n-fixes | cniehaus | 1 | -4/+0 |
2002-12-15 | thanks Oliver | cniehaus | 1 | -14/+14 |
2002-12-14 | addLanguage rules | cniehaus | 8 | -12/+27 |
2002-12-14 | keyboard, dvorak, and multikey all depend on libqpickboard.so, but ↵ | kergoth | 3 | -12/+15 |
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-12-14 | this should be better. Updated the TRANSLATIONpart | cniehaus | 1 | -12/+12 |
2002-12-11 | applied a patch from "Tais M. Hansen" <tais.hansen@osd.dk> to add danish | sandman | 1 | -0/+1 |
language support | ||||
2002-11-29 | dvorak depends on pickboard | kergoth | 1 | -1/+1 |
2002-11-27 | now saving profiles works! yay! | hash | 1 | -2/+10 |
2002-11-25 | for now, lets just disable the charset selection... there is something very | hash | 2 | -5/+5 |
wrong with it. | ||||
2002-11-24 | - link multikey, dvorak and keyboard input method against pickboard | simon | 6 | -18/+6 |
(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 | 20 | -25/+94 |
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-08 | alt shouldnt stick either | hash | 1 | -7/+13 |
2002-11-08 | 1. changed format from EUC-KR to UTF-8 (sorry about that) | hash | 1 | -24/+33 |
2. made ctrl unsticky 3. the spanish accent and back accent shouldnt be the normal backtick char, so i changed them to the chars in 0x2c6 ~ 0x2cf (extended ticks and stuff) | ||||
2002-11-06 | Add X11.. | kergoth | 8 | -8/+8 |
2002-11-05 | you know the drill | kergoth | 8 | -9/+10 |
2002-11-05 | Adding initial config.in files | kergoth | 8 | -0/+32 |
2002-11-03 | No default arguments.... | zecke | 2 | -3/+3 |
Patch by jowenn | ||||
2002-10-22 | handwriting: qtopia 1.6 merge | sandman | 11 | -53/+44 |
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-10-22 | - Always try to load the "en" keymap, if a user specified one cannot be | sandman | 2 | -3/+5 |
found - Fix the divison by zero error in resizeEvent, in case there is a keymap with 0 rows or no keymap at all. | ||||
2002-10-14 | patch hector sent it for accent and back accent support | hash | 2 | -1/+153 |
2002-10-11 | add key repeat and font dialog | hash | 1 | -0/+1 |
2002-10-09 | is that right? | hash | 1 | -1/+1 |
2002-10-07 | ... | hash | 1 | -0/+1 |