Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
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 |
2004-10-08 | this patch will add support for QD installing directly to opie device via ↵ | llornkcor | 10 | -100/+657 |
sync. not functioning until QD 1.7.1 released. should compile for now | ||||
2004-10-07 | small documentation format fixes | clem | 12 | -37/+33 |
2004-10-07 | fixed doxygen comment | clem | 1 | -1/+1 |
2004-10-07 | fixed indentation | clem | 1 | -1/+1 |
2004-10-07 | fixed typo chanegd -> changed in doxygen comment | clem | 2 | -2/+2 |
2004-10-07 | the usual iso c++ fix | mickeyl | 1 | -1/+1 |
2004-10-07 | build fix | chicken | 1 | -0/+1 |
2004-10-07 | improved class comment | clem | 2 | -8/+7 |
2004-10-06 | fixed file name in doxygen comment! | clem | 3 | -3/+3 |
2004-10-06 | Closed a <pre> section in a Doxygen-enabled comment | clem | 1 | -0/+1 |
2004-10-06 | if user clicks dialog's X, dont go ahead and do the actions | llornkcor | 1 | -57/+80 |
2004-10-05 | at the beginning of the test mode, tell the user she can skip the steps she ↵ | clem | 1 | -1/+1 |
fails | ||||
2004-10-05 | Changed the way to test authentication: instead of having a hardcoded config | clem | 4 | -72/+106 |
option, allowByPass, we now have a "Test now" button in the configuration interface. We add to change both the config app and the libopie2security files for that, since the MultiauthMainWindow constructor has to know whether to implement a debug mode (with an new argument, false by default). We also had to give MultiauthGeneralConfig a link to MultiauthConfig, since the test button triggers the writing of the whole configuration. Some cleaning too (m_ on *all* member attributes, removal of obsolete allowByPass / explanScreens checking code. | ||||
2004-10-05 | scripts to fix the stupid embedix rom inittab behavior | harlekin | 2 | -0/+58 |
2004-10-05 | whoops, things were just fine` | chicken | 1 | -1/+1 |
2004-10-03 | correct jornada 56x sysfs handlings | chicken | 1 | -1/+1 |
2004-10-02 | Fixed for renamed .desktop file | brad | 1 | -1/+1 |
2004-10-02 | A few typos fixed | sudonix | 1 | -2/+2 |