summaryrefslogtreecommitdiff
path: root/noncore/settings
AgeCommit message (Collapse)AuthorFilesLines
2004-10-22Write the hardware clock after setting the datetime. This way we canzecke1-4/+10
gurantee it is set while opiealarm has not run.
2004-10-20- use busy indicator when backing up and restorear1-2/+18
2004-10-17fixed some more .pro / config.in dependencies discrepancies, that could ↵clem1-1/+1
break builds; for a few games, there was an unnecessary dep on LIBOPIE2CORE in some games too
2004-10-16-Remove hardcoding of "/opt/QtPalmtop/" and use QPEApplication::qpeDir insteadzecke1-6/+6
In future we need a OpieStandardDir with locateFile, locateUserSetting and such
2004-10-16Replace QPEApplication::qpeDir() + "/ withzecke4-5/+5
QPEApplication::qpeDir() + " as it is guranteed that qpeDir() will have '/' as the last charachter
2004-10-15simplified networksettings2 config.in files: NSMAIN was not necessary, and ↵clem13-33/+29
forced to have two 'config NAME' in the same config.in (the first level one), hence breaking generated deps. Now everything simply depend on (and appears in menuconfig when we select) NS2CORE
2004-10-14-FlowControl and LineTermination are saved and activated by numericalzecke6-44/+45
value now. This makes it work across different translations -Switch code to use new PPPData::enter() and PPPData::flowcontrol()
2004-10-14Old Patch from BRANCH 1.0 to install Translations of the Pluginszecke1-43/+13
2004-10-14-Make ModemQuery to use the 'current' configurationzecke3-3/+55
-Todo make FlowControl, LineTermination lwork across locales for safe and restore
2004-10-12Try harder to remove stdc++ needzecke5-16/+7
-Remove using namespace std; -Remove include <iostream> -Replace std::list with QValueList
2004-10-11'return 0' instead of no return from no void function. Lets see if thatzecke1-0/+5
fix breaks anything
2004-10-11Last missing piece to remove stdc++ dependencyzecke2-6/+1
-Remove linking against stdc++ -Remove includes of fstream and algorithm
2004-09-27Do not crash due an empty imagezecke1-0/+6
2004-09-20use ";", not "," as delimiter of the speed field's write and read speeds,schurig1-1/+1
because in the result file the fields are delimited with "," as well
2004-09-20include the results in the ipkgschurig1-1/+1
2004-09-19add more default servers in case ntpservers file is not foundllornkcor1-2/+4
2004-09-19Change the order of arguments on MainWindow c'torzecke3-10/+5
2004-09-17added missing dep. on libopie2uiclem1-1/+1
2004-09-16define ARPHRD_IEEE80211 if <net/if_arp.h> doesn't (i.e. if our ↵clem1-0/+4
crosscompiler's version is 2.95 and not 3.3)
2004-09-15minor adjustments to button layout. release 1.1.1mickeyl2-12/+9
2004-09-12always disable the scrollbars for the versioninfo tabmickeyl1-0/+2
2004-09-10The messagebox can be translated now, use QMessageBox::Ok andzecke1-2/+3
QMessageBox::Cancel so the translator only needs to translate the string once
2004-09-10Fix the issues the compilers botherszecke10-39/+40
remove unused parameters, give return values on return
2004-09-10oops, one 'b' to muchschurig1-1/+1
2004-09-10disable SD and CF speed test on MNCIschurig2-6/+18
change millibit to MegaByte (mb -> MB) change kilobit to Kilobyte (kb -> kB)
2004-09-09Fix for too much verbosity while performing ipkg functions. Thanks to Seb ↵drw1-3/+5
for fix
2004-09-09added .cvsignoreschurig5-0/+22
2004-09-08don't need confirmance if started in first-usage modemickeyl1-15/+8
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