Age | Commit message (Expand) | Author | Files | Lines |
2003-04-22 | Add Package: field to control files. This will facilitate ditching mkipks in... | kergoth | 104 | -0/+104 |
2003-04-22 | - a lot of includes and gui cleanups | harlekin | 4 | -83/+47 |
2003-04-22 | Dependency fixes. s/opie-base/task-opie-minimal/; s/libqt2-emb-fonts/qte-font... | kergoth | 101 | -101/+101 |
2003-04-22 | blah. must remember to think before committing. | llornkcor | 4 | -5/+5 |
2003-04-22 | Now display package information in separate window...easier for those long de... | drw | 5 | -38/+180 |
2003-04-21 | no defaults in constructors | llornkcor | 4 | -5/+5 |
2003-04-21 | fix irda image name | mickeyl | 1 | -1/+1 |
2003-04-21 | compile fix for non-debug build | mickeyl | 1 | -1/+1 |
2003-04-21 | Yahoo! Found the last three bugs in writing the avi stream. It now works :-D | mickeyl | 2 | -4/+9 |
2003-04-20 | Finally fixed it so that packages are not incorrectly marked as having an upd... | drw | 4 | -16/+16 |
2003-04-20 | opie-lupdate | zecke | 2 | -2/+2 |
2003-04-20 | Make it work with opie-lupdate | zecke | 1 | -0/+1 |
2003-04-20 | add a TARGET so it'll work with opie-lupdate | zecke | 1 | -1/+1 |
2003-04-20 | too much work for that damn video feature... some progress, but it's still no... | mickeyl | 6 | -35/+530 |
2003-04-20 | adding dutch to the .pro-files | cniehaus | 68 | -0/+68 |
2003-04-20 | - these apps need libstdc++ when built with a 3.2 toolchain | simon | 2 | -2/+2 |
2003-04-20 | - Added CC: support | groucho | 18 | -86/+722 |
2003-04-19 | remove crappy undocumented and useless code stealing me hours diving into yet... | mickeyl | 6 | -893/+0 |
2003-04-19 | - fix shutter handling | mickeyl | 9 | -36/+396 |
2003-04-18 | Make appearance and rotate applet use the new rotation method of odevice. | kergoth | 1 | -10/+17 |
2003-04-18 | add jpeg2avi for postprocessing a series of jpeg frames into an avi | mickeyl | 6 | -0/+893 |
2003-04-17 | Added better verbosity options and option to save ipkg output to a file (per ... | drw | 6 | -21/+79 |
2003-04-16 | add missing icon | mickeyl | 1 | -1/+1 |
2003-04-16 | fix dependencies | mickeyl | 1 | -4/+3 |
2003-04-16 | introducing networkapplet - monolithic now, but at some point of time pluggable | mickeyl | 8 | -0/+408 |
2003-04-16 | fix segfault after last packet when capturing from capture file | mickeyl | 1 | -2/+9 |
2003-04-15 | Correct the unintentional global header in the wlan ui. | kergoth | 1 | -1/+1 |
2003-04-15 | changed copy method from clunky to using sendfile(). should be 1. faster and ... | llornkcor | 1 | -26/+51 |
2003-04-15 | - SMTP fix preventing authorization with SMTP after POP | groucho | 14 | -50/+42 |
2003-04-15 | - Fix a bug with numbers between 0 and 1. | eric | 2 | -6/+11 |
2003-04-15 | Add a third rotation direction, for 180 degree. | kergoth | 2 | -5/+20 |
2003-04-15 | Remove the wep key entry item from TODO | kergoth | 1 | -2/+0 |
2003-04-15 | Implement feature request. Only asterisk out the WEP key when the lineedit | kergoth | 5 | -66/+160 |
2003-04-15 | Only restart interface if it was UP previously. | kergoth | 1 | -27/+27 |
2003-04-15 | *** empty log message *** | kergoth | 1 | -3/+1 |
2003-04-15 | 1) When selecting dhcp, remove the static options, since we're no longer | kergoth | 1 | -5/+52 |
2003-04-15 | BUGFIX: Dont cut off the last character of the ESSID. | kergoth | 1 | -1/+1 |
2003-04-14 | Update TODO per wireless config changes | kergoth | 1 | -12/+1 |
2003-04-14 | Oops, remember to call QDialog::accept() in the accept() function :) | kergoth | 1 | -0/+2 |
2003-04-14 | BUGFIX: didnt call setProfile on interfaces for which a module exists, were o... | kergoth | 1 | -5/+6 |
2003-04-14 | Add new wireless parser that uses the wireless-tools if-pre-up.d | kergoth | 4 | -246/+735 |
2003-04-14 | Add remove methods which do not require that you pass the current value of th... | kergoth | 2 | -0/+39 |
2003-04-14 | Correct the constructor, and ensure it does not remove all interface options,... | kergoth | 2 | -12/+9 |
2003-04-14 | BUGFIX: obtaining a network interface list via an ioctl does not always | kergoth | 1 | -54/+71 |
2003-04-14 | Adjusting for translation | groucho | 3 | -0/+18 |
2003-04-14 | - Buttonlayout changed in attach dialog | groucho | 24 | -86/+156 |
2003-04-14 | Add a constructor to InterfaceSetupImp which lets me pass in a pointer to | kergoth | 2 | -33/+52 |
2003-04-13 | OTabWidget::getCurrentTab() is now OTabWidget::currentTab() | drw | 2 | -2/+2 |
2003-04-13 | Remove old #include so it compiles | drw | 1 | -1/+0 |
2003-04-13 | Revamped NetSystemTime! Changes include: 1. improved UI (e.g. ok/cancel work,... | drw | 19 | -1988/+1771 |