Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-10-14 | s/make/ even if it's not enough to enable distributing | clem | 1 | -1/+1 |
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 | tell make this line is a make line, so it can be distributed with -j | clem | 1 | -1/+1 |
2004-10-14 | enable ccache (and distcc if CCACHE_PREFIX and DISTCC_HOSTS are set) building | clem | 3 | -6/+6 |
2004-10-14 | depend on LIBOPIE2SECURITY is enough (even if it does not work yet) | clem | 1 | -1/+1 |
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-13 | -Create the QPE/System channel in ODevice to listen for button remapping | zecke | 6 | -17/+11 |
-Remove various connect and QCopChannel creation from actual device implementations Let us see if that breaks anything, I hope SIMpad still will do fine. We might need to guard if a qApp exists? | ||||
2004-10-13 | exit if no skin is found | llornkcor | 1 | -2/+11 |
2004-10-12 | ups | harlekin | 1 | -1/+1 |
2004-10-12 | also make 1200 baud connection possible | harlekin | 6 | -2/+34 |
2004-10-12 | -Skip showing the Security screen if onResume or onPoweron is set to false | zecke | 1 | -4/+4 |
2004-10-12 | Capitalize 'suchen' in Menu | zecke | 1 | -1/+1 |
2004-10-12 | s/OPIE/Opie | zecke | 1 | -6/+26 |
2004-10-12 | Minor GUI polishing | zecke | 6 | -6/+8 |
-Use 'better' icons and always QIconSet::Large -Make the 'Search For' Label to have the same color as the rest of the toolbar | ||||
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 | something weird with oe not seeing these changes | llornkcor | 1 | -2/+2 |
2004-10-12 | No functional changes. | eilers | 7 | -120/+120 |
Just replaced owarn to odebug where debug output was ment by the developer. These warnings confusing users if the have any problems.. | ||||
2004-10-12 | QD knows versioninfo, opie needs it's own identity here | llornkcor | 1 | -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-11 | -Remove AboutDialog | zecke | 6 | -487/+232 |
-Add the former AboutDialog as AboutWidget -Update .cvsignore to ingore widget.h and widget.cpp -Better way to show the Widget and create it delayed and onyl once -Remove the Opie Logo | ||||
2004-10-11 | remove jornada 56x brightness hack | chicken | 1 | -2/+1 |
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 | -Stop bashism | zecke | 2 | -14/+14 |
-Do not use /usr/bin/env but the full qualified path to the executable | ||||
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-10 | New Latvian translations | gints | 8 | -182/+185 |
2004-10-10 | Add an icon for opie-pimconverter | coredump | 1 | -0/+0 |
2004-10-08 | this applets needs this image | clem | 1 | -1/+1 |
2004-10-08 | Recommend: added on the new opie-lockapplet, and on the opie-multiauth ↵ | clem | 1 | -0/+1 |
Application lock as well | ||||
2004-10-08 | better description of the app since it provides a real lock now, and can be ↵ | clem | 2 | -4/+7 |
used through Settings/Buttons | ||||
2004-10-08 | missing } | clem | 1 | -1/+1 |
2004-10-08 | Big commit thanks to a little feature request :-) We now have an O-menu applet | clem | 13 | -28/+206 |
to lock the PDA immediately, and the internal way to ask for an authentication (on resume, on start up, on demand or for a simple test) is much cleaner: it's through MultiauthPassword(int lockMode) (instead of the old bool at_poweron) | ||||
2004-10-08 | shorter messages that actually fit on my iPAQ screen | clem | 1 | -2/+2 |
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 | remove inadvertant output | llornkcor | 1 | -1/+1 |
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-08 | remove inadvertant output | llornkcor | 1 | -3/+3 |
2004-10-08 | small doxygen doc fixes | clem | 3 | -10/+5 |