summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2002-12-17- small fix to reset the palette when changing stylessandman3-13/+18
2002-12-17replaced the private QProcess copy for the FTP server with the alreadysandman6-3050/+1097
available libopie/OProcess
2002-12-17- removed a the obsolete KShellProcess classsandman2-110/+56
- added a few methods to OProcess to make it easier to port programs using QProcess
2002-12-17- spehling fix by Carstensimon1-1/+1
2002-12-17- removed Form2 caption, by Carstensimon1-4/+0
2002-12-17- word puzzle fix by Carstensimon2-2/+2
2002-12-17- update by Carstensimon1-1/+7
2002-12-17Now use my own pictureseilers3-6/+5
2002-12-17Pictures for addressbookeilers2-0/+0
2002-12-17- i18n fixlet by Carstensimon1-2/+2
2002-12-17Now use Single click to open a bookmark instead of a double click.treke1-1/+1
2002-12-17fix mtdblock string displayllornkcor1-21/+23
2002-12-17renamed the Acqua color scheme to Liquid to be more consistent.sandman1-0/+0
2002-12-17adding all libs we need as DT_NEEDED makes prelink happysandman1-0/+2
2002-12-17replaced the simple fork and execv method of starting applications with asandman1-11/+54
more sophisticated method (mostly taken from K/OProcess, because we can't use libopie in libqpe). We can detect now, if apps can not be started.
2002-12-17small additions to support grabbing the buttons back from a crashedsandman2-0/+13
application
2002-12-16Finally the app-killer in the launcher works. TT solution was callingsandman2-244/+275
ps with some special options, that busybox ps didn't provide. I'm now scanning /proc/<pid>/stat for the right process.
2002-12-16- updates to the config windowmickeyl4-30/+151
- GUI now starts channelhopper and sniffer using the command line interface
2002-12-16Remove the lease time requst. Wasn't realy needed and was uneccessarybenmeyer6-180/+26
2002-12-16undo a miscommitkergoth1-1/+1
2002-12-16fix maximum argument length for sniffer devicemickeyl1-1/+1
2002-12-16foobarmjm3-8/+31
2002-12-16fixed some forgotten includes (again)mjm3-1/+5
2002-12-16Changed the order of the advanced ui to make more sensebenmeyer4-138/+138
2002-12-16Danish translations and a couple of unicode fixes.mellen11-2/+20
2002-12-16Fixed icon bug, removed some extra uneeded code, fixed WEP config bugbenmeyer6-26/+18
2002-12-16not importanteilers2-4/+4
2002-12-16Addressbook is now able to send mails through opie-mail..eilers2-3/+47
2002-12-16Improvement of previous bugfixeilers2-5/+12
2002-12-16work around for changing wrap changing edited state. also fixed opening ↵llornkcor1-1/+8
dotFiles line endings
2002-12-16open dotfiles from setDocument differentlyllornkcor1-2/+3
2002-12-16send as text the real filename is symlinkllornkcor3-13/+30
2002-12-16some stuff from op2llornkcor1-16/+29
2002-12-16add x-mpegurl here alsollornkcor1-2/+2
2002-12-16remove some commented codellornkcor1-97/+0
2002-12-16fix writng m3u filenames when user specifies a directoryllornkcor1-10/+11
2002-12-161. Added RAM disk to storage tab (could someone verify works on Z?) 2. ↵drw10-59/+80
QScrollView for storage tab 3. Removed module detail dialog since it did not provide any useful information 4. Fix compiler warnings 5. Removed unneeded qDebugs
2002-12-16QWhatsThis addeddrw2-60/+108
2002-12-15moved changedns to /usr/bin (so ifup/down actually find it), and rewrote itsandman5-114/+45
(runs with busybox now and doesn't write to temporary files in the current directory, which could be anywhere)
2002-12-15fix bug in open when cancellingllornkcor1-1/+1