summaryrefslogtreecommitdiff
path: root/noncore
AgeCommit message (Collapse)AuthorFilesLines
2003-04-13- Uses mime types for attachment readinggroucho14-66/+110
- Addresses are read from ocontactacess
2003-04-13adjust for new icon sizemickeyl1-2/+2
2003-04-13add error message of camera is not foundmickeyl4-8/+42
remove inlines (for now) because of link-problems
2003-04-12hide about thingyllornkcor1-2/+2
2003-04-12hide about itemllornkcor1-9/+9
2003-04-12- make main layout a full preview window and think about configuring ↵mickeyl8-262/+87
capturing parameters later...adding an on-demand-applet to the taskbar would be spiffy - portrait or landscape mode is now self-configuring thanks to life-rotation :-D
2003-04-11Lots of improvements regarding usability and stability:groucho10-132/+200
- 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-10bit more spacing on the layoutharlekin1-4/+4
2003-04-10allways start maximizedharlekin1-3/+2
2003-04-10add sanity (non-root & dhcp running) checks for startup phasemickeyl3-2/+72
2003-04-10some debug outputllornkcor2-2/+18
2003-04-10qpetoolbar and qpemenubar are depreciatedharlekin2-68/+68
2003-04-10goodbye qpemenubar and qpetoolbar ( both are depreciated ), using qmenubar ↵harlekin2-44/+46
now, and also the icons are in the menubar now as qtoolbutton which as side effect gives them the nice benefit if beeing centered to the right
2003-04-10No qt3 widget flags!!!kergoth1-1/+1
2003-04-10java syntax addedharlekin1-1/+1
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-09compile fixesbenmeyer2-8/+3
2003-04-09Make networksettings actually compile again. Fix the ifdef on non-kde to ↵kergoth4-14/+14
actually work, and killed off more references to qt3 widget flags.
2003-04-09Ben, please dont use Qt3 Widget Flags in Opie..kergoth1-1/+1
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-09Fixing the translation issuesgroucho1-17/+17
2003-04-09KDEafied and bugs fixesbenmeyer7-40/+111
2003-04-09kde updatebenmeyer5-83/+9
2003-04-08kde updatesbenmeyer2-28/+8
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-07add missingmickeyl2-0/+6
2003-04-07Better look, crystal icons and path correctionsgroucho8-20/+20
2003-04-07opierec.control, not opierec-control ;-)groucho1-0/+0
2003-04-06debug->releasellornkcor1-2/+2
2003-04-06OPIEDIR not QPEDIRharlekin1-2/+2
2003-04-06add include.prollornkcor1-0/+1
2003-04-06remove old dependsllornkcor2-2/+0
2003-04-06change pics/mailitllornkcor2-2/+2
2003-04-06grumblellornkcor2-4/+4
2003-04-06blah gcc3llornkcor2-74/+74
2003-04-06change icons to pics dirllornkcor6-86/+4
2003-04-06fixllornkcor2-6/+4
2003-04-06addllornkcor1-0/+4
2003-04-06add thisllornkcor2-0/+8
2003-04-06add some tr to status messagesllornkcor4-30/+30
2003-04-06Qt Palmtop -> Opiellornkcor2-2/+2
2003-04-06iconllornkcor2-2/+2
2003-04-06warwick does not maintain this any longerllornkcor2-2/+2
2003-04-06move malit to head again, since it is workingllornkcor76-0/+11388
2003-04-06- add realtime preview widget with zoom controlmickeyl8-51/+397
The camera driver is damn slow. For a 240x160x16 image, it takes ~100ms. That gives approx. 10fps which is too slow for doing video. :(
2003-04-05- correct beacon bug (off-by-one)mickeyl6-6/+38
- display hex dump per packet in hex window - allow saving hex window contents