summaryrefslogtreecommitdiff
path: root/noncore/net
AgeCommit message (Collapse)AuthorFilesLines
2003-05-26remove extra includesllornkcor4-26/+0
2003-05-24don't crash when compiled with gcc3zecke3-13/+13
one Contact in libqpe one Contact in addresslist.h a nice game of russian roulette gcc3 lost...
2003-05-24fix for a few crashes. one being stack overwrite. please test before I ↵llornkcor3-17/+21
commit to 0_99
2003-05-24QString to const QStringllornkcor13-604/+605
2003-05-20fix menu issuellornkcor1-3/+7
2003-05-10- use OManufacturerDB instead of ManufacturerDBmickeyl10-820/+199
- misc fixes
2003-05-08- add more sanity checks and verbose error messagesmickeyl6-8/+45
- try to restart dhcp client after having killed it before
2003-05-08add fine tuning of parsing process - the semantics is not yet set in stone ↵mickeyl7-94/+198
however...
2003-05-07first half of event system completedmickeyl4-15/+77
2003-05-07start with protocol event handling stuffmickeyl4-3/+45
2003-05-07Smaller fix which shows attachment icons also for downloaded mailsgroucho1-1/+5
2003-05-07Small fix which show attachment icons for downloaded mails alsogroucho1-12/+1
2003-05-06fix config dialog in respect to specify writing capture filesmickeyl2-1/+17
2003-05-05re-addmickeyl2-0/+231
2003-05-05major overhaul of the configuration window - showing what will come soon...mickeyl10-1489/+909
2003-05-05prepare for major configuration overwhoulmickeyl9-7/+831
2003-05-04- cleanup and code refactoring towards 1.0mickeyl8-106/+222
- match IP addresses to MAC addresses by looking @ ARP packets - show IP addresses - reduce debug output
2003-05-03prepare for i18nmickeyl6-43/+82
2003-05-03start work on graph windowmickeyl7-4/+299
2003-05-02add parsing and interpretating of fromDS frames and getting pretty close to ↵mickeyl2-5/+20
the 1.0 release
2003-05-02fix a long standing bug and hard to reproducable bug where wellenreiter ↵mickeyl1-25/+7
segfaulted, but just if you played the "open/close-game" with the items and subitems Note to self: QListViewItem::itemBelow() != QListViewItem::nextSibling() !!!
2003-05-02start to parse and interpretate WDS (bridging) data and thus additionally ↵mickeyl3-43/+85
display stationary systems
2003-04-30- autoscrolling for hex- and logwindowmickeyl8-58/+47
- revamped statistics window
2003-04-29- added ReplyAll for CC: addressinggroucho9-74/+206
- added a download button in mail view - smaller layout fixes - now it's getting to be real useful
2003-04-28- bug fixes in the parser (from header)groucho7-125/+104
- bug fixes in address selector (uses cc: now) - remove now selects next item afterwards (speeds up mass deletion) - smaller fixes
2003-04-24- reworked size filteringgroucho15-256/+244
- started reworking offline download - better tab focus switching - Hello "Whats this" capability - Fixed parsing of To: header files (no more Delivered-To: and Reply-To: matches) - Good bye Settings.txt, hello Config Objects and encrypted passwords - Translation improvements (added trs) - Parser optimizations
2003-04-22Add Package: field to control files. This will facilitate ditching mkipks ↵kergoth10-0/+10
in favor of something with some sanity.
2003-04-22Dependency fixes. s/opie-base/task-opie-minimal/; ↵kergoth9-9/+9
s/libqt2-emb-fonts/qte-fonts/; s/libqt2-emb/libqte2/;
2003-04-20opie-lupdatezecke2-2/+2
2003-04-20adding dutch to the .pro-filescniehaus6-0/+6
2003-04-20- these apps need libstdc++ when built with a 3.2 toolchainsimon1-1/+1
2003-04-20- Added CC: supportgroucho9-43/+361
- Added mail forwarding - Added icon for selective mail download - Removing mails from mail list via icon - Temporarily disabled mail header download queue
2003-04-16fix segfault after last packet when capturing from capture filemickeyl1-2/+9
2003-04-15- SMTP fix preventing authorization with SMTP after POPgroucho7-25/+21
- removed debug output - smaller bug fixes
2003-04-14Adjusting for translationgroucho1-0/+1
2003-04-14- Buttonlayout changed in attach dialoggroucho12-43/+78
- Removed file access for address list (reduces size) - Added header size sping box for accounts - mailit shows an icon in the message list if attachments are present - Added translations in pro file - Removed resource.* references in header files, uses qpe/resource.h instead
2003-04-13- Uses mime types for attachment readinggroucho7-33/+55
- Addresses are read from ocontactacess
2003-04-13adjust for new icon sizemickeyl1-2/+2
2003-04-12hide about thingyllornkcor1-2/+2
2003-04-11Lots of improvements regarding usability and stability:groucho5-66/+100
- Now uses ofileselector for sending attachments (reading follows, does not crash any more) - Uses DocLnks for attachments (when composing a message) - Beautified the attachments dialog with doc icons - removed a crash when sending attachments and no account was set - smaller fixes ToDo: - Attachment viewer should use doclnk too - get rid of teh save button in ofileselector - fix the bug with GMX mail provider sending mail (user encoding wrong) - replace the Attach and Remove buttons with a nice toolbar - Maybe integrate attview into the mail sending window on demand - get rid of crashes
2003-04-10add sanity (non-root & dhcp running) checks for startup phasemickeyl3-2/+72
2003-04-10some debug outputllornkcor1-1/+9
2003-04-10New Feature: Write a capture file for later dissection with ↵mickeyl4-215/+331
tcpdump-compatible tools!
2003-04-10Wellenreiter can now open and replay capture files as written by tcpdump, ↵mickeyl7-48/+121
ethereal, etc. Next task: writing capture files
2003-04-09- improve keyboard handlingmickeyl9-133/+278
- enable sniffer-menu - fix handling of start/stop button - add simple statistic window, fancy will follow ;-)
2003-04-09display a fancy ascii-animation in the titlebar while scanning...mickeyl2-8/+30
... no really, it's actually pretty useful, because you can see which channel we are currently monitoring :-D
2003-04-08preparations for the standalone x11 buildmickeyl6-48/+109
2003-04-08- fix <unknown> entries bug caused by interpretating not-yet-handled 802.11 ↵mickeyl2-5/+16
management frames This thing gets complicated... I really should implement a state machine for the beta.
2003-04-07New feature! Finally, non-AP stations in an infrastructure network show up.mickeyl3-36/+138
2003-04-07Better look, crystal icons and path correctionsgroucho4-10/+10