Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2007-01-10 | All of the files in this commit have an inheritance member function | erik | 2 | -2/+2 |
mismatch correction. None are serious, but all would have been improperly mislinked in the inheritance hierarchy if attempted to be used. | ||||
2006-05-25 | g++ 4.1.1 fix | mickeyl | 1 | -1/+1 |
2005-08-11 | add opie-smb | llornkcor | 1 | -1/+1 |
2005-06-15 | Resource -> OResource | drw | 12 | -53/+56 |
2005-01-05 | remove hard coded fonts for dvorak, keyboard, multikey, pickboard, and ↵ | mickeyl | 5 | -16/+43 |
unikeyboard | ||||
2005-01-04 | CONTROL files : changed VERSION string | wimpie | 1 | -1/+1 |
2004-12-24 | Repair damage done by a broken replace program. Note to self: Never use ↵ | mickeyl | 9 | -2812/+9 |
anything other than sed! Merry Christmas! | ||||
2004-12-24 | qmake 1.08a has more rigid syntax checking and chokes on our .pro files | mickeyl | 9 | -9/+2812 |
2004-10-16 | -Remove hardcoding of "/opt/QtPalmtop/" and use QPEApplication::qpeDir instead | zecke | 1 | -1/+3 |
In future we need a OpieStandardDir with locateFile, locateUserSetting and such | ||||
2004-10-16 | Replace QPEApplication::qpeDir() + "/ with | zecke | 2 | -4/+4 |
QPEApplication::qpeDir() + " as it is guranteed that qpeDir() will have '/' as the last charachter | ||||
2004-10-15 | Fix wrongly -thanks to select/insert by xemacs - encoded string with umlaute | zecke | 1 | -1/+1 |
to use the 'correct' charachters | ||||
2004-10-15 | Apply patch from Qtopia1.7 to allow 'Umlaute' in the pickboard | zecke | 5 | -59/+91 |
and make 'strings' translatable. This also fixes #501 | ||||
2004-09-13 | added libqtaux2 as dependency | schurig | 1 | -1/+1 |
2004-08-14 | Do not delete the parent in dtor, when the parent called you for | zecke | 2 | -4/+2 |
destruction | ||||
2004-07-03 | Don't display hidden sets in trainer. | brad | 1 | -1/+2 |
2004-06-17 | Fix inability to delete system characters. | brad | 1 | -3/+17 |
It appears this has never previously worked correctly. Reported by : A.Pearce@salford.ac.uk | ||||
2004-05-20 | remove bogus paths out of .pro files | mickeyl | 7 | -7/+7 |
2004-05-14 | CLEANUP: Don't include header files via relative paths | mickeyl | 3 | -6/+6 |
Note: Remember to rm stamp-headers | ||||
2004-04-24 | gcc 3.4 fixes | mickeyl | 5 | -14/+20 |
2004-04-24 | gcc 3.4 fixes | mickeyl | 2 | -6/+6 |
2004-04-16 | Now the graffiti charset is commited, remove the dirty hack I put in a while ↵ | brad | 1 | -2/+0 |
back. | ||||
2004-04-09 | Removed warnings about initialization sequence in constructores | wimpie | 21 | -79/+118 |
and unused variables and arguments | ||||
2004-04-05 | Missed qWarning and deps | brad | 4 | -5/+6 |
2004-04-05 | qDebug -> odebug | brad | 5 | -40/+45 |
2004-04-02 | Some simple changes | wimpie | 2 | -2/+2 |
some config.in files depended on LIBOPIECORE2 and not LIBOPIE2CORE some control files contained an extra -1 to the version -> $EXTRAVERSION libopietoot1 : depended on libopie and not libopie1 | ||||
2004-03-21 | Fixes for graffiti handling. Contains a dirty hack that will be rectified ↵ | brad | 4 | -4/+19 |
when I commit the Graffiti charset. | ||||
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 | 10 | -17/+19 |
2004-03-02 | run the optimize_connect script | alwin | 4 | -26/+26 |
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 | 3 | -3/+3 |
2004-02-14 | Clean-up of .cvsignore files | drw | 3 | -0/+7 |
2004-02-05 | More janitor.... | zecke | 18 | -18/+9 |
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 | 9 | -0/+18 |
2004-01-18 | Comit the "Mono" patch by | zecke | 5 | -3/+35 |
Brad Campbell <brad@wasp.net.au> | ||||
2004-01-12 | depends on PICKBOARD | zecke | 1 | -1/+1 |
2004-01-10 | change maintainter from warick to opie project | llornkcor | 2 | -2/+2 |
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-23 | Patch from Brad Campbell to fix opie-handwritings writing of data files | treke | 3 | -318/+322 |
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) |