Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-10-22 | Write the hardware clock after setting the datetime. This way we can | zecke | 1 | -4/+10 |
gurantee it is set while opiealarm has not run. | ||||
2004-10-22 | Open the Context-Menu on rightButtonPress instead of clicked. | zecke | 1 | -1/+1 |
This makes wellenreiter behave like other RoH capable applications | ||||
2004-10-20 | - use busy indicator when backing up and restore | ar | 1 | -2/+18 |
2004-10-19 | somewhere on some cvs merge the update of mindbreaker to the new quicklaunch ↵ | harlekin | 2 | -13/+4 |
system was lost, now it works again | ||||
2004-10-18 | Bug #0001427 add microkbd Opie.Sh script to control activation | zecke | 1 | -0/+87 |
and deactivation of the microkbd See http://www.handhelds.org/handhelds-faq/keyboards.html to understand telinit and opening of the file Files courtsey "Iss" | ||||
2004-10-17 | G++ 4.0 compiler fixes | zecke | 3 | -13/+22 |
-Remove anonymous structures and name them -Include 'card.h' to cardpile to make 'Card' known to QList so deleteItem will work -cast 'enum' to char in event.cpp and opimevent.cpp | ||||
2004-10-17 | fixed some more .pro / config.in dependencies discrepancies, that could ↵ | clem | 10 | -10/+10 |
break builds; for a few games, there was an unnecessary dep on LIBOPIE2CORE in some games too | ||||
2004-10-17 | the bug in libetpan seems to be fixed so we can reuse string encoding again | alwin | 1 | -9/+8 |
2004-10-16 | -Remove hardcoding of "/opt/QtPalmtop/" and use QPEApplication::qpeDir instead | zecke | 2 | -7/+7 |
In future we need a OpieStandardDir with locateFile, locateUserSetting and such | ||||
2004-10-16 | Introduce a 'teneast' scope to build a special Opie-Console | zecke | 1 | -2/+5 |
Max: with echo "CONFIG += teneast" >> $OPIEDIR/gen.pro you can enable this scope | ||||
2004-10-16 | -Disable FSCKED_DISTRIT and EAST | zecke | 2 | -4/+4 |
-Use full Opie::Core::OConfig | ||||
2004-10-16 | -Remove never finished classes by ibotty for the console widget | zecke | 32 | -3435/+144 |
-Put setCurrent into ComboboxHelper and remove duplication from the dialogs -Remove old and unneeded debug output -IOBt, IOIrda can share the implementation for sening,recieving and supports with IOSerial | ||||
2004-10-16 | Disable the unimplemented 'slotRename' and reuse the ToolButton | zecke | 1 | -2/+1 |
to show the ImageInfo, which was only accessible by keyboard before | ||||
2004-10-16 | Replace QPEApplication::qpeDir() + "/ with | zecke | 21 | -38/+38 |
QPEApplication::qpeDir() + " as it is guranteed that qpeDir() will have '/' as the last charachter | ||||
2004-10-15 | simplified networksettings2 config.in files: NSMAIN was not necessary, and ↵ | clem | 13 | -33/+29 |
forced to have two 'config NAME' in the same config.in (the first level one), hence breaking generated deps. Now everything simply depend on (and appears in menuconfig when we select) NS2CORE | ||||
2004-10-15 | split the two config in one file into two config.in files, so the ↵ | clem | 2 | -4/+5 |
dependencies will be read (so OPIE_EYE_SLAVE is now defined in slave/config.in) | ||||
2004-10-15 | Fix #1450 to clear the 'bonus' for removing every stone in the game | zecke | 5 | -1/+12 |
2004-10-14 | case 0: it is a label and not a statement, it doesn't need ';' but ':' every ↵ | zecke | 1 | -4/+4 |
decent c compiler produced in the last twenty years will bitch about it... | ||||
2004-10-14 | -FlowControl and LineTermination are saved and activated by numerical | zecke | 6 | -44/+45 |
value now. This makes it work across different translations -Switch code to use new PPPData::enter() and PPPData::flowcontrol() | ||||
2004-10-14 | Old Patch from BRANCH 1.0 to install Translations of the Plugins | zecke | 1 | -43/+13 |
2004-10-14 | -Make ModemQuery to use the 'current' configuration | zecke | 3 | -3/+55 |
-Todo make FlowControl, LineTermination lwork across locales for safe and restore | ||||
2004-10-13 | add proper case handling | llornkcor | 1 | -13/+16 |
2004-10-13 | fix move | llornkcor | 1 | -1/+3 |
2004-10-13 | add an config option for 10East to deactivate the script menu runtime | harlekin | 1 | -3/+15 |
2004-10-13 | Remove odebug/owarn | zecke | 1 | -5/+0 |
2004-10-13 | Remove odebug/owarn | zecke | 1 | -3/+0 |
2004-10-12 | ups | harlekin | 1 | -1/+1 |
2004-10-12 | also make 1200 baud connection possible | harlekin | 6 | -2/+34 |
2004-10-12 | -Make converter_base a QWidget | zecke | 4 | -26/+13 |
-Provide a C'tor with QWidget,const char* name, WFlags fl -Make it quicklaunchable | ||||
2004-10-12 | Give more meaningfull ConfigWidget names | zecke | 2 | -2/+2 |
2004-10-12 | Try harder to remove stdc++ need | zecke | 5 | -16/+7 |
-Remove using namespace std; -Remove include <iostream> -Replace std::list with QValueList | ||||
2004-10-11 | 'return 0' instead of no return from no void function. Lets see if that | zecke | 1 | -0/+5 |
fix breaks anything | ||||
2004-10-11 | Last missing piece to remove stdc++ dependency | zecke | 2 | -6/+1 |
-Remove linking against stdc++ -Remove includes of fstream and algorithm | ||||
2004-10-10 | Unbreak for Embeddix case | zecke | 1 | -2/+2 |
2004-10-10 | Do not 'spawn' a shell this way. Use OProcess::setUseShell if you really | zecke | 1 | -7/+3 |
need to start the command via a shell. These scripts should be marked as executable and have !#/bin/sh in the header, this should be enough for the kernel to launch them via sh. | ||||
2004-10-10 | FixIt doesn't have any signals and slots so don't make it a QObject | zecke | 4 | -10/+3 |
this fixes linking of it. Logger: Add new lines to fix compiler warnings | ||||
2004-10-08 | OPEN_PTY again and link against util | harlekin | 1 | -1/+1 |
2004-10-08 | OPEN_PTY again and link against utils | harlekin | 1 | -2/+2 |
2004-10-08 | Use KeyPressed instead of KeyReleased for the Accelerator | zecke | 1 | -4/+10 |
Key in the Image Display component. This fixes the double 'next' problem when going from the browser to the viewer/display | ||||
2004-10-08 | added a 10east define for some changed builds for them, also added a logging ↵ | harlekin | 11 | -81/+275 |
mode, also some changes to the "fix broken distros" part, snapshot | ||||
2004-10-06 | if user clicks dialog's X, dont go ahead and do the actions | llornkcor | 1 | -57/+80 |
2004-10-02 | Fixed for renamed .desktop file | brad | 1 | -1/+1 |
2004-10-02 | A few typos fixed | sudonix | 1 | -2/+2 |
2004-10-02 | A few typos fixed | sudonix | 2 | -2/+2 |
2004-10-01 | fixed searching for input filters, following Tim's suggestion | pohly | 1 | -1/+2 |
2004-09-28 | ugly workaround for bigscreen/smallscreen widget differences | llornkcor | 2 | -44/+48 |
2004-09-27 | Do not crash due an empty image | zecke | 1 | -0/+6 |
2004-09-27 | A brightness applet | mickeyl | 4 | -0/+335 |
2004-09-27 | remove bogus statements | mickeyl | 1 | -3/+0 |
2004-09-26 | fix view menu | llornkcor | 1 | -5/+5 |