summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/gui.pro
AgeCommit message (Collapse)AuthorFilesLines
2003-08-28add TODO, remove MOC and OBJECTS dir as they are set in include.promickeyl1-2/+0
2003-08-07add GPS configuration windowmickeyl1-2/+4
2003-05-10- use OManufacturerDB instead of ManufacturerDBmickeyl1-2/+0
- misc fixes
2003-05-05major overhaul of the configuration window - showing what will come soon...mickeyl1-3/+5
2003-05-05prepare for major configuration overwhoulmickeyl1-1/+1
2003-05-04- cleanup and code refactoring towards 1.0mickeyl1-0/+18
- match IP addresses to MAC addresses by looking @ ARP packets - show IP addresses - reduce debug output
2003-05-03start work on graph windowmickeyl1-2/+4
2003-04-20- these apps need libstdc++ when built with a 3.2 toolchainsimon1-1/+1
2003-04-09- improve keyboard handlingmickeyl1-0/+2
- enable sniffer-menu - fix handling of start/stop button - add simple statistic window, fancy will follow ;-)
2003-04-08preparations for the standalone x11 buildmickeyl1-1/+2
2003-03-31reenable the X11 standalone build (qmake platform=x11 wellenreiter.pro)mickeyl1-3/+2
2003-03-30- add file->newmickeyl1-1/+1
2003-03-30- the network work for libopie2 pays off...mickeyl1-7/+3
- good bye to wellenreiterd, t'was fun but always too unstable and too hard to maintain - good bye to libwellenreiter
2003-03-02first attempt to add session persistencemickeyl1-2/+0
2003-02-24visual enhancements for the listview...mickeyl1-1/+1
2003-02-23simplification and fixes for the standalone X11 buildmickeyl1-2/+11
2003-02-23- revamped part of the guimickeyl1-4/+8
- configuration is now a seperate dialog - orinoco_hopper is no longer needed
2003-02-20- add mainwindow as central windowmickeyl1-2/+23
- add menubar and some toolbuttons
2003-01-24Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵kergoth1-1/+1
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
2003-01-16i18n for new buildsystem :)kergoth1-0/+4
2002-12-29added a manufacturer database classmickeyl1-2/+2
2002-12-28- refactored a number of classesmickeyl1-3/+3
- removed dumb polling ==> QSocketNotifier rocks - switched to parsing the daemon stuff in the gui, since libwellenreiter still has problems.
2002-12-28- catch up with new filenames and include paths.mickeyl1-2/+2
- remove Makefile.in (who added this??)
2002-12-12Config Tab is shaping up.mickeyl1-2/+2
2002-12-10towards an alpha versionmickeyl1-1/+1
2002-12-09Wellenreiter is now fully integrated into the Opie build environment.mickeyl1-1/+1
If you want to play with what we have yet, be sure to add the following to the makefile: * noncore/net/wellenreiter/libwellenreiter * noncore/net/wellenreiter/daemon * noncore/net/wellenreiter/gui Don't add the toplevel noncore/net/wellenreiter, because the Makefile in there is handcrafted.
2002-12-08started work on logwindow and hexwindowmickeyl1-2/+2
2002-12-08- new networks finally show up in the GUImickeyl1-0/+11
- using OTabWidget instead of QTabWidget - bugfixes - preparing to fully integrate libwellenreiter and the daemon into our buildsystem