summaryrefslogtreecommitdiff
path: root/noncore
AgeCommit message (Collapse)AuthorFilesLines
2003-01-04check for querystring and dictionarytille2-2/+11
and display msgbox
2003-01-03update tillecniehaus4-6/+30
2003-01-03clean uptille1-5/+9
2003-01-03display fixtille1-5/+6
2003-01-03minifixes to avoid clashes with tillecniehaus3-3/+16
2003-01-03got it :-Dtille1-1/+2
2003-01-03markup does not yet worktille2-12/+21
2003-01-03the real filecniehaus1-81274/+13478
2003-01-03works nowworks nowcniehaus2-4/+11
2003-01-03- forgot thesesimon4-64/+0
2003-01-03- these have been renamed to networksettingssimon44-6404/+0
2003-01-03fixtille2-13479/+81275
2003-01-03impress tillecniehaus1-6/+13
2003-01-03path fix ;)tille2-2/+5
2003-01-03tillecniehaus5-12/+13502
2003-01-03fix typosmickeyl1-2/+2
2003-01-03I won't get a nobelprize for this code but at least it workscniehaus4-13/+62
2003-01-03fixing "content-bug"cniehaus1-84/+84
2003-01-03Fixed setup/settings changesbenmeyer2-2/+2
2003-01-03- fix pathsimon1-2/+2
2003-01-02Name changesbenmeyer2-2/+2
2003-01-02Donebenmeyer1-8/+0
2003-01-02Renamebenmeyer1-1/+1
2003-01-02the first content arrivescniehaus5-2/+114
2003-01-02fixes for i18ncniehaus1-17/+17
2003-01-02I hope this works better on the pda. The previous solution just worked oneilers1-3/+7
my desktop pc ..
2003-01-02- ignoresimon1-0/+1
2003-01-01Added QWhatsThis and some code optimizations to reduce executable size.drw3-33/+59
2003-01-01load the methodscniehaus1-4/+9
2002-12-31- catch with latest changes in libwellenreitermickeyl10-33/+109
- GUI now identifies and displays device manufacturers - GUI now displays the number of received beacons for each device
2002-12-31global definitions filemjm1-0/+31
2002-12-31updated to new library functions and changes.mjm2-6/+10
Now uses wl_types.hh from lib.
2002-12-31smaller updates (sockaddr_in structures,...)mjm2-3/+30
added short info for wl_types.hh
2002-12-31wl_recv was more or less broken because of missing socket structure, fixed.mjm5-41/+45
general cleanup. GUI has to be updated in functions wl_setupsock and wl_recv
2002-12-30add a constcniehaus2-2/+2
2002-12-30Use background color for alternating transaction lines (like todo does now).drw1-1/+1
2002-12-30Use OTabWidget & OColorButtons in config dialog for consistency w/other apps ↵drw6-99/+47
(reduces executable size by ~4k as well).
2002-12-29Correctly display message when unable to get weather info & add qwhatsthis ↵drw2-4/+10
to configuration widget.
2002-12-29read in config, write configcniehaus2-9/+56
2002-12-29added a manufacturer database classmickeyl7-5/+141
2002-12-29probably the last commit for todaycniehaus3-2/+13
some more things working, still a lot missing
2002-12-29and now without segfault on exitcniehaus1-14/+14
2002-12-29more gui, started with the real codecniehaus3-9/+104
2002-12-29just in case my harddisk breaks ;) Still there is no real funktional code,cniehaus8-27/+182
only GUI-work
2002-12-28Well, the GUI is done, tomorrow comes the contentcniehaus8-0/+284
2002-12-28- refactored a number of classesmickeyl14-165/+403
- removed dumb polling ==> QSocketNotifier rocks - switched to parsing the daemon stuff in the gui, since libwellenreiter still has problems.
2002-12-28only send the qcop call in the postinst script, if qpe is runningsandman2-2/+2
2002-12-28adding i18n-fixescniehaus1-4/+4
@@ -61,10 +61,10 @@ MainWindow :: MainWindow( QWidget *p, ch // Create the main menu menu = menuBar(); //new QMenuBar( this ); - menu->insertItem( "&Settings", settings ); - menu->insertItem( "&Edit", edit ); - menu->insertItem( "&Filter", filter ); - menu->insertItem( "&Help", help ); + menu->insertItem( tr( "&Settings" ), settings ); + menu->insertItem( tr( "&Edit" ), edit ); + menu->insertItem( tr( "&Filter" ), filter ); + menu->insertItem( tr( "&Help" ), help ); mgr = new DataManager(); mgr->loadServers();
2002-12-28@@ -37,7 +37,7 @@ MainWindow :: MainWindow( QWidget *p, chcniehaus1-1/+1
showMaximized(); #endif - setCaption( "AQPkg - Package Manager" ); + setCaption( tr( "AQPkg - Package Manager" ) ); // Create our menu help = new QPopupMenu( this );
2002-12-28added memsetsmjm1-1/+4