summaryrefslogtreecommitdiff
path: root/noncore/settings
AgeCommit message (Collapse)AuthorFilesLines
2004-09-08correctly ignore h/cpp files for ui filesschurig1-20/+8
2004-09-08addedschurig7-0/+32
2004-09-08added errordialog.*schurig1-1/+3
2004-08-27adapt unit for file benchmarks, if value too high for kb/secmickeyl1-1/+15
2004-08-21- BugFix: #1383 - Language settings doesn't warn about losing open apps ↵ar1-2/+15
(Thanks to Markus Litz for the patch)
2004-08-20- remove unnecessary tab.ar1-27/+21
this hack is only a dirty work-around to prevent some confusion. networksetting is unmaintained and should be replaced by networksettings2, when it's done.
2004-08-20- add libpcap dir to lib- and include directoryar1-1/+8
2004-08-20Applied patch from Cwiiis to fix linking of apps to root when installed ↵drw2-3/+91
elsewhere
2004-08-19Network_NN.cpp : had to generate full path to networksettings sincewimpie5-58/+77
ifup (when run from hotplug) does not know about QPEDIR ... main.cpp : a bit more logging nsdata.cpp resources : optimized user detection code, report error when user could not be detected (instead of gracefull crash)
2004-08-19- improve benchmark reliabilty, especially for SD and CF cardsmickeyl4-130/+42
- split file benchmarks into read/write - add AUTHORS file - encode individual version (it's opie-sysinfo 1.1.0 now) into the .pro file
2004-08-16Modified config.in so that the compile sequence is now correctwimpie15-34/+40
(hopefully) Also applied the Networksettings patch to the wextensions.cpp file
2004-08-16Use OFileDialog::getDirectory to select destination pathdrw2-26/+40
2004-08-16Correct group box labeldrw1-22/+22
2004-08-14- Add Locations tabar1-0/+4
2004-08-14- use OFileDialog::getDirectory() to select directory in locations tab.ar5-28/+49
2004-08-13oops forgot ...wimpie1-0/+77
2004-08-13depend on LIBOPIE2CORE. add more on demandmickeyl12-12/+12
2004-08-13s/LIBOPIE/LIBOPIE2mickeyl12-12/+12
2004-08-13need this files too ;-(wimpie2-0/+73
2004-08-12MANY changeswimpie69-1190/+1308
- now generates peers/pap-chap secrets files (no chatscript yet) (not all usefull ppp options included yet) - still not ready for prime time yet
2004-08-09Many changes :wimpie29-300/+818
bluetooth and usb seems to work added preliminary support for VPN on top of any network This version is still very much crippled yet is does DO some things
2004-07-31Read ipkg.conf even when /etc/ipkg does not exist, found by Bernardo...thanks\!drw1-57/+57
2004-07-28disambiguatemickeyl1-6/+10
2004-07-25- implementation of custom backup- and restore-locationsar2-32/+56
2004-07-25- begin implementation of custom backup- and restore-locationsar3-60/+202
2004-07-06move module.hmickeyl1-0/+0
2004-07-06resurrectmickeyl1-0/+3
2004-07-06CLEANUP: make networksettings directory structure packaging-friendlymickeyl11-3/+32
2004-07-04fixchicken1-1/+1
2004-06-17replaced tr( "" ) by "" (in order not to pollute the .ts translation files)clem2-2/+2
2004-05-31- convert qWarning to owarnar1-3/+8
2004-05-31- convert qDebug to odebugar2-11/+14
2004-05-27compile fix + add .cvsignoremickeyl2-1/+31
2004-05-26remove bogus dependencymickeyl1-2/+2
2004-05-20remove bogus paths out of .pro filesmickeyl2-2/+2
2004-05-20jornada 56x picture for opie sysinfochicken1-0/+2
2004-05-18fixchicken1-1/+1
2004-05-15- convert qDebug to odebugar3-42/+43
2004-05-14fixeschicken6-6/+6
2004-05-02- use lib and inlcude dir from dependencies before the other dir'sar1-2/+2
2004-04-27g++ 3.4 fix in conjunction w/ the qte fixmickeyl1-4/+4
2004-04-24- start ChangeLogar1-0/+17
2004-04-24gcc 3.4 fixletmickeyl1-3/+3
2004-04-24gcc 3.4 fixletmickeyl1-3/+4
The inheritance brings Qt and QObject into class scope as private. If you want to access Qt and QObject from within the class scope, one has to do it via global scope (::Qt::...)
2004-04-24fix to properly refer to dependenciesmickeyl1-1/+7
2004-04-23gcc3.4 fixletmickeyl1-7/+7
2004-04-21Added some missed QWhatsThis, removed OConfItem location as it is not ↵drw22-139/+105
used/needed, reordered includes to follow conventions, removed all using namespaces occurrances and updated documentation
2004-04-21Added/fixed QWhatsThis and fixed a few labels in the config dialogdrw3-21/+64
2004-04-21Should have deleted a line before checking in...drw1-1/+0
2004-04-21Implement saving of ipkg config information and re-initialization of libipkg ↵drw1-1/+71
after config info changed