Index: /trunk/BNC/bncsettings.cpp
===================================================================
--- /trunk/BNC/bncsettings.cpp	(revision 3878)
+++ /trunk/BNC/bncsettings.cpp	(revision 3879)
@@ -27,9 +27,7 @@
 
   if (! noInit && allKeys().size() == 0) {
-    setValue("adviseFail",          "15");
-    setValue("adviseReco",          "5");
-    setValue("adviseScript",        "");
-    setValue("autoStart",           "0");
-    setValue("binSampl",            "0");
+//
+    setValue("startTab",            "0");
+    setValue("statusTab",           "0");
     setValue("casterUrlList", (QStringList() 
                                << "http://user:pass@www.euref-ip.net:2101" 
@@ -37,65 +35,64 @@
                                << "http://user:pass@products.igs-ip.net:2101"
                                << "http://user:pass@mgex.igs-ip.net:2101"));
-    setValue("corrIntr",            "1 day");
-    setValue("corrPath",            "");
-    setValue("corrPort",            "");
-    setValue("corrTime",            "5");
-    setValue("ephIntr",             "1 day");
-    setValue("ephPath",             "");
-    setValue("ephV3",               "0");
-    setValue("logFile",             "");
-    setValue("rawOutFile",          "");
-    setValue("miscMount",           "");  
     setValue("mountPoints",         "");
     setValue("ntripVersion",        "1");
-    setValue("obsRate",             "");
-    setValue("onTheFlyInterval",    "1 day");
-    setValue("outEphPort",          "");
-    setValue("outFile",             "");
-    setValue("outPort",             "");
-    setValue("outUPort",            "");
-    setValue("perfIntr",            "");
+// Network
     setValue("proxyHost",           "");
     setValue("proxyPort",           "");
     setValue("sslCaCertPath",       "");
     setValue("ignoreSslErrors",     "0");
+// General
+    setValue("logFile",             "");
     setValue("rnxAppend",           "0");
+    setValue("onTheFlyInterval",    "1 day");
+    setValue("autoStart",           "0");
+    setValue("rawOutFile",          "");
+// RINEX Observations
+    setValue("rnxPath",             "");
     setValue("rnxIntr",             "1 day");
-    setValue("rnxPath",             "");
     setValue("rnxSampl",            "0");
+    setValue("rnxSkel",             "SKL");
     setValue("rnxScript",           "");
-    setValue("rnxSkel",             "SKL");
     setValue("rnxV3",               "0");
-    setValue("scanRTCM",            "0");
+// RINEX Ephemeris
+    setValue("ephPath",             "");
+    setValue("ephIntr",             "1 day");
+    setValue("outEphPort",          "");
+    setValue("ephV3",               "0");
+// Braodcast Corrections
+    setValue("corrPath",            "");
+    setValue("corrIntr",            "1 day");
+    setValue("corrPort",            "");
+    setValue("corrTime",            "5");
+// Feed engine
+    setValue("outPort",             "");
+    setValue("waitTime",            "5");
+    setValue("binSampl",            "0");
+    setValue("outFile",             "");
+    setValue("outUPort",            "");
+// Serial Output
+    setValue("serialMountPoint",    "");
+    setValue("serialPortName",      "");
+    setValue("serialBaudRate",      "9600");
+    setValue("serialFlowControl",   "OFF");
+    setValue("serialDataBits",      "8");
+    setValue("serialParity",        "NONE");
+    setValue("serialStopBits",      "1");
     setValue("serialAutoNMEA",      "Auto");
-    setValue("serialBaudRate",      "9600");
-    setValue("serialDataBits",      "8");
     setValue("serialFileNMEA",      "");
     setValue("serialHeightNMEA",    "");
-    setValue("serialMountPoint",    "");
-    setValue("serialParity",        "NONE");
-    setValue("serialPortName",      "");
-    setValue("serialStopBits",      "1");
-    setValue("serialFlowControl",   "OFF");
-    setValue("startTab",            "0");
-    setValue("statusTab",           "0");
-    setValue("waitTime",            "5");
+// Outages
+    setValue("obsRate",             "");
+    setValue("adviseFail",          "15");
+    setValue("adviseReco",          "5");
+    setValue("adviseScript",        "");
+// Miscellaneous
+    setValue("miscMount",           "");  
+    setValue("perfIntr",            "");
+    setValue("scanRTCM",            "0");
+// PPP
+    setValue("pppSPP",              "");
     setValue("pppMount",            "");
     setValue("pppCorrMount",        "");
-    setValue("pppSPP",              "");
-    setValue("pppSigmaCode",        "10.0");
-    setValue("pppSigmaPhase",       "0.02");
-    setValue("pppQuickStart",       "");
-    setValue("pppMaxSolGap",        "");
-    setValue("pppSigCrd0",          "100.0");
-    setValue("pppSigCrdP",          "100.0");
-    setValue("pppSigTrp0",          "0.1");
-    setValue("pppSigTrpP",          "3e-6");
-    setValue("pppAverage",          "");
-    setValue("pppUsePhase",         "");
-    setValue("pppEstTropo",         "");
-    setValue("pppGLONASS",          "");
-    setValue("pppGalileo",          "");
-    setValue("pppPlotCoordinates",  "");
     setValue("pppRefCrdX",          "");
     setValue("pppRefCrdY",          "");
@@ -104,14 +101,29 @@
     setValue("pppRefdE",            "");
     setValue("pppRefdU",            "");
-    setValue("pppAntenna",          "");
-    setValue("pppAntex",            "");
-    setValue("pppApplySatAnt",      "0");
-    setValue("pppSync",             "");
     setValue("nmeaFile",            "");
     setValue("nmeaPort",            "");
+    setValue("pppPlotCoordinates",  "");
     setValue("postObsFile",         "");
     setValue("postNavFile",         "");
     setValue("postCorrFile",        "");
     setValue("postOutFile",         "");
+    setValue("pppAntenna",          "");
+    setValue("pppAntex",            "");
+    setValue("pppApplySatAnt",      "0");
+    setValue("pppUsePhase",         "");
+    setValue("pppEstTropo",         "");
+    setValue("pppGLONASS",          "");
+    setValue("pppGalileo",          "");
+    setValue("pppSync",             "");
+    setValue("pppAverage",          "");
+    setValue("pppQuickStart",       "");
+    setValue("pppMaxSolGap",        "");
+    setValue("pppSigmaCode",        "10.0");
+    setValue("pppSigmaPhase",       "0.02");
+    setValue("pppSigCrd0",          "100.0");
+    setValue("pppSigCrdP",          "100.0");
+    setValue("pppSigTrp0",          "0.1");
+    setValue("pppSigTrpP",          "3e-6");
+// Teqc
     setValue("teqcAction",          "");
     setValue("teqcObsFile",         "");
@@ -120,4 +132,6 @@
     setValue("teqcOutNavFile",      "");
     setValue("teqcOutLogFile",      "");
+    setValue("teqcRnxVersion",      "");
+    setValue("teqcSampling",        "");
     setValue("teqcStartDateTime",   "");
     setValue("teqcEndDateTime",     "");
@@ -128,15 +142,33 @@
     setValue("teqcOldReceiverName", "");
     setValue("teqcNewReceiverName", "");
+// Combination
     setValue("combineStreams",      "");
     setValue("cmbMethod",           "");
     setValue("cmbMaxres",           "");
+// Upload (clk)
     setValue("uploadMountpointsOut","");
     setValue("uploadIntr",          "1 day");
     setValue("uploadSampl",         "5");
     setValue("uploadSamplOrb",      "0");
+    setValue("trafo_dx",            "");
+    setValue("trafo_dy",            "");
+    setValue("trafo_dz",            "");
+    setValue("trafo_dxr",           "");
+    setValue("trafo_dyr",           "");
+    setValue("trafo_dzr",           "");
+    setValue("trafo_ox",            "");
+    setValue("trafo_oy",            "");
+    setValue("trafo_oz",            "");
+    setValue("trafo_oxr",           "");
+    setValue("trafo_oyr",           "");
+    setValue("trafo_ozr",           "");
+    setValue("trafo_sc",            "");
+    setValue("trafo_scr",           "");
+    setValue("trafo_t0",            "");
+// Upload (eph)
     setValue("uploadEphHost",       "");
     setValue("uploadEphPort",       "");
+    setValue("uploadEphMountpoint", "");
     setValue("uploadEphPassword",   "");
-    setValue("uploadEphMountpoint", "");
     setValue("uploadEphSample",     "5");
     sync();
