Changeset 1821 in ntrip


Ignore:
Timestamp:
Apr 30, 2009, 1:05:02 PM (15 years ago)
Author:
weber
Message:

* empty log message *

Location:
trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncabout.html

    r1642 r1821  
    2121The Bundesamt fuer Geodaesie und Kartographie (BKG) may not be held liable for damages of any kind, direct or consequential, which may result from the use of this software.<br>
    2222<br>
    23 BKG, Frankfurt, Germany, March 2009<br>
     23BKG, Frankfurt, Germany, May 2009<br>
    2424E-Mail: <a><u>euref-ip@bkg.bund.de</u></a>.<br>
    2525</p>
  • trunk/BNC/bnccaster.cpp

    r1810 r1821  
    298298        if (first) {
    299299          QTime enomtime = QTime(0,0,0).addSecs(static_cast<int>(floor(obs->_o.GPSWeeks+0.5)));
    300           emit( newMessage( QString("Epoch %1 dumped").arg(enomtime.toString("HH:mm:ss")).toAscii(), true) );
     300//        emit( newMessage( QString("Epoch %1 dumped").arg(enomtime.toString("HH:mm:ss")).toAscii(), true) ); // weber
    301301        }
    302302        // Output into the file
  • trunk/BNC/bnchelp.html

    r1794 r1821  
    11331133
    11341134<tr>
    1135 <td>Mar 2009 &nbsp;</td><td>Version 1.7 &nbsp;</td>
     1135<td>May 2009 &nbsp;</td><td>Version 1.7 &nbsp;</td>
    11361136<td>[Bug] RINEX navigation file format<br> [Add] Upgrade to Qt Version 4.4.3<br> [Add] Support of NTRIP v2<br> [Add] Rover support via serial port<br> [Add] Show broadcaster table from www.rtcm-ntrip.org<br> [Add] Enable/disable tab widgets<br> [Add] User defined configuration file name<br> [mod] Switch to configuration files in ini-Format<br> [Add] Daily logfile rotation<br> [Add] Read from TCP/IP port, by-pass NTRIP transport protocol<br> [Add] Save NMEA messages coming from rover<br> [Add] Auto start<br> [Add] Drag and drop ini files<br> [Add] Read from serial port, by-pass NTRIP transport protocol<br> [Mod] Update following RTCM 012-2009-SC104-528 document</td>
    11371137</tr>
  • trunk/BNC/bnctabledlg.cpp

    r1766 r1821  
    6767  _casterPasswordLineEdit = new QLineEdit();
    6868  _casterPasswordLineEdit->setMaximumWidth(9*ww);
    69   ////  _casterPasswordLineEdit->setEchoMode(QLineEdit::Password);
     69  _casterPasswordLineEdit->setEchoMode(QLineEdit::Password);
    7070
    7171  _casterHostComboBox = new QComboBox();
  • trunk/BNS/bnsabout.html

    r1666 r1821  
    2121The Bundesamt fuer Geodaesie und Kartographie (BKG) may not be held liable for damages of any kind, direct or consequential, which may result from the use of this software.<br>
    2222<br>
    23 BKG, Frankfurt, Germany, March 2009<br>
     23BKG, Frankfurt, Germany, May 2009<br>
    2424E-Mail: <a><u>euref-ip@bkg.bund.de</u></a>.<br>
    2525</p>
  • trunk/BNS/bnshelp.html

    r1805 r1821  
    570570
    571571<tr>
    572 <td>Mar 2009 &nbsp;</td><td>Version 1.1 &nbsp;</td>
     572<td>May 2009 &nbsp;</td><td>Version 1.1 &nbsp;</td>
    573573<td>[Add] Upgrade to Qt Version 4.4.3<br> [Add] Enable/disable tab widgets<br> [Add] User defined configuration file name<br> [mod] Switch to configuration files in ini-Format<br> [Add] Auto start<br> [Add] Drag and drop ini files<br> [Add] Send broadcast clocks<br> [Mod] Update following RTCM 012-2009-SC104-528 document</td>
    574574</tr>
Note: See TracChangeset for help on using the changeset viewer.