Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
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-15 | Fixed LIBQTAUX config dep | brad | 1 | -1/+1 |
2004-03-15 | Fixed LIBOPIE2 config depends | brad | 1 | -1/+1 |
2004-03-14 | Input Methods -> ODP | zecke | 3 | -8/+10 |
2004-03-02 | run the optimize_connect script | alwin | 1 | -2/+2 |
the whole cvs is tagged with "before_optimize_connect" if there are problems you can check the diff (but it had compiled and run here) | ||||
2004-02-26 | make difference between OnScreen keyboard and hardware keyboard clear | mickeyl | 1 | -1/+1 |
2004-02-16 | More control file clean-up...mostly done, except for task-opie-* | drw | 1 | -1/+1 |
2004-02-14 | Clean-up of .cvsignore files | drw | 1 | -0/+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 |
2004-01-12 | depends on PICKBOARD | zecke | 1 | -1/+1 |
2004-01-05 | configdlg now based on QDialog, instead of QTabWidget | mouse | 1 | -4/+1 |
2004-01-04 | more patches to multikey+applet courtesy Anton Kachalov <mouse@altlinux.ru> | mickeyl | 2 | -90/+83 |
2004-01-03 | add multikey patches courtesy Anton Kachalov <mouse@altlinux.ru> | mickeyl | 4 | -81/+209 |
2003-12-04 | use opie-lupdate instead lupdate | ar | 1 | -18/+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-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-06-12 | removed erraneous ~ before "Package:" | schurig | 1 | -1/+1 |
2003-06-05 | sanitized | schurig | 1 | -1/+1 |
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/+5 |
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 | 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 | 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-15 | thanks Oliver | cniehaus | 1 | -14/+14 |
2002-12-14 | addLanguage rules | cniehaus | 1 | -12/+13 |
2002-12-14 | keyboard, dvorak, and multikey all depend on libqpickboard.so, but ↵ | kergoth | 1 | -12/+13 |
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-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 | -5/+18 |
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 | 1 | -1/+1 |
2002-11-05 | Adding initial config.in files | kergoth | 1 | -0/+4 |
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-07 | ... | hash | 1 | -0/+1 |