summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-12-22moving the unmaintained languagescniehaus545-0/+80486
2002-12-22test. I hope this worked for hucniehaus105-0/+16067
2002-12-221) Fixed a bug where double clicking a blank spot on the bookmark listtreke3-6/+6
caused a segfault. 2) Removed support for copying from the server. Trying to setText in the clipboard would segfault everytime from within the KRFBDecoder. Doesnt seem to like being called from within a slot.
2002-12-21New device button images for the new appskey framework (code is not yetsandman11-0/+0
commited)
2002-12-21Added bit of eye candy - press 'e' to make smoke trails fade out (at expense ↵andyq2-31/+104
of a little speed), and made fly game scoring zones better
2002-12-21Main task view updates.drw5-77/+75
2002-12-21New todo picdrw1-0/+0
2002-12-21Updated to include pics/tododrw1-1/+1
2002-12-20Use icons for task priority on quick task toolbardrw2-14/+27
2002-12-20Icons for todo task priority leveldrw5-0/+0
2002-12-20Fixed small bugette with cursor keysandyq1-11/+8
2002-12-20sic workaround hack for now. fixes bug #569llornkcor1-61/+102
2002-12-20First part of GUI clean-up. Added icons to 'quick task' entry toolbar and ↵drw4-55/+86
menu choice to show/hide the bar.
2002-12-20Pic for Todo quick task toolbardrw1-0/+0
2002-12-20Changebenmeyer1-1/+1
2002-12-20Added difficultie levels to SFCave game typeandyq1-4/+14
2002-12-20Thanks to Chris /me learned another sh-thing :)cniehaus1-22/+22
2002-12-20as nobody read this nobody will notice my stupid bugcniehaus1-1/+0
2002-12-20weekly updatecniehaus97-1061/+2347
2002-12-20s/Formx//cniehaus1-4/+0
2002-12-20mmh, updatecniehaus1-0/+26
2002-12-20some more translationscniehaus8-179/+185
2002-12-20save fix when no name bug #577llornkcor1-1/+6
2002-12-20fixing wrong assignment between translated untranslated fieldnameseilers1-4/+4
2002-12-20Refreshes available space on current destination after packages finished ↵andyq1-0/+2
installing
2002-12-20Should create links for installed dependant packages againandyq1-0/+15
2002-12-20Fix to prevent segfault when no process/module is selected in list.drw2-1/+11
2002-12-201. Added check for /sbin/modinfo, and if exists will display module details ↵drw10-283/+153
again. 2. Combined process and module detail viewers into one common class. 3. Move process signal sending to main process tab.
2002-12-20update - sorry it took so long. hope this works correctlyllornkcor46-1522/+4580
2002-12-19adapted to todays xine cvsharlekin2-2/+4
2002-12-19some additionsfbarros7-56/+155
2002-12-19fix for email <-> default email bugtille2-17/+44
2002-12-18Parameter passing to the thread reworked a bitsandman1-6/+7
2002-12-18since Harlekin doesn't want to fix his typo, I'll have to do it ;)sandman1-1/+1
2002-12-18changing from defaultemail to something else now hides the combotille2-8/+14
2002-12-18use system() to start daemon and hopper instead of Global::execute,mickeyl1-13/+23
which makes nothing but trouble for non-gui processes.
2002-12-17fix for alarm volume handling on iPAQssandman1-4/+2
2002-12-17included the new scipts in share/opie-loginsandman1-1/+1
2002-12-17rewritten - opie-login doesn't need the ssh stuff for rootsandman1-67/+59
also moved the QWS_DISPLAY stuff into the global scope to make it easier to set all Opie env.vars. with: . /etc/init.d/opie
2002-12-17Added abort functionalityandyq2-0/+24
2002-12-17When ipkg process is run - start/close button changes to abortandyq1-4/+18
2002-12-17Moved to 1.9andyq1-1/+1
2002-12-17- basic pre-/post session scripts for familiar (OZ has to added here)sandman3-0/+42
- default opie-session (copy this to ~/.opie-session to customize)
2002-12-17Caption Fixbenmeyer9-15/+53
2002-12-17fixed a typosandman1-1/+1
2002-12-17forgot to commit that filesandman1-1/+0
2002-12-17Opie login becomes useable now:sandman3-10/+82
- pre- and post-session scripts (in $OPIEDIR/share/opie-login) to fix things like device ownership to user/root - logging in now doesn't simply mean: execute bin/qpe. instead opie-login * first tries to execute ~/.opie-session * if that doesn't exist $OPIEDIR/share/opie-login/opie-session * if that fails too, execute $OPIEDIR/bin/qpe you can now handle things like ssh-agent on a per-user basis. (I'll commit the scripts later - for now it simply works like before)
2002-12-17say good bye to the nice and educationalzecke2-307/+0
QTableItems. :(
2002-12-17kill tableitems from the build processzecke3-3/+1
2002-12-17a QTableItem is no QObject so better use QObject::trzecke1-1/+3
besides that tableitems is dead... and I do drawing myself so better look at the tableview if you want to have that translated CCMAIL: cniehaus@kde.org