Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-12-24 | qmake 1.08a has more rigid syntax checking and chokes on our .pro files | mickeyl | 56 | -56/+2131 |
2004-12-22 | I think it is a good idea to get any information why the Launcher is | eilers | 1 | -1/+4 |
disabled | ||||
2004-12-21 | Some cleaner string handling | drw | 1 | -19/+36 |
2004-12-20 | Fix sizing of battery status popup window to prevent truncation of battery info | drw | 1 | -2/+2 |
2004-12-20 | Patch from Hrw for 1493 | zecke | 1 | -1/+1 |
"Launcher starts in one column mode" Set the QIconView to adjust its layout on resize | ||||
2004-12-20 | Keep only 'local' Config instances to avoid some older | zecke | 1 | -26/+26 |
instance reverting changes! (weakness of Config class) | ||||
2004-12-20 | Kill unneeded parameter | zecke | 1 | -1/+1 |
2004-12-20 | Restore lost change | zecke | 1 | -3/+7 |
-Kill Config instance in different scope for the same file -Work when a ftp client sends -la in a listdir request | ||||
2004-12-20 | Fix for Bug #1269 and use of new sorted of the pim libary | eilers | 4 | -10/+28 |
2004-12-20 | use less wide messages | mickeyl | 1 | -10/+10 |
2004-11-20 | Stop fooling the user and allow receiving of files only if | zecke | 1 | -2/+6 |
Ir::supported returns true. This is the case if our obex implementation is loaded | ||||
2004-11-18 | -Kill owarn statements from the code | zecke | 4 | -34/+22 |
-Kill magic numbers and use enum values | ||||
2004-11-14 | Opie 1.1.7 | mickeyl | 1 | -1/+1 |
2004-11-12 | handle more signals and don't kill the process @ end | mickeyl | 1 | -55/+37 |
2004-11-11 | - flush icon cache if reloading all documents | alwin | 6 | -452/+483 |
- send QCop message when the doctab is enabled/disabled so the disabled widget appears or the doc-list will reread | ||||
2004-11-11 | send qcop signal when enable/disable doctab | alwin | 2 | -42/+53 |
2004-11-10 | implemented icon cache so it will not scan every time when changing the | alwin | 4 | -50/+113 |
doctab categorie ToDo: implement a cache flush | ||||
2004-11-09 | - removed code which let qpe crash when generating image icons | alwin | 3 | -76/+70 |
- when edit properties of an document item it will reread the table of categories | ||||
2004-11-09 | again some improvements to image icons | alwin | 2 | -8/+17 |
2004-11-08 | timer for releasing a reference to opie-eye_slave if exists when unused for ten | alwin | 2 | -17/+33 |
minutes. | ||||
2004-11-08 | image preview for documenttab again, I think, for first shot it is | alwin | 2 | -32/+64 |
working fine now. | ||||
2004-11-08 | - reworked the icon generation for images in doctab | alwin | 3 | -325/+387 |
- some reorg of code was strongly required - code more readable | ||||
2004-11-08 | first try getting small imagethumbs in document-tab. | alwin | 2 | -389/+517 |
2004-11-03 | Construct a OApplication instead of a QPEApplication | zecke | 1 | -2/+2 |
2004-11-03 | Switch to OApplication | zecke | 2 | -3/+3 |
2004-10-30 | remove hardcoded icon size here as well | mickeyl | 1 | -12/+13 |
2004-10-29 | - no longer hardcode the font size | mickeyl | 1 | -3/+3 |
- add fixme for initial keyboard setting | ||||
2004-10-29 | no longer needed | mickeyl | 2 | -98/+0 |
2004-10-29 | smooth scale to proper icon size | mickeyl | 1 | -2/+3 |
2004-10-22 | upon further investigation, QD does indeed do different stuff for different ↵ | llornkcor | 1 | -6/+11 |
version strings. | ||||
2004-10-20 | -Remove odebug | zecke | 1 | -2/+0 |
2004-10-18 | change doclnk handling | llornkcor | 1 | -3/+4 |
2004-10-17 | G++ 4.0 compiler fixes | zecke | 1 | -4/+5 |
-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 | -Use local8Bit instead of latin1 | zecke | 1 | -1/+1 |
2004-10-17 | fixed some more .pro / config.in dependencies discrepancies, that could ↵ | clem | 1 | -1/+1 |
break builds; for a few games, there was an unnecessary dep on LIBOPIE2CORE in some games too | ||||
2004-10-16 | - BugFix: clear currentFileName in SaveAs when the user abort. | ar | 1 | -0/+1 |
otherwise it crashs when user try to save after aborted saveas action | ||||
2004-10-16 | -Remove debug output on appMessage | zecke | 2 | -3/+9 |
-Check for Application Pages in help/lang/execname/execname.html as well. This is needed for qashmoney and could be used for the other help pages as well | ||||
2004-10-16 | Replace QPEApplication::qpeDir() + "/ with | zecke | 14 | -26/+26 |
QPEApplication::qpeDir() + " as it is guranteed that qpeDir() will have '/' as the last charachter | ||||
2004-10-14 | missing dep on libopie2core | clem | 1 | -1/+1 |
2004-10-14 | depend on LIBOPIE2SECURITY is enough (even if it does not work yet) | clem | 1 | -1/+1 |
2004-10-13 | exit if no skin is found | llornkcor | 1 | -2/+11 |
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 | 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-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-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 | 1 | -2/+5 |
used through Settings/Buttons | ||||
2004-10-08 | missing } | clem | 1 | -1/+1 |