Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2002-12-17 | Caption Fix | benmeyer | 9 | -15/+53 |
2002-12-17 | fixed a typo | sandman | 1 | -1/+1 |
2002-12-17 | forgot to commit that file | sandman | 1 | -1/+0 |
2002-12-17 | Opie login becomes useable now: | sandman | 3 | -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-17 | say good bye to the nice and educational | zecke | 2 | -307/+0 |
QTableItems. :( | ||||
2002-12-17 | kill tableitems from the build process | zecke | 3 | -3/+1 |
2002-12-17 | a QTableItem is no QObject so better use QObject::tr | zecke | 1 | -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 styles | sandman | 3 | -13/+18 |
2002-12-17 | replaced the private QProcess copy for the FTP server with the already | sandman | 6 | -3050/+1097 |
available libopie/OProcess | ||||
2002-12-17 | - removed a the obsolete KShellProcess class | sandman | 2 | -110/+56 |
- added a few methods to OProcess to make it easier to port programs using QProcess | ||||
2002-12-17 | - spehling fix by Carsten | simon | 1 | -1/+1 |
2002-12-17 | - removed Form2 caption, by Carsten | simon | 1 | -4/+0 |
2002-12-17 | - word puzzle fix by Carsten | simon | 2 | -2/+2 |
2002-12-17 | - update by Carsten | simon | 1 | -1/+7 |
2002-12-17 | Now use my own pictures | eilers | 3 | -6/+5 |
2002-12-17 | Pictures for addressbook | eilers | 2 | -0/+0 |
2002-12-17 | - i18n fixlet by Carsten | simon | 1 | -2/+2 |
2002-12-17 | Now use Single click to open a bookmark instead of a double click. | treke | 1 | -1/+1 |
2002-12-17 | fix mtdblock string display | llornkcor | 1 | -21/+23 |
2002-12-17 | renamed the Acqua color scheme to Liquid to be more consistent. | sandman | 1 | -0/+0 |
2002-12-17 | adding all libs we need as DT_NEEDED makes prelink happy | sandman | 1 | -0/+2 |
2002-12-17 | replaced the simple fork and execv method of starting applications with a | sandman | 1 | -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-17 | small additions to support grabbing the buttons back from a crashed | sandman | 2 | -0/+13 |
application | ||||
2002-12-16 | Finally the app-killer in the launcher works. TT solution was calling | sandman | 2 | -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 window | mickeyl | 4 | -30/+151 |
- GUI now starts channelhopper and sniffer using the command line interface | ||||
2002-12-16 | Remove the lease time requst. Wasn't realy needed and was uneccessary | benmeyer | 6 | -180/+26 |
2002-12-16 | undo a miscommit | kergoth | 1 | -1/+1 |
2002-12-16 | fix maximum argument length for sniffer device | mickeyl | 1 | -1/+1 |
2002-12-16 | foobar | mjm | 3 | -8/+31 |
2002-12-16 | fixed some forgotten includes (again) | mjm | 3 | -1/+5 |
2002-12-16 | Changed the order of the advanced ui to make more sense | benmeyer | 4 | -138/+138 |
2002-12-16 | Danish translations and a couple of unicode fixes. | mellen | 11 | -2/+20 |
2002-12-16 | Fixed icon bug, removed some extra uneeded code, fixed WEP config bug | benmeyer | 6 | -26/+18 |
2002-12-16 | not important | eilers | 2 | -4/+4 |
2002-12-16 | Addressbook is now able to send mails through opie-mail.. | eilers | 2 | -3/+47 |
2002-12-16 | Improvement of previous bugfix | eilers | 2 | -5/+12 |
2002-12-16 | work around for changing wrap changing edited state. also fixed opening ↵ | llornkcor | 1 | -1/+8 |
dotFiles line endings | ||||
2002-12-16 | open dotfiles from setDocument differently | llornkcor | 1 | -2/+3 |
2002-12-16 | send as text the real filename is symlink | llornkcor | 3 | -13/+30 |
2002-12-16 | some stuff from op2 | llornkcor | 1 | -16/+29 |
2002-12-16 | add x-mpegurl here also | llornkcor | 1 | -2/+2 |
2002-12-16 | remove some commented code | llornkcor | 1 | -97/+0 |
2002-12-16 | fix writng m3u filenames when user specifies a directory | llornkcor | 1 | -10/+11 |
2002-12-16 | 1. Added RAM disk to storage tab (could someone verify works on Z?) 2. ↵ | drw | 10 | -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-16 | QWhatsThis added | drw | 2 | -60/+108 |
2002-12-15 | moved changedns to /usr/bin (so ifup/down actually find it), and rewrote it | sandman | 5 | -114/+45 |
(runs with busybox now and doesn't write to temporary files in the current directory, which could be anywhere) | ||||
2002-12-15 | fix bug in open when cancelling | llornkcor | 1 | -1/+1 |
2002-12-15 | thanks Oliver | cniehaus | 1 | -14/+14 |
2002-12-15 | - don't append .png to the button mask filenames | simon | 1 | -1/+1 |
2002-12-14 | fixes bug #548 | tille | 1 | -0/+1 |