summaryrefslogtreecommitdiff
path: root/noncore
AgeCommit message (Collapse)AuthorFilesLines
2003-05-10add persistent configuration settingsmickeyl1-44/+76
2003-05-10quite some changescniehaus8-62/+86
2003-05-10building againtille1-2/+2
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-08opiefy .pro-filemickeyl2-4/+10
2003-05-07first half of event system completedmickeyl4-15/+77
2003-05-07start with protocol event handling stuffmickeyl4-3/+45
2003-05-07add library to control filemickeyl1-1/+1
2003-05-07Put opie-reader.pro back so it can actually generate a Makefile. Please ↵kergoth1-0/+0
compile test in the future before commit.
2003-05-07reenable sounds now that they work on the Z againmickeyl1-2/+2
2003-05-07g++3 fixletmickeyl1-2/+0
2003-05-07Damn, this is a hard one- it refuses to get committed the way I want it ...groucho1-14/+4
2003-05-07Commited the wrong file ... Fixedgroucho1-13/+14
2003-05-07forgot thatmickeyl1-0/+24
2003-05-07Hopefully things are now fixed in CVSgroucho19-0/+4024
2003-05-07*** empty log message ***groucho24-5030/+14
2003-05-07add missingmickeyl8-0/+988
2003-05-07deletemickeyl3-223/+0
2003-05-07restructure tree for inclusion of a command line application enabling the ↵mickeyl17-976/+252
use as a webcam
2003-05-07Hopefully, everything is in place nowgroucho20-0/+4749
2003-05-07Incorporated TimWs current source tree and make it compilegroucho43-2695/+4114
2003-05-07Smaller fix which shows attachment icons also for downloaded mailsgroucho2-2/+10
2003-05-07Small fix which show attachment icons for downloaded mails alsogroucho2-24/+2
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-04Initial revisionallenforsythe106-0/+2620
2003-05-04added a few convience qcop messages. see readme for more info. not totally ↵llornkcor3-0/+74
finished yet
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-05-02265 lines diff :) mostly markupstuff. But also one bug lesscniehaus5-50/+67
2003-05-02tr()-fix -- don't use 2 !. One is enoughcniehaus1-2/+2
2003-05-02warn the user if there is no dict definescniehaus1-1/+25
2003-05-02bugfixcniehaus3-30/+18
2003-05-02remove debug + now he reads the file the user told himcniehaus1-11/+4
2003-05-02remove 2 obsolete filescniehaus4-58/+0
2003-05-02linebreak works :)cniehaus1-4/+3
2003-04-30juhu, it is working againcniehaus1-3/+4
2003-04-30I hope I will code more in the next dayscniehaus2-49/+14
2003-04-30- autoscrolling for hex- and logwindowmickeyl8-58/+47
- revamped statistics window
2003-04-29- added ReplyAll for CC: addressinggroucho18-148/+412
- added a download button in mail view - smaller layout fixes - now it's getting to be real useful
2003-04-29Give aqpkg standard source headers and some minor code clean-up.drw31-617/+951
2003-04-29Now use QTextView for package information. This is for scroll through long ↵drw2-10/+10
package descriptions (e.g. OZ busybox).
2003-04-28- bug fixes in the parser (from header)groucho14-250/+208
- bug fixes in address selector (uses cc: now) - remove now selects next item afterwards (speeds up mass deletion) - smaller fixes