Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
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 |
2004-09-25 | fix | llornkcor | 4 | -16/+13 |
2004-09-25 | remove not needed bool | llornkcor | 2 | -11/+0 |
2004-09-25 | opti | llornkcor | 1 | -17/+17 |
2004-09-25 | not hardcoded path | llornkcor | 3 | -37/+7 |
2004-09-25 | change message | llornkcor | 1 | -3/+4 |
2004-09-25 | remove | llornkcor | 4 | -122/+108 |
2004-09-25 | formatted strings | llornkcor | 2 | -8/+8 |
2004-09-25 | fix move overwrite | llornkcor | 1 | -54/+60 |
2004-09-25 | uptodate | llornkcor | 1 | -1/+0 |
2004-09-25 | change focus for edit | llornkcor | 3 | -40/+46 |
2004-09-25 | redunancy | llornkcor | 2 | -28/+4 |
2004-09-25 | const | llornkcor | 1 | -1/+1 |
2004-09-25 | unused | llornkcor | 1 | -2/+2 |
2004-09-25 | more redundant code | llornkcor | 1 | -8/+3 |
2004-09-25 | move kerypress to keyrelease | llornkcor | 1 | -5/+7 |
2004-09-25 | opti function and fix | llornkcor | 2 | -88/+47 |