summaryrefslogtreecommitdiff
path: root/core/launcher/inputmethods.cpp
AgeCommit message (Collapse)AuthorFilesLines
2006-05-25g++ 4.1.1 fixmickeyl1-1/+1
2004-10-16Replace QPEApplication::qpeDir() + "/ withzecke1-3/+3
QPEApplication::qpeDir() + " as it is guranteed that qpeDir() will have '/' as the last charachter
2004-09-13Try to use the Parent Background as BackgroundOriginzecke1-1/+5
2004-08-22Reload InputMethods when LauncherSettings changed InputMethod Optionszecke1-7/+13
2004-04-08#include <qpe/global.h>mickeyl1-2/+3
2004-04-07use Opie debugging frameworkmickeyl1-19/+15
2004-03-02run the optimize_connect scriptalwin1-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-03-01fix includeschicken1-6/+0
2003-11-17hide inputmethod also when not floatingmickeyl1-1/+1
2003-11-03Porting Opie to MacOS-X.eilers1-0/+4
The base system and all platform independent applications and platforms should work. Please see $OPIEDIR/development/macosx for details
2003-10-19This patch finish the work on the resizable inputmethods.mickeyl1-14/+74
- in "floating" mode, input methods now remember their geometry - if closed via (x), the inputmethod button is toggled accordingly - eliminated the focus problem
2003-10-02Start with some customization bits for inputmethods as part of themickeyl1-7/+7
BigScreen initiative. You can now choose to have free floating and resizable inputmethods. Two outstanding things: 1.) Hiding the inputmethod via the [x] button confuses the show/hide toggle button. 2.) The new size and position of a moved/resized inputmethod should be remembered.
2003-08-28Use QLibrary directly ( make it compile with Opie )zecke1-144/+389
Save the last used InputMethod
2003-07-08make inputmethods half the desktop width on the SIMpadmickeyl1-0/+4
2003-06-17removed a warningschurig1-6/+6
2002-06-22Fix a bug when config is set to a plugin not availableleseb1-10/+6
2002-06-21Fix for background drawing to make taskbar look nice with liquid stylesandman1-0/+2
2002-03-16added ability to remember the preferred (last used) input method on qpe restartllornkcor1-65/+87
2002-01-25Initial revisionkergoth1-0/+297