Age | Commit message (Expand) | Author | Files | Lines |
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 |
2003-04-13 | make opiecam work! | mickeyl | 7 | -19/+235 |
2003-04-13 | Adjust to new libopie version of ColorDialog and Menu.. | zecke | 1 | -2/+2 |
2003-04-13 | - Uses mime types for attachment reading | groucho | 14 | -66/+110 |
2003-04-13 | adjust for new icon size | mickeyl | 1 | -2/+2 |
2003-04-13 | add error message of camera is not found | mickeyl | 4 | -8/+42 |
2003-04-12 | hide about thingy | llornkcor | 1 | -2/+2 |
2003-04-12 | hide about item | llornkcor | 1 | -9/+9 |
2003-04-12 | - make main layout a full preview window and think about configuring capturin... | mickeyl | 8 | -262/+87 |
2003-04-11 | Lots of improvements regarding usability and stability: | groucho | 10 | -132/+200 |
2003-04-10 | bit more spacing on the layout | harlekin | 1 | -4/+4 |
2003-04-10 | allways start maximized | harlekin | 1 | -3/+2 |
2003-04-10 | add sanity (non-root & dhcp running) checks for startup phase | mickeyl | 3 | -2/+72 |
2003-04-10 | some debug output | llornkcor | 2 | -2/+18 |
2003-04-10 | qpetoolbar and qpemenubar are depreciated | harlekin | 2 | -68/+68 |
2003-04-10 | goodbye qpemenubar and qpetoolbar ( both are depreciated ), using qmenubar no... | harlekin | 2 | -44/+46 |
2003-04-10 | No qt3 widget flags!!! | kergoth | 1 | -1/+1 |
2003-04-10 | java syntax added | harlekin | 1 | -1/+1 |
2003-04-10 | New Feature: Write a capture file for later dissection with tcpdump-compatibl... | mickeyl | 4 | -215/+331 |
2003-04-10 | Wellenreiter can now open and replay capture files as written by tcpdump, eth... | mickeyl | 7 | -48/+121 |
2003-04-09 | - improve keyboard handling | mickeyl | 9 | -133/+278 |
2003-04-09 | compile fixes | benmeyer | 2 | -8/+3 |
2003-04-09 | Make networksettings actually compile again. Fix the ifdef on non-kde to act... | kergoth | 4 | -14/+14 |
2003-04-09 | Ben, please dont use Qt3 Widget Flags in Opie.. | kergoth | 1 | -1/+1 |