plcedit-users Mailing List for PLCEdit
Brought to you by:
plcedit
You can subscribe to this list here.
| 2009 |
Jan
|
Feb
(7) |
Mar
(8) |
Apr
(2) |
May
(11) |
Jun
(7) |
Jul
(16) |
Aug
(13) |
Sep
(19) |
Oct
(1) |
Nov
(1) |
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2010 |
Jan
|
Feb
|
Mar
(18) |
Apr
|
May
|
Jun
|
Jul
(4) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
| 2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
(9) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: <pl...@us...> - 2015-07-08 19:56:29
|
Revision: 129
http://sourceforge.net/p/plcedit/code/129
Author: plcedit
Date: 2015-07-08 19:56:27 +0000 (Wed, 08 Jul 2015)
Log Message:
-----------
MainWindow: updated revision
Modified Paths:
--------------
src/mainwindow.cpp
Modified: src/mainwindow.cpp
===================================================================
--- src/mainwindow.cpp 2015-07-08 19:54:58 UTC (rev 128)
+++ src/mainwindow.cpp 2015-07-08 19:56:27 UTC (rev 129)
@@ -56,7 +56,7 @@
//Application information
PROJECT_NAME = "PLCEdit";
VERSION = "2.2.4";
- REVISION = "r127";
+ REVISION = "r129";
PROJECT_DATE = "2015";
PROJECT_URL = "plcedit.org";
PROJECT_MAIL = "in...@pl...";
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pl...@us...> - 2015-07-08 19:55:01
|
Revision: 128
http://sourceforge.net/p/plcedit/code/128
Author: plcedit
Date: 2015-07-08 19:54:58 +0000 (Wed, 08 Jul 2015)
Log Message:
-----------
changed version and copyright information
Modified Paths:
--------------
Help/index.html
Modified: Help/index.html
===================================================================
--- Help/index.html 2015-07-08 07:16:39 UTC (rev 127)
+++ Help/index.html 2015-07-08 19:54:58 UTC (rev 128)
@@ -22,9 +22,9 @@
copyright
</td>
<td align="left" valign="center">
- : 221.20 <br>
+ : 223r122 <br>
: M. Rehfeldt <br>
- : (c) 2005-2010
+ : (c) 2005-2015
</td>
</tr>
</table>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pl...@us...> - 2015-07-08 07:16:41
|
Revision: 127
http://sourceforge.net/p/plcedit/code/127
Author: plcedit
Date: 2015-07-08 07:16:39 +0000 (Wed, 08 Jul 2015)
Log Message:
-----------
MainWindow: changed revision
FBDialog: revised call model (no CAL) if .txt or .exp file and ST language selected
Modified Paths:
--------------
src/fbdialog.cpp
src/mainwindow.cpp
Modified: src/fbdialog.cpp
===================================================================
--- src/fbdialog.cpp 2015-07-08 06:32:47 UTC (rev 126)
+++ src/fbdialog.cpp 2015-07-08 07:16:39 UTC (rev 127)
@@ -423,9 +423,13 @@
if ((callModel == 1) && (!VAR_INPUT_Str.isEmpty())) //if Sucosoft file replace first '\n\t'
outStr.replace(outStr.indexOf("\n\t"), 2, " ");
- if ((callModel == 5) || (callModel == 6)) //if IEC call replace first '\n'
+ if (((callModel == 0) || (callModel == 2)) && prgLngStr.contains("ST")) //if .txt oder .EXP call replace first CAL in ST language
+ outStr.replace(outStr.indexOf("CAL\t"), 4, "");
+
+ if ((callModel == 5) || (callModel == 6)) //if IEC call replace first '\n'
outStr.replace(outStr.indexOf("\n"), 1, "");
+
if ((prgLngStr.contains("ST") || (Ext == 3) || (Ext == 4)) && (callModel != 5) && (callModel != 6))
outStr.replace(outStr.lastIndexOf(" )"), 2, " );"); //append ';' for ST language and STEP 7 sources
}
Modified: src/mainwindow.cpp
===================================================================
--- src/mainwindow.cpp 2015-07-08 06:32:47 UTC (rev 126)
+++ src/mainwindow.cpp 2015-07-08 07:16:39 UTC (rev 127)
@@ -56,7 +56,7 @@
//Application information
PROJECT_NAME = "PLCEdit";
VERSION = "2.2.4";
- REVISION = "r126";
+ REVISION = "r127";
PROJECT_DATE = "2015";
PROJECT_URL = "plcedit.org";
PROJECT_MAIL = "in...@pl...";
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pl...@us...> - 2015-07-08 06:32:49
|
Revision: 126
http://sourceforge.net/p/plcedit/code/126
Author: plcedit
Date: 2015-07-08 06:32:47 +0000 (Wed, 08 Jul 2015)
Log Message:
-----------
MainWindow: changed revision
PrefDialog: revised default value and checking of HiLineColor
Modified Paths:
--------------
src/mainwindow.cpp
src/prefdialog.cpp
Modified: src/mainwindow.cpp
===================================================================
--- src/mainwindow.cpp 2015-07-07 15:48:26 UTC (rev 125)
+++ src/mainwindow.cpp 2015-07-08 06:32:47 UTC (rev 126)
@@ -56,7 +56,7 @@
//Application information
PROJECT_NAME = "PLCEdit";
VERSION = "2.2.4";
- REVISION = "r125";
+ REVISION = "r126";
PROJECT_DATE = "2015";
PROJECT_URL = "plcedit.org";
PROJECT_MAIL = "in...@pl...";
Modified: src/prefdialog.cpp
===================================================================
--- src/prefdialog.cpp 2015-07-07 15:48:26 UTC (rev 125)
+++ src/prefdialog.cpp 2015-07-08 06:32:47 UTC (rev 126)
@@ -226,7 +226,7 @@
Pref_checkBox_LinesHighlighter->setChecked(settings.value("HiLines", true).toBool());
m_PageCtrl->flg_enableHighlightLines = Pref_checkBox_LinesHighlighter->isChecked();
//highlighting color for current line [+8]
- hiLineColor = QColor(settings.value("HiLineColor", "#e1e1ff").toString()); //QColor(255, 225, 255) = thistle1 OR QColor(225, 225, 255)/#e1e1ff = ligth blue
+ hiLineColor = QColor(settings.value("HiLineColor", "#F0ECEC").toString()); //QColor(255, 225, 255) = thistle1 OR QColor(240, 236, 236)/#F0ECEC = ligth grey
checkHiLineColor();
setHiLineColor(hiLineColor);
//activate highlighting current line with line color
@@ -662,8 +662,8 @@
void PrefDialog::checkHiLineColor()
{ //! check highlighting color for current line against lightness and saturation
- if ((hiLineColor.value() < 75) || (hiLineColor.saturation() < 20))
- { //lightness < 75 and saturation < 20 are useless
+ if ((hiLineColor.value() > 250) || (hiLineColor.saturation() < 2))
+ { //normally lightness > 245 and saturation < 5 are useless
Pref_checkBox_LinesHighlighter->setChecked(false);
m_PageCtrl->flg_enableHighlightLines = Pref_checkBox_LinesHighlighter->isChecked();
}
@@ -673,10 +673,10 @@
void PrefDialog::getHiLineColor()
{ //! get highlighting color for current line from color dialog
- hiLineColor = QColorDialog::getColor(QColor(225, 225, 255)); //QColor(255, 225, 255) = thistle1 OR QColor(225, 225, 255)/#e1e1ff = ligth blue
+ hiLineColor = QColorDialog::getColor(QColor(240, 236, 236)); //QColor(255, 225, 255) = thistle1 OR QColor(240, 236, 236)/#F0ECEC = ligth grey
if (!hiLineColor.isValid()) //if color is not valid, reset to std. color
- hiLineColor = QColor(255, 225, 255);
+ hiLineColor = QColor(240, 236, 236);
setColorButton(hiLineColor);
checkHiLineColor();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pl...@us...> - 2015-07-07 15:48:28
|
Revision: 125
http://sourceforge.net/p/plcedit/code/125
Author: plcedit
Date: 2015-07-07 15:48:26 +0000 (Tue, 07 Jul 2015)
Log Message:
-----------
mainwindow.cpp: changed revision
ui: corrected layout names
Modified Paths:
--------------
src/mainwindow.cpp
ui/AboutDialog.ui
ui/BatchDialog.ui
ui/FBDialog.ui
ui/FileViewDialog.ui
ui/FindReplaceDialog.ui
ui/FncDialog.ui
ui/HelpWidget.ui
ui/POUInfoDialog.ui
ui/PathFileNameDialog.ui
ui/PrefDialog.ui
ui/SessionDialog.ui
ui/UpdateDialog.ui
Modified: src/mainwindow.cpp
===================================================================
--- src/mainwindow.cpp 2015-07-07 15:39:41 UTC (rev 124)
+++ src/mainwindow.cpp 2015-07-07 15:48:26 UTC (rev 125)
@@ -56,7 +56,7 @@
//Application information
PROJECT_NAME = "PLCEdit";
VERSION = "2.2.4";
- REVISION = "r124";
+ REVISION = "r125";
PROJECT_DATE = "2015";
PROJECT_URL = "plcedit.org";
PROJECT_MAIL = "in...@pl...";
Modified: ui/AboutDialog.ui
===================================================================
--- ui/AboutDialog.ui 2015-07-07 15:39:41 UTC (rev 124)
+++ ui/AboutDialog.ui 2015-07-07 15:48:26 UTC (rev 125)
@@ -104,7 +104,7 @@
<number>0</number>
</property>
<item>
- <layout class="QHBoxLayout" name="horizontalLayout_2">
+ <layout class="QHBoxLayout" name="AD_horizontalLayout_Logo">
<property name="spacing">
<number>20</number>
</property>
@@ -263,7 +263,7 @@
</spacer>
</item>
<item>
- <layout class="QVBoxLayout" name="verticalLayout">
+ <layout class="QVBoxLayout" name="AD_verticalLayout_Version">
<property name="leftMargin">
<number>10</number>
</property>
@@ -348,7 +348,7 @@
</spacer>
</item>
<item>
- <layout class="QHBoxLayout" name="horizontalLayout">
+ <layout class="QHBoxLayout" name="AD_horizontalLayout_Close">
<item>
<spacer name="AD_closeButton_horizontalSpacer_left">
<property name="orientation">
Modified: ui/BatchDialog.ui
===================================================================
--- ui/BatchDialog.ui 2015-07-07 15:39:41 UTC (rev 124)
+++ ui/BatchDialog.ui 2015-07-07 15:48:26 UTC (rev 125)
@@ -43,7 +43,7 @@
<height>32</height>
</rect>
</property>
- <layout class="QHBoxLayout" name="HBoxLayout_okcancel">
+ <layout class="QHBoxLayout" name="BD_HBoxLayout_okcancel">
<property name="spacing">
<number>6</number>
</property>
@@ -99,7 +99,7 @@
<height>43</height>
</rect>
</property>
- <layout class="QVBoxLayout" name="verticalLayout_2">
+ <layout class="QVBoxLayout" name="BD_verticalLayout_conversion">
<property name="spacing">
<number>0</number>
</property>
@@ -169,7 +169,7 @@
<height>43</height>
</rect>
</property>
- <layout class="QVBoxLayout" name="verticalLayout1">
+ <layout class="QVBoxLayout" name="BD_verticalLayout_compatibility">
<property name="spacing">
<number>0</number>
</property>
@@ -259,7 +259,7 @@
<height>51</height>
</rect>
</property>
- <layout class="QVBoxLayout" name="verticalLayout_3">
+ <layout class="QVBoxLayout" name="BD_verticalLayout_path">
<property name="spacing">
<number>0</number>
</property>
Modified: ui/FBDialog.ui
===================================================================
--- ui/FBDialog.ui 2015-07-07 15:39:41 UTC (rev 124)
+++ ui/FBDialog.ui 2015-07-07 15:48:26 UTC (rev 125)
@@ -30,7 +30,7 @@
</property>
<property name="windowIcon">
<iconset>
- <normaloff>../../../../../../../../:/images/icon.png</normaloff>../../../../../../../../:/images/icon.png</iconset>
+ <normaloff>../../../../../../:/images/icon.png</normaloff>../../../../../../:/images/icon.png</iconset>
</property>
<property name="accessibleName">
<string/>
@@ -44,7 +44,7 @@
<height>32</height>
</rect>
</property>
- <layout class="QHBoxLayout" name="HBoxLayout_okcancel">
+ <layout class="QHBoxLayout" name="FBD_HBoxLayout_okcancel">
<item>
<widget class="QPushButton" name="FBD_okButton">
<property name="enabled">
@@ -194,12 +194,12 @@
<height>22</height>
</rect>
</property>
- <layout class="QHBoxLayout" name="HBoxLayout_numberOf">
+ <layout class="QHBoxLayout" name="FBD_HBoxLayout_numberOf">
<property name="spacing">
<number>2</number>
</property>
<item>
- <spacer name="Spacer_FBofFBs">
+ <spacer name="FBD_Spacer_FBofFBs">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
@@ -237,9 +237,7 @@
<tabstop>FBD_cancelButton</tabstop>
<tabstop>FBD_okButton</tabstop>
</tabstops>
- <resources>
- <include location="../src/ressources/PLCEdit.qrc"/>
- </resources>
+ <resources/>
<connections>
<connection>
<sender>FBD_cancelButton</sender>
Modified: ui/FileViewDialog.ui
===================================================================
--- ui/FileViewDialog.ui 2015-07-07 15:39:41 UTC (rev 124)
+++ ui/FileViewDialog.ui 2015-07-07 15:48:26 UTC (rev 125)
@@ -20,16 +20,25 @@
<bool>false</bool>
</property>
<layout class="QHBoxLayout">
- <property name="margin">
+ <property name="leftMargin">
<number>0</number>
</property>
+ <property name="topMargin">
+ <number>0</number>
+ </property>
+ <property name="rightMargin">
+ <number>0</number>
+ </property>
+ <property name="bottomMargin">
+ <number>0</number>
+ </property>
<item>
- <layout class="QVBoxLayout" name="VBoxLayout_main">
+ <layout class="QVBoxLayout" name="FileView_VBoxLayout_main">
<property name="spacing">
<number>0</number>
</property>
<item>
- <layout class="QHBoxLayout" name="HBox_compatibility">
+ <layout class="QHBoxLayout" name="FileView_HBox_compatibility">
<property name="spacing">
<number>2</number>
</property>
@@ -68,7 +77,7 @@
</widget>
</item>
<item>
- <spacer name="Spacer_labelrollbox">
+ <spacer name="FileView_spacer_labelrollboxbegin">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
@@ -149,7 +158,7 @@
</widget>
</item>
<item>
- <spacer>
+ <spacer name="FileView_spacer_labelrollboxend">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
Modified: ui/FindReplaceDialog.ui
===================================================================
--- ui/FindReplaceDialog.ui 2015-07-07 15:39:41 UTC (rev 124)
+++ ui/FindReplaceDialog.ui 2015-07-07 15:48:26 UTC (rev 125)
@@ -48,7 +48,7 @@
<number>2</number>
</property>
<item>
- <layout class="QHBoxLayout" name="HBoxLayout_find">
+ <layout class="QHBoxLayout" name="FRD_HBoxLayout_find">
<item>
<widget class="QLabel" name="FRD_label_findString">
<property name="sizePolicy">
@@ -80,7 +80,7 @@
</layout>
</item>
<item>
- <spacer name="Spacer_findreplace">
+ <spacer name="FRD_Spacer_findreplace">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
@@ -96,7 +96,7 @@
</spacer>
</item>
<item>
- <layout class="QHBoxLayout" name="HBoxLayout_replace">
+ <layout class="QHBoxLayout" name="FRD_HBoxLayout_replace">
<item>
<widget class="QLabel" name="FRD_label_replaceString">
<property name="sizePolicy">
@@ -128,7 +128,7 @@
</layout>
</item>
<item>
- <spacer name="Spacer_replaceconditions">
+ <spacer name="FRD_Spacer_replaceconditions">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
@@ -144,7 +144,7 @@
</spacer>
</item>
<item>
- <layout class="QGridLayout" name="GridLayout_conditions">
+ <layout class="QGridLayout" name="FRD_GridLayout_conditions">
<property name="horizontalSpacing">
<number>0</number>
</property>
@@ -250,7 +250,7 @@
</layout>
</item>
<item>
- <spacer name="Spacer_condtionsbuttons">
+ <spacer name="FRD_Spacer_condtionsbuttons">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
@@ -266,12 +266,12 @@
</spacer>
</item>
<item>
- <layout class="QHBoxLayout" name="HBoxLayout_buttons">
+ <layout class="QHBoxLayout" name="FRD_HBoxLayout_buttons">
<property name="spacing">
<number>0</number>
</property>
<item>
- <spacer name="Spacer_start">
+ <spacer name="FRD_Spacer_start">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
@@ -312,7 +312,7 @@
</widget>
</item>
<item>
- <spacer name="Spacer_replaceallpreviews">
+ <spacer name="FRD_Spacer_replaceallpreviews">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
@@ -353,7 +353,7 @@
</widget>
</item>
<item>
- <spacer name="Spacer_previewsnext">
+ <spacer name="FRD_Spacer_previewsnext">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
@@ -397,7 +397,7 @@
</widget>
</item>
<item>
- <spacer name="Spacer_nextclose">
+ <spacer name="FRD_Spacer_nextclose">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
Modified: ui/FncDialog.ui
===================================================================
--- ui/FncDialog.ui 2015-07-07 15:39:41 UTC (rev 124)
+++ ui/FncDialog.ui 2015-07-07 15:48:26 UTC (rev 125)
@@ -44,7 +44,7 @@
<height>32</height>
</rect>
</property>
- <layout class="QHBoxLayout" name="HBoxLayout_okcancel">
+ <layout class="QHBoxLayout" name="Fnc_HBoxLayout_okcancel">
<property name="spacing">
<number>10</number>
</property>
Modified: ui/HelpWidget.ui
===================================================================
--- ui/HelpWidget.ui 2015-07-07 15:39:41 UTC (rev 124)
+++ ui/HelpWidget.ui 2015-07-07 15:48:26 UTC (rev 125)
@@ -23,11 +23,20 @@
<property name="spacing">
<number>2</number>
</property>
- <property name="margin">
+ <property name="leftMargin">
<number>2</number>
</property>
+ <property name="topMargin">
+ <number>2</number>
+ </property>
+ <property name="rightMargin">
+ <number>2</number>
+ </property>
+ <property name="bottomMargin">
+ <number>2</number>
+ </property>
<item>
- <layout class="QHBoxLayout" name="HBoxLayout_Navigation" stretch="0,0,0,0,0,0,0,0,0,0,0">
+ <layout class="QHBoxLayout" name="HelpWidget_HBoxLayout_Navigation" stretch="0,0,0,0,0,0,0,0,0,0,0">
<property name="spacing">
<number>2</number>
</property>
@@ -82,7 +91,7 @@
</widget>
</item>
<item>
- <spacer name="Spacer_backforward">
+ <spacer name="HelpWidget_Spacer_backforward">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
@@ -139,7 +148,7 @@
</widget>
</item>
<item>
- <spacer name="Spacer_forwardhome">
+ <spacer name="HelpWidget_Spacer_forwardhome">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
@@ -193,7 +202,7 @@
</widget>
</item>
<item>
- <spacer name="Spacer_homefindfield">
+ <spacer name="HelpWidget_Spacer_homefindfield">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
@@ -236,7 +245,7 @@
</widget>
</item>
<item>
- <spacer name="Spacer_findfieldbutton">
+ <spacer name="HelpWidget_Spacer_findfieldbutton">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
@@ -287,7 +296,7 @@
</widget>
</item>
<item>
- <spacer name="Spacer_findbuttoninternet">
+ <spacer name="HelpWidget_Spacer_findbuttoninternet">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
@@ -366,8 +375,8 @@
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;">
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p></body></html></string>
+</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"><br /></p></body></html></string>
</property>
<property name="acceptRichText">
<bool>true</bool>
@@ -393,9 +402,7 @@
</item>
</layout>
</widget>
- <resources>
- <include location="../src/ressources/PLCEdit.qrc"/>
- </resources>
+ <resources/>
<connections>
<connection>
<sender>HelpWidget_home</sender>
Modified: ui/POUInfoDialog.ui
===================================================================
--- ui/POUInfoDialog.ui 2015-07-07 15:39:41 UTC (rev 124)
+++ ui/POUInfoDialog.ui 2015-07-07 15:48:26 UTC (rev 125)
@@ -43,7 +43,7 @@
<height>32</height>
</rect>
</property>
- <layout class="QHBoxLayout" name="QHaboxLayout_okcancel">
+ <layout class="QHBoxLayout" name="POUI_QHaboxLayout_okcancel">
<property name="spacing">
<number>10</number>
</property>
@@ -87,7 +87,7 @@
<property name="currentIndex">
<number>0</number>
</property>
- <widget class="QWidget" name="InfoTab">
+ <widget class="QWidget" name="POUI_InfoTab">
<attribute name="title">
<string>POU Info</string>
</attribute>
@@ -146,18 +146,18 @@
<height>132</height>
</rect>
</property>
- <layout class="QGridLayout" name="GridLayout_inputfields">
+ <layout class="QGridLayout" name="POUI_GridLayout_inputfields">
+ <property name="leftMargin">
+ <number>0</number>
+ </property>
<property name="horizontalSpacing">
<number>6</number>
</property>
<property name="verticalSpacing">
<number>2</number>
</property>
- <property name="leftMargin">
- <number>0</number>
- </property>
<item row="0" column="0">
- <layout class="QVBoxLayout" name="VBoxLayout_project">
+ <layout class="QVBoxLayout" name="POUI_VBoxLayout_project">
<property name="spacing">
<number>0</number>
</property>
@@ -177,7 +177,7 @@
</layout>
</item>
<item row="0" column="1">
- <layout class="QVBoxLayout" name="VBoxLayout_version">
+ <layout class="QVBoxLayout" name="POUI_VBoxLayout_version">
<property name="spacing">
<number>0</number>
</property>
@@ -197,7 +197,7 @@
</layout>
</item>
<item row="1" column="0">
- <layout class="QVBoxLayout" name="VBoxLayout_name">
+ <layout class="QVBoxLayout" name="POUI_VBoxLayout_name">
<property name="spacing">
<number>0</number>
</property>
@@ -217,7 +217,7 @@
</layout>
</item>
<item row="1" column="1">
- <layout class="QVBoxLayout" name="VBoxLayout_plc">
+ <layout class="QVBoxLayout" name="POUI_VBoxLayout_plc">
<property name="spacing">
<number>0</number>
</property>
@@ -237,7 +237,7 @@
</layout>
</item>
<item row="2" column="0">
- <layout class="QVBoxLayout" name="VBoxLayout_developer">
+ <layout class="QVBoxLayout" name="POUI_VBoxLayout_developer">
<property name="spacing">
<number>0</number>
</property>
@@ -257,7 +257,7 @@
</layout>
</item>
<item row="2" column="1">
- <layout class="QVBoxLayout" name="VBoxLayout_date">
+ <layout class="QVBoxLayout" name="POUI_VBoxLayout_date">
<property name="spacing">
<number>0</number>
</property>
@@ -292,7 +292,7 @@
</property>
</widget>
</widget>
- <widget class="QWidget" name="PrototypeTab">
+ <widget class="QWidget" name="POUI_PrototypeTab">
<attribute name="title">
<string>POU Prototype</string>
</attribute>
Modified: ui/PathFileNameDialog.ui
===================================================================
--- ui/PathFileNameDialog.ui 2015-07-07 15:39:41 UTC (rev 124)
+++ ui/PathFileNameDialog.ui 2015-07-07 15:48:26 UTC (rev 125)
@@ -61,7 +61,7 @@
</widget>
</item>
<item>
- <layout class="QHBoxLayout" name="HBoxLayout_path">
+ <layout class="QHBoxLayout" name="PFD_HBoxLayout_path">
<item>
<widget class="QLineEdit" name="PFD_lineEdit_path"/>
</item>
@@ -73,7 +73,7 @@
</widget>
</item>
<item>
- <spacer name="Spacer_path">
+ <spacer name="PFD_Spacer_path">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
@@ -91,7 +91,7 @@
</layout>
</item>
<item>
- <spacer name="Spacer_pathprojectname">
+ <spacer name="PFD_Spacer_pathprojectname">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
@@ -120,7 +120,7 @@
</widget>
</item>
<item>
- <layout class="QHBoxLayout" name="HBoxLayout_projectname">
+ <layout class="QHBoxLayout" name="PFD_HBoxLayout_projectname">
<property name="spacing">
<number>0</number>
</property>
@@ -128,7 +128,7 @@
<widget class="QLineEdit" name="PFD_lineEdit_fileName"/>
</item>
<item>
- <spacer name="Spacer_projectname">
+ <spacer name="PFD_Spacer_projectname">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
@@ -143,7 +143,7 @@
</layout>
</item>
<item>
- <spacer name="Spacer_projectnameokclose">
+ <spacer name="PFD_Spacer_projectnameokclose">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
@@ -159,12 +159,12 @@
</spacer>
</item>
<item>
- <layout class="QHBoxLayout" name="HBoxLayout_okclose">
+ <layout class="QHBoxLayout" name="PFD_HBoxLayout_okclose">
<property name="spacing">
<number>0</number>
</property>
<item>
- <spacer name="Spacer_okclose">
+ <spacer name="PFD_Spacer_okclose">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
@@ -199,7 +199,7 @@
</widget>
</item>
<item>
- <spacer name="Spacer_okclosebuttons">
+ <spacer name="PFD_Spacer_okclosebuttons">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
@@ -237,7 +237,7 @@
</widget>
</item>
<item>
- <spacer name="Spacer_close">
+ <spacer name="PFD_Spacer_close">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
Modified: ui/PrefDialog.ui
===================================================================
--- ui/PrefDialog.ui 2015-07-07 15:39:41 UTC (rev 124)
+++ ui/PrefDialog.ui 2015-07-07 15:48:26 UTC (rev 125)
@@ -43,7 +43,7 @@
<height>32</height>
</rect>
</property>
- <layout class="QHBoxLayout" name="HBoxLayout_defaultokcancelapply">
+ <layout class="QHBoxLayout" name="Pref_HBoxLayout_defaultokcancelapply">
<item>
<widget class="QPushButton" name="Pref_resetButton">
<property name="minimumSize">
@@ -64,7 +64,7 @@
</widget>
</item>
<item>
- <spacer name="Spacer_defaultok">
+ <spacer name="Pref_Spacer_defaultok">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
@@ -159,7 +159,7 @@
<property name="currentIndex">
<number>0</number>
</property>
- <widget class="QWidget" name="page_0">
+ <widget class="QWidget" name="Pref_page_0">
<widget class="QCheckBox" name="Pref_checkBox_ToolBarMain">
<property name="geometry">
<rect>
@@ -241,7 +241,7 @@
<height>44</height>
</rect>
</property>
- <layout class="QVBoxLayout" name="VBoxLayout_language">
+ <layout class="QVBoxLayout" name="Pref_VBoxLayout_language">
<property name="spacing">
<number>0</number>
</property>
@@ -288,7 +288,7 @@
<height>44</height>
</rect>
</property>
- <layout class="QVBoxLayout" name="VBoxLayout_taborientation">
+ <layout class="QVBoxLayout" name="Pref_VBoxLayout_taborientation">
<property name="spacing">
<number>0</number>
</property>
@@ -352,7 +352,7 @@
<height>44</height>
</rect>
</property>
- <layout class="QVBoxLayout" name="VBoxLayout_windowsplitmode">
+ <layout class="QVBoxLayout" name="Pref_VBoxLayout_windowsplitmode">
<property name="spacing">
<number>0</number>
</property>
@@ -403,7 +403,7 @@
</item>
</layout>
</widget>
- <widget class="Line" name="line_4">
+ <widget class="Line" name="Pref_line1_page_0">
<property name="geometry">
<rect>
<x>10</x>
@@ -457,8 +457,8 @@
</property>
</widget>
</widget>
- <widget class="QWidget" name="page_1">
- <widget class="Line" name="line_2">
+ <widget class="QWidget" name="Pref_page_1">
+ <widget class="Line" name="Pref_line1_page_1">
<property name="geometry">
<rect>
<x>10</x>
@@ -492,7 +492,7 @@
<height>45</height>
</rect>
</property>
- <layout class="QVBoxLayout" name="VBoxLayout_prglanguage">
+ <layout class="QVBoxLayout" name="Pref_VBoxLayout_prglanguage">
<property name="spacing">
<number>0</number>
</property>
@@ -543,7 +543,7 @@
<height>43</height>
</rect>
</property>
- <layout class="QVBoxLayout" name="VBoxLayout_fontsize">
+ <layout class="QVBoxLayout" name="Pref_VBoxLayout_fontsize">
<property name="spacing">
<number>0</number>
</property>
@@ -650,7 +650,7 @@
<height>43</height>
</rect>
</property>
- <layout class="QVBoxLayout" name="VBoxLayout_fontname">
+ <layout class="QVBoxLayout" name="Pref_VBoxLayout_fontname">
<property name="spacing">
<number>0</number>
</property>
@@ -770,7 +770,7 @@
<height>51</height>
</rect>
</property>
- <layout class="QVBoxLayout" name="VBoxLayout_tabwidth">
+ <layout class="QVBoxLayout" name="Pref_VBoxLayout_tabwidth">
<property name="spacing">
<number>0</number>
</property>
@@ -860,7 +860,7 @@
<enum>QToolButton::DelayedPopup</enum>
</property>
</widget>
- <widget class="QFrame" name="frame">
+ <widget class="QFrame" name="Pref_frame_toolButton_HiLineColor">
<property name="geometry">
<rect>
<x>285</x>
@@ -919,8 +919,8 @@
<string>Use prog. language detection for .txt and .exp</string>
</property>
</widget>
- <zorder>frame</zorder>
- <zorder>line_2</zorder>
+ <zorder>Pref_frame_toolButton_HiLineColor</zorder>
+ <zorder>Pref_line1_page_1</zorder>
<zorder>layoutWidget</zorder>
<zorder>layoutWidget</zorder>
<zorder>layoutWidget</zorder>
@@ -930,7 +930,7 @@
<zorder>Pref_checkBox_usePrgLngDetection</zorder>
<zorder>Pref_toolButton_HiLineColor</zorder>
</widget>
- <widget class="QWidget" name="page_2">
+ <widget class="QWidget" name="Pref_page_2">
<widget class="QCheckBox" name="Pref_checkBox_SessAutoLoad">
<property name="geometry">
<rect>
@@ -1011,7 +1011,7 @@
<string>Autosave as project</string>
</property>
</widget>
- <widget class="Line" name="line_5">
+ <widget class="Line" name="Pref_line1_page_2">
<property name="geometry">
<rect>
<x>10</x>
@@ -1045,7 +1045,7 @@
<height>48</height>
</rect>
</property>
- <layout class="QVBoxLayout" name="verticalLayout">
+ <layout class="QVBoxLayout" name="Pref_verticalLayout_SessPath">
<item>
<widget class="QLabel" name="Pref_label_sessionDir">
<property name="text">
@@ -1054,7 +1054,7 @@
</widget>
</item>
<item>
- <layout class="QHBoxLayout" name="HBoxLayout_standardpath_2">
+ <layout class="QHBoxLayout" name="Pref_HBoxLayout_SessStandardpath">
<property name="spacing">
<number>0</number>
</property>
@@ -1098,7 +1098,7 @@
</layout>
</widget>
</widget>
- <widget class="QWidget" name="page_3">
+ <widget class="QWidget" name="Pref_page_3">
<widget class="QCheckBox" name="Pref_checkBox_Prototype">
<property name="geometry">
<rect>
@@ -1127,7 +1127,7 @@
<string>Save with prototype</string>
</property>
</widget>
- <widget class="Line" name="line_3">
+ <widget class="Line" name="Pref_line1_page_3">
<property name="geometry">
<rect>
<x>10</x>
@@ -1189,7 +1189,7 @@
<height>32</height>
</rect>
</property>
- <layout class="QHBoxLayout" name="HBoxLayoutautosave">
+ <layout class="QHBoxLayout" name="Pref_HBoxLayoutautosave">
<property name="spacing">
<number>5</number>
</property>
@@ -1289,7 +1289,7 @@
<height>51</height>
</rect>
</property>
- <layout class="QVBoxLayout" name="VBoxLayout_FBCallConversion">
+ <layout class="QVBoxLayout" name="Pref_VBoxLayout_FBCallConversion">
<property name="spacing">
<number>0</number>
</property>
@@ -1365,7 +1365,7 @@
<height>55</height>
</rect>
</property>
- <layout class="QVBoxLayout" name="VBoxlayout_StdPath">
+ <layout class="QVBoxLayout" name="Pref_VBoxlayout_standardpath">
<item>
<widget class="QCheckBox" name="Pref_checkBox_presetDir">
<property name="minimumSize">
@@ -1441,7 +1441,7 @@
<height>47</height>
</rect>
</property>
- <layout class="QVBoxLayout" name="VBoxLayout_defaultPOUextension">
+ <layout class="QVBoxLayout" name="Pref_VBoxLayout_defaultPOUextension">
<property name="spacing">
<number>0</number>
</property>
@@ -1532,7 +1532,7 @@
</layout>
</widget>
</widget>
- <widget class="QWidget" name="page_4">
+ <widget class="QWidget" name="Pref_page_4">
<widget class="QCheckBox" name="Pref_checkBox_PrintDeclarations">
<property name="geometry">
<rect>
@@ -1606,7 +1606,7 @@
<height>51</height>
</rect>
</property>
- <layout class="QVBoxLayout" name="VBoxLayout_printarea">
+ <layout class="QVBoxLayout" name="Pref_VBoxLayout_printarea">
<property name="spacing">
<number>0</number>
</property>
@@ -1672,7 +1672,7 @@
</layout>
</widget>
</widget>
- <widget class="QWidget" name="page_5">
+ <widget class="QWidget" name="Pref_page_5">
<widget class="QCheckBox" name="Pref_checkBox_sortFBCallModelList">
<property name="geometry">
<rect>
@@ -1705,7 +1705,7 @@
<string>Use simple IEC call model</string>
</property>
</widget>
- <widget class="Line" name="line_6">
+ <widget class="Line" name="Pref_line1_page_5">
<property name="geometry">
<rect>
<x>10</x>
@@ -1730,7 +1730,7 @@
<enum>Qt::Horizontal</enum>
</property>
</widget>
- <widget class="Line" name="line_7">
+ <widget class="Line" name="Pref_line2_page_5">
<property name="geometry">
<rect>
<x>10</x>
@@ -1755,7 +1755,7 @@
<enum>Qt::Horizontal</enum>
</property>
</widget>
- <widget class="Line" name="line_8">
+ <widget class="Line" name="Pref_line3_page_5">
<property name="geometry">
<rect>
<x>10</x>
@@ -1789,7 +1789,7 @@
<height>59</height>
</rect>
</property>
- <layout class="QVBoxLayout" name="VBoxLayout_recentfileshistory">
+ <layout class="QVBoxLayout" name="Pref_VBoxLayout_recentfileshistory">
<property name="spacing">
<number>0</number>
</property>
@@ -1813,7 +1813,7 @@
</widget>
</item>
<item>
- <layout class="QHBoxLayout" name="HBoxLayout_spinboxclear">
+ <layout class="QHBoxLayout" name="Pref_HBoxLayout_spinboxclear">
<property name="spacing">
<number>6</number>
</property>
@@ -1852,7 +1852,7 @@
</widget>
</item>
<item>
- <spacer name="Spacer_spinboxclear">
+ <spacer name="Pref_Spacer_spinboxclear">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
@@ -1881,7 +1881,7 @@
</widget>
</item>
<item>
- <spacer name="Spacer_clear">
+ <spacer name="Pref_Spacer_recentfilelist_clear">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
@@ -1906,7 +1906,7 @@
<height>46</height>
</rect>
</property>
- <layout class="QVBoxLayout" name="VBoxLayout_Sucosoft">
+ <layout class="QVBoxLayout" name="Pref_VBoxLayout_Sucosoft">
<property name="spacing">
<number>0</number>
</property>
Modified: ui/SessionDialog.ui
===================================================================
--- ui/SessionDialog.ui 2015-07-07 15:39:41 UTC (rev 124)
+++ ui/SessionDialog.ui 2015-07-07 15:48:26 UTC (rev 125)
@@ -40,7 +40,7 @@
<property name="currentIndex">
<number>0</number>
</property>
- <widget class="QWidget" name="tab_Sessions">
+ <widget class="QWidget" name="Sess_tab_Sessions">
<property name="accessibleName">
<string/>
</property>
@@ -56,7 +56,7 @@
<height>281</height>
</rect>
</property>
- <layout class="QHBoxLayout" name="HBoxLayout_textbuttons">
+ <layout class="QHBoxLayout" name="Sess_HBoxLayout_textbuttons">
<property name="spacing">
<number>0</number>
</property>
@@ -77,7 +77,7 @@
</widget>
</item>
<item>
- <spacer name="Spacer_textbuttons">
+ <spacer name="Sess_Spacer_textbuttons">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
@@ -90,28 +90,46 @@
</spacer>
</item>
<item>
- <layout class="QVBoxLayout" name="VBoxLayout_buttonsspacer">
+ <layout class="QVBoxLayout" name="Sess_VBoxLayout_buttonsspacer">
<property name="spacing">
<number>0</number>
</property>
<item>
- <layout class="QHBoxLayout" name="HBoxLayout_buttons">
+ <layout class="QHBoxLayout" name="Sess_HBoxLayout_buttons">
<property name="spacing">
<number>0</number>
</property>
- <property name="margin">
+ <property name="leftMargin">
<number>0</number>
</property>
+ <property name="topMargin">
+ <number>0</number>
+ </property>
+ <property name="rightMargin">
+ <number>0</number>
+ </property>
+ <property name="bottomMargin">
+ <number>0</number>
+ </property>
<item>
- <layout class="QVBoxLayout" name="VBoxLayout_buttons">
+ <layout class="QVBoxLayout" name="Sess_VBoxLayout_buttons">
<property name="spacing">
<number>0</number>
</property>
- <property name="margin">
+ <property name="leftMargin">
<number>0</number>
</property>
+ <property name="topMargin">
+ <number>0</number>
+ </property>
+ <property name="rightMargin">
+ <number>0</number>
+ </property>
+ <property name="bottomMargin">
+ <number>0</number>
+ </property>
<item>
- <spacer name="Spacer_load">
+ <spacer name="Sess_Spacer_load">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
@@ -161,7 +179,7 @@
</widget>
</item>
<item>
- <spacer name="Spacer_loadsave">
+ <spacer name="Sess_Spacer_loadsave">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
@@ -211,7 +229,7 @@
</widget>
</item>
<item>
- <spacer name="Spacer_savedelete">
+ <spacer name="Sess_Spacer_savedelete">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
@@ -261,7 +279,7 @@
</widget>
</item>
<item>
- <spacer name="Spacer_delete">
+ <spacer name="Sess_Spacer_delete">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
@@ -281,7 +299,7 @@
</layout>
</item>
<item>
- <spacer name="Spacer_buttonsVBoxLayout">
+ <spacer name="Sess_Spacer_buttonsVBoxLayout">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
@@ -298,7 +316,7 @@
</layout>
</widget>
</widget>
- <widget class="QWidget" name="tab_SessionErrors">
+ <widget class="QWidget" name="Sess_tab_SessionErrors">
<attribute name="title">
<string>Session Errors</string>
</attribute>
@@ -311,12 +329,12 @@
<height>281</height>
</rect>
</property>
- <layout class="QVBoxLayout" name="VBoxLayout_errortext">
+ <layout class="QVBoxLayout" name="Sess_VBoxLayout_errortext">
<property name="spacing">
<number>0</number>
</property>
<item>
- <layout class="QHBoxLayout" name="HaboxLayout_error">
+ <layout class="QHBoxLayout" name="Sess_HBoxLayout_error">
<property name="spacing">
<number>0</number>
</property>
@@ -369,12 +387,12 @@
<x>6</x>
<y>340</y>
<width>320</width>
- <height>32</height>
+ <height>34</height>
</rect>
</property>
<layout class="QHBoxLayout" name="HBoxLayout_autocloseclose">
<property name="spacing">
- <number>-1</number>
+ <number>6</number>
</property>
<property name="leftMargin">
<number>5</number>
@@ -411,7 +429,7 @@
</widget>
</item>
<item>
- <spacer name="Spacer_autocloseclose">
+ <spacer name="Sess_Spacer_autocloseclose">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
Modified: ui/UpdateDialog.ui
===================================================================
--- ui/UpdateDialog.ui 2015-07-07 15:39:41 UTC (rev 124)
+++ ui/UpdateDialog.ui 2015-07-07 15:48:26 UTC (rev 125)
@@ -36,11 +36,20 @@
<property name="spacing">
<number>16</number>
</property>
- <property name="margin">
+ <property name="leftMargin">
<number>6</number>
</property>
+ <property name="topMargin">
+ <number>6</number>
+ </property>
+ <property name="rightMargin">
+ <number>6</number>
+ </property>
+ <property name="bottomMargin">
+ <number>6</number>
+ </property>
<item>
- <layout class="QVBoxLayout" name="verticalLayout">
+ <layout class="QVBoxLayout" name="UD_verticalLayout_version">
<property name="spacing">
<number>16</number>
</property>
@@ -82,7 +91,7 @@
<widget class="QTextBrowser" name="UD_textBrowser"/>
</item>
<item>
- <layout class="QHBoxLayout" name="horizontalLayout">
+ <layout class="QHBoxLayout" name="UD_horizontalLayout_buttons">
<item>
<spacer name="UD_horizontalSpacer">
<property name="orientation">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pl...@us...> - 2015-07-07 15:39:43
|
Revision: 124
http://sourceforge.net/p/plcedit/code/124
Author: plcedit
Date: 2015-07-07 15:39:41 +0000 (Tue, 07 Jul 2015)
Log Message:
-----------
importexport: added reading of file modification information
mainwindow: added statusbar item for file modification date
pagectrl: added read and write of file modification information to page data
pagedata: added file modification date/time tag
Modified Paths:
--------------
src/importexport.cpp
src/mainwindow.cpp
src/mainwindow.h
src/pagectrl.cpp
src/pagectrl.h
src/pagedata.cpp
src/pagedata.h
src/prefdialog.cpp
Modified: src/importexport.cpp
===================================================================
--- src/importexport.cpp 2015-07-06 14:27:03 UTC (rev 123)
+++ src/importexport.cpp 2015-07-07 15:39:41 UTC (rev 124)
@@ -334,6 +334,9 @@
//create file
QFile filePOU(path + fileName + ExtStr);
+ //QFileInfo fileInfo(filePOU);
+ //QDateTime created = fileInfo.lastModified();
+
if (!filePOU.open(QFile::WriteOnly | QIODevice::Text))//if3
error = true;
if (error == false)//if4
@@ -343,6 +346,8 @@
tsPOU.setCodec(QTextCodec::codecForName("UTF-8"));
//save tmpList from saveprepare fcn. to file
tsPOU << tmpList->join("\n");
+ //get last modified date & time from file
+ m_PageCtrl->setCurrentFileDate((QFileInfo(filePOU).lastModified()).toString());
}//if4
}//if1
}//for1
@@ -420,6 +425,7 @@
for (j=0; j < listLength; j++)//for2
{
m_PageCtrl->newPage(); //create new page
+ m_PageCtrl->setCurrentFileDate((QFileInfo(filePOU).lastModified()).toString()); //get last modified date & time from file
pouEndIndex = nextPOUEndIndexAt(tmpList, j, ExtStr);//get next pou end index
if (pouEndIndex > -1) //if4
@@ -1035,6 +1041,8 @@
tsPOU.setCodec(QTextCodec::codecForName("UTF-8"));
//save tmpList from saveprepare fcn. to file
tsPOU << tmpList->join("\n");
+ //get last modified date & time from file
+ m_PageCtrl->setCurrentFileDate((QFileInfo(filePOU).lastModified()).toString());
//diverse page settings
m_PageCtrl->setCurrentFileExt(QString::number(Ext));//Extension of FileQString::number(Ext));//Extension of File
Modified: src/mainwindow.cpp
===================================================================
--- src/mainwindow.cpp 2015-07-06 14:27:03 UTC (rev 123)
+++ src/mainwindow.cpp 2015-07-07 15:39:41 UTC (rev 124)
@@ -55,8 +55,8 @@
//Application information
PROJECT_NAME = "PLCEdit";
- VERSION = "2.2.3";
- REVISION = "r123";
+ VERSION = "2.2.4";
+ REVISION = "r124";
PROJECT_DATE = "2015";
PROJECT_URL = "plcedit.org";
PROJECT_MAIL = "in...@pl...";
@@ -1147,6 +1147,10 @@
st_page_no = new QLabel(msg_page_no);
st_page_no->setAlignment(Qt::AlignHCenter);
st_page_no->setMinimumSize(80,10);
+
+ st_fileDate = new QLabel("");
+ st_fileDate->setAlignment(Qt::AlignRight);
+ st_fileDate->setMinimumSize(130,10);
st_fileType = new QLabel("NULL");
st_fileType->setAlignment(Qt::AlignHCenter);
@@ -1165,11 +1169,11 @@
st_Ins_cursor_pos->setMinimumSize(80,10);
statusBar()->addWidget(st_page_no, 0);
+ statusBar()->addWidget(st_fileDate, 0);
statusBar()->addPermanentWidget(st_fileType, 0);
statusBar()->addPermanentWidget(st_PRG_LNG, 0);
statusBar()->addPermanentWidget(st_Dec_cursor_pos, 0);
statusBar()->addPermanentWidget(st_Ins_cursor_pos, 0);
-
}
@@ -1284,6 +1288,7 @@
//pageCtrl1->setCurrentKMHeader(importExport->createKMHeader("")); //setup new header
pageCtrl1->setNewSplitterVisible();
pageCtrl1->createHighlighters(0);
+ pageCtrl1->setCurrentFileDate("*");
//internal function calls
updateDeclarationsVisible(0);
updateStatusBar();
@@ -1772,7 +1777,7 @@
void MainWindow::httpRequestFinished(bool error)
{ //! embedded http function to check for program update
- QString tmpStr="", version="", revision="", changelog="";
+ QString tmpStr="", tmpStr2="", version="", revision="", changelog="";
int revision_int=0, version_int=0;
bool rd_error=true;
QStringList *tmpList = new QStringList();
@@ -1798,7 +1803,9 @@
for (int i = tmpList->indexOf("[changelog]")+1; i < tmpList->size(); i++)
changelog.append(tmpList->at(i)); //get changelog
- if ((version_int <= (VERSION.remove(".")).toInt()) && (revision_int <= (REVISION.remove("r")).toInt())) //check version & revision
+ tmpStr = VERSION;
+ tmpStr2= REVISION;
+ if ((version_int <= (tmpStr.remove(".")).toInt()) && (revision_int <= (tmpStr2.remove("r")).toInt())) //check version & revision
{ //show message only if the startup flag is not active
if (!startup) //prevent any message during program start
QMessageBox::information(this, PROJECT_NAME, tr("No program updates available."));
@@ -2202,6 +2209,7 @@
void MainWindow::updateDeclarationsVisible(int i)
{ //! update declarations visible status in menu view
+ //! \param i is only needed for signal-slot handling
if (pageCtrl1->currentDeclarationIsVisible() == true)
declVisibleAction->setChecked(true);
@@ -2224,6 +2232,8 @@
//show current üage of pages
st_page_no->setText(" " + msg_page_no + " " + QString::number(pageCtrl1->currentTabIndex()+1) + "/" + QString::number(pageCtrl1->countPages()) + " ");
+ //show file storage date
+ st_fileDate->setText(" " + pageCtrl1->currentFileDate() + " ");
//show file type as PRG, FB, FC : XYZ, VAR
st_fileType->setText(" " + pageCtrl1->currentFileTypeShort() + " ");
//get current programming language
Modified: src/mainwindow.h
===================================================================
--- src/mainwindow.h 2015-07-06 14:27:03 UTC (rev 123)
+++ src/mainwindow.h 2015-07-07 15:39:41 UTC (rev 124)
@@ -226,6 +226,7 @@
//STATUSBAR items
QLabel *st_page_no; //!< statusbar label for number of page in comparision to all pages
+ QLabel *st_fileDate; //!< statusbar label for information of file storage date
QLabel *st_fileType; //!< statusbar label for file/block type of current page
QLabel *st_PRG_LNG; //!< statusbar label for programming language of current page
QLabel *st_Dec_cursor_pos; //!< statusbar label for cursor position in decalration section
Modified: src/pagectrl.cpp
===================================================================
--- src/pagectrl.cpp 2015-07-06 14:27:03 UTC (rev 123)
+++ src/pagectrl.cpp 2015-07-07 15:39:41 UTC (rev 124)
@@ -549,6 +549,16 @@
}
+QString PageCtrl::currentFileDate()
+{ //! return current file date
+
+ if (TabCtrl->count() > 0)
+ return(TabCtrl->currentWidget()->findChild<PageData*>("pageData")->pd_FileDate);
+ else
+ return("");
+}
+
+
QString PageCtrl::currentFileEnd()
{ //! return current file end
@@ -1163,6 +1173,16 @@
}
+void PageCtrl::setCurrentFileDate(QString Str)
+{ //! set file date string of current page
+
+ if (TabCtrl->count() < 1)
+ return; //return if no page is active
+
+ TabCtrl->currentWidget()->findChild<PageData*>("pageData")->pd_FileDate = Str;
+}
+
+
void PageCtrl::setCurrentFileEnd(QString Str)
{ //! set file end string of current page
Modified: src/pagectrl.h
===================================================================
--- src/pagectrl.h 2015-07-06 14:27:03 UTC (rev 123)
+++ src/pagectrl.h 2015-07-07 15:39:41 UTC (rev 124)
@@ -72,6 +72,7 @@
QString currentDeclaration();
bool currentDeclarationIsVisible();
QString currentFncType();
+ QString currentFileDate();
QString currentFileEnd();
int currentFileExt();
QString currentFileExtStr();
@@ -125,6 +126,7 @@
QString prgLngOf(int index);
void setCurrentDeclarationVisible(bool visible);
void setCurrentFncType(QString Str);
+ void setCurrentFileDate(QString str);
void setCurrentFileEnd(QString Str);
void setCurrentFileExt(QString Str);
void setCurrentFileListItemText(QString Str);
Modified: src/pagedata.cpp
===================================================================
--- src/pagedata.cpp 2015-07-06 14:27:03 UTC (rev 123)
+++ src/pagedata.cpp 2015-07-07 15:39:41 UTC (rev 124)
@@ -37,6 +37,8 @@
pd_FileExt = "0";
//FileName
pd_FileName = "untitled";
+ //FileDate
+ pd_FileDate = "";
//FileType
pd_FileType = "";
//FunctionType
Modified: src/pagedata.h
===================================================================
--- src/pagedata.h 2015-07-06 14:27:03 UTC (rev 123)
+++ src/pagedata.h 2015-07-07 15:39:41 UTC (rev 124)
@@ -39,6 +39,7 @@
QString pd_FilePath; //!< contains path to file without file name
QString pd_FileExt; //!< contains POU extension
QString pd_FileName; //!< contains POU name
+ QString pd_FileDate; //!< contains POU file storage date
QString pd_FileType; //!< contains POU type mark
QString pd_FncType; //!< contains type of function
QString pd_FileEnd; //!< contains POU end mark
Modified: src/prefdialog.cpp
===================================================================
--- src/prefdialog.cpp 2015-07-06 14:27:03 UTC (rev 123)
+++ src/prefdialog.cpp 2015-07-07 15:39:41 UTC (rev 124)
@@ -226,7 +226,7 @@
Pref_checkBox_LinesHighlighter->setChecked(settings.value("HiLines", true).toBool());
m_PageCtrl->flg_enableHighlightLines = Pref_checkBox_LinesHighlighter->isChecked();
//highlighting color for current line [+8]
- hiLineColor = QColor(settings.value("HiLineColor", "#ffe1ff").toString()); //QColor(255, 225, 255) = thistle1
+ hiLineColor = QColor(settings.value("HiLineColor", "#e1e1ff").toString()); //QColor(255, 225, 255) = thistle1 OR QColor(225, 225, 255)/#e1e1ff = ligth blue
checkHiLineColor();
setHiLineColor(hiLineColor);
//activate highlighting current line with line color
@@ -673,7 +673,7 @@
void PrefDialog::getHiLineColor()
{ //! get highlighting color for current line from color dialog
- hiLineColor = QColorDialog::getColor(QColor(255, 225, 255));
+ hiLineColor = QColorDialog::getColor(QColor(225, 225, 255)); //QColor(255, 225, 255) = thistle1 OR QColor(225, 225, 255)/#e1e1ff = ligth blue
if (!hiLineColor.isValid()) //if color is not valid, reset to std. color
hiLineColor = QColor(255, 225, 255);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pl...@us...> - 2015-07-06 14:27:06
|
Revision: 123
http://sourceforge.net/p/plcedit/code/123
Author: plcedit
Date: 2015-07-06 14:27:03 +0000 (Mon, 06 Jul 2015)
Log Message:
-----------
editor.cpp: added current line framing in line numbering area; use same color for line numbering area and highlighting line
importexport.cpp: take unsuded variables
mainwindow.cpp: revised revision number
BatchDialog.ui: revised layout widget name
PrefDialog.ui: set interface settings as first page after opening the dialog
Modified Paths:
--------------
src/editor.cpp
src/importexport.cpp
src/mainwindow.cpp
ui/BatchDialog.ui
ui/PrefDialog.ui
Modified: src/editor.cpp
===================================================================
--- src/editor.cpp 2015-07-06 05:28:56 UTC (rev 122)
+++ src/editor.cpp 2015-07-06 14:27:03 UTC (rev 123)
@@ -103,20 +103,29 @@
{
QPainter painter(this);
- painter.fillRect(0, 0, prefWidth, height(), QColor(255, 250, 205)); //lines rect., lemon chiffon
+ //painting basic line numbering area
+ painter.fillRect(prefWidth, 0, 3, height(), QColor(192, 192, 192)); //small sep. rect. in grey as line numbering area limiter
+ painter.fillRect(0, 0, prefWidth, height(), QColor(hiLineColor)); //filling line numbering rect., lemon chiffon; standard color setting for line numbering area: QColor(255, 250, 205)
+
+ //coloring line numbering area at curent cursor position
if (enableHighlightLines == true) //prevent colors which would hide the line numbers
- painter.fillRect(0, cursorRect().y(), prefWidth, cursorRect().height(), QColor(hiLineColor)); //current lines rect. painted with hiLineColor
- painter.fillRect(prefWidth, 0, 3, height(), QColor(192, 192, 192)); //small sep. rect. grey
+ painter.fillRect(0, cursorRect().y(), prefWidth, cursorRect().height(), QColor(hiLineColor)); //current lines rect. painted with hiLineColor
+ //framing line numbering area at curent cursor position
+ painter.fillRect(0, cursorRect().y()+1, prefWidth, 1, QColor(192, 192, 192)); //small sep. rect. in grey above current line numer
+ painter.fillRect(0, cursorRect().y()+cursorRect().height(), prefWidth, 1, QColor(192, 192, 192)); //small sep. rect. in grey below current line number
+ //get scroll area data
int vscrollValue = verticalScrollBar()->value();
qreal pageBottom = vscrollValue + viewport()->height();
int lineNumber(1);
- int currentLine = textCursor().blockNumber()+1;
+ //int currentLine = textCursor().blockNumber()+1; Not used
+ //get font metrics
const QFontMetrics fm=fontMetrics();
- const int fontAscent = fontMetrics().ascent() + 1;
+ const int fontAscent = fontMetrics().ascent()+1;
+ //writing line numbers
for (QTextBlock block = document()->begin(); block.isValid(); block = block.next(), lineNumber++)
{
QTextLayout *layout = block.layout();
@@ -129,7 +138,7 @@
break;
const QString str = QString::number(lineNumber);
- painter.drawText(prefWidth - fm.width(str) - 3, qRound(position.y()) - vscrollValue + fontAscent, str);
+ painter.drawText(prefWidth - fm.width(str)-3, qRound(position.y()) - vscrollValue + fontAscent, str);
}
}
@@ -207,6 +216,8 @@
{ //! cursor position changed handling to update the viewport and line numbers column
viewport()->update(); //update viewport, needed for correct lines highlighter
+ /*disabled because of inhibition of repainting framing area in line numbering area
if (enableHighlightLines == true) //only repaint line numbers column if enabled
- repaint(); //repaint, needed for updating line numbers column with current lines rect.
+ */
+ repaint(); //repaint, needed for updating line numbers column with current lines rect.
}
Modified: src/importexport.cpp
===================================================================
--- src/importexport.cpp 2015-07-06 05:28:56 UTC (rev 122)
+++ src/importexport.cpp 2015-07-06 14:27:03 UTC (rev 123)
@@ -561,7 +561,6 @@
QString ImportExport::getMELSOFTConfig(QStringList *tmpList, int index, int end)
{ //! return MELSOFT configuration data from a list, by using a start index and an end position
- bool db_found=false;
int i=0, nextBlock_pos=0, END_RESOURCE_pos=0;
QString tmpStr="";
Modified: src/mainwindow.cpp
===================================================================
--- src/mainwindow.cpp 2015-07-06 05:28:56 UTC (rev 122)
+++ src/mainwindow.cpp 2015-07-06 14:27:03 UTC (rev 123)
@@ -56,7 +56,7 @@
//Application information
PROJECT_NAME = "PLCEdit";
VERSION = "2.2.3";
- REVISION = "r122";
+ REVISION = "r123";
PROJECT_DATE = "2015";
PROJECT_URL = "plcedit.org";
PROJECT_MAIL = "in...@pl...";
Modified: ui/BatchDialog.ui
===================================================================
--- ui/BatchDialog.ui 2015-07-06 05:28:56 UTC (rev 122)
+++ ui/BatchDialog.ui 2015-07-06 14:27:03 UTC (rev 123)
@@ -169,7 +169,7 @@
<height>43</height>
</rect>
</property>
- <layout class="QVBoxLayout" name="verticalLayout">
+ <layout class="QVBoxLayout" name="verticalLayout1">
<property name="spacing">
<number>0</number>
</property>
Modified: ui/PrefDialog.ui
===================================================================
--- ui/PrefDialog.ui 2015-07-06 05:28:56 UTC (rev 122)
+++ ui/PrefDialog.ui 2015-07-06 14:27:03 UTC (rev 123)
@@ -157,7 +157,7 @@
<enum>QFrame::StyledPanel</enum>
</property>
<property name="currentIndex">
- <number>1</number>
+ <number>0</number>
</property>
<widget class="QWidget" name="page_0">
<widget class="QCheckBox" name="Pref_checkBox_ToolBarMain">
@@ -890,7 +890,6 @@
<property name="lineWidth">
<number>1</number>
</property>
- <zorder>Pref_toolButton_HiLineColor</zorder>
</widget>
<widget class="QCheckBox" name="Pref_checkBox_usePrgLngDetection">
<property name="geometry">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pl...@us...> - 2015-07-06 05:28:58
|
Revision: 122
http://sourceforge.net/p/plcedit/code/122
Author: plcedit
Date: 2015-07-06 05:28:56 +0000 (Mon, 06 Jul 2015)
Log Message:
-----------
mainwindow.cpp: version & revision changed for release 2.2.3
Modified Paths:
--------------
src/mainwindow.cpp
Modified: src/mainwindow.cpp
===================================================================
--- src/mainwindow.cpp 2015-07-03 14:30:12 UTC (rev 121)
+++ src/mainwindow.cpp 2015-07-06 05:28:56 UTC (rev 122)
@@ -55,8 +55,8 @@
//Application information
PROJECT_NAME = "PLCEdit";
- VERSION = "2.2.3beta2";
- REVISION = "r121";
+ VERSION = "2.2.3";
+ REVISION = "r122";
PROJECT_DATE = "2015";
PROJECT_URL = "plcedit.org";
PROJECT_MAIL = "in...@pl...";
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pl...@us...> - 2015-07-03 14:30:15
|
Revision: 121
http://sourceforge.net/p/plcedit/code/121
Author: plcedit
Date: 2015-07-03 14:30:12 +0000 (Fri, 03 Jul 2015)
Log Message:
-----------
importexport.cpp: corrected internal path handling for Windows versions > XP in fcn. OpenPrepare
mainwindow.cpp: revised version info
Modified Paths:
--------------
src/importexport.cpp
src/mainwindow.cpp
Modified: src/importexport.cpp
===================================================================
--- src/importexport.cpp 2015-06-24 13:15:32 UTC (rev 120)
+++ src/importexport.cpp 2015-07-03 14:30:12 UTC (rev 121)
@@ -377,6 +377,9 @@
setProgressBar(files.count(), 2, msg_progress_fopen); //set progressbar
+ //correct path style, used with Windows > XP
+ files.replaceInStrings("\\", "/");
+
//if files are selected, get each in a new page
for (i=0; i< files.count(); i++)//for1
{
Modified: src/mainwindow.cpp
===================================================================
--- src/mainwindow.cpp 2015-06-24 13:15:32 UTC (rev 120)
+++ src/mainwindow.cpp 2015-07-03 14:30:12 UTC (rev 121)
@@ -55,8 +55,8 @@
//Application information
PROJECT_NAME = "PLCEdit";
- VERSION = "2.2.3beta1";
- REVISION = "r120";
+ VERSION = "2.2.3beta2";
+ REVISION = "r121";
PROJECT_DATE = "2015";
PROJECT_URL = "plcedit.org";
PROJECT_MAIL = "in...@pl...";
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pl...@us...> - 2015-06-24 13:15:35
|
Revision: 120
http://sourceforge.net/p/plcedit/code/120
Author: plcedit
Date: 2015-06-24 13:15:32 +0000 (Wed, 24 Jun 2015)
Log Message:
-----------
class mainwindow: new revision index
class PageCtrl: FileList size changed -> new min=120, new max=320
ui PrefDialog: re-enabled button for line highlighting color
resc.: re-integrated image for save icon
Modified Paths:
--------------
src/mainwindow.cpp
src/pagectrl.cpp
src/prefdialog.cpp
src/ressources/PLCEdit.qrc
ui/PrefDialog.ui
Modified: src/mainwindow.cpp
===================================================================
--- src/mainwindow.cpp 2015-06-19 19:19:06 UTC (rev 119)
+++ src/mainwindow.cpp 2015-06-24 13:15:32 UTC (rev 120)
@@ -55,8 +55,8 @@
//Application information
PROJECT_NAME = "PLCEdit";
- VERSION = "2.2.2";
- REVISION = "r119";
+ VERSION = "2.2.3beta1";
+ REVISION = "r120";
PROJECT_DATE = "2015";
PROJECT_URL = "plcedit.org";
PROJECT_MAIL = "in...@pl...";
Modified: src/pagectrl.cpp
===================================================================
--- src/pagectrl.cpp 2015-06-19 19:19:06 UTC (rev 119)
+++ src/pagectrl.cpp 2015-06-24 13:15:32 UTC (rev 120)
@@ -47,8 +47,8 @@
FileList->setFrameStyle(QFrame::Box | QFrame::Raised);
FileList->setMidLineWidth(0);
FileList->setAlternatingRowColors(true);
- FileList->setMinimumWidth(100);
- FileList->setMaximumWidth(165);
+ FileList->setMinimumWidth(120);
+ FileList->setMaximumWidth(320);
FileList->move(0,0);
FileList->hide();
Modified: src/prefdialog.cpp
===================================================================
--- src/prefdialog.cpp 2015-06-19 19:19:06 UTC (rev 119)
+++ src/prefdialog.cpp 2015-06-24 13:15:32 UTC (rev 120)
@@ -677,7 +677,7 @@
if (!hiLineColor.isValid()) //if color is not valid, reset to std. color
hiLineColor = QColor(255, 225, 255);
-
+
setColorButton(hiLineColor);
checkHiLineColor();
}
Modified: src/ressources/PLCEdit.qrc
===================================================================
--- src/ressources/PLCEdit.qrc 2015-06-19 19:19:06 UTC (rev 119)
+++ src/ressources/PLCEdit.qrc 2015-06-24 13:15:32 UTC (rev 120)
@@ -11,6 +11,7 @@
<file>images/FcFileAdd_16x16.png</file>
<file>images/CVtypedef_16x16.png</file>
<file>images/openFolder_22x22.png</file>
+ <file>images/save_22x22.png</file>
<file>images/save_as_22x22.png</file>
<file>images/batch_processing_22x22.png</file>
<file>images/printer_22x22.png</file>
Modified: ui/PrefDialog.ui
===================================================================
--- ui/PrefDialog.ui 2015-06-19 19:19:06 UTC (rev 119)
+++ ui/PrefDialog.ui 2015-06-24 13:15:32 UTC (rev 120)
@@ -157,7 +157,7 @@
<enum>QFrame::StyledPanel</enum>
</property>
<property name="currentIndex">
- <number>0</number>
+ <number>1</number>
</property>
<widget class="QWidget" name="page_0">
<widget class="QCheckBox" name="Pref_checkBox_ToolBarMain">
@@ -890,6 +890,7 @@
<property name="lineWidth">
<number>1</number>
</property>
+ <zorder>Pref_toolButton_HiLineColor</zorder>
</widget>
<widget class="QCheckBox" name="Pref_checkBox_usePrgLngDetection">
<property name="geometry">
@@ -919,6 +920,16 @@
<string>Use prog. language detection for .txt and .exp</string>
</property>
</widget>
+ <zorder>frame</zorder>
+ <zorder>line_2</zorder>
+ <zorder>layoutWidget</zorder>
+ <zorder>layoutWidget</zorder>
+ <zorder>layoutWidget</zorder>
+ <zorder>Pref_checkBox_Syntaxhighlighter</zorder>
+ <zorder>Pref_checkBox_LinesHighlighter</zorder>
+ <zorder>layoutWidget</zorder>
+ <zorder>Pref_checkBox_usePrgLngDetection</zorder>
+ <zorder>Pref_toolButton_HiLineColor</zorder>
</widget>
<widget class="QWidget" name="page_2">
<widget class="QCheckBox" name="Pref_checkBox_SessAutoLoad">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pl...@us...> - 2015-06-19 19:19:08
|
Revision: 119
http://sourceforge.net/p/plcedit/code/119
Author: plcedit
Date: 2015-06-19 19:19:06 +0000 (Fri, 19 Jun 2015)
Log Message:
-----------
- fixed: missing line numbers with Windows 7 (by of compiling the .exe under Win7)
- new: icons in menu file
- modiied reame for recommended windows version and year 2015
Modified Paths:
--------------
readme.txt
src/mainwindow.cpp
src/ressources/PLCEdit.qrc
Added Paths:
-----------
src/ressources/images/batch_processing_22x22.png
src/ressources/images/pdf_print_22x22.png
src/ressources/images/save_as_22x22.png
src/ressources/images/unused/_pen.png
Modified: readme.txt
===================================================================
--- readme.txt 2010-12-12 17:13:15 UTC (rev 118)
+++ readme.txt 2015-06-19 19:19:06 UTC (rev 119)
@@ -1,7 +1,7 @@
PLCEdit - open project for a free PLC source code editor -
- (c) 2005-2010 M. Rehfeldt <info-at-plcedit.org>
+ (c) 2005-2015 M. Rehfeldt <info-at-plcedit.org>
@@ -24,7 +24,7 @@
Computer: x86 or ppc compatible processor from 1.6 GHz
RAM : 1024 MB
Harddisc: 100 MB
-Operating System: MS Windows(R) XP, Mac OS 10.4+, Ubuntu 9.04 with X11
+Operating System: MS Windows(R) 7, Mac OS 10.6+, Ubuntu 9.04 with X11
Modified: src/mainwindow.cpp
===================================================================
--- src/mainwindow.cpp 2010-12-12 17:13:15 UTC (rev 118)
+++ src/mainwindow.cpp 2015-06-19 19:19:06 UTC (rev 119)
@@ -56,8 +56,8 @@
//Application information
PROJECT_NAME = "PLCEdit";
VERSION = "2.2.2";
- REVISION = "r118";
- PROJECT_DATE = "2010";
+ REVISION = "r119";
+ PROJECT_DATE = "2015";
PROJECT_URL = "plcedit.org";
PROJECT_MAIL = "in...@pl...";
UPDATE_PATH = "/documentation/version/version.txt";
@@ -333,10 +333,12 @@
//create save as action
saveAsAction = new QAction(this);
+ saveAsAction->setIcon(QIcon(":/images/save_as_22x22.png"));
connect(saveAsAction, SIGNAL(triggered()), this, SLOT(savePageAs()));
//create batch converting as action
batchConverterAction = new QAction(this);
+ batchConverterAction->setIcon(QIcon(":/images/batch_processing_22x22.png"));
connect(batchConverterAction, SIGNAL(triggered()), this, SLOT(batchConverter()));
//--
@@ -347,6 +349,7 @@
//create export PDF action
exportPDFAction = new QAction(this);
+ exportPDFAction->setIcon(QIcon(":/images/pdf_print_22x22.png"));
connect(exportPDFAction, SIGNAL(triggered()), this, SLOT(print()));
//--
Modified: src/ressources/PLCEdit.qrc
===================================================================
--- src/ressources/PLCEdit.qrc 2010-12-12 17:13:15 UTC (rev 118)
+++ src/ressources/PLCEdit.qrc 2015-06-19 19:19:06 UTC (rev 119)
@@ -11,8 +11,11 @@
<file>images/FcFileAdd_16x16.png</file>
<file>images/CVtypedef_16x16.png</file>
<file>images/openFolder_22x22.png</file>
- <file>images/save_22x22.png</file>
+ <file>images/save_as_22x22.png</file>
+ <file>images/batch_processing_22x22.png</file>
<file>images/printer_22x22.png</file>
+ <file>images/pdf_print_22x22.png</file>
+ <file>images/printer_22x22.png</file>
<file>images/undo_22x22.png</file>
<file>images/redo_22x22.png</file>
<file>images/find_replace_22x22.png</file>
Added: src/ressources/images/batch_processing_22x22.png
===================================================================
(Binary files differ)
Index: src/ressources/images/batch_processing_22x22.png
===================================================================
--- src/ressources/images/batch_processing_22x22.png 2010-12-12 17:13:15 UTC (rev 118)
+++ src/ressources/images/batch_processing_22x22.png 2015-06-19 19:19:06 UTC (rev 119)
Property changes on: src/ressources/images/batch_processing_22x22.png
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: src/ressources/images/pdf_print_22x22.png
===================================================================
(Binary files differ)
Index: src/ressources/images/pdf_print_22x22.png
===================================================================
--- src/ressources/images/pdf_print_22x22.png 2010-12-12 17:13:15 UTC (rev 118)
+++ src/ressources/images/pdf_print_22x22.png 2015-06-19 19:19:06 UTC (rev 119)
Property changes on: src/ressources/images/pdf_print_22x22.png
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: src/ressources/images/save_as_22x22.png
===================================================================
(Binary files differ)
Index: src/ressources/images/save_as_22x22.png
===================================================================
--- src/ressources/images/save_as_22x22.png 2010-12-12 17:13:15 UTC (rev 118)
+++ src/ressources/images/save_as_22x22.png 2015-06-19 19:19:06 UTC (rev 119)
Property changes on: src/ressources/images/save_as_22x22.png
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: src/ressources/images/unused/_pen.png
===================================================================
(Binary files differ)
Index: src/ressources/images/unused/_pen.png
===================================================================
--- src/ressources/images/unused/_pen.png 2010-12-12 17:13:15 UTC (rev 118)
+++ src/ressources/images/unused/_pen.png 2015-06-19 19:19:06 UTC (rev 119)
Property changes on: src/ressources/images/unused/_pen.png
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pl...@us...> - 2010-12-12 17:13:25
|
Revision: 118
http://plcedit.svn.sourceforge.net/plcedit/?rev=118&view=rev
Author: plcedit
Date: 2010-12-12 17:13:15 +0000 (Sun, 12 Dec 2010)
Log Message:
-----------
- class MainWindow: new build No.; revised recent files list fill up during application quit
- docs: updated
Modified Paths:
--------------
Docs/Doxyfile_PLCEdit_macx
Docs/html/annotated.html
Docs/html/batchdialog_8cpp.html
Docs/html/batchdialog_8h.html
Docs/html/class_batch_dialog-members.html
Docs/html/class_batch_dialog.html
Docs/html/class_diff_dialog-members.html
Docs/html/class_diff_dialog.html
Docs/html/class_editor-members.html
Docs/html/class_editor.html
Docs/html/class_f_b_call_converter-members.html
Docs/html/class_f_b_call_converter.html
Docs/html/class_f_b_dialog-members.html
Docs/html/class_f_b_dialog.html
Docs/html/class_file_view_dialog-members.html
Docs/html/class_file_view_dialog.html
Docs/html/class_find_dialog-members.html
Docs/html/class_find_dialog.html
Docs/html/class_fnc_dialog-members.html
Docs/html/class_fnc_dialog.html
Docs/html/class_help_widget-members.html
Docs/html/class_help_widget.html
Docs/html/class_highlighter___dec-members.html
Docs/html/class_highlighter___dec.html
Docs/html/class_highlighter___ins-members.html
Docs/html/class_highlighter___ins.html
Docs/html/class_import_export-members.html
Docs/html/class_import_export.html
Docs/html/class_main_window-members.html
Docs/html/class_main_window.html
Docs/html/class_p_o_u_info_dialog-members.html
Docs/html/class_p_o_u_info_dialog.html
Docs/html/class_page_ctrl-members.html
Docs/html/class_page_ctrl.html
Docs/html/class_page_data-members.html
Docs/html/class_page_data.html
Docs/html/class_path_file_name_dialog-members.html
Docs/html/class_path_file_name_dialog.html
Docs/html/class_pref_dialog-members.html
Docs/html/class_pref_dialog.html
Docs/html/class_print_prepare-members.html
Docs/html/class_print_prepare.html
Docs/html/class_prototype-members.html
Docs/html/class_prototype.html
Docs/html/class_session_manager-members.html
Docs/html/class_session_manager.html
Docs/html/class_tab_widget-members.html
Docs/html/class_tab_widget.html
Docs/html/classes.html
Docs/html/diffdialog_8cpp.html
Docs/html/diffdialog_8h.html
Docs/html/editor_8cpp.html
Docs/html/editor_8h.html
Docs/html/fbcallconverter_8cpp.html
Docs/html/fbcallconverter_8h.html
Docs/html/fbdialog_8cpp.html
Docs/html/fbdialog_8h.html
Docs/html/files.html
Docs/html/fileviewdialog_8cpp.html
Docs/html/fileviewdialog_8h.html
Docs/html/finddialog_8cpp.html
Docs/html/finddialog_8h.html
Docs/html/fncdialog_8cpp.html
Docs/html/fncdialog_8h.html
Docs/html/functions.html
Docs/html/functions_0x62.html
Docs/html/functions_0x63.html
Docs/html/functions_0x64.html
Docs/html/functions_0x65.html
Docs/html/functions_0x66.html
Docs/html/functions_0x67.html
Docs/html/functions_0x68.html
Docs/html/functions_0x69.html
Docs/html/functions_0x6b.html
Docs/html/functions_0x6c.html
Docs/html/functions_0x6d.html
Docs/html/functions_0x6e.html
Docs/html/functions_0x6f.html
Docs/html/functions_0x70.html
Docs/html/functions_0x72.html
Docs/html/functions_0x73.html
Docs/html/functions_0x74.html
Docs/html/functions_0x75.html
Docs/html/functions_0x76.html
Docs/html/functions_0x77.html
Docs/html/functions_0x7a.html
Docs/html/functions_0x7e.html
Docs/html/functions_eval.html
Docs/html/functions_func.html
Docs/html/functions_func_0x62.html
Docs/html/functions_func_0x63.html
Docs/html/functions_func_0x64.html
Docs/html/functions_func_0x65.html
Docs/html/functions_func_0x66.html
Docs/html/functions_func_0x67.html
Docs/html/functions_func_0x68.html
Docs/html/functions_func_0x69.html
Docs/html/functions_func_0x6c.html
Docs/html/functions_func_0x6d.html
Docs/html/functions_func_0x6e.html
Docs/html/functions_func_0x6f.html
Docs/html/functions_func_0x70.html
Docs/html/functions_func_0x72.html
Docs/html/functions_func_0x73.html
Docs/html/functions_func_0x74.html
Docs/html/functions_func_0x75.html
Docs/html/functions_func_0x77.html
Docs/html/functions_func_0x7e.html
Docs/html/functions_vars.html
Docs/html/functions_vars_0x62.html
Docs/html/functions_vars_0x63.html
Docs/html/functions_vars_0x64.html
Docs/html/functions_vars_0x65.html
Docs/html/functions_vars_0x66.html
Docs/html/functions_vars_0x68.html
Docs/html/functions_vars_0x69.html
Docs/html/functions_vars_0x6b.html
Docs/html/functions_vars_0x6c.html
Docs/html/functions_vars_0x6d.html
Docs/html/functions_vars_0x6e.html
Docs/html/functions_vars_0x6f.html
Docs/html/functions_vars_0x70.html
Docs/html/functions_vars_0x72.html
Docs/html/functions_vars_0x73.html
Docs/html/functions_vars_0x74.html
Docs/html/functions_vars_0x75.html
Docs/html/functions_vars_0x76.html
Docs/html/functions_vars_0x77.html
Docs/html/functions_vars_0x7a.html
Docs/html/globals.html
Docs/html/globals_defs.html
Docs/html/globals_func.html
Docs/html/helpwidget_8cpp.html
Docs/html/helpwidget_8h.html
Docs/html/highlighter__dec_8cpp.html
Docs/html/highlighter__dec_8h.html
Docs/html/highlighter__ins_8cpp.html
Docs/html/highlighter__ins_8h.html
Docs/html/importexport_8cpp.html
Docs/html/importexport_8h.html
Docs/html/main.html
Docs/html/main_8cpp.html
Docs/html/mainwindow_8cpp.html
Docs/html/mainwindow_8h.html
Docs/html/pagectrl_8cpp.html
Docs/html/pagectrl_8h.html
Docs/html/pagedata_8cpp.html
Docs/html/pagedata_8h.html
Docs/html/pathfilenamedialog_8cpp.html
Docs/html/pathfilenamedialog_8h.html
Docs/html/pouinfodialog_8cpp.html
Docs/html/pouinfodialog_8h.html
Docs/html/prefdialog_8cpp.html
Docs/html/prefdialog_8h.html
Docs/html/printprepare_8cpp.html
Docs/html/printprepare_8h.html
Docs/html/prototype_8cpp.html
Docs/html/prototype_8h.html
Docs/html/sessionmanager_8cpp.html
Docs/html/sessionmanager_8h.html
Docs/html/struct_highlighter___dec_1_1_highlighting_rule-members.html
Docs/html/struct_highlighter___dec_1_1_highlighting_rule.html
Docs/html/struct_highlighter___ins_1_1_highlighting_rule-members.html
Docs/html/struct_highlighter___ins_1_1_highlighting_rule.html
Docs/html/tabwidget_8cpp.html
Docs/html/tabwidget_8h.html
src/mainwindow.cpp
Modified: Docs/Doxyfile_PLCEdit_macx
===================================================================
--- Docs/Doxyfile_PLCEdit_macx 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/Doxyfile_PLCEdit_macx 2010-12-12 17:13:15 UTC (rev 118)
@@ -31,7 +31,7 @@
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = "v2.2.2 r116"
+PROJECT_NUMBER = "v2.2.2 r118"
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
Modified: Docs/html/annotated.html
===================================================================
--- Docs/html/annotated.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/annotated.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -51,7 +51,7 @@
<tr><td class="indexkey"><a class="el" href="class_update_info.html">UpdateInfo</a></td><td class="indexvalue"></td></tr>
</table>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/batchdialog_8cpp.html
===================================================================
--- Docs/html/batchdialog_8cpp.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/batchdialog_8cpp.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -27,7 +27,7 @@
<tr><td></td></tr>
</table>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/batchdialog_8h.html
===================================================================
--- Docs/html/batchdialog_8h.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/batchdialog_8h.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -30,7 +30,7 @@
</table>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_batch_dialog-members.html
===================================================================
--- Docs/html/class_batch_dialog-members.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/class_batch_dialog-members.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -34,7 +34,7 @@
<tr class="memlist"><td><a class="el" href="class_batch_dialog.html#4812366c096c5ecf92027b32418b485d">selectedPath</a>()</td><td><a class="el" href="class_batch_dialog.html">BatchDialog</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_batch_dialog.html#de4d5b68f8e6dba4c84677a3f256e7a6">~BatchDialog</a>()</td><td><a class="el" href="class_batch_dialog.html">BatchDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_batch_dialog.html
===================================================================
--- Docs/html/class_batch_dialog.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/class_batch_dialog.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -268,7 +268,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="batchdialog_8h.html">batchdialog.h</a><li><a class="el" href="batchdialog_8cpp.html">batchdialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_diff_dialog-members.html
===================================================================
--- Docs/html/class_diff_dialog-members.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/class_diff_dialog-members.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -47,7 +47,7 @@
<tr class="memlist"><td><a class="el" href="class_diff_dialog.html#c062921ac374e3a63a745a4c2c6f28ab">stat_total</a>(int value)</td><td><a class="el" href="class_diff_dialog.html">DiffDialog</a></td><td><code> [private, slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_diff_dialog.html#e65cb080f4815a5528f70d63fc43c5d2">~DiffDialog</a>()</td><td><a class="el" href="class_diff_dialog.html">DiffDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_diff_dialog.html
===================================================================
--- Docs/html/class_diff_dialog.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/class_diff_dialog.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -542,7 +542,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="diffdialog_8h.html">diffdialog.h</a><li><a class="el" href="diffdialog_8cpp.html">diffdialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_editor-members.html
===================================================================
--- Docs/html/class_editor-members.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/class_editor-members.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -43,7 +43,7 @@
<tr class="memlist"><td><a class="el" href="class_editor.html#132e9adb3bb9521fb2d84f2e75e26c73">str_contextmenu_comparewithprev</a></td><td><a class="el" href="class_editor.html">Editor</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_editor.html#d465abc9575af92b4fa61525085172d6">~Editor</a>()</td><td><a class="el" href="class_editor.html">Editor</a></td><td></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_editor.html
===================================================================
--- Docs/html/class_editor.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/class_editor.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -467,7 +467,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="editor_8h.html">editor.h</a><li><a class="el" href="editor_8cpp.html">editor.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_f_b_call_converter-members.html
===================================================================
--- Docs/html/class_f_b_call_converter-members.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/class_f_b_call_converter-members.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -37,7 +37,7 @@
<tr class="memlist"><td><a class="el" href="class_f_b_call_converter.html#923ac974d17e18850c74f664b80311ee">m_PageCtrl</a></td><td><a class="el" href="class_f_b_call_converter.html">FBCallConverter</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_f_b_call_converter.html#5f037169b51f11322a6b93768ef9b7db">~FBCallConverter</a>()</td><td><a class="el" href="class_f_b_call_converter.html">FBCallConverter</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_f_b_call_converter.html
===================================================================
--- Docs/html/class_f_b_call_converter.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/class_f_b_call_converter.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -559,7 +559,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="fbcallconverter_8h.html">fbcallconverter.h</a><li><a class="el" href="fbcallconverter_8cpp.html">fbcallconverter.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_f_b_dialog-members.html
===================================================================
--- Docs/html/class_f_b_dialog-members.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/class_f_b_dialog-members.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -42,7 +42,7 @@
<tr class="memlist"><td><a class="el" href="class_f_b_dialog.html#a7cde6b3dc60756db92b57229c11c90d">showCurrentFBofFBs</a>(int i)</td><td><a class="el" href="class_f_b_dialog.html">FBDialog</a></td><td><code> [private, slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_f_b_dialog.html#cc6aeed3c79ba5a2df3b1c8b87850b95">~FBDialog</a>()</td><td><a class="el" href="class_f_b_dialog.html">FBDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_f_b_dialog.html
===================================================================
--- Docs/html/class_f_b_dialog.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/class_f_b_dialog.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -526,7 +526,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="fbdialog_8h.html">fbdialog.h</a><li><a class="el" href="fbdialog_8cpp.html">fbdialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_file_view_dialog-members.html
===================================================================
--- Docs/html/class_file_view_dialog-members.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/class_file_view_dialog-members.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -33,7 +33,7 @@
<tr class="memlist"><td><a class="el" href="class_file_view_dialog.html#36ca33e0a33d9e43cef8b417c6eb764c">setFileExt</a>(int Ext)</td><td><a class="el" href="class_file_view_dialog.html">FileViewDialog</a></td><td><code> [slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_file_view_dialog.html#a2e71e4ee6721342a1b339d011f9066b">~FileViewDialog</a>()</td><td><a class="el" href="class_file_view_dialog.html">FileViewDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_file_view_dialog.html
===================================================================
--- Docs/html/class_file_view_dialog.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/class_file_view_dialog.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -261,7 +261,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="fileviewdialog_8h.html">fileviewdialog.h</a><li><a class="el" href="fileviewdialog_8cpp.html">fileviewdialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_find_dialog-members.html
===================================================================
--- Docs/html/class_find_dialog-members.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/class_find_dialog-members.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -41,7 +41,7 @@
<tr class="memlist"><td><a class="el" href="class_find_dialog.html#2e5b5d48c3bdedef916f35b0f815a2c3">window</a></td><td><a class="el" href="class_find_dialog.html">FindDialog</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_find_dialog.html#d558e82173272809593fb557f6ec88b0">~FindDialog</a>()</td><td><a class="el" href="class_find_dialog.html">FindDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_find_dialog.html
===================================================================
--- Docs/html/class_find_dialog.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/class_find_dialog.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -435,7 +435,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="finddialog_8h.html">finddialog.h</a><li><a class="el" href="finddialog_8cpp.html">finddialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_fnc_dialog-members.html
===================================================================
--- Docs/html/class_fnc_dialog-members.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/class_fnc_dialog-members.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -32,7 +32,7 @@
<tr class="memlist"><td><a class="el" href="class_fnc_dialog.html#81d7aa7f0eec6a43cbcb406808552025">setokButtonState</a>()</td><td><a class="el" href="class_fnc_dialog.html">FncDialog</a></td><td><code> [private, slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_fnc_dialog.html#68f0bd213c6aa261a0938fc483e30522">~FncDialog</a>()</td><td><a class="el" href="class_fnc_dialog.html">FncDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_fnc_dialog.html
===================================================================
--- Docs/html/class_fnc_dialog.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/class_fnc_dialog.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -227,7 +227,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="fncdialog_8h.html">fncdialog.h</a><li><a class="el" href="fncdialog_8cpp.html">fncdialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_help_widget-members.html
===================================================================
--- Docs/html/class_help_widget-members.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/class_help_widget-members.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -33,7 +33,7 @@
<tr class="memlist"><td><a class="el" href="class_help_widget.html#45aacc5e393e4ccb3edc8e9737e65537">setHelpFile</a>(QString filePath, QString file)</td><td><a class="el" href="class_help_widget.html">HelpWidget</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_help_widget.html#7accd809156a5f4e937e978ed7c55b82">~HelpWidget</a>()</td><td><a class="el" href="class_help_widget.html">HelpWidget</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_help_widget.html
===================================================================
--- Docs/html/class_help_widget.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/class_help_widget.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -252,7 +252,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="helpwidget_8h.html">helpwidget.h</a><li><a class="el" href="helpwidget_8cpp.html">helpwidget.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_highlighter___dec-members.html
===================================================================
--- Docs/html/class_highlighter___dec-members.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/class_highlighter___dec-members.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -32,7 +32,7 @@
<tr class="memlist"><td><a class="el" href="class_highlighter___dec.html#1e5f70e1bf893606ac8e1bc8173195bb">multiLineCommentFormat</a></td><td><a class="el" href="class_highlighter___dec.html">Highlighter_Dec</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_highlighter___dec.html#27f0b12f0f08eff81a4f32bdbe70c131">singleLineCommentFormat</a></td><td><a class="el" href="class_highlighter___dec.html">Highlighter_Dec</a></td><td><code> [private]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_highlighter___dec.html
===================================================================
--- Docs/html/class_highlighter___dec.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/class_highlighter___dec.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -214,7 +214,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="highlighter__dec_8h.html">highlighter_dec.h</a><li><a class="el" href="highlighter__dec_8cpp.html">highlighter_dec.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_highlighter___ins-members.html
===================================================================
--- Docs/html/class_highlighter___ins-members.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/class_highlighter___ins-members.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -32,7 +32,7 @@
<tr class="memlist"><td><a class="el" href="class_highlighter___ins.html#276fc4e51c76a067d1b7f4c3b5ce55bf">multiLineCommentFormat</a></td><td><a class="el" href="class_highlighter___ins.html">Highlighter_Ins</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_highlighter___ins.html#a256f30e0c85cea6d72d20bb152cb044">singleLineCommentFormat</a></td><td><a class="el" href="class_highlighter___ins.html">Highlighter_Ins</a></td><td><code> [private]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_highlighter___ins.html
===================================================================
--- Docs/html/class_highlighter___ins.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/class_highlighter___ins.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -214,7 +214,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="highlighter__ins_8h.html">highlighter_ins.h</a><li><a class="el" href="highlighter__ins_8cpp.html">highlighter_ins.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_import_export-members.html
===================================================================
--- Docs/html/class_import_export-members.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/class_import_export-members.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -57,7 +57,7 @@
<tr class="memlist"><td><a class="el" href="class_import_export.html#58d31ecafc6fccae472b1d7244ad59c2">usePrgLngDetection</a></td><td><a class="el" href="class_import_export.html">ImportExport</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_import_export.html#b0bb536c0317391ccc9e40b87b720f64">~ImportExport</a>()</td><td><a class="el" href="class_import_export.html">ImportExport</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_import_export.html
===================================================================
--- Docs/html/class_import_export.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/class_import_export.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -1095,7 +1095,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="importexport_8h.html">importexport.h</a><li><a class="el" href="importexport_8cpp.html">importexport.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_main_window-members.html
===================================================================
--- Docs/html/class_main_window-members.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/class_main_window-members.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -207,7 +207,7 @@
<tr class="memlist"><td><a class="el" href="class_main_window.html#4d6497beed2e1542fede698bc04a5422">ZoomAction</a></td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_main_window.html#e98d00a93bc118200eeef9f9bba1dba7">~MainWindow</a>()</td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_main_window.html
===================================================================
--- Docs/html/class_main_window.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/class_main_window.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -3888,7 +3888,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="mainwindow_8h.html">mainwindow.h</a><li><a class="el" href="mainwindow_8cpp.html">mainwindow.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_p_o_u_info_dialog-members.html
===================================================================
--- Docs/html/class_p_o_u_info_dialog-members.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/class_p_o_u_info_dialog-members.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -38,7 +38,7 @@
<tr class="memlist"><td><a class="el" href="class_p_o_u_info_dialog.html#ab037f2da8a3aefdb1331ffd8f8e12b0">setPrototype</a>()</td><td><a class="el" href="class_p_o_u_info_dialog.html">POUInfoDialog</a></td><td><code> [slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_p_o_u_info_dialog.html#fada30f74d1b252980cc15ba3851aa92">~POUInfoDialog</a>()</td><td><a class="el" href="class_p_o_u_info_dialog.html">POUInfoDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_p_o_u_info_dialog.html
===================================================================
--- Docs/html/class_p_o_u_info_dialog.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/class_p_o_u_info_dialog.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -382,7 +382,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="pouinfodialog_8h.html">pouinfodialog.h</a><li><a class="el" href="pouinfodialog_8cpp.html">pouinfodialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_page_ctrl-members.html
===================================================================
--- Docs/html/class_page_ctrl-members.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/class_page_ctrl-members.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -175,7 +175,7 @@
<tr class="memlist"><td><a class="el" href="class_page_ctrl.html#fe54c98bff649f9c1dee851ed70abf54">unsavedNotice</a></td><td><a class="el" href="class_page_ctrl.html">PageCtrl</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_page_ctrl.html#c6ddf86733f565be300c03fd6f92b29f">~PageCtrl</a>()</td><td><a class="el" href="class_page_ctrl.html">PageCtrl</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_page_ctrl.html
===================================================================
--- Docs/html/class_page_ctrl.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/class_page_ctrl.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -3675,7 +3675,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="pagectrl_8h.html">pagectrl.h</a><li><a class="el" href="pagectrl_8cpp.html">pagectrl.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_page_data-members.html
===================================================================
--- Docs/html/class_page_data-members.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/class_page_data-members.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -41,7 +41,7 @@
<tr class="memlist"><td><a class="el" href="class_page_data.html#db703724e0718ea6de6d709c108ec4a7">pd_SucosoftHeader</a></td><td><a class="el" href="class_page_data.html">PageData</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_page_data.html#fea5647f9b3304c6b8bbf19dd96f08c5">~PageData</a>()</td><td><a class="el" href="class_page_data.html">PageData</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_page_data.html
===================================================================
--- Docs/html/class_page_data.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/class_page_data.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -385,7 +385,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="pagedata_8h.html">pagedata.h</a><li><a class="el" href="pagedata_8cpp.html">pagedata.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_path_file_name_dialog-members.html
===================================================================
--- Docs/html/class_path_file_name_dialog-members.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/class_path_file_name_dialog-members.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -32,7 +32,7 @@
<tr class="memlist"><td><a class="el" href="class_path_file_name_dialog.html#63151f1ca3b4280e085fd62fcb02636c">retranslateUi</a>()</td><td><a class="el" href="class_path_file_name_dialog.html">PathFileNameDialog</a></td><td><code> [slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_path_file_name_dialog.html#c5fa66436c06b98cf7380a1bb13ac526">~PathFileNameDialog</a>()</td><td><a class="el" href="class_path_file_name_dialog.html">PathFileNameDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_path_file_name_dialog.html
===================================================================
--- Docs/html/class_path_file_name_dialog.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/class_path_file_name_dialog.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -222,7 +222,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="pathfilenamedialog_8h.html">pathfilenamedialog.h</a><li><a class="el" href="pathfilenamedialog_8cpp.html">pathfilenamedialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_pref_dialog-members.html
===================================================================
--- Docs/html/class_pref_dialog-members.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/class_pref_dialog-members.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -71,7 +71,7 @@
<tr class="memlist"><td><a class="el" href="class_pref_dialog.html#d3316cb7cbe81ebf60e3e50d862ea621">timer</a></td><td><a class="el" href="class_pref_dialog.html">PrefDialog</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_pref_dialog.html#59daab57653adf16691c10407b8b332d">~PrefDialog</a>()</td><td><a class="el" href="class_pref_dialog.html">PrefDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_pref_dialog.html
===================================================================
--- Docs/html/class_pref_dialog.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/class_pref_dialog.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -1143,7 +1143,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="prefdialog_8h.html">prefdialog.h</a><li><a class="el" href="prefdialog_8cpp.html">prefdialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_print_prepare-members.html
===================================================================
--- Docs/html/class_print_prepare-members.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/class_print_prepare-members.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -35,7 +35,7 @@
<tr class="memlist"><td><a class="el" href="class_print_prepare.html#234d192e73243f180a19793bccb7d562">printPrototype</a></td><td><a class="el" href="class_print_prepare.html">PrintPrepare</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_print_prepare.html#3b3be32a62984efff1e4902989839129">~PrintPrepare</a>()</td><td><a class="el" href="class_print_prepare.html">PrintPrepare</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_print_prepare.html
===================================================================
--- Docs/html/class_print_prepare.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/class_print_prepare.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -302,7 +302,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="printprepare_8h.html">printprepare.h</a><li><a class="el" href="printprepare_8cpp.html">printprepare.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_prototype-members.html
===================================================================
--- Docs/html/class_prototype-members.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/class_prototype-members.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -28,7 +28,7 @@
<tr class="memlist"><td><a class="el" href="class_prototype.html#631f369dca9493e7ee0309445a2ba2c1">Prototype</a>(PageCtrl *pageCtrl)</td><td><a class="el" href="class_prototype.html">Prototype</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_prototype.html#a41c09a167510f1befb52c8131d3f0fb">~Prototype</a>()</td><td><a class="el" href="class_prototype.html">Prototype</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_prototype.html
===================================================================
--- Docs/html/class_prototype.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/class_prototype.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -133,7 +133,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="prototype_8h.html">prototype.h</a><li><a class="el" href="prototype_8cpp.html">prototype.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_session_manager-members.html
===================================================================
--- Docs/html/class_session_manager-members.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/class_session_manager-members.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -48,7 +48,7 @@
<tr class="memlist"><td><a class="el" href="class_session_manager.html#428cd8499bf4eed8d2ab951837a3b640">showErrorList</a></td><td><a class="el" href="class_session_manager.html">SessionManager</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_session_manager.html#cf9860a47b8c54e5f13210715e784621">~SessionManager</a>()</td><td><a class="el" href="class_session_manager.html">SessionManager</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:49 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_session_manager.html
===================================================================
--- Docs/html/class_session_manager.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/class_session_manager.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -567,7 +567,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="sessionmanager_8h.html">sessionmanager.h</a><li><a class="el" href="sessionmanager_8cpp.html">sessionmanager.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:49 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_tab_widget-members.html
===================================================================
--- Docs/html/class_tab_widget-members.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/class_tab_widget-members.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -26,7 +26,7 @@
<tr class="memlist"><td><a class="el" href="class_tab_widget.html#5aad386a078e6085d72e5ade6c4a678d">TabWidget</a>(QWidget *parent=0)</td><td><a class="el" href="class_tab_widget.html">TabWidget</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_tab_widget.html#520ed695e76930479c722ce0a3754180">~TabWidget</a>()</td><td><a class="el" href="class_tab_widget.html">TabWidget</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:49 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_tab_widget.html
===================================================================
--- Docs/html/class_tab_widget.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/class_tab_widget.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -77,7 +77,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="tabwidget_8h.html">tabwidget.h</a><li><a class="el" href="tabwidget_8cpp.html">tabwidget.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:49 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/classes.html
===================================================================
--- Docs/html/classes.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/classes.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -38,7 +38,7 @@
</td><td><a name="letter_M"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah"> M </div></td></tr></table>
</td><td><a class="el" href="class_print_prepare.html">PrintPrepare</a> </td><td><a class="el" href="class_update_info.html">UpdateInfo</a> </td></tr><tr><td><a class="el" href="class_editor.html">Editor</a> </td><td><a class="el" href="class_help_widget.html">HelpWidget</a> </td><td><a class="el" href="class_main_window.html">MainWindow</a> </td></tr></table><p><div class="qindex"><a class="qindex" href="#letter_A">A</a> | <a class="qindex" href="#letter_B">B</a> | <a class="qindex" href="#letter_D">D</a> | <a class="qindex" href="#letter_E">E</a> | <a class="qindex" href="#letter_F">F</a> | <a class="qindex" href="#letter_H">H</a> | <a class="qindex" href="#letter_I">I</a> | <a class="qindex" href="#letter_M">M</a> | <a class="qindex" href="#letter_P">P</a> | <a class="qindex" href="#letter_S">S</a> | <a class="qindex" href="#letter_T">T</a> | <a class="qindex" href="#letter_U">U</a></div><p>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/diffdialog_8cpp.html
===================================================================
--- Docs/html/diffdialog_8cpp.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/diffdialog_8cpp.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -37,7 +37,7 @@
<tr><td></td></tr>
</table>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/diffdialog_8h.html
===================================================================
--- Docs/html/diffdialog_8h.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/diffdialog_8h.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -29,7 +29,7 @@
</table>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/editor_8cpp.html
===================================================================
--- Docs/html/editor_8cpp.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/editor_8cpp.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -26,7 +26,7 @@
<tr><td></td></tr>
</table>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/editor_8h.html
===================================================================
--- Docs/html/editor_8h.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/editor_8h.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -29,7 +29,7 @@
</table>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/fbcallconverter_8cpp.html
===================================================================
--- Docs/html/fbcallconverter_8cpp.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/fbcallconverter_8cpp.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -27,7 +27,7 @@
<tr><td></td></tr>
</table>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/fbcallconverter_8h.html
===================================================================
--- Docs/html/fbcallconverter_8h.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/fbcallconverter_8h.html 2010-12-12 17:13:15 UTC (rev 118)
@@ -29,7 +29,7 @@
</table>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 18:09:15 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/fbdialog_8cpp.html
===================================================================
--- Docs/html/fbdialog_8cpp.html 2010-12-12 12:04:46 UTC (rev 117)
+++ Docs/html/fbdialog_8cpp.html 2010-12-12 17:13:1...
[truncated message content] |
|
From: <pl...@us...> - 2010-12-12 12:04:56
|
Revision: 117
http://plcedit.svn.sourceforge.net/plcedit/?rev=117&view=rev
Author: plcedit
Date: 2010-12-12 12:04:46 +0000 (Sun, 12 Dec 2010)
Log Message:
-----------
- class FBCallConverter: improved CAL model handling by using regular expressions for searching occ. of 'CAL's
- class Highlighter_Dec: added entries
- class Highlighter_Ins: added entries
- class MainWindow: new build No.; new version
- docs: updated
Modified Paths:
--------------
.qdevelop
Docs/Doxyfile_PLCEdit_macx
Docs/html/annotated.html
Docs/html/batchdialog_8cpp.html
Docs/html/batchdialog_8h.html
Docs/html/class_batch_dialog-members.html
Docs/html/class_batch_dialog.html
Docs/html/class_diff_dialog-members.html
Docs/html/class_diff_dialog.html
Docs/html/class_editor-members.html
Docs/html/class_editor.html
Docs/html/class_f_b_call_converter-members.html
Docs/html/class_f_b_call_converter.html
Docs/html/class_f_b_dialog-members.html
Docs/html/class_f_b_dialog.html
Docs/html/class_file_view_dialog-members.html
Docs/html/class_file_view_dialog.html
Docs/html/class_find_dialog-members.html
Docs/html/class_find_dialog.html
Docs/html/class_fnc_dialog-members.html
Docs/html/class_fnc_dialog.html
Docs/html/class_help_widget-members.html
Docs/html/class_help_widget.html
Docs/html/class_highlighter___dec-members.html
Docs/html/class_highlighter___dec.html
Docs/html/class_highlighter___ins-members.html
Docs/html/class_highlighter___ins.html
Docs/html/class_import_export-members.html
Docs/html/class_import_export.html
Docs/html/class_main_window-members.html
Docs/html/class_main_window.html
Docs/html/class_p_o_u_info_dialog-members.html
Docs/html/class_p_o_u_info_dialog.html
Docs/html/class_page_ctrl-members.html
Docs/html/class_page_ctrl.html
Docs/html/class_page_data-members.html
Docs/html/class_page_data.html
Docs/html/class_path_file_name_dialog-members.html
Docs/html/class_path_file_name_dialog.html
Docs/html/class_pref_dialog-members.html
Docs/html/class_pref_dialog.html
Docs/html/class_print_prepare-members.html
Docs/html/class_print_prepare.html
Docs/html/class_prototype-members.html
Docs/html/class_prototype.html
Docs/html/class_session_manager-members.html
Docs/html/class_session_manager.html
Docs/html/class_tab_widget-members.html
Docs/html/class_tab_widget.html
Docs/html/classes.html
Docs/html/diffdialog_8cpp.html
Docs/html/diffdialog_8h.html
Docs/html/editor_8cpp.html
Docs/html/editor_8h.html
Docs/html/fbcallconverter_8cpp.html
Docs/html/fbcallconverter_8h.html
Docs/html/fbdialog_8cpp.html
Docs/html/fbdialog_8h.html
Docs/html/files.html
Docs/html/fileviewdialog_8cpp.html
Docs/html/fileviewdialog_8h.html
Docs/html/finddialog_8cpp.html
Docs/html/finddialog_8h.html
Docs/html/fncdialog_8cpp.html
Docs/html/fncdialog_8h.html
Docs/html/functions.html
Docs/html/functions_0x62.html
Docs/html/functions_0x63.html
Docs/html/functions_0x64.html
Docs/html/functions_0x65.html
Docs/html/functions_0x66.html
Docs/html/functions_0x67.html
Docs/html/functions_0x68.html
Docs/html/functions_0x69.html
Docs/html/functions_0x6b.html
Docs/html/functions_0x6c.html
Docs/html/functions_0x6d.html
Docs/html/functions_0x6e.html
Docs/html/functions_0x6f.html
Docs/html/functions_0x70.html
Docs/html/functions_0x72.html
Docs/html/functions_0x73.html
Docs/html/functions_0x74.html
Docs/html/functions_0x75.html
Docs/html/functions_0x76.html
Docs/html/functions_0x77.html
Docs/html/functions_0x7a.html
Docs/html/functions_0x7e.html
Docs/html/functions_eval.html
Docs/html/functions_func.html
Docs/html/functions_func_0x62.html
Docs/html/functions_func_0x63.html
Docs/html/functions_func_0x64.html
Docs/html/functions_func_0x65.html
Docs/html/functions_func_0x66.html
Docs/html/functions_func_0x67.html
Docs/html/functions_func_0x68.html
Docs/html/functions_func_0x69.html
Docs/html/functions_func_0x6c.html
Docs/html/functions_func_0x6d.html
Docs/html/functions_func_0x6e.html
Docs/html/functions_func_0x6f.html
Docs/html/functions_func_0x70.html
Docs/html/functions_func_0x72.html
Docs/html/functions_func_0x73.html
Docs/html/functions_func_0x74.html
Docs/html/functions_func_0x75.html
Docs/html/functions_func_0x77.html
Docs/html/functions_func_0x7e.html
Docs/html/functions_vars.html
Docs/html/functions_vars_0x62.html
Docs/html/functions_vars_0x63.html
Docs/html/functions_vars_0x64.html
Docs/html/functions_vars_0x65.html
Docs/html/functions_vars_0x66.html
Docs/html/functions_vars_0x68.html
Docs/html/functions_vars_0x69.html
Docs/html/functions_vars_0x6b.html
Docs/html/functions_vars_0x6c.html
Docs/html/functions_vars_0x6d.html
Docs/html/functions_vars_0x6e.html
Docs/html/functions_vars_0x6f.html
Docs/html/functions_vars_0x70.html
Docs/html/functions_vars_0x72.html
Docs/html/functions_vars_0x73.html
Docs/html/functions_vars_0x74.html
Docs/html/functions_vars_0x75.html
Docs/html/functions_vars_0x76.html
Docs/html/functions_vars_0x77.html
Docs/html/functions_vars_0x7a.html
Docs/html/globals.html
Docs/html/globals_defs.html
Docs/html/globals_func.html
Docs/html/helpwidget_8cpp.html
Docs/html/helpwidget_8h.html
Docs/html/highlighter__dec_8cpp.html
Docs/html/highlighter__dec_8h.html
Docs/html/highlighter__ins_8cpp.html
Docs/html/highlighter__ins_8h.html
Docs/html/importexport_8cpp.html
Docs/html/importexport_8h.html
Docs/html/main.html
Docs/html/main_8cpp.html
Docs/html/mainwindow_8cpp.html
Docs/html/mainwindow_8h.html
Docs/html/pagectrl_8cpp.html
Docs/html/pagectrl_8h.html
Docs/html/pagedata_8cpp.html
Docs/html/pagedata_8h.html
Docs/html/pathfilenamedialog_8cpp.html
Docs/html/pathfilenamedialog_8h.html
Docs/html/pouinfodialog_8cpp.html
Docs/html/pouinfodialog_8h.html
Docs/html/prefdialog_8cpp.html
Docs/html/prefdialog_8h.html
Docs/html/printprepare_8cpp.html
Docs/html/printprepare_8h.html
Docs/html/prototype_8cpp.html
Docs/html/prototype_8h.html
Docs/html/sessionmanager_8cpp.html
Docs/html/sessionmanager_8h.html
Docs/html/struct_highlighter___dec_1_1_highlighting_rule-members.html
Docs/html/struct_highlighter___dec_1_1_highlighting_rule.html
Docs/html/struct_highlighter___ins_1_1_highlighting_rule-members.html
Docs/html/struct_highlighter___ins_1_1_highlighting_rule.html
Docs/html/tabwidget_8cpp.html
Docs/html/tabwidget_8h.html
src/fbcallconverter.cpp
src/highlighter_dec.cpp
src/highlighter_ins.cpp
src/mainwindow.cpp
Modified: .qdevelop
===================================================================
(Binary files differ)
Modified: Docs/Doxyfile_PLCEdit_macx
===================================================================
--- Docs/Doxyfile_PLCEdit_macx 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/Doxyfile_PLCEdit_macx 2010-12-12 12:04:46 UTC (rev 117)
@@ -31,7 +31,7 @@
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = "v2.2.1 r115"
+PROJECT_NUMBER = "v2.2.2 r116"
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
Modified: Docs/html/annotated.html
===================================================================
--- Docs/html/annotated.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/annotated.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -51,7 +51,7 @@
<tr><td class="indexkey"><a class="el" href="class_update_info.html">UpdateInfo</a></td><td class="indexvalue"></td></tr>
</table>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:03 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/batchdialog_8cpp.html
===================================================================
--- Docs/html/batchdialog_8cpp.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/batchdialog_8cpp.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -27,7 +27,7 @@
<tr><td></td></tr>
</table>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:03 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/batchdialog_8h.html
===================================================================
--- Docs/html/batchdialog_8h.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/batchdialog_8h.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -30,7 +30,7 @@
</table>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:03 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_batch_dialog-members.html
===================================================================
--- Docs/html/class_batch_dialog-members.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/class_batch_dialog-members.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -34,7 +34,7 @@
<tr class="memlist"><td><a class="el" href="class_batch_dialog.html#4812366c096c5ecf92027b32418b485d">selectedPath</a>()</td><td><a class="el" href="class_batch_dialog.html">BatchDialog</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_batch_dialog.html#de4d5b68f8e6dba4c84677a3f256e7a6">~BatchDialog</a>()</td><td><a class="el" href="class_batch_dialog.html">BatchDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:03 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_batch_dialog.html
===================================================================
--- Docs/html/class_batch_dialog.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/class_batch_dialog.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -268,7 +268,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="batchdialog_8h.html">batchdialog.h</a><li><a class="el" href="batchdialog_8cpp.html">batchdialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:03 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_diff_dialog-members.html
===================================================================
--- Docs/html/class_diff_dialog-members.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/class_diff_dialog-members.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -47,7 +47,7 @@
<tr class="memlist"><td><a class="el" href="class_diff_dialog.html#c062921ac374e3a63a745a4c2c6f28ab">stat_total</a>(int value)</td><td><a class="el" href="class_diff_dialog.html">DiffDialog</a></td><td><code> [private, slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_diff_dialog.html#e65cb080f4815a5528f70d63fc43c5d2">~DiffDialog</a>()</td><td><a class="el" href="class_diff_dialog.html">DiffDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:03 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_diff_dialog.html
===================================================================
--- Docs/html/class_diff_dialog.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/class_diff_dialog.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -542,7 +542,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="diffdialog_8h.html">diffdialog.h</a><li><a class="el" href="diffdialog_8cpp.html">diffdialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:03 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_editor-members.html
===================================================================
--- Docs/html/class_editor-members.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/class_editor-members.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -43,7 +43,7 @@
<tr class="memlist"><td><a class="el" href="class_editor.html#132e9adb3bb9521fb2d84f2e75e26c73">str_contextmenu_comparewithprev</a></td><td><a class="el" href="class_editor.html">Editor</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_editor.html#d465abc9575af92b4fa61525085172d6">~Editor</a>()</td><td><a class="el" href="class_editor.html">Editor</a></td><td></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:03 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_editor.html
===================================================================
--- Docs/html/class_editor.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/class_editor.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -467,7 +467,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="editor_8h.html">editor.h</a><li><a class="el" href="editor_8cpp.html">editor.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:03 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_f_b_call_converter-members.html
===================================================================
--- Docs/html/class_f_b_call_converter-members.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/class_f_b_call_converter-members.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -37,7 +37,7 @@
<tr class="memlist"><td><a class="el" href="class_f_b_call_converter.html#923ac974d17e18850c74f664b80311ee">m_PageCtrl</a></td><td><a class="el" href="class_f_b_call_converter.html">FBCallConverter</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_f_b_call_converter.html#5f037169b51f11322a6b93768ef9b7db">~FBCallConverter</a>()</td><td><a class="el" href="class_f_b_call_converter.html">FBCallConverter</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:03 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_f_b_call_converter.html
===================================================================
--- Docs/html/class_f_b_call_converter.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/class_f_b_call_converter.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -559,7 +559,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="fbcallconverter_8h.html">fbcallconverter.h</a><li><a class="el" href="fbcallconverter_8cpp.html">fbcallconverter.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:03 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_f_b_dialog-members.html
===================================================================
--- Docs/html/class_f_b_dialog-members.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/class_f_b_dialog-members.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -42,7 +42,7 @@
<tr class="memlist"><td><a class="el" href="class_f_b_dialog.html#a7cde6b3dc60756db92b57229c11c90d">showCurrentFBofFBs</a>(int i)</td><td><a class="el" href="class_f_b_dialog.html">FBDialog</a></td><td><code> [private, slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_f_b_dialog.html#cc6aeed3c79ba5a2df3b1c8b87850b95">~FBDialog</a>()</td><td><a class="el" href="class_f_b_dialog.html">FBDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:03 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_f_b_dialog.html
===================================================================
--- Docs/html/class_f_b_dialog.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/class_f_b_dialog.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -526,7 +526,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="fbdialog_8h.html">fbdialog.h</a><li><a class="el" href="fbdialog_8cpp.html">fbdialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:03 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_file_view_dialog-members.html
===================================================================
--- Docs/html/class_file_view_dialog-members.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/class_file_view_dialog-members.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -33,7 +33,7 @@
<tr class="memlist"><td><a class="el" href="class_file_view_dialog.html#36ca33e0a33d9e43cef8b417c6eb764c">setFileExt</a>(int Ext)</td><td><a class="el" href="class_file_view_dialog.html">FileViewDialog</a></td><td><code> [slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_file_view_dialog.html#a2e71e4ee6721342a1b339d011f9066b">~FileViewDialog</a>()</td><td><a class="el" href="class_file_view_dialog.html">FileViewDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_file_view_dialog.html
===================================================================
--- Docs/html/class_file_view_dialog.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/class_file_view_dialog.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -261,7 +261,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="fileviewdialog_8h.html">fileviewdialog.h</a><li><a class="el" href="fileviewdialog_8cpp.html">fileviewdialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:03 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_find_dialog-members.html
===================================================================
--- Docs/html/class_find_dialog-members.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/class_find_dialog-members.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -41,7 +41,7 @@
<tr class="memlist"><td><a class="el" href="class_find_dialog.html#2e5b5d48c3bdedef916f35b0f815a2c3">window</a></td><td><a class="el" href="class_find_dialog.html">FindDialog</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_find_dialog.html#d558e82173272809593fb557f6ec88b0">~FindDialog</a>()</td><td><a class="el" href="class_find_dialog.html">FindDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_find_dialog.html
===================================================================
--- Docs/html/class_find_dialog.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/class_find_dialog.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -435,7 +435,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="finddialog_8h.html">finddialog.h</a><li><a class="el" href="finddialog_8cpp.html">finddialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_fnc_dialog-members.html
===================================================================
--- Docs/html/class_fnc_dialog-members.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/class_fnc_dialog-members.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -32,7 +32,7 @@
<tr class="memlist"><td><a class="el" href="class_fnc_dialog.html#81d7aa7f0eec6a43cbcb406808552025">setokButtonState</a>()</td><td><a class="el" href="class_fnc_dialog.html">FncDialog</a></td><td><code> [private, slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_fnc_dialog.html#68f0bd213c6aa261a0938fc483e30522">~FncDialog</a>()</td><td><a class="el" href="class_fnc_dialog.html">FncDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_fnc_dialog.html
===================================================================
--- Docs/html/class_fnc_dialog.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/class_fnc_dialog.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -227,7 +227,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="fncdialog_8h.html">fncdialog.h</a><li><a class="el" href="fncdialog_8cpp.html">fncdialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_help_widget-members.html
===================================================================
--- Docs/html/class_help_widget-members.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/class_help_widget-members.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -33,7 +33,7 @@
<tr class="memlist"><td><a class="el" href="class_help_widget.html#45aacc5e393e4ccb3edc8e9737e65537">setHelpFile</a>(QString filePath, QString file)</td><td><a class="el" href="class_help_widget.html">HelpWidget</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_help_widget.html#7accd809156a5f4e937e978ed7c55b82">~HelpWidget</a>()</td><td><a class="el" href="class_help_widget.html">HelpWidget</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_help_widget.html
===================================================================
--- Docs/html/class_help_widget.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/class_help_widget.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -252,7 +252,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="helpwidget_8h.html">helpwidget.h</a><li><a class="el" href="helpwidget_8cpp.html">helpwidget.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_highlighter___dec-members.html
===================================================================
--- Docs/html/class_highlighter___dec-members.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/class_highlighter___dec-members.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -32,7 +32,7 @@
<tr class="memlist"><td><a class="el" href="class_highlighter___dec.html#1e5f70e1bf893606ac8e1bc8173195bb">multiLineCommentFormat</a></td><td><a class="el" href="class_highlighter___dec.html">Highlighter_Dec</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_highlighter___dec.html#27f0b12f0f08eff81a4f32bdbe70c131">singleLineCommentFormat</a></td><td><a class="el" href="class_highlighter___dec.html">Highlighter_Dec</a></td><td><code> [private]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_highlighter___dec.html
===================================================================
--- Docs/html/class_highlighter___dec.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/class_highlighter___dec.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -214,7 +214,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="highlighter__dec_8h.html">highlighter_dec.h</a><li><a class="el" href="highlighter__dec_8cpp.html">highlighter_dec.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_highlighter___ins-members.html
===================================================================
--- Docs/html/class_highlighter___ins-members.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/class_highlighter___ins-members.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -32,7 +32,7 @@
<tr class="memlist"><td><a class="el" href="class_highlighter___ins.html#276fc4e51c76a067d1b7f4c3b5ce55bf">multiLineCommentFormat</a></td><td><a class="el" href="class_highlighter___ins.html">Highlighter_Ins</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_highlighter___ins.html#a256f30e0c85cea6d72d20bb152cb044">singleLineCommentFormat</a></td><td><a class="el" href="class_highlighter___ins.html">Highlighter_Ins</a></td><td><code> [private]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_highlighter___ins.html
===================================================================
--- Docs/html/class_highlighter___ins.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/class_highlighter___ins.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -214,7 +214,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="highlighter__ins_8h.html">highlighter_ins.h</a><li><a class="el" href="highlighter__ins_8cpp.html">highlighter_ins.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_import_export-members.html
===================================================================
--- Docs/html/class_import_export-members.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/class_import_export-members.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -57,7 +57,7 @@
<tr class="memlist"><td><a class="el" href="class_import_export.html#58d31ecafc6fccae472b1d7244ad59c2">usePrgLngDetection</a></td><td><a class="el" href="class_import_export.html">ImportExport</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_import_export.html#b0bb536c0317391ccc9e40b87b720f64">~ImportExport</a>()</td><td><a class="el" href="class_import_export.html">ImportExport</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_import_export.html
===================================================================
--- Docs/html/class_import_export.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/class_import_export.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -1095,7 +1095,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="importexport_8h.html">importexport.h</a><li><a class="el" href="importexport_8cpp.html">importexport.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_main_window-members.html
===================================================================
--- Docs/html/class_main_window-members.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/class_main_window-members.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -207,7 +207,7 @@
<tr class="memlist"><td><a class="el" href="class_main_window.html#4d6497beed2e1542fede698bc04a5422">ZoomAction</a></td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_main_window.html#e98d00a93bc118200eeef9f9bba1dba7">~MainWindow</a>()</td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_main_window.html
===================================================================
--- Docs/html/class_main_window.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/class_main_window.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -3888,7 +3888,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="mainwindow_8h.html">mainwindow.h</a><li><a class="el" href="mainwindow_8cpp.html">mainwindow.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_p_o_u_info_dialog-members.html
===================================================================
--- Docs/html/class_p_o_u_info_dialog-members.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/class_p_o_u_info_dialog-members.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -38,7 +38,7 @@
<tr class="memlist"><td><a class="el" href="class_p_o_u_info_dialog.html#ab037f2da8a3aefdb1331ffd8f8e12b0">setPrototype</a>()</td><td><a class="el" href="class_p_o_u_info_dialog.html">POUInfoDialog</a></td><td><code> [slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_p_o_u_info_dialog.html#fada30f74d1b252980cc15ba3851aa92">~POUInfoDialog</a>()</td><td><a class="el" href="class_p_o_u_info_dialog.html">POUInfoDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_p_o_u_info_dialog.html
===================================================================
--- Docs/html/class_p_o_u_info_dialog.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/class_p_o_u_info_dialog.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -382,7 +382,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="pouinfodialog_8h.html">pouinfodialog.h</a><li><a class="el" href="pouinfodialog_8cpp.html">pouinfodialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_page_ctrl-members.html
===================================================================
--- Docs/html/class_page_ctrl-members.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/class_page_ctrl-members.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -175,7 +175,7 @@
<tr class="memlist"><td><a class="el" href="class_page_ctrl.html#fe54c98bff649f9c1dee851ed70abf54">unsavedNotice</a></td><td><a class="el" href="class_page_ctrl.html">PageCtrl</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_page_ctrl.html#c6ddf86733f565be300c03fd6f92b29f">~PageCtrl</a>()</td><td><a class="el" href="class_page_ctrl.html">PageCtrl</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_page_ctrl.html
===================================================================
--- Docs/html/class_page_ctrl.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/class_page_ctrl.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -3675,7 +3675,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="pagectrl_8h.html">pagectrl.h</a><li><a class="el" href="pagectrl_8cpp.html">pagectrl.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_page_data-members.html
===================================================================
--- Docs/html/class_page_data-members.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/class_page_data-members.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -41,7 +41,7 @@
<tr class="memlist"><td><a class="el" href="class_page_data.html#db703724e0718ea6de6d709c108ec4a7">pd_SucosoftHeader</a></td><td><a class="el" href="class_page_data.html">PageData</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_page_data.html#fea5647f9b3304c6b8bbf19dd96f08c5">~PageData</a>()</td><td><a class="el" href="class_page_data.html">PageData</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_page_data.html
===================================================================
--- Docs/html/class_page_data.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/class_page_data.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -385,7 +385,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="pagedata_8h.html">pagedata.h</a><li><a class="el" href="pagedata_8cpp.html">pagedata.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_path_file_name_dialog-members.html
===================================================================
--- Docs/html/class_path_file_name_dialog-members.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/class_path_file_name_dialog-members.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -32,7 +32,7 @@
<tr class="memlist"><td><a class="el" href="class_path_file_name_dialog.html#63151f1ca3b4280e085fd62fcb02636c">retranslateUi</a>()</td><td><a class="el" href="class_path_file_name_dialog.html">PathFileNameDialog</a></td><td><code> [slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_path_file_name_dialog.html#c5fa66436c06b98cf7380a1bb13ac526">~PathFileNameDialog</a>()</td><td><a class="el" href="class_path_file_name_dialog.html">PathFileNameDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_path_file_name_dialog.html
===================================================================
--- Docs/html/class_path_file_name_dialog.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/class_path_file_name_dialog.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -222,7 +222,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="pathfilenamedialog_8h.html">pathfilenamedialog.h</a><li><a class="el" href="pathfilenamedialog_8cpp.html">pathfilenamedialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_pref_dialog-members.html
===================================================================
--- Docs/html/class_pref_dialog-members.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/class_pref_dialog-members.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -71,7 +71,7 @@
<tr class="memlist"><td><a class="el" href="class_pref_dialog.html#d3316cb7cbe81ebf60e3e50d862ea621">timer</a></td><td><a class="el" href="class_pref_dialog.html">PrefDialog</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_pref_dialog.html#59daab57653adf16691c10407b8b332d">~PrefDialog</a>()</td><td><a class="el" href="class_pref_dialog.html">PrefDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_pref_dialog.html
===================================================================
--- Docs/html/class_pref_dialog.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/class_pref_dialog.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -1143,7 +1143,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="prefdialog_8h.html">prefdialog.h</a><li><a class="el" href="prefdialog_8cpp.html">prefdialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_print_prepare-members.html
===================================================================
--- Docs/html/class_print_prepare-members.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/class_print_prepare-members.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -35,7 +35,7 @@
<tr class="memlist"><td><a class="el" href="class_print_prepare.html#234d192e73243f180a19793bccb7d562">printPrototype</a></td><td><a class="el" href="class_print_prepare.html">PrintPrepare</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_print_prepare.html#3b3be32a62984efff1e4902989839129">~PrintPrepare</a>()</td><td><a class="el" href="class_print_prepare.html">PrintPrepare</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_print_prepare.html
===================================================================
--- Docs/html/class_print_prepare.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/class_print_prepare.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -302,7 +302,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="printprepare_8h.html">printprepare.h</a><li><a class="el" href="printprepare_8cpp.html">printprepare.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_prototype-members.html
===================================================================
--- Docs/html/class_prototype-members.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/class_prototype-members.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -28,7 +28,7 @@
<tr class="memlist"><td><a class="el" href="class_prototype.html#631f369dca9493e7ee0309445a2ba2c1">Prototype</a>(PageCtrl *pageCtrl)</td><td><a class="el" href="class_prototype.html">Prototype</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_prototype.html#a41c09a167510f1befb52c8131d3f0fb">~Prototype</a>()</td><td><a class="el" href="class_prototype.html">Prototype</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_prototype.html
===================================================================
--- Docs/html/class_prototype.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/class_prototype.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -133,7 +133,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="prototype_8h.html">prototype.h</a><li><a class="el" href="prototype_8cpp.html">prototype.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_session_manager-members.html
===================================================================
--- Docs/html/class_session_manager-members.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/class_session_manager-members.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -48,7 +48,7 @@
<tr class="memlist"><td><a class="el" href="class_session_manager.html#428cd8499bf4eed8d2ab951837a3b640">showErrorList</a></td><td><a class="el" href="class_session_manager.html">SessionManager</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_session_manager.html#cf9860a47b8c54e5f13210715e784621">~SessionManager</a>()</td><td><a class="el" href="class_session_manager.html">SessionManager</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:49 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_session_manager.html
===================================================================
--- Docs/html/class_session_manager.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/class_session_manager.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -567,7 +567,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="sessionmanager_8h.html">sessionmanager.h</a><li><a class="el" href="sessionmanager_8cpp.html">sessionmanager.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:49 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_tab_widget-members.html
===================================================================
--- Docs/html/class_tab_widget-members.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/class_tab_widget-members.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -26,7 +26,7 @@
<tr class="memlist"><td><a class="el" href="class_tab_widget.html#5aad386a078e6085d72e5ade6c4a678d">TabWidget</a>(QWidget *parent=0)</td><td><a class="el" href="class_tab_widget.html">TabWidget</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_tab_widget.html#520ed695e76930479c722ce0a3754180">~TabWidget</a>()</td><td><a class="el" href="class_tab_widget.html">TabWidget</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:49 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_tab_widget.html
===================================================================
--- Docs/html/class_tab_widget.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/class_tab_widget.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -77,7 +77,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="tabwidget_8h.html">tabwidget.h</a><li><a class="el" href="tabwidget_8cpp.html">tabwidget.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:49 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/classes.html
===================================================================
--- Docs/html/classes.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/classes.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -38,7 +38,7 @@
</td><td><a name="letter_M"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah"> M </div></td></tr></table>
</td><td><a class="el" href="class_print_prepare.html">PrintPrepare</a> </td><td><a class="el" href="class_update_info.html">UpdateInfo</a> </td></tr><tr><td><a class="el" href="class_editor.html">Editor</a> </td><td><a class="el" href="class_help_widget.html">HelpWidget</a> </td><td><a class="el" href="class_main_window.html">MainWindow</a> </td></tr></table><p><div class="qindex"><a class="qindex" href="#letter_A">A</a> | <a class="qindex" href="#letter_B">B</a> | <a class="qindex" href="#letter_D">D</a> | <a class="qindex" href="#letter_E">E</a> | <a class="qindex" href="#letter_F">F</a> | <a class="qindex" href="#letter_H">H</a> | <a class="qindex" href="#letter_I">I</a> | <a class="qindex" href="#letter_M">M</a> | <a class="qindex" href="#letter_P">P</a> | <a class="qindex" href="#letter_S">S</a> | <a class="qindex" href="#letter_T">T</a> | <a class="qindex" href="#letter_U">U</a></div><p>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:03 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/diffdialog_8cpp.html
===================================================================
--- Docs/html/diffdialog_8cpp.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/diffdialog_8cpp.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -37,7 +37,7 @@
<tr><td></td></tr>
</table>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:03 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/diffdialog_8h.html
===================================================================
--- Docs/html/diffdialog_8h.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/diffdialog_8h.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -29,7 +29,7 @@
</table>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:03 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/editor_8cpp.html
===================================================================
--- Docs/html/editor_8cpp.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/editor_8cpp.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -26,7 +26,7 @@
<tr><td></td></tr>
</table>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:03 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/editor_8h.html
===================================================================
--- Docs/html/editor_8h.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/editor_8h.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -29,7 +29,7 @@
</table>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:03 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/fbcallconverter_8cpp.html
===================================================================
--- Docs/html/fbcallconverter_8cpp.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/fbcallconverter_8cpp.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -27,7 +27,7 @@
<tr><td></td></tr>
</table>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:03 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/fbcallconverter_8h.html
===================================================================
--- Docs/html/fbcallconverter_8h.html 2010-07-11 18:10:51 UTC (rev 116)
+++ Docs/html/fbcallconverter_8h.html 2010-12-12 12:04:46 UTC (rev 117)
@@ -29,7 +29,7 @@
</table>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:03 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Dec 12 12:57:48 2010 for PLCEdit by
<a href="http://www.do...
[truncated message content] |
|
From: <pl...@us...> - 2010-07-11 18:10:57
|
Revision: 116
http://plcedit.svn.sourceforge.net/plcedit/?rev=116&view=rev
Author: plcedit
Date: 2010-07-11 18:10:51 +0000 (Sun, 11 Jul 2010)
Log Message:
-----------
- revised help file
Modified Paths:
--------------
Help/index.html
Modified: Help/index.html
===================================================================
--- Help/index.html 2010-07-10 17:26:04 UTC (rev 115)
+++ Help/index.html 2010-07-11 18:10:51 UTC (rev 116)
@@ -22,7 +22,7 @@
copyright
</td>
<td align="left" valign="center">
- : 221.19 <br>
+ : 221.20 <br>
: M. Rehfeldt <br>
: (c) 2005-2010
</td>
@@ -355,7 +355,7 @@
All current pages will be saved in a session folder and with a special session file automatically at the end of program.<br>
<h3 align="left">Sessions path</h3>
-This option can be used to cahnge the path were session files will be stored. Be carefully with this option to prevent loosing data.<br>
+This option can be used to cahnge the path were session files will be stored. Be carefully with this option to prevent loosing data. To reset the path to its default value clear the path input or use the button Default at the preferences dialog or.<br>
<h3 align="left">Start with session manager</h3>
PLCEdit starts up with the session manager in front.<br>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pl...@us...> - 2010-07-10 17:26:13
|
Revision: 115
http://plcedit.svn.sourceforge.net/plcedit/?rev=115&view=rev
Author: plcedit
Date: 2010-07-10 17:26:04 +0000 (Sat, 10 Jul 2010)
Log Message:
-----------
- class MainWindow: new build No.; suported files information for save dialog corrected
- docs: updated
Modified Paths:
--------------
.qdevelop
Docs/Doxyfile_PLCEdit_macx
Docs/html/annotated.html
Docs/html/batchdialog_8cpp.html
Docs/html/batchdialog_8h.html
Docs/html/class_batch_dialog-members.html
Docs/html/class_batch_dialog.html
Docs/html/class_diff_dialog-members.html
Docs/html/class_diff_dialog.html
Docs/html/class_editor-members.html
Docs/html/class_editor.html
Docs/html/class_f_b_call_converter-members.html
Docs/html/class_f_b_call_converter.html
Docs/html/class_f_b_dialog-members.html
Docs/html/class_f_b_dialog.html
Docs/html/class_file_view_dialog-members.html
Docs/html/class_file_view_dialog.html
Docs/html/class_find_dialog-members.html
Docs/html/class_find_dialog.html
Docs/html/class_fnc_dialog-members.html
Docs/html/class_fnc_dialog.html
Docs/html/class_help_widget-members.html
Docs/html/class_help_widget.html
Docs/html/class_highlighter___dec-members.html
Docs/html/class_highlighter___dec.html
Docs/html/class_highlighter___ins-members.html
Docs/html/class_highlighter___ins.html
Docs/html/class_import_export-members.html
Docs/html/class_import_export.html
Docs/html/class_main_window-members.html
Docs/html/class_main_window.html
Docs/html/class_p_o_u_info_dialog-members.html
Docs/html/class_p_o_u_info_dialog.html
Docs/html/class_page_ctrl-members.html
Docs/html/class_page_ctrl.html
Docs/html/class_page_data-members.html
Docs/html/class_page_data.html
Docs/html/class_path_file_name_dialog-members.html
Docs/html/class_path_file_name_dialog.html
Docs/html/class_pref_dialog-members.html
Docs/html/class_pref_dialog.html
Docs/html/class_print_prepare-members.html
Docs/html/class_print_prepare.html
Docs/html/class_prototype-members.html
Docs/html/class_prototype.html
Docs/html/class_session_manager-members.html
Docs/html/class_session_manager.html
Docs/html/class_tab_widget-members.html
Docs/html/class_tab_widget.html
Docs/html/classes.html
Docs/html/diffdialog_8cpp.html
Docs/html/diffdialog_8h.html
Docs/html/editor_8cpp.html
Docs/html/editor_8h.html
Docs/html/fbcallconverter_8cpp.html
Docs/html/fbcallconverter_8h.html
Docs/html/fbdialog_8cpp.html
Docs/html/fbdialog_8h.html
Docs/html/files.html
Docs/html/fileviewdialog_8cpp.html
Docs/html/fileviewdialog_8h.html
Docs/html/finddialog_8cpp.html
Docs/html/finddialog_8h.html
Docs/html/fncdialog_8cpp.html
Docs/html/fncdialog_8h.html
Docs/html/functions.html
Docs/html/functions_0x62.html
Docs/html/functions_0x63.html
Docs/html/functions_0x64.html
Docs/html/functions_0x65.html
Docs/html/functions_0x66.html
Docs/html/functions_0x67.html
Docs/html/functions_0x68.html
Docs/html/functions_0x69.html
Docs/html/functions_0x6b.html
Docs/html/functions_0x6c.html
Docs/html/functions_0x6d.html
Docs/html/functions_0x6e.html
Docs/html/functions_0x6f.html
Docs/html/functions_0x70.html
Docs/html/functions_0x72.html
Docs/html/functions_0x73.html
Docs/html/functions_0x74.html
Docs/html/functions_0x75.html
Docs/html/functions_0x76.html
Docs/html/functions_0x77.html
Docs/html/functions_0x7a.html
Docs/html/functions_0x7e.html
Docs/html/functions_eval.html
Docs/html/functions_func.html
Docs/html/functions_func_0x62.html
Docs/html/functions_func_0x63.html
Docs/html/functions_func_0x64.html
Docs/html/functions_func_0x65.html
Docs/html/functions_func_0x66.html
Docs/html/functions_func_0x67.html
Docs/html/functions_func_0x68.html
Docs/html/functions_func_0x69.html
Docs/html/functions_func_0x6c.html
Docs/html/functions_func_0x6d.html
Docs/html/functions_func_0x6e.html
Docs/html/functions_func_0x6f.html
Docs/html/functions_func_0x70.html
Docs/html/functions_func_0x72.html
Docs/html/functions_func_0x73.html
Docs/html/functions_func_0x74.html
Docs/html/functions_func_0x75.html
Docs/html/functions_func_0x77.html
Docs/html/functions_func_0x7e.html
Docs/html/functions_vars.html
Docs/html/functions_vars_0x62.html
Docs/html/functions_vars_0x63.html
Docs/html/functions_vars_0x64.html
Docs/html/functions_vars_0x65.html
Docs/html/functions_vars_0x66.html
Docs/html/functions_vars_0x68.html
Docs/html/functions_vars_0x69.html
Docs/html/functions_vars_0x6b.html
Docs/html/functions_vars_0x6c.html
Docs/html/functions_vars_0x6d.html
Docs/html/functions_vars_0x6e.html
Docs/html/functions_vars_0x6f.html
Docs/html/functions_vars_0x70.html
Docs/html/functions_vars_0x72.html
Docs/html/functions_vars_0x73.html
Docs/html/functions_vars_0x74.html
Docs/html/functions_vars_0x75.html
Docs/html/functions_vars_0x76.html
Docs/html/functions_vars_0x77.html
Docs/html/functions_vars_0x7a.html
Docs/html/globals.html
Docs/html/globals_defs.html
Docs/html/globals_func.html
Docs/html/helpwidget_8cpp.html
Docs/html/helpwidget_8h.html
Docs/html/highlighter__dec_8cpp.html
Docs/html/highlighter__dec_8h.html
Docs/html/highlighter__ins_8cpp.html
Docs/html/highlighter__ins_8h.html
Docs/html/importexport_8cpp.html
Docs/html/importexport_8h.html
Docs/html/main.html
Docs/html/main_8cpp.html
Docs/html/mainwindow_8cpp.html
Docs/html/mainwindow_8h.html
Docs/html/pagectrl_8cpp.html
Docs/html/pagectrl_8h.html
Docs/html/pagedata_8cpp.html
Docs/html/pagedata_8h.html
Docs/html/pathfilenamedialog_8cpp.html
Docs/html/pathfilenamedialog_8h.html
Docs/html/pouinfodialog_8cpp.html
Docs/html/pouinfodialog_8h.html
Docs/html/prefdialog_8cpp.html
Docs/html/prefdialog_8h.html
Docs/html/printprepare_8cpp.html
Docs/html/printprepare_8h.html
Docs/html/prototype_8cpp.html
Docs/html/prototype_8h.html
Docs/html/sessionmanager_8cpp.html
Docs/html/sessionmanager_8h.html
Docs/html/struct_highlighter___dec_1_1_highlighting_rule-members.html
Docs/html/struct_highlighter___dec_1_1_highlighting_rule.html
Docs/html/struct_highlighter___ins_1_1_highlighting_rule-members.html
Docs/html/struct_highlighter___ins_1_1_highlighting_rule.html
Docs/html/tabwidget_8cpp.html
Docs/html/tabwidget_8h.html
src/mainwindow.cpp
ui/BatchDialog.ui
Modified: .qdevelop
===================================================================
(Binary files differ)
Modified: Docs/Doxyfile_PLCEdit_macx
===================================================================
--- Docs/Doxyfile_PLCEdit_macx 2010-07-10 15:18:14 UTC (rev 114)
+++ Docs/Doxyfile_PLCEdit_macx 2010-07-10 17:26:04 UTC (rev 115)
@@ -31,7 +31,7 @@
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = "v2.2.1 r112"
+PROJECT_NUMBER = "v2.2.1 r115"
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
Modified: Docs/html/annotated.html
===================================================================
--- Docs/html/annotated.html 2010-07-10 15:18:14 UTC (rev 114)
+++ Docs/html/annotated.html 2010-07-10 17:26:04 UTC (rev 115)
@@ -51,7 +51,7 @@
<tr><td class="indexkey"><a class="el" href="class_update_info.html">UpdateInfo</a></td><td class="indexvalue"></td></tr>
</table>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:03 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/batchdialog_8cpp.html
===================================================================
--- Docs/html/batchdialog_8cpp.html 2010-07-10 15:18:14 UTC (rev 114)
+++ Docs/html/batchdialog_8cpp.html 2010-07-10 17:26:04 UTC (rev 115)
@@ -27,7 +27,7 @@
<tr><td></td></tr>
</table>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:03 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/batchdialog_8h.html
===================================================================
--- Docs/html/batchdialog_8h.html 2010-07-10 15:18:14 UTC (rev 114)
+++ Docs/html/batchdialog_8h.html 2010-07-10 17:26:04 UTC (rev 115)
@@ -30,7 +30,7 @@
</table>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:03 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_batch_dialog-members.html
===================================================================
--- Docs/html/class_batch_dialog-members.html 2010-07-10 15:18:14 UTC (rev 114)
+++ Docs/html/class_batch_dialog-members.html 2010-07-10 17:26:04 UTC (rev 115)
@@ -34,7 +34,7 @@
<tr class="memlist"><td><a class="el" href="class_batch_dialog.html#4812366c096c5ecf92027b32418b485d">selectedPath</a>()</td><td><a class="el" href="class_batch_dialog.html">BatchDialog</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_batch_dialog.html#de4d5b68f8e6dba4c84677a3f256e7a6">~BatchDialog</a>()</td><td><a class="el" href="class_batch_dialog.html">BatchDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:03 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_batch_dialog.html
===================================================================
--- Docs/html/class_batch_dialog.html 2010-07-10 15:18:14 UTC (rev 114)
+++ Docs/html/class_batch_dialog.html 2010-07-10 17:26:04 UTC (rev 115)
@@ -268,7 +268,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="batchdialog_8h.html">batchdialog.h</a><li><a class="el" href="batchdialog_8cpp.html">batchdialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:03 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_diff_dialog-members.html
===================================================================
--- Docs/html/class_diff_dialog-members.html 2010-07-10 15:18:14 UTC (rev 114)
+++ Docs/html/class_diff_dialog-members.html 2010-07-10 17:26:04 UTC (rev 115)
@@ -47,7 +47,7 @@
<tr class="memlist"><td><a class="el" href="class_diff_dialog.html#c062921ac374e3a63a745a4c2c6f28ab">stat_total</a>(int value)</td><td><a class="el" href="class_diff_dialog.html">DiffDialog</a></td><td><code> [private, slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_diff_dialog.html#e65cb080f4815a5528f70d63fc43c5d2">~DiffDialog</a>()</td><td><a class="el" href="class_diff_dialog.html">DiffDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:03 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_diff_dialog.html
===================================================================
--- Docs/html/class_diff_dialog.html 2010-07-10 15:18:14 UTC (rev 114)
+++ Docs/html/class_diff_dialog.html 2010-07-10 17:26:04 UTC (rev 115)
@@ -542,7 +542,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="diffdialog_8h.html">diffdialog.h</a><li><a class="el" href="diffdialog_8cpp.html">diffdialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:03 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_editor-members.html
===================================================================
--- Docs/html/class_editor-members.html 2010-07-10 15:18:14 UTC (rev 114)
+++ Docs/html/class_editor-members.html 2010-07-10 17:26:04 UTC (rev 115)
@@ -43,7 +43,7 @@
<tr class="memlist"><td><a class="el" href="class_editor.html#132e9adb3bb9521fb2d84f2e75e26c73">str_contextmenu_comparewithprev</a></td><td><a class="el" href="class_editor.html">Editor</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_editor.html#d465abc9575af92b4fa61525085172d6">~Editor</a>()</td><td><a class="el" href="class_editor.html">Editor</a></td><td></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:03 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_editor.html
===================================================================
--- Docs/html/class_editor.html 2010-07-10 15:18:14 UTC (rev 114)
+++ Docs/html/class_editor.html 2010-07-10 17:26:04 UTC (rev 115)
@@ -467,7 +467,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="editor_8h.html">editor.h</a><li><a class="el" href="editor_8cpp.html">editor.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:03 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_f_b_call_converter-members.html
===================================================================
--- Docs/html/class_f_b_call_converter-members.html 2010-07-10 15:18:14 UTC (rev 114)
+++ Docs/html/class_f_b_call_converter-members.html 2010-07-10 17:26:04 UTC (rev 115)
@@ -37,7 +37,7 @@
<tr class="memlist"><td><a class="el" href="class_f_b_call_converter.html#923ac974d17e18850c74f664b80311ee">m_PageCtrl</a></td><td><a class="el" href="class_f_b_call_converter.html">FBCallConverter</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_f_b_call_converter.html#5f037169b51f11322a6b93768ef9b7db">~FBCallConverter</a>()</td><td><a class="el" href="class_f_b_call_converter.html">FBCallConverter</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:03 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_f_b_call_converter.html
===================================================================
--- Docs/html/class_f_b_call_converter.html 2010-07-10 15:18:14 UTC (rev 114)
+++ Docs/html/class_f_b_call_converter.html 2010-07-10 17:26:04 UTC (rev 115)
@@ -559,7 +559,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="fbcallconverter_8h.html">fbcallconverter.h</a><li><a class="el" href="fbcallconverter_8cpp.html">fbcallconverter.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:03 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_f_b_dialog-members.html
===================================================================
--- Docs/html/class_f_b_dialog-members.html 2010-07-10 15:18:14 UTC (rev 114)
+++ Docs/html/class_f_b_dialog-members.html 2010-07-10 17:26:04 UTC (rev 115)
@@ -42,7 +42,7 @@
<tr class="memlist"><td><a class="el" href="class_f_b_dialog.html#a7cde6b3dc60756db92b57229c11c90d">showCurrentFBofFBs</a>(int i)</td><td><a class="el" href="class_f_b_dialog.html">FBDialog</a></td><td><code> [private, slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_f_b_dialog.html#cc6aeed3c79ba5a2df3b1c8b87850b95">~FBDialog</a>()</td><td><a class="el" href="class_f_b_dialog.html">FBDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:03 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_f_b_dialog.html
===================================================================
--- Docs/html/class_f_b_dialog.html 2010-07-10 15:18:14 UTC (rev 114)
+++ Docs/html/class_f_b_dialog.html 2010-07-10 17:26:04 UTC (rev 115)
@@ -526,7 +526,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="fbdialog_8h.html">fbdialog.h</a><li><a class="el" href="fbdialog_8cpp.html">fbdialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:03 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_file_view_dialog-members.html
===================================================================
--- Docs/html/class_file_view_dialog-members.html 2010-07-10 15:18:14 UTC (rev 114)
+++ Docs/html/class_file_view_dialog-members.html 2010-07-10 17:26:04 UTC (rev 115)
@@ -33,7 +33,7 @@
<tr class="memlist"><td><a class="el" href="class_file_view_dialog.html#36ca33e0a33d9e43cef8b417c6eb764c">setFileExt</a>(int Ext)</td><td><a class="el" href="class_file_view_dialog.html">FileViewDialog</a></td><td><code> [slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_file_view_dialog.html#a2e71e4ee6721342a1b339d011f9066b">~FileViewDialog</a>()</td><td><a class="el" href="class_file_view_dialog.html">FileViewDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_file_view_dialog.html
===================================================================
--- Docs/html/class_file_view_dialog.html 2010-07-10 15:18:14 UTC (rev 114)
+++ Docs/html/class_file_view_dialog.html 2010-07-10 17:26:04 UTC (rev 115)
@@ -261,7 +261,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="fileviewdialog_8h.html">fileviewdialog.h</a><li><a class="el" href="fileviewdialog_8cpp.html">fileviewdialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:03 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_find_dialog-members.html
===================================================================
--- Docs/html/class_find_dialog-members.html 2010-07-10 15:18:14 UTC (rev 114)
+++ Docs/html/class_find_dialog-members.html 2010-07-10 17:26:04 UTC (rev 115)
@@ -41,7 +41,7 @@
<tr class="memlist"><td><a class="el" href="class_find_dialog.html#2e5b5d48c3bdedef916f35b0f815a2c3">window</a></td><td><a class="el" href="class_find_dialog.html">FindDialog</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_find_dialog.html#d558e82173272809593fb557f6ec88b0">~FindDialog</a>()</td><td><a class="el" href="class_find_dialog.html">FindDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_find_dialog.html
===================================================================
--- Docs/html/class_find_dialog.html 2010-07-10 15:18:14 UTC (rev 114)
+++ Docs/html/class_find_dialog.html 2010-07-10 17:26:04 UTC (rev 115)
@@ -435,7 +435,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="finddialog_8h.html">finddialog.h</a><li><a class="el" href="finddialog_8cpp.html">finddialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_fnc_dialog-members.html
===================================================================
--- Docs/html/class_fnc_dialog-members.html 2010-07-10 15:18:14 UTC (rev 114)
+++ Docs/html/class_fnc_dialog-members.html 2010-07-10 17:26:04 UTC (rev 115)
@@ -32,7 +32,7 @@
<tr class="memlist"><td><a class="el" href="class_fnc_dialog.html#81d7aa7f0eec6a43cbcb406808552025">setokButtonState</a>()</td><td><a class="el" href="class_fnc_dialog.html">FncDialog</a></td><td><code> [private, slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_fnc_dialog.html#68f0bd213c6aa261a0938fc483e30522">~FncDialog</a>()</td><td><a class="el" href="class_fnc_dialog.html">FncDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_fnc_dialog.html
===================================================================
--- Docs/html/class_fnc_dialog.html 2010-07-10 15:18:14 UTC (rev 114)
+++ Docs/html/class_fnc_dialog.html 2010-07-10 17:26:04 UTC (rev 115)
@@ -227,7 +227,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="fncdialog_8h.html">fncdialog.h</a><li><a class="el" href="fncdialog_8cpp.html">fncdialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_help_widget-members.html
===================================================================
--- Docs/html/class_help_widget-members.html 2010-07-10 15:18:14 UTC (rev 114)
+++ Docs/html/class_help_widget-members.html 2010-07-10 17:26:04 UTC (rev 115)
@@ -33,7 +33,7 @@
<tr class="memlist"><td><a class="el" href="class_help_widget.html#45aacc5e393e4ccb3edc8e9737e65537">setHelpFile</a>(QString filePath, QString file)</td><td><a class="el" href="class_help_widget.html">HelpWidget</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_help_widget.html#7accd809156a5f4e937e978ed7c55b82">~HelpWidget</a>()</td><td><a class="el" href="class_help_widget.html">HelpWidget</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_help_widget.html
===================================================================
--- Docs/html/class_help_widget.html 2010-07-10 15:18:14 UTC (rev 114)
+++ Docs/html/class_help_widget.html 2010-07-10 17:26:04 UTC (rev 115)
@@ -252,7 +252,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="helpwidget_8h.html">helpwidget.h</a><li><a class="el" href="helpwidget_8cpp.html">helpwidget.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_highlighter___dec-members.html
===================================================================
--- Docs/html/class_highlighter___dec-members.html 2010-07-10 15:18:14 UTC (rev 114)
+++ Docs/html/class_highlighter___dec-members.html 2010-07-10 17:26:04 UTC (rev 115)
@@ -32,7 +32,7 @@
<tr class="memlist"><td><a class="el" href="class_highlighter___dec.html#1e5f70e1bf893606ac8e1bc8173195bb">multiLineCommentFormat</a></td><td><a class="el" href="class_highlighter___dec.html">Highlighter_Dec</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_highlighter___dec.html#27f0b12f0f08eff81a4f32bdbe70c131">singleLineCommentFormat</a></td><td><a class="el" href="class_highlighter___dec.html">Highlighter_Dec</a></td><td><code> [private]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_highlighter___dec.html
===================================================================
--- Docs/html/class_highlighter___dec.html 2010-07-10 15:18:14 UTC (rev 114)
+++ Docs/html/class_highlighter___dec.html 2010-07-10 17:26:04 UTC (rev 115)
@@ -214,7 +214,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="highlighter__dec_8h.html">highlighter_dec.h</a><li><a class="el" href="highlighter__dec_8cpp.html">highlighter_dec.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_highlighter___ins-members.html
===================================================================
--- Docs/html/class_highlighter___ins-members.html 2010-07-10 15:18:14 UTC (rev 114)
+++ Docs/html/class_highlighter___ins-members.html 2010-07-10 17:26:04 UTC (rev 115)
@@ -32,7 +32,7 @@
<tr class="memlist"><td><a class="el" href="class_highlighter___ins.html#276fc4e51c76a067d1b7f4c3b5ce55bf">multiLineCommentFormat</a></td><td><a class="el" href="class_highlighter___ins.html">Highlighter_Ins</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_highlighter___ins.html#a256f30e0c85cea6d72d20bb152cb044">singleLineCommentFormat</a></td><td><a class="el" href="class_highlighter___ins.html">Highlighter_Ins</a></td><td><code> [private]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_highlighter___ins.html
===================================================================
--- Docs/html/class_highlighter___ins.html 2010-07-10 15:18:14 UTC (rev 114)
+++ Docs/html/class_highlighter___ins.html 2010-07-10 17:26:04 UTC (rev 115)
@@ -214,7 +214,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="highlighter__ins_8h.html">highlighter_ins.h</a><li><a class="el" href="highlighter__ins_8cpp.html">highlighter_ins.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_import_export-members.html
===================================================================
--- Docs/html/class_import_export-members.html 2010-07-10 15:18:14 UTC (rev 114)
+++ Docs/html/class_import_export-members.html 2010-07-10 17:26:04 UTC (rev 115)
@@ -57,7 +57,7 @@
<tr class="memlist"><td><a class="el" href="class_import_export.html#58d31ecafc6fccae472b1d7244ad59c2">usePrgLngDetection</a></td><td><a class="el" href="class_import_export.html">ImportExport</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_import_export.html#b0bb536c0317391ccc9e40b87b720f64">~ImportExport</a>()</td><td><a class="el" href="class_import_export.html">ImportExport</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:27 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_import_export.html
===================================================================
--- Docs/html/class_import_export.html 2010-07-10 15:18:14 UTC (rev 114)
+++ Docs/html/class_import_export.html 2010-07-10 17:26:04 UTC (rev 115)
@@ -1095,7 +1095,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="importexport_8h.html">importexport.h</a><li><a class="el" href="importexport_8cpp.html">importexport.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_main_window-members.html
===================================================================
--- Docs/html/class_main_window-members.html 2010-07-10 15:18:14 UTC (rev 114)
+++ Docs/html/class_main_window-members.html 2010-07-10 17:26:04 UTC (rev 115)
@@ -207,7 +207,7 @@
<tr class="memlist"><td><a class="el" href="class_main_window.html#4d6497beed2e1542fede698bc04a5422">ZoomAction</a></td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_main_window.html#e98d00a93bc118200eeef9f9bba1dba7">~MainWindow</a>()</td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:27 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_main_window.html
===================================================================
--- Docs/html/class_main_window.html 2010-07-10 15:18:14 UTC (rev 114)
+++ Docs/html/class_main_window.html 2010-07-10 17:26:04 UTC (rev 115)
@@ -3888,7 +3888,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="mainwindow_8h.html">mainwindow.h</a><li><a class="el" href="mainwindow_8cpp.html">mainwindow.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:27 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_p_o_u_info_dialog-members.html
===================================================================
--- Docs/html/class_p_o_u_info_dialog-members.html 2010-07-10 15:18:14 UTC (rev 114)
+++ Docs/html/class_p_o_u_info_dialog-members.html 2010-07-10 17:26:04 UTC (rev 115)
@@ -38,7 +38,7 @@
<tr class="memlist"><td><a class="el" href="class_p_o_u_info_dialog.html#ab037f2da8a3aefdb1331ffd8f8e12b0">setPrototype</a>()</td><td><a class="el" href="class_p_o_u_info_dialog.html">POUInfoDialog</a></td><td><code> [slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_p_o_u_info_dialog.html#fada30f74d1b252980cc15ba3851aa92">~POUInfoDialog</a>()</td><td><a class="el" href="class_p_o_u_info_dialog.html">POUInfoDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:27 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_p_o_u_info_dialog.html
===================================================================
--- Docs/html/class_p_o_u_info_dialog.html 2010-07-10 15:18:14 UTC (rev 114)
+++ Docs/html/class_p_o_u_info_dialog.html 2010-07-10 17:26:04 UTC (rev 115)
@@ -382,7 +382,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="pouinfodialog_8h.html">pouinfodialog.h</a><li><a class="el" href="pouinfodialog_8cpp.html">pouinfodialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:27 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_page_ctrl-members.html
===================================================================
--- Docs/html/class_page_ctrl-members.html 2010-07-10 15:18:14 UTC (rev 114)
+++ Docs/html/class_page_ctrl-members.html 2010-07-10 17:26:04 UTC (rev 115)
@@ -175,7 +175,7 @@
<tr class="memlist"><td><a class="el" href="class_page_ctrl.html#fe54c98bff649f9c1dee851ed70abf54">unsavedNotice</a></td><td><a class="el" href="class_page_ctrl.html">PageCtrl</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_page_ctrl.html#c6ddf86733f565be300c03fd6f92b29f">~PageCtrl</a>()</td><td><a class="el" href="class_page_ctrl.html">PageCtrl</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:27 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_page_ctrl.html
===================================================================
--- Docs/html/class_page_ctrl.html 2010-07-10 15:18:14 UTC (rev 114)
+++ Docs/html/class_page_ctrl.html 2010-07-10 17:26:04 UTC (rev 115)
@@ -3675,7 +3675,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="pagectrl_8h.html">pagectrl.h</a><li><a class="el" href="pagectrl_8cpp.html">pagectrl.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:27 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_page_data-members.html
===================================================================
--- Docs/html/class_page_data-members.html 2010-07-10 15:18:14 UTC (rev 114)
+++ Docs/html/class_page_data-members.html 2010-07-10 17:26:04 UTC (rev 115)
@@ -41,7 +41,7 @@
<tr class="memlist"><td><a class="el" href="class_page_data.html#db703724e0718ea6de6d709c108ec4a7">pd_SucosoftHeader</a></td><td><a class="el" href="class_page_data.html">PageData</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_page_data.html#fea5647f9b3304c6b8bbf19dd96f08c5">~PageData</a>()</td><td><a class="el" href="class_page_data.html">PageData</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:27 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_page_data.html
===================================================================
--- Docs/html/class_page_data.html 2010-07-10 15:18:14 UTC (rev 114)
+++ Docs/html/class_page_data.html 2010-07-10 17:26:04 UTC (rev 115)
@@ -385,7 +385,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="pagedata_8h.html">pagedata.h</a><li><a class="el" href="pagedata_8cpp.html">pagedata.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:27 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_path_file_name_dialog-members.html
===================================================================
--- Docs/html/class_path_file_name_dialog-members.html 2010-07-10 15:18:14 UTC (rev 114)
+++ Docs/html/class_path_file_name_dialog-members.html 2010-07-10 17:26:04 UTC (rev 115)
@@ -32,7 +32,7 @@
<tr class="memlist"><td><a class="el" href="class_path_file_name_dialog.html#63151f1ca3b4280e085fd62fcb02636c">retranslateUi</a>()</td><td><a class="el" href="class_path_file_name_dialog.html">PathFileNameDialog</a></td><td><code> [slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_path_file_name_dialog.html#c5fa66436c06b98cf7380a1bb13ac526">~PathFileNameDialog</a>()</td><td><a class="el" href="class_path_file_name_dialog.html">PathFileNameDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:27 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_path_file_name_dialog.html
===================================================================
--- Docs/html/class_path_file_name_dialog.html 2010-07-10 15:18:14 UTC (rev 114)
+++ Docs/html/class_path_file_name_dialog.html 2010-07-10 17:26:04 UTC (rev 115)
@@ -222,7 +222,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="pathfilenamedialog_8h.html">pathfilenamedialog.h</a><li><a class="el" href="pathfilenamedialog_8cpp.html">pathfilenamedialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:27 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_pref_dialog-members.html
===================================================================
--- Docs/html/class_pref_dialog-members.html 2010-07-10 15:18:14 UTC (rev 114)
+++ Docs/html/class_pref_dialog-members.html 2010-07-10 17:26:04 UTC (rev 115)
@@ -23,6 +23,7 @@
</div>
<div class="contents">
<h1>PrefDialog Member List</h1>This is the complete list of members for <a class="el" href="class_pref_dialog.html">PrefDialog</a>, including all inherited members.<p><table>
+ <tr class="memlist"><td><a class="el" href="class_pref_dialog.html#d688f472a47bd79a99e79ccce8937b98">appDir</a></td><td><a class="el" href="class_pref_dialog.html">PrefDialog</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_pref_dialog.html#8b480e5bd0df3a73914fdfef80f06c0d">applyPrefDialog</a>()</td><td><a class="el" href="class_pref_dialog.html">PrefDialog</a></td><td><code> [private, slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_pref_dialog.html#6e91a64306c461eaf199b1f1f7c15aa4">appTranslator</a></td><td><a class="el" href="class_pref_dialog.html">PrefDialog</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_pref_dialog.html#8cd1debed13efb59823566854ca507ff">cancelDialog</a>()</td><td><a class="el" href="class_pref_dialog.html">PrefDialog</a></td><td><code> [private, slot]</code></td></tr>
@@ -49,6 +50,7 @@
<tr class="memlist"><td><a class="el" href="class_pref_dialog.html#71bac1c7f748250e35a25b0440a2ca98">m_SessionManager</a></td><td><a class="el" href="class_pref_dialog.html">PrefDialog</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_pref_dialog.html#fb74af9f8e03f75f60ad7bde2e39dbd1">m_UpdateInfo</a></td><td><a class="el" href="class_pref_dialog.html">PrefDialog</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_pref_dialog.html#c9e18452c53161e41c5f473a25a9757f">msg_head_lastDirDialog</a></td><td><a class="el" href="class_pref_dialog.html">PrefDialog</a></td><td><code> [private]</code></td></tr>
+ <tr class="memlist"><td><a class="el" href="class_pref_dialog.html#b229b34b5a6f537f6817baad2326a2b0">msg_head_sessionDirDialog</a></td><td><a class="el" href="class_pref_dialog.html">PrefDialog</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_pref_dialog.html#f40fb4c5cb23b08d065a26b8c7843aef">okClickPrefDialog</a>()</td><td><a class="el" href="class_pref_dialog.html">PrefDialog</a></td><td><code> [private, slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_pref_dialog.html#b3928a91c005c98bcb7b7d4f8b6cfe78">openPref</a>()</td><td><a class="el" href="class_pref_dialog.html">PrefDialog</a></td><td><code> [slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_pref_dialog.html#bf8acb2e6cf063fabee9711edc566588">PrefDialog</a>(MainWindow *parent, PageCtrl *pageCtrl, SessionManager *sessionManager, ImportExport *importExport, PrintPrepare *printPrepare, POUInfoDialog *pouInfoDialog, FileViewDialog *fileViewDialog, FindDialog *findDialog, FncDialog *fncDialog, FBDialog *fbDialog, HelpWidget *helpWidget, AboutDialog *aboutDialog, UpdateInfo *updateInfo)</td><td><a class="el" href="class_pref_dialog.html">PrefDialog</a></td><td></td></tr>
@@ -60,6 +62,7 @@
<tr class="memlist"><td><a class="el" href="class_pref_dialog.html#a873c571663630817331e00090b355c4">setHiLineColor</a>(QColor color)</td><td><a class="el" href="class_pref_dialog.html">PrefDialog</a></td><td><code> [private, slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_pref_dialog.html#497ce7cc541a525c19a94ca510f01cb5">setLastDir</a>()</td><td><a class="el" href="class_pref_dialog.html">PrefDialog</a></td><td><code> [private, slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_pref_dialog.html#65f16aaceb15a36c5c17295895d3abbc">setPrefListRow</a>(int i)</td><td><a class="el" href="class_pref_dialog.html">PrefDialog</a></td><td><code> [private, slot]</code></td></tr>
+ <tr class="memlist"><td><a class="el" href="class_pref_dialog.html#edec321e0612237992a9e2797c227687">setSessionDir</a>()</td><td><a class="el" href="class_pref_dialog.html">PrefDialog</a></td><td><code> [private, slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_pref_dialog.html#687a821a483741a6ec2b2d1a067088ea">setTimer</a>(bool set)</td><td><a class="el" href="class_pref_dialog.html">PrefDialog</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_pref_dialog.html#2deb4728c98eba827bccc71740c0a696">startTimer</a>()</td><td><a class="el" href="class_pref_dialog.html">PrefDialog</a></td><td><code> [private, slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_pref_dialog.html#0a4222f3a54995e68f6a8ee45c172be0">stopTimer</a>()</td><td><a class="el" href="class_pref_dialog.html">PrefDialog</a></td><td><code> [private, slot]</code></td></tr>
@@ -68,7 +71,7 @@
<tr class="memlist"><td><a class="el" href="class_pref_dialog.html#d3316cb7cbe81ebf60e3e50d862ea621">timer</a></td><td><a class="el" href="class_pref_dialog.html">PrefDialog</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_pref_dialog.html#59daab57653adf16691c10407b8b332d">~PrefDialog</a>()</td><td><a class="el" href="class_pref_dialog.html">PrefDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:27 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_pref_dialog.html
===================================================================
--- Docs/html/class_pref_dialog.html 2010-07-10 15:18:14 UTC (rev 114)
+++ Docs/html/class_pref_dialog.html 2010-07-10 17:26:04 UTC (rev 115)
@@ -67,6 +67,8 @@
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_pref_dialog.html#497ce7cc541a525c19a94ca510f01cb5">setLastDir</a> ()</td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_pref_dialog.html#edec321e0612237992a9e2797c227687">setSessionDir</a> ()</td></tr>
+
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_pref_dialog.html#2deb4728c98eba827bccc71740c0a696">startTimer</a> ()</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_pref_dialog.html#0a4222f3a54995e68f6a8ee45c172be0">stopTimer</a> ()</td></tr>
@@ -131,6 +133,9 @@
<tr><td class="memItemLeft" nowrap align="right" valign="top">QColor </td><td class="memItemRight" valign="bottom"><a class="el" href="class_pref_dialog.html#e5accdb9490f05327afb6a256563b5c8">hiLineColor</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">highlighting color for current line <a href="#e5accdb9490f05327afb6a256563b5c8"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">QString </td><td class="memItemRight" valign="bottom"><a class="el" href="class_pref_dialog.html#d688f472a47bd79a99e79ccce8937b98">appDir</a></td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">application directory <a href="#d688f472a47bd79a99e79ccce8937b98"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">QString </td><td class="memItemRight" valign="bottom"><a class="el" href="class_pref_dialog.html#0786c299aa1db3f8b11e6eb0dd78e9ae">langDir</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">language directory <a href="#0786c299aa1db3f8b11e6eb0dd78e9ae"></a><br></td></tr>
@@ -140,6 +145,9 @@
<tr><td class="memItemLeft" nowrap align="right" valign="top">QString </td><td class="memItemRight" valign="bottom"><a class="el" href="class_pref_dialog.html#c9e18452c53161e41c5f473a25a9757f">msg_head_lastDirDialog</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">message string for "preset directory" dialog <a href="#c9e18452c53161e41c5f473a25a9757f"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">QString </td><td class="memItemRight" valign="bottom"><a class="el" href="class_pref_dialog.html#b229b34b5a6f537f6817baad2326a2b0">msg_head_sessionDirDialog</a></td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">message string for "session directory" dialog <a href="#b229b34b5a6f537f6817baad2326a2b0"></a><br></td></tr>
</table>
<hr><h2>Constructor & Destructor Documentation</h2>
<a class="anchor" name="bf8acb2e6cf063fabee9711edc566588"></a><!-- doxytag: member="PrefDialog::PrefDialog" ref="bf8acb2e6cf063fabee9711edc566588" args="(MainWindow *parent, PageCtrl *pageCtrl, SessionManager *sessionManager, ImportExport *importExport, PrintPrepare *printPrepare, POUInfoDialog *pouInfoDialog, FileViewDialog *fileViewDialog, FindDialog *findDialog, FncDialog *fncDialog, FBDialog *fbDialog, HelpWidget *helpWidget, AboutDialog *aboutDialog, UpdateInfo *updateInfo)" -->
@@ -646,6 +654,27 @@
slot set row in preferences page list by i
</div>
</div><p>
+<a class="anchor" name="edec321e0612237992a9e2797c227687"></a><!-- doxytag: member="PrefDialog::setSessionDir" ref="edec321e0612237992a9e2797c227687" args="()" -->
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">void PrefDialog::setSessionDir </td>
+ <td>(</td>
+ <td class="paramname"> </td>
+ <td> ) </td>
+ <td><code> [private, slot]</code></td>
+ </tr>
+ </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+<p>
+set Sessions directory
+</div>
+</div><p>
<a class="anchor" name="687a821a483741a6ec2b2d1a067088ea"></a><!-- doxytag: member="PrefDialog::setTimer" ref="687a821a483741a6ec2b2d1a067088ea" args="(bool set)" -->
<div class="memitem">
<div class="memproto">
@@ -754,6 +783,23 @@
</div>
</div><p>
<hr><h2>Member Data Documentation</h2>
+<a class="anchor" name="d688f472a47bd79a99e79ccce8937b98"></a><!-- doxytag: member="PrefDialog::appDir" ref="d688f472a47bd79a99e79ccce8937b98" args="" -->
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">QString <a class="el" href="class_pref_dialog.html#d688f472a47bd79a99e79ccce8937b98">PrefDialog::appDir</a><code> [private]</code> </td>
+ </tr>
+ </table>
+</div>
+<div class="memdoc">
+
+<p>
+application directory
+<p>
+
+</div>
+</div><p>
<a class="anchor" name="6e91a64306c461eaf199b1f1f7c15aa4"></a><!-- doxytag: member="PrefDialog::appTranslator" ref="6e91a64306c461eaf199b1f1f7c15aa4" args="" -->
<div class="memitem">
<div class="memproto">
@@ -1060,6 +1106,23 @@
</div>
</div><p>
+<a class="anchor" name="b229b34b5a6f537f6817baad2326a2b0"></a><!-- doxytag: member="PrefDialog::msg_head_sessionDirDialog" ref="b229b34b5a6f537f6817baad2326a2b0" args="" -->
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">QString <a class="el" href="class_pref_dialog.html#b229b34b5a6f537f6817baad2326a2b0">PrefDialog::msg_head_sessionDirDialog</a><code> [private]</code> </td>
+ </tr>
+ </table>
+</div>
+<div class="memdoc">
+
+<p>
+message string for "session directory" dialog
+<p>
+
+</div>
+</div><p>
<a class="anchor" name="d3316cb7cbe81ebf60e3e50d862ea621"></a><!-- doxytag: member="PrefDialog::timer" ref="d3316cb7cbe81ebf60e3e50d862ea621" args="" -->
<div class="memitem">
<div class="memproto">
@@ -1080,7 +1143,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="prefdialog_8h.html">prefdialog.h</a><li><a class="el" href="prefdialog_8cpp.html">prefdialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:27 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_print_prepare-members.html
===================================================================
--- Docs/html/class_print_prepare-members.html 2010-07-10 15:18:14 UTC (rev 114)
+++ Docs/html/class_print_prepare-members.html 2010-07-10 17:26:04 UTC (rev 115)
@@ -35,7 +35,7 @@
<tr class="memlist"><td><a class="el" href="class_print_prepare.html#234d192e73243f180a19793bccb7d562">printPrototype</a></td><td><a class="el" href="class_print_prepare.html">PrintPrepare</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_print_prepare.html#3b3be32a62984efff1e4902989839129">~PrintPrepare</a>()</td><td><a class="el" href="class_print_prepare.html">PrintPrepare</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:27 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_print_prepare.html
===================================================================
--- Docs/html/class_print_prepare.html 2010-07-10 15:18:14 UTC (rev 114)
+++ Docs/html/class_print_prepare.html 2010-07-10 17:26:04 UTC (rev 115)
@@ -302,7 +302,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="printprepare_8h.html">printprepare.h</a><li><a class="el" href="printprepare_8cpp.html">printprepare.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:27 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_prototype-members.html
===================================================================
--- Docs/html/class_prototype-members.html 2010-07-10 15:18:14 UTC (rev 114)
+++ Docs/html/class_prototype-members.html 2010-07-10 17:26:04 UTC (rev 115)
@@ -28,7 +28,7 @@
<tr class="memlist"><td><a class="el" href="class_prototype.html#631f369dca9493e7ee0309445a2ba2c1">Prototype</a>(PageCtrl *pageCtrl)</td><td><a class="el" href="class_prototype.html">Prototype</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_prototype.html#a41c09a167510f1befb52c8131d3f0fb">~Prototype</a>()</td><td><a class="el" href="class_prototype.html">Prototype</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:27 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Jul 10 19:22:04 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_prototype.html
==========================================...
[truncated message content] |
|
From: <pl...@us...> - 2010-07-10 15:18:20
|
Revision: 114
http://plcedit.svn.sourceforge.net/plcedit/?rev=114&view=rev
Author: plcedit
Date: 2010-07-10 15:18:14 +0000 (Sat, 10 Jul 2010)
Log Message:
-----------
- class MainWindow: new build No.;
- help: updated
Modified Paths:
--------------
Help/PLCEdit_prefpagesessions_win.png
Help/index.html
src/mainwindow.cpp
Modified: Help/PLCEdit_prefpagesessions_win.png
===================================================================
(Binary files differ)
Modified: Help/index.html
===================================================================
--- Help/index.html 2010-07-10 14:58:28 UTC (rev 113)
+++ Help/index.html 2010-07-10 15:18:14 UTC (rev 114)
@@ -22,7 +22,7 @@
copyright
</td>
<td align="left" valign="center">
- : 221.18 <br>
+ : 221.19 <br>
: M. Rehfeldt <br>
: (c) 2005-2010
</td>
@@ -354,6 +354,9 @@
<h3 align="left">Autosave as project</h3>
All current pages will be saved in a session folder and with a special session file automatically at the end of program.<br>
+<h3 align="left">Sessions path</h3>
+This option can be used to cahnge the path were session files will be stored. Be carefully with this option to prevent loosing data.<br>
+
<h3 align="left">Start with session manager</h3>
PLCEdit starts up with the session manager in front.<br>
Modified: src/mainwindow.cpp
===================================================================
--- src/mainwindow.cpp 2010-07-10 14:58:28 UTC (rev 113)
+++ src/mainwindow.cpp 2010-07-10 15:18:14 UTC (rev 114)
@@ -56,7 +56,7 @@
//Application information
PROJECT_NAME = "PLCEdit";
VERSION = "2.2.1";
- REVISION = "r113";
+ REVISION = "r114";
PROJECT_DATE = "2010";
PROJECT_URL = "plcedit.org";
PROJECT_MAIL = "in...@pl...";
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pl...@us...> - 2010-07-10 14:58:37
|
Revision: 113
http://plcedit.svn.sourceforge.net/plcedit/?rev=113&view=rev
Author: plcedit
Date: 2010-07-10 14:58:28 +0000 (Sat, 10 Jul 2010)
Log Message:
-----------
- class MainWindow: new build No.;
- class FindDialog: added replace mask cleaning
- class ImportExport: again solved tab and file list handling during file save process
- class PageCtrl: minor revisions
- class PrefDialog: added sessions path option
- class SessionManager: revised to be able to handle path from class PrefDialog
- About U: changed font
- PrefDialog UI: added session path option items
- translations: all updated
Modified Paths:
--------------
Lang/Czech.qm
Lang/Czech.ts
Lang/Deutsch.qm
Lang/Deutsch.ts
Lang/English.ts
Lang/Francais.qm
Lang/Francais.ts
Lang/Wildcard.ts
PLCEdit.pro
qdevelop-settings.db
src/finddialog.cpp
src/importexport.cpp
src/mainwindow.cpp
src/pagectrl.cpp
src/prefdialog.cpp
src/prefdialog.h
src/sessionmanager.cpp
src/sessionmanager.h
ui/AboutDialog.ui
ui/PrefDialog.ui
Modified: Lang/Czech.qm
===================================================================
(Binary files differ)
Modified: Lang/Czech.ts
===================================================================
--- Lang/Czech.ts 2010-03-28 19:50:02 UTC (rev 112)
+++ Lang/Czech.ts 2010-07-10 14:58:28 UTC (rev 113)
@@ -15,72 +15,72 @@
</message>
<message>
<location filename="../ui/AboutDialog.ui" line="368"/>
- <location filename="../src/aboutdialog.cpp" line="59"/>
+ <location filename="../src/aboutdialog.cpp" line="61"/>
<source>Close</source>
<translation>Zavřít</translation>
</message>
<message>
- <location filename="../src/aboutdialog.cpp" line="56"/>
+ <location filename="../src/aboutdialog.cpp" line="58"/>
<source>About</source>
<translation>O programu</translation>
</message>
<message>
- <location filename="../src/aboutdialog.cpp" line="60"/>
+ <location filename="../src/aboutdialog.cpp" line="62"/>
<source>Close about box</source>
<translation>Zavřít o box</translation>
</message>
<message>
- <location filename="../src/aboutdialog.cpp" line="71"/>
+ <location filename="../src/aboutdialog.cpp" line="73"/>
<source>PLCEdit is a powerfull programming notepad for PLC source code, compatible to</source>
<translation>PLCEdit je mocný editor zdrojového kódu PLC, slučitelný s</translation>
</message>
<message>
- <location filename="../src/aboutdialog.cpp" line="76"/>
+ <location filename="../src/aboutdialog.cpp" line="78"/>
<source>plain POU sources</source>
<translation>zdroji prostého POU</translation>
</message>
<message>
- <location filename="../src/aboutdialog.cpp" line="77"/>
+ <location filename="../src/aboutdialog.cpp" line="79"/>
<source>3S CoDeSys V2.3</source>
<translation>3S CoDeSys V2.3</translation>
</message>
<message>
- <location filename="../src/aboutdialog.cpp" line="78"/>
+ <location filename="../src/aboutdialog.cpp" line="80"/>
<source>KW-Software MULTIPROG</source>
<translation>KW-Software MULTIPROG</translation>
</message>
<message>
- <location filename="../src/aboutdialog.cpp" line="79"/>
+ <location filename="../src/aboutdialog.cpp" line="81"/>
<source>Mitsubishi MELSOFT IEC</source>
<translation>Mitsubishi MELSOFT IEC</translation>
</message>
<message>
- <location filename="../src/aboutdialog.cpp" line="80"/>
+ <location filename="../src/aboutdialog.cpp" line="82"/>
<source>Moeller Sucosoft S40</source>
<translation>Moeller Sucosoft S40</translation>
</message>
<message>
- <location filename="../src/aboutdialog.cpp" line="81"/>
+ <location filename="../src/aboutdialog.cpp" line="83"/>
<source>Siemens STEP 7</source>
<translation>Siemens STEP 7</translation>
</message>
<message>
- <location filename="../src/aboutdialog.cpp" line="83"/>
+ <location filename="../src/aboutdialog.cpp" line="85"/>
<source>This programm is distributed under the terms of the GPL v2 and is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.</source>
<translation>This programm is distributed under the terms of the GPL v2 and is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.</translation>
</message>
<message>
- <location filename="../src/aboutdialog.cpp" line="85"/>
+ <location filename="../src/aboutdialog.cpp" line="87"/>
<source>Special Thanks to</source>
<translation>Zvláštní poděkování</translation>
</message>
<message>
- <location filename="../src/aboutdialog.cpp" line="86"/>
+ <location filename="../src/aboutdialog.cpp" line="88"/>
<source>for programming QDevelop</source>
<translation>pro programování QDevelop</translation>
</message>
<message>
- <location filename="../src/aboutdialog.cpp" line="87"/>
+ <location filename="../src/aboutdialog.cpp" line="89"/>
<source>Czech translation</source>
<translation>Český překlad</translation>
</message>
@@ -88,72 +88,72 @@
<context>
<name>BatchDialog</name>
<message>
- <location filename="../src/batchdialog.cpp" line="74"/>
+ <location filename="../src/batchdialog.cpp" line="75"/>
<source>Batch converter</source>
<translation>Dávkový převod</translation>
</message>
<message>
<location filename="../ui/BatchDialog.ui" line="65"/>
- <location filename="../src/batchdialog.cpp" line="77"/>
+ <location filename="../src/batchdialog.cpp" line="78"/>
<source>Ok</source>
<translation>OK</translation>
</message>
<message>
- <location filename="../src/batchdialog.cpp" line="78"/>
+ <location filename="../src/batchdialog.cpp" line="79"/>
<source>Accept inputs and close window</source>
<translation>Potvrdit zadání a zavřít okno</translation>
</message>
<message>
<location filename="../ui/BatchDialog.ui" line="84"/>
- <location filename="../src/batchdialog.cpp" line="82"/>
+ <location filename="../src/batchdialog.cpp" line="83"/>
<source>Close</source>
<translation>Zavřít</translation>
</message>
<message>
- <location filename="../src/batchdialog.cpp" line="83"/>
+ <location filename="../src/batchdialog.cpp" line="84"/>
<source>Cancel settings and close window</source>
<translation>Zrušit zadání a zavřít okno</translation>
</message>
<message>
<location filename="../ui/BatchDialog.ui" line="270"/>
- <location filename="../src/batchdialog.cpp" line="87"/>
+ <location filename="../src/batchdialog.cpp" line="88"/>
<source>Result path:</source>
<translation>Výstupní cesta:</translation>
</message>
<message>
- <location filename="../src/batchdialog.cpp" line="88"/>
+ <location filename="../src/batchdialog.cpp" line="89"/>
<source>Set a path for file storage</source>
<translation>Nastavit cestu pro ukládání souboru</translation>
</message>
<message>
<location filename="../ui/BatchDialog.ui" line="185"/>
- <location filename="../src/batchdialog.cpp" line="98"/>
+ <location filename="../src/batchdialog.cpp" line="99"/>
<source>Compatibility:</source>
<translation>Slučitelnost:</translation>
</message>
<message>
- <location filename="../src/batchdialog.cpp" line="99"/>
+ <location filename="../src/batchdialog.cpp" line="100"/>
<source>Select an extension for file conversion</source>
<translation>Vybrat příponu pro převod souboru</translation>
</message>
<message>
- <location filename="../src/batchdialog.cpp" line="109"/>
+ <location filename="../src/batchdialog.cpp" line="110"/>
<source>MULTIPROG (.IL / .ST - keep language)</source>
<translation>MULTIPROG (.IL / .ST - zachovat jazyk) </translation>
</message>
<message>
- <location filename="../src/batchdialog.cpp" line="115"/>
+ <location filename="../src/batchdialog.cpp" line="116"/>
<source>Select a conversion for the function block call model</source>
<translation>Vybrat převedení pro vzor vyvolání stavebního kamene funkce</translation>
</message>
<message>
<location filename="../ui/BatchDialog.ui" line="141"/>
- <location filename="../src/batchdialog.cpp" line="122"/>
+ <location filename="../src/batchdialog.cpp" line="123"/>
<source>do nothing</source>
<translation>Neměnit stavební kameny funkce</translation>
</message>
<message>
- <location filename="../src/batchdialog.cpp" line="127"/>
+ <location filename="../src/batchdialog.cpp" line="128"/>
<source>Open Directory</source>
<translation>Otevřít adresář</translation>
</message>
@@ -164,49 +164,49 @@
</message>
<message>
<location filename="../ui/BatchDialog.ui" line="115"/>
- <location filename="../src/batchdialog.cpp" line="114"/>
+ <location filename="../src/batchdialog.cpp" line="115"/>
<source>Conversion of function block call model:</source>
<translation>Převedení vzoru vyvolání stavebního kamene funkce:</translation>
</message>
<message>
<location filename="../ui/BatchDialog.ui" line="146"/>
- <location filename="../src/batchdialog.cpp" line="121"/>
+ <location filename="../src/batchdialog.cpp" line="122"/>
<source>all into selected compatibility call model</source>
<translation>Převedení všeho do vzoru vyvolání vybrané slučitelnosti</translation>
</message>
<message>
<location filename="../ui/BatchDialog.ui" line="151"/>
- <location filename="../src/batchdialog.cpp" line="123"/>
+ <location filename="../src/batchdialog.cpp" line="124"/>
<source>outputs into simple IEC call model</source>
<translation>Výstupy do vzoru vyvolání jednoduchého IEC</translation>
</message>
<message>
<location filename="../ui/BatchDialog.ui" line="156"/>
- <location filename="../src/batchdialog.cpp" line="124"/>
+ <location filename="../src/batchdialog.cpp" line="125"/>
<source>all into simple IEC call model</source>
<translation>Převedení všeho do vzoru vyvolání jednoduchého IEC</translation>
</message>
<message>
<location filename="../ui/BatchDialog.ui" line="211"/>
- <location filename="../src/batchdialog.cpp" line="105"/>
+ <location filename="../src/batchdialog.cpp" line="106"/>
<source>only copy</source>
<translation>Kopírovat pouze soubory</translation>
</message>
<message>
<location filename="../ui/BatchDialog.ui" line="216"/>
- <location filename="../src/batchdialog.cpp" line="106"/>
+ <location filename="../src/batchdialog.cpp" line="107"/>
<source>plain POU (.txt)</source>
<translation>Prostý POE (.txt)</translation>
</message>
<message>
<location filename="../ui/BatchDialog.ui" line="221"/>
- <location filename="../src/batchdialog.cpp" line="107"/>
+ <location filename="../src/batchdialog.cpp" line="108"/>
<source>CoDeSys (.EXP)</source>
<translation>CoDeSys (.EXP)</translation>
</message>
<message>
<location filename="../ui/BatchDialog.ui" line="226"/>
- <location filename="../src/batchdialog.cpp" line="108"/>
+ <location filename="../src/batchdialog.cpp" line="109"/>
<source>MELSOFT (.asc)</source>
<translation>MELSOFT (.asc)</translation>
</message>
@@ -217,13 +217,13 @@
</message>
<message>
<location filename="../ui/BatchDialog.ui" line="236"/>
- <location filename="../src/batchdialog.cpp" line="110"/>
+ <location filename="../src/batchdialog.cpp" line="111"/>
<source>STEP 7 (.awl / .scl - keep language)</source>
<translation>STEP 7 (.awl / .scl - zachovat jazyk)</translation>
</message>
<message>
<location filename="../ui/BatchDialog.ui" line="241"/>
- <location filename="../src/batchdialog.cpp" line="111"/>
+ <location filename="../src/batchdialog.cpp" line="112"/>
<source>Sucosoft S40 (.poe)</source>
<translation>Sucosoft S40 (.poe)</translation>
</message>
@@ -278,50 +278,50 @@
<name>FBDialog</name>
<message>
<location filename="../ui/FBDialog.ui" line="29"/>
- <location filename="../src/fbdialog.cpp" line="464"/>
+ <location filename="../src/fbdialog.cpp" line="466"/>
<source>Insert Function Block</source>
<translation>Vložit blok funkce</translation>
</message>
<message>
<location filename="../ui/FBDialog.ui" line="54"/>
- <location filename="../src/fbdialog.cpp" line="467"/>
+ <location filename="../src/fbdialog.cpp" line="469"/>
<source>Ok</source>
<translation>OK</translation>
</message>
<message>
- <location filename="../src/fbdialog.cpp" line="468"/>
+ <location filename="../src/fbdialog.cpp" line="470"/>
<source>Accept selection and close window</source>
<translation>Přijmout výběr a zavřít okno</translation>
</message>
<message>
<location filename="../ui/FBDialog.ui" line="64"/>
- <location filename="../src/fbdialog.cpp" line="472"/>
+ <location filename="../src/fbdialog.cpp" line="474"/>
<source>Cancel</source>
<translation>Zrušit</translation>
</message>
<message>
- <location filename="../src/fbdialog.cpp" line="473"/>
+ <location filename="../src/fbdialog.cpp" line="475"/>
<source>Cancel selection and close window</source>
<translation>Zrušit výběr a zavřít okno</translation>
</message>
<message>
<location filename="../ui/FBDialog.ui" line="154"/>
- <location filename="../src/fbdialog.cpp" line="477"/>
+ <location filename="../src/fbdialog.cpp" line="479"/>
<source>Insert with call model</source>
<translation>Vložit s vzorem vyvolání</translation>
</message>
<message>
- <location filename="../src/fbdialog.cpp" line="478"/>
+ <location filename="../src/fbdialog.cpp" line="480"/>
<source>Insert function block with call model</source>
<translation>Vložit blok funkce s jeho vzorem vyvolání</translation>
</message>
<message>
- <location filename="../src/fbdialog.cpp" line="482"/>
+ <location filename="../src/fbdialog.cpp" line="484"/>
<source>Insert with data types as comment</source>
<translation>Vložit datové typy jako poznámku</translation>
</message>
<message>
- <location filename="../src/fbdialog.cpp" line="483"/>
+ <location filename="../src/fbdialog.cpp" line="485"/>
<source>Insert function block with data types as comment next to the call model items</source>
<translation>Vložit blok funkce s datovými typy jako poznámku vedle položek vzoru vyvolání</translation>
</message>
@@ -332,12 +332,12 @@
</message>
<message>
<location filename="../ui/FBDialog.ui" line="126"/>
- <location filename="../src/fbdialog.cpp" line="487"/>
+ <location filename="../src/fbdialog.cpp" line="489"/>
<source>Insert with I/O comments</source>
<translation>Vložit s poznámkami vstup/výstup (I/O)</translation>
</message>
<message>
- <location filename="../src/fbdialog.cpp" line="488"/>
+ <location filename="../src/fbdialog.cpp" line="490"/>
<source>Insert function block with the comments for the call model items</source>
<translation>Vložit blok funkce s poznámkami vstup/výstup (I/O) pro položky vzoru vyvolání</translation>
</message>
@@ -346,66 +346,66 @@
<name>FileViewDialog</name>
<message>
<location filename="../ui/FileViewDialog.ui" line="17"/>
- <location filename="../src/fileviewdialog.cpp" line="97"/>
+ <location filename="../src/fileviewdialog.cpp" line="99"/>
<source>File View</source>
<translation>Souborový pohled</translation>
</message>
<message>
<location filename="../ui/FileViewDialog.ui" line="66"/>
- <location filename="../src/fileviewdialog.cpp" line="100"/>
+ <location filename="../src/fileviewdialog.cpp" line="102"/>
<source>Compatibility:</source>
<translation>Slučitelnost:</translation>
</message>
<message>
<location filename="../ui/FileViewDialog.ui" line="121"/>
- <location filename="../src/fileviewdialog.cpp" line="106"/>
+ <location filename="../src/fileviewdialog.cpp" line="108"/>
<source>MELSOFT (.asc)</source>
<translation>MELSOFT (.asc)</translation>
</message>
<message>
<location filename="../ui/FileViewDialog.ui" line="126"/>
- <location filename="../src/fileviewdialog.cpp" line="107"/>
+ <location filename="../src/fileviewdialog.cpp" line="109"/>
<source>MULTIPROG IL (.IL)</source>
<translation>MULTIPROG IL (.IL)</translation>
</message>
<message>
<location filename="../ui/FileViewDialog.ui" line="131"/>
- <location filename="../src/fileviewdialog.cpp" line="108"/>
+ <location filename="../src/fileviewdialog.cpp" line="110"/>
<source>MULTIPROG ST (.ST)</source>
<translation>MULTIPROG ST (.ST)</translation>
</message>
<message>
<location filename="../ui/FileViewDialog.ui" line="136"/>
- <location filename="../src/fileviewdialog.cpp" line="109"/>
+ <location filename="../src/fileviewdialog.cpp" line="111"/>
<source>STEP 7 AWL (.awl)</source>
<translation>STEP 7 AWL (.awl)</translation>
</message>
<message>
<location filename="../ui/FileViewDialog.ui" line="141"/>
- <location filename="../src/fileviewdialog.cpp" line="110"/>
+ <location filename="../src/fileviewdialog.cpp" line="112"/>
<source>STEP 7 SCL (.scl)</source>
<translation>STEP 7 SCL (.scl)</translation>
</message>
<message>
<location filename="../ui/FileViewDialog.ui" line="146"/>
- <location filename="../src/fileviewdialog.cpp" line="111"/>
+ <location filename="../src/fileviewdialog.cpp" line="113"/>
<source>Sucosoft S40 (.poe)</source>
<translation>Sucosoft S40 (.poe)</translation>
</message>
<message>
- <location filename="../src/fileviewdialog.cpp" line="101"/>
+ <location filename="../src/fileviewdialog.cpp" line="103"/>
<source>Select an extension to show complete file content</source>
<translation>Vybrat příponu pro ukázání úplného obsahu souboru</translation>
</message>
<message>
<location filename="../ui/FileViewDialog.ui" line="116"/>
- <location filename="../src/fileviewdialog.cpp" line="105"/>
+ <location filename="../src/fileviewdialog.cpp" line="107"/>
<source>CoDeSys (.EXP)</source>
<translation>CoDeSys (.EXP)</translation>
</message>
<message>
<location filename="../ui/FileViewDialog.ui" line="111"/>
- <location filename="../src/fileviewdialog.cpp" line="104"/>
+ <location filename="../src/fileviewdialog.cpp" line="106"/>
<source>plain POU (.txt)</source>
<translation>Prostý POE (.txt)</translation>
</message>
@@ -413,92 +413,92 @@
<context>
<name>FindDialog</name>
<message>
- <location filename="../src/finddialog.cpp" line="163"/>
+ <location filename="../src/finddialog.cpp" line="165"/>
<source>Find and Replace</source>
<translation>Najít a nahradit</translation>
</message>
<message>
- <location filename="../src/finddialog.cpp" line="166"/>
+ <location filename="../src/finddialog.cpp" line="168"/>
<source>Replace all</source>
<translation>Nahradit vše</translation>
</message>
<message>
- <location filename="../src/finddialog.cpp" line="167"/>
+ <location filename="../src/finddialog.cpp" line="169"/>
<source>replace all found matches</source>
<translation>Nahradit všechny nalezené shody</translation>
</message>
<message>
- <location filename="../src/finddialog.cpp" line="171"/>
+ <location filename="../src/finddialog.cpp" line="173"/>
<source>Previous</source>
<translation>Předchozí</translation>
</message>
<message>
- <location filename="../src/finddialog.cpp" line="172"/>
+ <location filename="../src/finddialog.cpp" line="174"/>
<source>Find previous matching word</source>
<translation>Najít předchozí odpovídající slovo</translation>
</message>
<message>
- <location filename="../src/finddialog.cpp" line="176"/>
+ <location filename="../src/finddialog.cpp" line="178"/>
<source>Next</source>
<translation>Další</translation>
</message>
<message>
- <location filename="../src/finddialog.cpp" line="177"/>
+ <location filename="../src/finddialog.cpp" line="179"/>
<source>Find/replace next matching word</source>
<translation>Hledat/Nahradit další odpovídající slovo</translation>
</message>
<message>
- <location filename="../src/finddialog.cpp" line="181"/>
+ <location filename="../src/finddialog.cpp" line="183"/>
<source>Close</source>
<translation>Zavřít</translation>
</message>
<message>
- <location filename="../src/finddialog.cpp" line="182"/>
+ <location filename="../src/finddialog.cpp" line="184"/>
<source>Close window</source>
<translation>Zavřít okno</translation>
</message>
<message>
- <location filename="../src/finddialog.cpp" line="186"/>
+ <location filename="../src/finddialog.cpp" line="188"/>
<source>Find:</source>
<translation>Hledat:</translation>
</message>
<message>
- <location filename="../src/finddialog.cpp" line="187"/>
+ <location filename="../src/finddialog.cpp" line="189"/>
<source>Search for word in edit field</source>
<translation>Hledat slovo v zadávacím poli</translation>
</message>
<message>
- <location filename="../src/finddialog.cpp" line="194"/>
+ <location filename="../src/finddialog.cpp" line="196"/>
<source>Replace with:</source>
<translation>Nahradit:</translation>
</message>
<message>
- <location filename="../src/finddialog.cpp" line="195"/>
+ <location filename="../src/finddialog.cpp" line="197"/>
<source>Replace word in find field with word in replace with field</source>
<translation>Nahradit slovo v zadávacím poli pro hledání slovem v zadávacím poli pro nahrazování</translation>
</message>
<message>
- <location filename="../src/finddialog.cpp" line="202"/>
+ <location filename="../src/finddialog.cpp" line="204"/>
<source>Find case senitive</source>
<translation>Najít podle psaní velkých a malých písmen</translation>
</message>
<message>
- <location filename="../src/finddialog.cpp" line="203"/>
+ <location filename="../src/finddialog.cpp" line="205"/>
<source>Search with case sensitive activated</source>
<translation>Hledat s ohledem na psaní velkých a malých písmen</translation>
</message>
<message>
- <location filename="../src/finddialog.cpp" line="207"/>
+ <location filename="../src/finddialog.cpp" line="209"/>
<source>Must match whole word</source>
<translation>Musí odpovídat celému slovu</translation>
</message>
<message>
- <location filename="../src/finddialog.cpp" line="208"/>
+ <location filename="../src/finddialog.cpp" line="210"/>
<source>Find string must match exact</source>
<translation>Výsledek hledání musí odpovídat přesně</translation>
</message>
<message>
- <location filename="../src/finddialog.cpp" line="212"/>
+ <location filename="../src/finddialog.cpp" line="214"/>
<source>The opposite window is now selected.</source>
<translation>Nyní je vybráno jiné okno.</translation>
</message>
@@ -555,40 +555,40 @@
<name>FncDialog</name>
<message>
<location filename="../ui/FncDialog.ui" line="29"/>
- <location filename="../src/fncdialog.cpp" line="93"/>
+ <location filename="../src/fncdialog.cpp" line="95"/>
<source>Function Type Selection</source>
<translation>Výběr typu funkce</translation>
</message>
<message>
<location filename="../ui/FncDialog.ui" line="57"/>
- <location filename="../src/fncdialog.cpp" line="96"/>
+ <location filename="../src/fncdialog.cpp" line="98"/>
<source>Ok</source>
<translation>OK</translation>
</message>
<message>
- <location filename="../src/fncdialog.cpp" line="97"/>
+ <location filename="../src/fncdialog.cpp" line="99"/>
<source>Accept selection and close window</source>
<translation>Přijmout výběr a zavřít okno</translation>
</message>
<message>
<location filename="../ui/FncDialog.ui" line="67"/>
- <location filename="../src/fncdialog.cpp" line="101"/>
+ <location filename="../src/fncdialog.cpp" line="103"/>
<source>Cancel</source>
<translation>Zrušit</translation>
</message>
<message>
- <location filename="../src/fncdialog.cpp" line="102"/>
+ <location filename="../src/fncdialog.cpp" line="104"/>
<source>Cancel selection and close window</source>
<translation>Zrušit výběr a zavřít okno</translation>
</message>
<message>
<location filename="../ui/FncDialog.ui" line="411"/>
- <location filename="../src/fncdialog.cpp" line="106"/>
+ <location filename="../src/fncdialog.cpp" line="108"/>
<source>User defined Type:</source>
<translation>Uživatelsky stanovený typ:</translation>
</message>
<message>
- <location filename="../src/fncdialog.cpp" line="107"/>
+ <location filename="../src/fncdialog.cpp" line="109"/>
<source>Insert a user defined function return type</source>
<translation>Vložit uživatelsky stanovený typ vrácení funkce</translation>
</message>
@@ -727,22 +727,22 @@
<context>
<name>HelpWidget</name>
<message>
- <location filename="../src/helpwidget.cpp" line="123"/>
+ <location filename="../src/helpwidget.cpp" line="125"/>
<source>PLCEdit Help</source>
<translation>Nápověda PLCEdit</translation>
</message>
<message>
- <location filename="../src/helpwidget.cpp" line="125"/>
+ <location filename="../src/helpwidget.cpp" line="127"/>
<source>Go back</source>
<translation>Jít zpět</translation>
</message>
<message>
- <location filename="../src/helpwidget.cpp" line="128"/>
+ <location filename="../src/helpwidget.cpp" line="130"/>
<source>Go forward</source>
<translation>Jít dopředu</translation>
</message>
<message>
- <location filename="../src/helpwidget.cpp" line="131"/>
+ <location filename="../src/helpwidget.cpp" line="133"/>
<source>Return to the beginning of the document</source>
<translation>Na začátek dokumentu</translation>
</message>
@@ -761,12 +761,12 @@
<translation></translation>
</message>
<message>
- <location filename="../src/helpwidget.cpp" line="137"/>
+ <location filename="../src/helpwidget.cpp" line="139"/>
<source>Open the project homepage</source>
<translation>Otevřít stránky projektu</translation>
</message>
<message>
- <location filename="../src/helpwidget.cpp" line="134"/>
+ <location filename="../src/helpwidget.cpp" line="136"/>
<source>Find search string</source>
<translation>Najít výsledek hledání</translation>
</message>
@@ -792,843 +792,843 @@
<context>
<name>MainWindow</name>
<message>
- <location filename="../src/mainwindow.cpp" line="1042"/>
+ <location filename="../src/mainwindow.cpp" line="1045"/>
<source> Preferences Error</source>
<translation>Chyba v souboru s nastavením</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1043"/>
+ <location filename="../src/mainwindow.cpp" line="1046"/>
<source>A settings error was dected.
The defaults have been set.</source>
<translation>V souboru s nastavením
byla nalezena chyba. </translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="279"/>
- <location filename="../src/mainwindow.cpp" line="699"/>
+ <location filename="../src/mainwindow.cpp" line="282"/>
+ <location filename="../src/mainwindow.cpp" line="702"/>
<source>Ctrl+Alt+F</source>
<translation>Ctrl+Alt+F</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="871"/>
+ <location filename="../src/mainwindow.cpp" line="874"/>
<source>Minimize</source>
<translation>Zmenšit</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="872"/>
+ <location filename="../src/mainwindow.cpp" line="875"/>
<source>Ctrl+M</source>
<translation>Ctrl+M</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="687"/>
+ <location filename="../src/mainwindow.cpp" line="690"/>
<source>Ctrl+Alt+P</source>
<translation>Ctrl+Alt+P</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="688"/>
+ <location filename="../src/mainwindow.cpp" line="691"/>
<source>Create a new program</source>
<translation>Vytvořit nový program</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="693"/>
+ <location filename="../src/mainwindow.cpp" line="696"/>
<source>Ctrl+Alt+B</source>
<translation>Ctrl+Alt+B</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="700"/>
+ <location filename="../src/mainwindow.cpp" line="703"/>
<source>Create a new function</source>
<translation>Vytvořit novou funkci</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="705"/>
+ <location filename="../src/mainwindow.cpp" line="708"/>
<source>Ctrl+Alt+L</source>
<translation>Ctrl+Alt+L</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="706"/>
+ <location filename="../src/mainwindow.cpp" line="709"/>
<source>Create a new global variable list</source>
<translation>Vytvořit nový celkový seznam proměnných</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="710"/>
+ <location filename="../src/mainwindow.cpp" line="713"/>
<source>New &Type</source>
<translation>Nový &typ</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="711"/>
+ <location filename="../src/mainwindow.cpp" line="714"/>
<source>Ctrl+Alt+T</source>
<translation>Ctrl+Alt+T</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="712"/>
+ <location filename="../src/mainwindow.cpp" line="715"/>
<source>Create a new type definition</source>
<translation>Vytvořit nové vymezení typu</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="716"/>
+ <location filename="../src/mainwindow.cpp" line="719"/>
<source>&Open...</source>
<translation>&Otevřít...</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="717"/>
+ <location filename="../src/mainwindow.cpp" line="720"/>
<source>Ctrl+O</source>
<translation>Ctrl+O</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="718"/>
+ <location filename="../src/mainwindow.cpp" line="721"/>
<source>Open an existing file</source>
<translation>Otevřít stávající soubor</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="722"/>
+ <location filename="../src/mainwindow.cpp" line="725"/>
<source>&POU Info...</source>
<translation>&POE Info...</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="723"/>
+ <location filename="../src/mainwindow.cpp" line="726"/>
<source>Ctrl+I</source>
<translation>Ctrl+I</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="724"/>
+ <location filename="../src/mainwindow.cpp" line="727"/>
<source>Open POU info dialog</source>
<translation>Otevřít dialog informací POE</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="728"/>
+ <location filename="../src/mainwindow.cpp" line="731"/>
<source>Program</source>
<translation>Program</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="729"/>
+ <location filename="../src/mainwindow.cpp" line="732"/>
<source>Alter POU type to program</source>
<translation>Změnit typ POE do programu (PRG)</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="733"/>
+ <location filename="../src/mainwindow.cpp" line="736"/>
<source>Functionblock</source>
<translation>Blok funkce</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="734"/>
+ <location filename="../src/mainwindow.cpp" line="737"/>
<source>Alter POU type to functionblock</source>
<translation>Změnit typ POE do bloku funkce (FB)</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="738"/>
+ <location filename="../src/mainwindow.cpp" line="741"/>
<source>Function...</source>
<translation>Funkce...</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="739"/>
+ <location filename="../src/mainwindow.cpp" line="742"/>
<source>Alter POU type to function</source>
<translation>Změnit typ POE do funkce (Fc)</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="743"/>
+ <location filename="../src/mainwindow.cpp" line="746"/>
<source>&Manage Sessions...</source>
<translation>&Spravovat sezení...</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="744"/>
+ <location filename="../src/mainwindow.cpp" line="747"/>
<source>Ctrl+F11</source>
<translation>Ctrl+F11</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="745"/>
+ <location filename="../src/mainwindow.cpp" line="748"/>
<source>Open session manager</source>
<translation>Otevřít správce sezení</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="749"/>
+ <location filename="../src/mainwindow.cpp" line="752"/>
<source>&Save Sessions...</source>
<translation>&Uložit sezení...</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="750"/>
+ <location filename="../src/mainwindow.cpp" line="753"/>
<source>Ctrl+Alt+F11</source>
<translation>Ctrl+Alt+F11</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="751"/>
+ <location filename="../src/mainwindow.cpp" line="754"/>
<source>Save actual pages as session</source>
<translation>Uložit všechny nynější stránky jako sezení</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="756"/>
+ <location filename="../src/mainwindow.cpp" line="759"/>
<source>&Save</source>
<translation>&Uložit</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="757"/>
+ <location filename="../src/mainwindow.cpp" line="760"/>
<source>Ctrl+S</source>
<translation>Ctrl+S</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="758"/>
+ <location filename="../src/mainwindow.cpp" line="761"/>
<source>Save actual page</source>
<translation>Uložit nynější stránku</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="762"/>
+ <location filename="../src/mainwindow.cpp" line="765"/>
<source>Save &As...</source>
<translation>Uložit &jako...</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="763"/>
+ <location filename="../src/mainwindow.cpp" line="766"/>
<source>Ctrl+Alt+S</source>
<translation>Ctrl+Alt+S</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="764"/>
+ <location filename="../src/mainwindow.cpp" line="767"/>
<source>Save actual page with new name</source>
<translation>Uložit nynější stránku pod novým názvem</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="768"/>
+ <location filename="../src/mainwindow.cpp" line="771"/>
<source>Batch converting...</source>
<translation>Dávkový převod...</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="769"/>
+ <location filename="../src/mainwindow.cpp" line="772"/>
<source>Ctrl+D</source>
<translation>Ctrl+D</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="770"/>
+ <location filename="../src/mainwindow.cpp" line="773"/>
<source>Convert all pages</source>
<translation>Převést všechny stránky</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="775"/>
+ <location filename="../src/mainwindow.cpp" line="778"/>
<source>&Print...</source>
<translation>&Tisk...</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="776"/>
+ <location filename="../src/mainwindow.cpp" line="779"/>
<source>Ctrl+P</source>
<translation>Ctrl+P</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="777"/>
+ <location filename="../src/mainwindow.cpp" line="780"/>
<source>Print actual page</source>
<translation>Vytisknout nynější stránku</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="781"/>
+ <location filename="../src/mainwindow.cpp" line="784"/>
<source>&Export as PDF...</source>
<translation>&Vyvést do PDF...</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="782"/>
+ <location filename="../src/mainwindow.cpp" line="785"/>
<source>Export actual page to PDF file</source>
<translation>Vyvést nynější stránku do souboru PDF</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="787"/>
+ <location filename="../src/mainwindow.cpp" line="790"/>
<source>&Close Page</source>
<translation>&Zavřít stránku</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="788"/>
+ <location filename="../src/mainwindow.cpp" line="791"/>
<source>Ctrl+W</source>
<translation>Ctrl+W</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="789"/>
+ <location filename="../src/mainwindow.cpp" line="792"/>
<source>Close actual page</source>
<translation>Zavřít nynější stránku</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="793"/>
+ <location filename="../src/mainwindow.cpp" line="796"/>
<source>&Close All Pages</source>
<translation>&Zavřít všechny stránky</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="794"/>
+ <location filename="../src/mainwindow.cpp" line="797"/>
<source>Ctrl+Alt+W</source>
<translation>Ctrl+Alt+W</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="795"/>
+ <location filename="../src/mainwindow.cpp" line="798"/>
<source>Close all pages</source>
<translation>Zavřít všechny stránky</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="799"/>
+ <location filename="../src/mainwindow.cpp" line="802"/>
<source>E&xit</source>
<translation>&Ukončit</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="800"/>
+ <location filename="../src/mainwindow.cpp" line="803"/>
<source>Ctrl+Q</source>
<translation>Ctrl+Q</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="806"/>
+ <location filename="../src/mainwindow.cpp" line="809"/>
<source>&Undo</source>
<translation>&Zpět</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="807"/>
+ <location filename="../src/mainwindow.cpp" line="810"/>
<source>Ctrl+Z</source>
<translation>Ctrl+Z</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="808"/>
+ <location filename="../src/mainwindow.cpp" line="811"/>
<source>Undo last typing</source>
<translation>Zpět poslední změnu</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="812"/>
+ <location filename="../src/mainwindow.cpp" line="815"/>
<source>&Redo</source>
<translation>&Znovu</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="813"/>
+ <location filename="../src/mainwindow.cpp" line="816"/>
<source>Ctrl+Y</source>
<translation>Ctrl+Y</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="814"/>
+ <location filename="../src/mainwindow.cpp" line="817"/>
<source>Redo last undo</source>
<translation>Obnovit poslední změnu</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="818"/>
+ <location filename="../src/mainwindow.cpp" line="821"/>
<source>Cu&t</source>
<translation>Vyj&mout</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="819"/>
+ <location filename="../src/mainwindow.cpp" line="822"/>
<source>Ctrl+X</source>
<translation>Ctrl+X</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="820"/>
+ <location filename="../src/mainwindow.cpp" line="823"/>
<source>Cut selected text to clipboard</source>
<translation>Vyjmout vybraný text do schránky</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="824"/>
+ <location filename="../src/mainwindow.cpp" line="827"/>
<source>&Copy</source>
<translation>&Kopírovat</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="825"/>
+ <location filename="../src/mainwindow.cpp" line="828"/>
<source>Ctrl+C</source>
<translation>Ctrl+C</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="826"/>
+ <location filename="../src/mainwindow.cpp" line="829"/>
<source>Copy selected text to clipboard</source>
<translation>Kopírovat vybraný text do schránky</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="830"/>
+ <location filename="../src/mainwindow.cpp" line="833"/>
<source>&Paste</source>
<translation>&Vložit</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="831"/>
+ <location filename="../src/mainwindow.cpp" line="834"/>
<source>Ctrl+V</source>
<translation>Ctrl+V</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="832"/>
+ <location filename="../src/mainwindow.cpp" line="835"/>
<source>Insert text from clipboard at selection</source>
<translation>Vložit text ze schránky v poloze ukazovátka</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="836"/>
+ <location filename="../src/mainwindow.cpp" line="839"/>
<source>Select &all</source>
<translation>Vybrat &vše</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="837"/>
+ <location filename="../src/mainwindow.cpp" line="840"/>
<source>Ctrl+A</source>
<translation>Ctrl+A</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="838"/>
+ <location filename="../src/mainwindow.cpp" line="841"/>
<source>Select all text in the current window</source>
<translation>Vybrat všechen text v současném okně</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="842"/>
+ <location filename="../src/mainwindow.cpp" line="845"/>
<source>&Find...</source>
<translation>&Najít...</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="843"/>
+ <location filename="../src/mainwindow.cpp" line="846"/>
<source>Ctrl+F</source>
<translation>Ctrl+F</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="844"/>
+ <location filename="../src/mainwindow.cpp" line="847"/>
<source>Find and replace the given item</source>
<translation>Najít a nahradit zadanou položku</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="849"/>
+ <location filename="../src/mainwindow.cpp" line="852"/>
<source>Window &horizontal split mode</source>
<translation>Režim &vodorovného rozdělení okna</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="850"/>
+ <location filename="../src/mainwindow.cpp" line="853"/>
<source>Change window alignment to horizontal</source>
<translation>Změnit uspořádání okna na vodorovné</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="854"/>
+ <location filename="../src/mainwindow.cpp" line="857"/>
<source>Window &vertical split mode</source>
<translation>Režim &svislého rozdělení okna</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="855"/>
+ <location filename="../src/mainwindow.cpp" line="858"/>
<source>Change window alignment to vertical</source>
<translation>Změnit uspořádání okna na svislé</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="859"/>
+ <location filename="../src/mainwindow.cpp" line="862"/>
<source>Show &Declarations</source>
<translation>Ukázat &prohlášení</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="861"/>
+ <location filename="../src/mainwindow.cpp" line="864"/>
<source>Show declarations window</source>
<translation>Ukázat okno s prohlášeními</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="888"/>
+ <location filename="../src/mainwindow.cpp" line="891"/>
<source>&Show File content</source>
<translation>&Ukázat obsah souboru</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="890"/>
+ <location filename="../src/mainwindow.cpp" line="893"/>
<source>Show complete file content</source>
<translation>Ukázat úplný obsah souboru</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="895"/>
+ <location filename="../src/mainwindow.cpp" line="898"/>
<source>&Preferences...</source>
<translation>&Nastavení...</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="897"/>
+ <location filename="../src/mainwindow.cpp" line="900"/>
<source>Ctrl+,</source>
<translation>Ctrl+,</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="899"/>
+ <location filename="../src/mainwindow.cpp" line="902"/>
<source>Ctrl+F12</source>
<translation>Ctrl+F12</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="905"/>
+ <location filename="../src/mainwindow.cpp" line="908"/>
<source>&IL</source>
<translation>&IL</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="906"/>
+ <location filename="../src/mainwindow.cpp" line="909"/>
<source>Change programming language to IL/AWL</source>
<translation>Změnit programovací jazyk na IL/AWL</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="910"/>
+ <location filename="../src/mainwindow.cpp" line="913"/>
<source>&ST</source>
<translation>&ST</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="911"/>
+ <location filename="../src/mainwindow.cpp" line="914"/>
<source>Change programming language to ST</source>
<translation>Změnit programovací jazyk na ST</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="944"/>
+ <location filename="../src/mainwindow.cpp" line="947"/>
<source>Check for program updates</source>
<translation>Zjistit, zda jsou dostupné aktualizace programu</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="948"/>
+ <location filename="../src/mainwindow.cpp" line="951"/>
<source>&About...</source>
<translation>&O programu...</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="949"/>
+ <location filename="../src/mainwindow.cpp" line="952"/>
<source>Show the application's About box</source>
<translation>Ukázat dialog "O programu"</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="922"/>
+ <location filename="../src/mainwindow.cpp" line="925"/>
<source>About &Qt ...</source>
<translation>O &Qt ...</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="923"/>
+ <location filename="../src/mainwindow.cpp" line="926"/>
<source>Show the Qt library's About box</source>
<translation>Ukázat dialog "O Qt"</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="933"/>
+ <location filename="../src/mainwindow.cpp" line="936"/>
<source>Help bubbles</source>
<translation>Bubliny s nápovědou</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="938"/>
+ <location filename="../src/mainwindow.cpp" line="941"/>
<source>Send bugreport</source>
<translation>Poslat hlášení o chybě</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="943"/>
+ <location filename="../src/mainwindow.cpp" line="946"/>
<source>Check for updates</source>
<translation>Zjistit, zda jsou dostupné aktualizace</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="954"/>
+ <location filename="../src/mainwindow.cpp" line="957"/>
<source>Insert LD command</source>
<translation>Vložit příkaz LD</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="966"/>
- <location filename="../src/mainwindow.cpp" line="986"/>
- <location filename="../src/mainwindow.cpp" line="1018"/>
+ <location filename="../src/mainwindow.cpp" line="969"/>
+ <location filename="../src/mainwindow.cpp" line="989"/>
+ <location filename="../src/mainwindow.cpp" line="1021"/>
<source>Insert functionblock call</source>
<translation>Vložit vyvolání bloku funkce</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="990"/>
+ <location filename="../src/mainwindow.cpp" line="993"/>
<source>Insert network block</source>
<translation>Vložit blok sítě</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="994"/>
+ <location filename="../src/mainwindow.cpp" line="997"/>
<source>Insert If Then Else block</source>
<translation>Vložit větu IF THEN ELSE</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="998"/>
+ <location filename="../src/mainwindow.cpp" line="1001"/>
<source>Insert Case block</source>
<translation>Vložit blok CASE</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1002"/>
+ <location filename="../src/mainwindow.cpp" line="1005"/>
<source>Insert For To Do loop</source>
<translation>Vložit smyčku FOR TO DO</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1006"/>
+ <location filename="../src/mainwindow.cpp" line="1009"/>
<source>Insert While Do loop</source>
<translation>Vložit smyčku WHILE DO</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1010"/>
+ <location filename="../src/mainwindow.cpp" line="1013"/>
<source>Insert Repeat Until loop</source>
<translation>Vložit smyčku REPEAT UNTIL</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1014"/>
+ <location filename="../src/mainwindow.cpp" line="1017"/>
<source>Insert assignement</source>
<translation>Vložit přiřazení</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1031"/>
+ <location filename="../src/mainwindow.cpp" line="1034"/>
<source>Supported files (*.txt *.poe *.EXP *.awl *.scl *.IL *.ST *.asc)</source>
<translation>Podporované soubory (*.txt *.poe *.EXP *.awl *.scl *.IL *.ST *.asc)</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1035"/>
+ <location filename="../src/mainwindow.cpp" line="1038"/>
<source>plain POU (*.txt);;CoDeSys (*.EXP);;MELSOFT (*.asc);;MULTIPROG IL (*.IL);;MULTIPROG ST (*.ST);;STEP 7 AWL (*.AWL);;STEP 7 SCL (*.scl);;Sucosoft S40 (*.poe)</source>
<translation>Prostý POE (*.txt);;CoDeSys (*.EXP);;MELSOFT (*.asc);;MULTIPROG IL (*.IL);;MULTIPROG ST (*.ST);;STEP 7 AWL (*.AWL);;STEP 7 SCL (*.scl);;Sucosoft S40 (*.poe)</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1051"/>
+ <location filename="../src/mainwindow.cpp" line="1054"/>
<source>One or more of the POUs are unsaved.<br>Do you want to continue?</source>
<translation>Jeden nebo více souborů POE není uloženo.<br>Chcete pokračovat?</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1054"/>
+ <location filename="../src/mainwindow.cpp" line="1057"/>
<source>OK</source>
<translation>OK</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1055"/>
- <location filename="../src/mainwindow.cpp" line="1804"/>
+ <location filename="../src/mainwindow.cpp" line="1058"/>
+ <location filename="../src/mainwindow.cpp" line="1811"/>
<source>Cancel</source>
<translation>Zrušit</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1791"/>
+ <location filename="../src/mainwindow.cpp" line="1798"/>
<source>No program updates available.</source>
<translation>Nejsou dostupné žádné aktualizace programu.</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1804"/>
+ <location filename="../src/mainwindow.cpp" line="1811"/>
<source>Check for updates failed.</source>
<translation>Nepodařilo se zjistit, zda jsou dostupné aktualizace programu.</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1804"/>
+ <location filename="../src/mainwindow.cpp" line="1811"/>
<source>&Try again</source>
<translation>&Zkusit znovu</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="662"/>
+ <location filename="../src/mainwindow.cpp" line="665"/>
<source>&File</source>
<translation>&Soubor</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="663"/>
+ <location filename="../...
[truncated message content] |
|
From: <pl...@us...> - 2010-03-28 19:50:10
|
Revision: 112
http://plcedit.svn.sourceforge.net/plcedit/?rev=112&view=rev
Author: plcedit
Date: 2010-03-28 19:50:02 +0000 (Sun, 28 Mar 2010)
Log Message:
-----------
- class AboutDialog: minor changes for web links
- class FindDialog: changed window appearance settings
- class ImportExport: disabled batch dialog tool window appearance
- class MainWindow: new build No.; revisions according to web links
- class pageCtrl: documentation revisions
- class UpdateInfo: minor changes for web links
- docs updated
- help: updated
Modified Paths:
--------------
.qdevelop
Docs/Doxyfile_PLCEdit_macx
Docs/html/annotated.html
Docs/html/batchdialog_8cpp.html
Docs/html/batchdialog_8h.html
Docs/html/class_batch_dialog-members.html
Docs/html/class_batch_dialog.html
Docs/html/class_diff_dialog-members.html
Docs/html/class_diff_dialog.html
Docs/html/class_editor-members.html
Docs/html/class_editor.html
Docs/html/class_f_b_call_converter-members.html
Docs/html/class_f_b_call_converter.html
Docs/html/class_f_b_dialog-members.html
Docs/html/class_f_b_dialog.html
Docs/html/class_file_view_dialog-members.html
Docs/html/class_file_view_dialog.html
Docs/html/class_find_dialog-members.html
Docs/html/class_find_dialog.html
Docs/html/class_fnc_dialog-members.html
Docs/html/class_fnc_dialog.html
Docs/html/class_help_widget-members.html
Docs/html/class_help_widget.html
Docs/html/class_highlighter___dec-members.html
Docs/html/class_highlighter___dec.html
Docs/html/class_highlighter___ins-members.html
Docs/html/class_highlighter___ins.html
Docs/html/class_import_export-members.html
Docs/html/class_import_export.html
Docs/html/class_main_window-members.html
Docs/html/class_main_window.html
Docs/html/class_p_o_u_info_dialog-members.html
Docs/html/class_p_o_u_info_dialog.html
Docs/html/class_page_ctrl-members.html
Docs/html/class_page_ctrl.html
Docs/html/class_page_data-members.html
Docs/html/class_page_data.html
Docs/html/class_path_file_name_dialog-members.html
Docs/html/class_path_file_name_dialog.html
Docs/html/class_pref_dialog-members.html
Docs/html/class_pref_dialog.html
Docs/html/class_print_prepare-members.html
Docs/html/class_print_prepare.html
Docs/html/class_prototype-members.html
Docs/html/class_prototype.html
Docs/html/class_session_manager-members.html
Docs/html/class_session_manager.html
Docs/html/class_tab_widget-members.html
Docs/html/class_tab_widget.html
Docs/html/classes.html
Docs/html/diffdialog_8cpp.html
Docs/html/diffdialog_8h.html
Docs/html/editor_8cpp.html
Docs/html/editor_8h.html
Docs/html/fbcallconverter_8cpp.html
Docs/html/fbcallconverter_8h.html
Docs/html/fbdialog_8cpp.html
Docs/html/fbdialog_8h.html
Docs/html/files.html
Docs/html/fileviewdialog_8cpp.html
Docs/html/fileviewdialog_8h.html
Docs/html/finddialog_8cpp.html
Docs/html/finddialog_8h.html
Docs/html/fncdialog_8cpp.html
Docs/html/fncdialog_8h.html
Docs/html/functions.html
Docs/html/functions_0x62.html
Docs/html/functions_0x63.html
Docs/html/functions_0x64.html
Docs/html/functions_0x65.html
Docs/html/functions_0x66.html
Docs/html/functions_0x67.html
Docs/html/functions_0x68.html
Docs/html/functions_0x69.html
Docs/html/functions_0x6b.html
Docs/html/functions_0x6c.html
Docs/html/functions_0x6d.html
Docs/html/functions_0x6e.html
Docs/html/functions_0x6f.html
Docs/html/functions_0x70.html
Docs/html/functions_0x72.html
Docs/html/functions_0x73.html
Docs/html/functions_0x74.html
Docs/html/functions_0x75.html
Docs/html/functions_0x76.html
Docs/html/functions_0x77.html
Docs/html/functions_0x7a.html
Docs/html/functions_0x7e.html
Docs/html/functions_eval.html
Docs/html/functions_func.html
Docs/html/functions_func_0x62.html
Docs/html/functions_func_0x63.html
Docs/html/functions_func_0x64.html
Docs/html/functions_func_0x65.html
Docs/html/functions_func_0x66.html
Docs/html/functions_func_0x67.html
Docs/html/functions_func_0x68.html
Docs/html/functions_func_0x69.html
Docs/html/functions_func_0x6c.html
Docs/html/functions_func_0x6d.html
Docs/html/functions_func_0x6e.html
Docs/html/functions_func_0x6f.html
Docs/html/functions_func_0x70.html
Docs/html/functions_func_0x72.html
Docs/html/functions_func_0x73.html
Docs/html/functions_func_0x74.html
Docs/html/functions_func_0x75.html
Docs/html/functions_func_0x77.html
Docs/html/functions_func_0x7e.html
Docs/html/functions_vars.html
Docs/html/functions_vars_0x62.html
Docs/html/functions_vars_0x63.html
Docs/html/functions_vars_0x64.html
Docs/html/functions_vars_0x65.html
Docs/html/functions_vars_0x66.html
Docs/html/functions_vars_0x68.html
Docs/html/functions_vars_0x69.html
Docs/html/functions_vars_0x6b.html
Docs/html/functions_vars_0x6c.html
Docs/html/functions_vars_0x6d.html
Docs/html/functions_vars_0x6e.html
Docs/html/functions_vars_0x6f.html
Docs/html/functions_vars_0x70.html
Docs/html/functions_vars_0x72.html
Docs/html/functions_vars_0x73.html
Docs/html/functions_vars_0x74.html
Docs/html/functions_vars_0x75.html
Docs/html/functions_vars_0x76.html
Docs/html/functions_vars_0x77.html
Docs/html/functions_vars_0x7a.html
Docs/html/globals.html
Docs/html/globals_defs.html
Docs/html/globals_func.html
Docs/html/helpwidget_8cpp.html
Docs/html/helpwidget_8h.html
Docs/html/highlighter__dec_8cpp.html
Docs/html/highlighter__dec_8h.html
Docs/html/highlighter__ins_8cpp.html
Docs/html/highlighter__ins_8h.html
Docs/html/importexport_8cpp.html
Docs/html/importexport_8h.html
Docs/html/main.html
Docs/html/main_8cpp.html
Docs/html/mainwindow_8cpp.html
Docs/html/mainwindow_8h.html
Docs/html/pagectrl_8cpp.html
Docs/html/pagectrl_8h.html
Docs/html/pagedata_8cpp.html
Docs/html/pagedata_8h.html
Docs/html/pathfilenamedialog_8cpp.html
Docs/html/pathfilenamedialog_8h.html
Docs/html/pouinfodialog_8cpp.html
Docs/html/pouinfodialog_8h.html
Docs/html/prefdialog_8cpp.html
Docs/html/prefdialog_8h.html
Docs/html/printprepare_8cpp.html
Docs/html/printprepare_8h.html
Docs/html/prototype_8cpp.html
Docs/html/prototype_8h.html
Docs/html/sessionmanager_8cpp.html
Docs/html/sessionmanager_8h.html
Docs/html/struct_highlighter___dec_1_1_highlighting_rule-members.html
Docs/html/struct_highlighter___dec_1_1_highlighting_rule.html
Docs/html/struct_highlighter___ins_1_1_highlighting_rule-members.html
Docs/html/struct_highlighter___ins_1_1_highlighting_rule.html
Docs/html/tabwidget_8cpp.html
Docs/html/tabwidget_8h.html
PLCEdit.pro
src/aboutdialog.cpp
src/finddialog.cpp
src/importexport.cpp
src/mainwindow.cpp
src/mainwindow.h
src/prefdialog.h
src/updateinfo.cpp
Modified: .qdevelop
===================================================================
(Binary files differ)
Modified: Docs/Doxyfile_PLCEdit_macx
===================================================================
--- Docs/Doxyfile_PLCEdit_macx 2010-03-28 14:04:05 UTC (rev 111)
+++ Docs/Doxyfile_PLCEdit_macx 2010-03-28 19:50:02 UTC (rev 112)
@@ -31,7 +31,7 @@
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = "v2.2.1 r111"
+PROJECT_NUMBER = "v2.2.1 r112"
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
Modified: Docs/html/annotated.html
===================================================================
--- Docs/html/annotated.html 2010-03-28 14:04:05 UTC (rev 111)
+++ Docs/html/annotated.html 2010-03-28 19:50:02 UTC (rev 112)
@@ -51,7 +51,7 @@
<tr><td class="indexkey"><a class="el" href="class_update_info.html">UpdateInfo</a></td><td class="indexvalue"></td></tr>
</table>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:17 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/batchdialog_8cpp.html
===================================================================
--- Docs/html/batchdialog_8cpp.html 2010-03-28 14:04:05 UTC (rev 111)
+++ Docs/html/batchdialog_8cpp.html 2010-03-28 19:50:02 UTC (rev 112)
@@ -27,7 +27,7 @@
<tr><td></td></tr>
</table>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:17 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/batchdialog_8h.html
===================================================================
--- Docs/html/batchdialog_8h.html 2010-03-28 14:04:05 UTC (rev 111)
+++ Docs/html/batchdialog_8h.html 2010-03-28 19:50:02 UTC (rev 112)
@@ -30,7 +30,7 @@
</table>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:17 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_batch_dialog-members.html
===================================================================
--- Docs/html/class_batch_dialog-members.html 2010-03-28 14:04:05 UTC (rev 111)
+++ Docs/html/class_batch_dialog-members.html 2010-03-28 19:50:02 UTC (rev 112)
@@ -34,7 +34,7 @@
<tr class="memlist"><td><a class="el" href="class_batch_dialog.html#4812366c096c5ecf92027b32418b485d">selectedPath</a>()</td><td><a class="el" href="class_batch_dialog.html">BatchDialog</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_batch_dialog.html#de4d5b68f8e6dba4c84677a3f256e7a6">~BatchDialog</a>()</td><td><a class="el" href="class_batch_dialog.html">BatchDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:17 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_batch_dialog.html
===================================================================
--- Docs/html/class_batch_dialog.html 2010-03-28 14:04:05 UTC (rev 111)
+++ Docs/html/class_batch_dialog.html 2010-03-28 19:50:02 UTC (rev 112)
@@ -268,7 +268,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="batchdialog_8h.html">batchdialog.h</a><li><a class="el" href="batchdialog_8cpp.html">batchdialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:17 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_diff_dialog-members.html
===================================================================
--- Docs/html/class_diff_dialog-members.html 2010-03-28 14:04:05 UTC (rev 111)
+++ Docs/html/class_diff_dialog-members.html 2010-03-28 19:50:02 UTC (rev 112)
@@ -47,7 +47,7 @@
<tr class="memlist"><td><a class="el" href="class_diff_dialog.html#c062921ac374e3a63a745a4c2c6f28ab">stat_total</a>(int value)</td><td><a class="el" href="class_diff_dialog.html">DiffDialog</a></td><td><code> [private, slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_diff_dialog.html#e65cb080f4815a5528f70d63fc43c5d2">~DiffDialog</a>()</td><td><a class="el" href="class_diff_dialog.html">DiffDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_diff_dialog.html
===================================================================
--- Docs/html/class_diff_dialog.html 2010-03-28 14:04:05 UTC (rev 111)
+++ Docs/html/class_diff_dialog.html 2010-03-28 19:50:02 UTC (rev 112)
@@ -542,7 +542,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="diffdialog_8h.html">diffdialog.h</a><li><a class="el" href="diffdialog_8cpp.html">diffdialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_editor-members.html
===================================================================
--- Docs/html/class_editor-members.html 2010-03-28 14:04:05 UTC (rev 111)
+++ Docs/html/class_editor-members.html 2010-03-28 19:50:02 UTC (rev 112)
@@ -43,7 +43,7 @@
<tr class="memlist"><td><a class="el" href="class_editor.html#132e9adb3bb9521fb2d84f2e75e26c73">str_contextmenu_comparewithprev</a></td><td><a class="el" href="class_editor.html">Editor</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_editor.html#d465abc9575af92b4fa61525085172d6">~Editor</a>()</td><td><a class="el" href="class_editor.html">Editor</a></td><td></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_editor.html
===================================================================
--- Docs/html/class_editor.html 2010-03-28 14:04:05 UTC (rev 111)
+++ Docs/html/class_editor.html 2010-03-28 19:50:02 UTC (rev 112)
@@ -467,7 +467,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="editor_8h.html">editor.h</a><li><a class="el" href="editor_8cpp.html">editor.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_f_b_call_converter-members.html
===================================================================
--- Docs/html/class_f_b_call_converter-members.html 2010-03-28 14:04:05 UTC (rev 111)
+++ Docs/html/class_f_b_call_converter-members.html 2010-03-28 19:50:02 UTC (rev 112)
@@ -37,7 +37,7 @@
<tr class="memlist"><td><a class="el" href="class_f_b_call_converter.html#923ac974d17e18850c74f664b80311ee">m_PageCtrl</a></td><td><a class="el" href="class_f_b_call_converter.html">FBCallConverter</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_f_b_call_converter.html#5f037169b51f11322a6b93768ef9b7db">~FBCallConverter</a>()</td><td><a class="el" href="class_f_b_call_converter.html">FBCallConverter</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_f_b_call_converter.html
===================================================================
--- Docs/html/class_f_b_call_converter.html 2010-03-28 14:04:05 UTC (rev 111)
+++ Docs/html/class_f_b_call_converter.html 2010-03-28 19:50:02 UTC (rev 112)
@@ -559,7 +559,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="fbcallconverter_8h.html">fbcallconverter.h</a><li><a class="el" href="fbcallconverter_8cpp.html">fbcallconverter.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_f_b_dialog-members.html
===================================================================
--- Docs/html/class_f_b_dialog-members.html 2010-03-28 14:04:05 UTC (rev 111)
+++ Docs/html/class_f_b_dialog-members.html 2010-03-28 19:50:02 UTC (rev 112)
@@ -42,7 +42,7 @@
<tr class="memlist"><td><a class="el" href="class_f_b_dialog.html#a7cde6b3dc60756db92b57229c11c90d">showCurrentFBofFBs</a>(int i)</td><td><a class="el" href="class_f_b_dialog.html">FBDialog</a></td><td><code> [private, slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_f_b_dialog.html#cc6aeed3c79ba5a2df3b1c8b87850b95">~FBDialog</a>()</td><td><a class="el" href="class_f_b_dialog.html">FBDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_f_b_dialog.html
===================================================================
--- Docs/html/class_f_b_dialog.html 2010-03-28 14:04:05 UTC (rev 111)
+++ Docs/html/class_f_b_dialog.html 2010-03-28 19:50:02 UTC (rev 112)
@@ -526,7 +526,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="fbdialog_8h.html">fbdialog.h</a><li><a class="el" href="fbdialog_8cpp.html">fbdialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_file_view_dialog-members.html
===================================================================
--- Docs/html/class_file_view_dialog-members.html 2010-03-28 14:04:05 UTC (rev 111)
+++ Docs/html/class_file_view_dialog-members.html 2010-03-28 19:50:02 UTC (rev 112)
@@ -33,7 +33,7 @@
<tr class="memlist"><td><a class="el" href="class_file_view_dialog.html#36ca33e0a33d9e43cef8b417c6eb764c">setFileExt</a>(int Ext)</td><td><a class="el" href="class_file_view_dialog.html">FileViewDialog</a></td><td><code> [slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_file_view_dialog.html#a2e71e4ee6721342a1b339d011f9066b">~FileViewDialog</a>()</td><td><a class="el" href="class_file_view_dialog.html">FileViewDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_file_view_dialog.html
===================================================================
--- Docs/html/class_file_view_dialog.html 2010-03-28 14:04:05 UTC (rev 111)
+++ Docs/html/class_file_view_dialog.html 2010-03-28 19:50:02 UTC (rev 112)
@@ -261,7 +261,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="fileviewdialog_8h.html">fileviewdialog.h</a><li><a class="el" href="fileviewdialog_8cpp.html">fileviewdialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_find_dialog-members.html
===================================================================
--- Docs/html/class_find_dialog-members.html 2010-03-28 14:04:05 UTC (rev 111)
+++ Docs/html/class_find_dialog-members.html 2010-03-28 19:50:02 UTC (rev 112)
@@ -41,7 +41,7 @@
<tr class="memlist"><td><a class="el" href="class_find_dialog.html#2e5b5d48c3bdedef916f35b0f815a2c3">window</a></td><td><a class="el" href="class_find_dialog.html">FindDialog</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_find_dialog.html#d558e82173272809593fb557f6ec88b0">~FindDialog</a>()</td><td><a class="el" href="class_find_dialog.html">FindDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_find_dialog.html
===================================================================
--- Docs/html/class_find_dialog.html 2010-03-28 14:04:05 UTC (rev 111)
+++ Docs/html/class_find_dialog.html 2010-03-28 19:50:02 UTC (rev 112)
@@ -435,7 +435,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="finddialog_8h.html">finddialog.h</a><li><a class="el" href="finddialog_8cpp.html">finddialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_fnc_dialog-members.html
===================================================================
--- Docs/html/class_fnc_dialog-members.html 2010-03-28 14:04:05 UTC (rev 111)
+++ Docs/html/class_fnc_dialog-members.html 2010-03-28 19:50:02 UTC (rev 112)
@@ -32,7 +32,7 @@
<tr class="memlist"><td><a class="el" href="class_fnc_dialog.html#81d7aa7f0eec6a43cbcb406808552025">setokButtonState</a>()</td><td><a class="el" href="class_fnc_dialog.html">FncDialog</a></td><td><code> [private, slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_fnc_dialog.html#68f0bd213c6aa261a0938fc483e30522">~FncDialog</a>()</td><td><a class="el" href="class_fnc_dialog.html">FncDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_fnc_dialog.html
===================================================================
--- Docs/html/class_fnc_dialog.html 2010-03-28 14:04:05 UTC (rev 111)
+++ Docs/html/class_fnc_dialog.html 2010-03-28 19:50:02 UTC (rev 112)
@@ -227,7 +227,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="fncdialog_8h.html">fncdialog.h</a><li><a class="el" href="fncdialog_8cpp.html">fncdialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_help_widget-members.html
===================================================================
--- Docs/html/class_help_widget-members.html 2010-03-28 14:04:05 UTC (rev 111)
+++ Docs/html/class_help_widget-members.html 2010-03-28 19:50:02 UTC (rev 112)
@@ -33,7 +33,7 @@
<tr class="memlist"><td><a class="el" href="class_help_widget.html#45aacc5e393e4ccb3edc8e9737e65537">setHelpFile</a>(QString filePath, QString file)</td><td><a class="el" href="class_help_widget.html">HelpWidget</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_help_widget.html#7accd809156a5f4e937e978ed7c55b82">~HelpWidget</a>()</td><td><a class="el" href="class_help_widget.html">HelpWidget</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_help_widget.html
===================================================================
--- Docs/html/class_help_widget.html 2010-03-28 14:04:05 UTC (rev 111)
+++ Docs/html/class_help_widget.html 2010-03-28 19:50:02 UTC (rev 112)
@@ -252,7 +252,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="helpwidget_8h.html">helpwidget.h</a><li><a class="el" href="helpwidget_8cpp.html">helpwidget.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_highlighter___dec-members.html
===================================================================
--- Docs/html/class_highlighter___dec-members.html 2010-03-28 14:04:05 UTC (rev 111)
+++ Docs/html/class_highlighter___dec-members.html 2010-03-28 19:50:02 UTC (rev 112)
@@ -32,7 +32,7 @@
<tr class="memlist"><td><a class="el" href="class_highlighter___dec.html#1e5f70e1bf893606ac8e1bc8173195bb">multiLineCommentFormat</a></td><td><a class="el" href="class_highlighter___dec.html">Highlighter_Dec</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_highlighter___dec.html#27f0b12f0f08eff81a4f32bdbe70c131">singleLineCommentFormat</a></td><td><a class="el" href="class_highlighter___dec.html">Highlighter_Dec</a></td><td><code> [private]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_highlighter___dec.html
===================================================================
--- Docs/html/class_highlighter___dec.html 2010-03-28 14:04:05 UTC (rev 111)
+++ Docs/html/class_highlighter___dec.html 2010-03-28 19:50:02 UTC (rev 112)
@@ -214,7 +214,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="highlighter__dec_8h.html">highlighter_dec.h</a><li><a class="el" href="highlighter__dec_8cpp.html">highlighter_dec.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_highlighter___ins-members.html
===================================================================
--- Docs/html/class_highlighter___ins-members.html 2010-03-28 14:04:05 UTC (rev 111)
+++ Docs/html/class_highlighter___ins-members.html 2010-03-28 19:50:02 UTC (rev 112)
@@ -32,7 +32,7 @@
<tr class="memlist"><td><a class="el" href="class_highlighter___ins.html#276fc4e51c76a067d1b7f4c3b5ce55bf">multiLineCommentFormat</a></td><td><a class="el" href="class_highlighter___ins.html">Highlighter_Ins</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_highlighter___ins.html#a256f30e0c85cea6d72d20bb152cb044">singleLineCommentFormat</a></td><td><a class="el" href="class_highlighter___ins.html">Highlighter_Ins</a></td><td><code> [private]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_highlighter___ins.html
===================================================================
--- Docs/html/class_highlighter___ins.html 2010-03-28 14:04:05 UTC (rev 111)
+++ Docs/html/class_highlighter___ins.html 2010-03-28 19:50:02 UTC (rev 112)
@@ -214,7 +214,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="highlighter__ins_8h.html">highlighter_ins.h</a><li><a class="el" href="highlighter__ins_8cpp.html">highlighter_ins.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_import_export-members.html
===================================================================
--- Docs/html/class_import_export-members.html 2010-03-28 14:04:05 UTC (rev 111)
+++ Docs/html/class_import_export-members.html 2010-03-28 19:50:02 UTC (rev 112)
@@ -57,7 +57,7 @@
<tr class="memlist"><td><a class="el" href="class_import_export.html#58d31ecafc6fccae472b1d7244ad59c2">usePrgLngDetection</a></td><td><a class="el" href="class_import_export.html">ImportExport</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_import_export.html#b0bb536c0317391ccc9e40b87b720f64">~ImportExport</a>()</td><td><a class="el" href="class_import_export.html">ImportExport</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:27 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_import_export.html
===================================================================
--- Docs/html/class_import_export.html 2010-03-28 14:04:05 UTC (rev 111)
+++ Docs/html/class_import_export.html 2010-03-28 19:50:02 UTC (rev 112)
@@ -1095,7 +1095,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="importexport_8h.html">importexport.h</a><li><a class="el" href="importexport_8cpp.html">importexport.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:26 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_main_window-members.html
===================================================================
--- Docs/html/class_main_window-members.html 2010-03-28 14:04:05 UTC (rev 111)
+++ Docs/html/class_main_window-members.html 2010-03-28 19:50:02 UTC (rev 112)
@@ -56,6 +56,7 @@
<tr class="memlist"><td><a class="el" href="class_main_window.html#864a830dea59aa87a6bdabdec55d3b0a">currentPrgLngToolBarGeometry</a>()</td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_main_window.html#62adda2fa755a485b73d36ed37d9cbf6">cutAction</a></td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_main_window.html#387c310c39eb281932193cbf1a892446">declVisibleAction</a></td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [private]</code></td></tr>
+ <tr class="memlist"><td><a class="el" href="class_main_window.html#698bb90b8b17fdd283337f3442f5dac4">DOWNLOAD_PATH</a></td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_main_window.html#671bf73078069470c19965a3d948b6fa">dragEnterEvent</a>(QDragEnterEvent *event)</td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_main_window.html#e7b97e68c51358f6f36be3c40b89c01c">dropEvent</a>(QDropEvent *event)</td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_main_window.html#5b05548b0849cd96a73ad5b38cc73bef">editMenu</a></td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td></td></tr>
@@ -206,7 +207,7 @@
<tr class="memlist"><td><a class="el" href="class_main_window.html#4d6497beed2e1542fede698bc04a5422">ZoomAction</a></td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_main_window.html#e98d00a93bc118200eeef9f9bba1dba7">~MainWindow</a>()</td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:27 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_main_window.html
===================================================================
--- Docs/html/class_main_window.html 2010-03-28 14:04:05 UTC (rev 111)
+++ Docs/html/class_main_window.html 2010-03-28 19:50:02 UTC (rev 112)
@@ -148,6 +148,9 @@
<tr><td class="memItemLeft" nowrap align="right" valign="top">QString </td><td class="memItemRight" valign="bottom"><a class="el" href="class_main_window.html#6001f245d6ff3064d1ee261870ec3955">UPDATE_PATH</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">project update path <a href="#6001f245d6ff3064d1ee261870ec3955"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">QString </td><td class="memItemRight" valign="bottom"><a class="el" href="class_main_window.html#698bb90b8b17fdd283337f3442f5dac4">DOWNLOAD_PATH</a></td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">project download path <a href="#698bb90b8b17fdd283337f3442f5dac4"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="class_main_window.html#7a137ad564d6f86eae3cf720af6bc1db">PRGLangToolBarsVis</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">visible flag for programming language toolbars <a href="#7a137ad564d6f86eae3cf720af6bc1db"></a><br></td></tr>
@@ -523,7 +526,7 @@
<tr><td class="mdescLeft"> </td><td class="mdescRight">instance of <a class="el" href="class_about_dialog.html">AboutDialog</a> class <a href="#fb09839db847cc5142357e9564479ceb"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="class_update_info.html">UpdateInfo</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="class_main_window.html#ef24c294fc45038f398db3827eb64ef3">updateInfo</a></td></tr>
-<tr><td class="mdescLeft"> </td><td class="mdescRight">instance of UpdateDialog class <a href="#ef24c294fc45038f398db3827eb64ef3"></a><br></td></tr>
+<tr><td class="mdescLeft"> </td><td class="mdescRight">instance of <a class="el" href="class_update_info.html">UpdateInfo</a> class <a href="#ef24c294fc45038f398db3827eb64ef3"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">QHttp * </td><td class="memItemRight" valign="bottom"><a class="el" href="class_main_window.html#afcbfb51560c9f5cb089dcbb0d2f80ce">http</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">QBuffer * </td><td class="memItemRight" valign="bottom"><a class="el" href="class_main_window.html#fb1e1f87ad1085958fc5994327e316c1">http_buffer</a></td></tr>
@@ -2016,6 +2019,23 @@
</div>
</div><p>
+<a class="anchor" name="698bb90b8b17fdd283337f3442f5dac4"></a><!-- doxytag: member="MainWindow::DOWNLOAD_PATH" ref="698bb90b8b17fdd283337f3442f5dac4" args="" -->
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">QString <a class="el" href="class_main_window.html#698bb90b8b17fdd283337f3442f5dac4">MainWindow::DOWNLOAD_PATH</a> </td>
+ </tr>
+ </table>
+</div>
+<div class="memdoc">
+
+<p>
+project download path
+<p>
+
+</div>
+</div><p>
<a class="anchor" name="5b05548b0849cd96a73ad5b38cc73bef"></a><!-- doxytag: member="MainWindow::editMenu" ref="5b05548b0849cd96a73ad5b38cc73bef" args="" -->
<div class="memitem">
<div class="memproto">
@@ -3775,7 +3795,7 @@
<div class="memdoc">
<p>
-instance of UpdateDialog class
+instance of <a class="el" href="class_update_info.html">UpdateInfo</a> class
<p>
</div>
@@ -3868,7 +3888,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="mainwindow_8h.html">mainwindow.h</a><li><a class="el" href="mainwindow_8cpp.html">mainwindow.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:27 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_p_o_u_info_dialog-members.html
===================================================================
--- Docs/html/class_p_o_u_info_dialog-members.html 2010-03-28 14:04:05 UTC (rev 111)
+++ Docs/html/class_p_o_u_info_dialog-members.html 2010-03-28 19:50:02 UTC (rev 112)
@@ -38,7 +38,7 @@
<tr class="memlist"><td><a class="el" href="class_p_o_u_info_dialog.html#ab037f2da8a3aefdb1331ffd8f8e12b0">setPrototype</a>()</td><td><a class="el" href="class_p_o_u_info_dialog.html">POUInfoDialog</a></td><td><code> [slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_p_o_u_info_dialog.html#fada30f74d1b252980cc15ba3851aa92">~POUInfoDialog</a>()</td><td><a class="el" href="class_p_o_u_info_dialog.html">POUInfoDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:27 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_p_o_u_info_dialog.html
===================================================================
--- Docs/html/class_p_o_u_info_dialog.html 2010-03-28 14:04:05 UTC (rev 111)
+++ Docs/html/class_p_o_u_info_dialog.html 2010-03-28 19:50:02 UTC (rev 112)
@@ -382,7 +382,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="pouinfodialog_8h.html">pouinfodialog.h</a><li><a class="el" href="pouinfodialog_8cpp.html">pouinfodialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:27 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_page_ctrl-members.html
===================================================================
--- Docs/html/class_page_ctrl-members.html 2010-03-28 14:04:05 UTC (rev 111)
+++ Docs/html/class_page_ctrl-members.html 2010-03-28 19:50:02 UTC (rev 112)
@@ -175,7 +175,7 @@
<tr class="memlist"><td><a class="el" href="class_page_ctrl.html#fe54c98bff649f9c1dee851ed70abf54">unsavedNotice</a></td><td><a class="el" href="class_page_ctrl.html">PageCtrl</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_page_ctrl.html#c6ddf86733f565be300c03fd6f92b29f">~PageCtrl</a>()</td><td><a class="el" href="class_page_ctrl.html">PageCtrl</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:27 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_page_ctrl.html
===================================================================
--- Docs/html/class_page_ctrl.html 2010-03-28 14:04:05 UTC (rev 111)
+++ Docs/html/class_page_ctrl.html 2010-03-28 19:50:02 UTC (rev 112)
@@ -3675,7 +3675,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="pagectrl_8h.html">pagectrl.h</a><li><a class="el" href="pagectrl_8cpp.html">pagectrl.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:27 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_page_data-members.html
===================================================================
--- Docs/html/class_page_data-members.html 2010-03-28 14:04:05 UTC (rev 111)
+++ Docs/html/class_page_data-members.html 2010-03-28 19:50:02 UTC (rev 112)
@@ -41,7 +41,7 @@
<tr class="memlist"><td><a class="el" href="class_page_data.html#db703724e0718ea6de6d709c108ec4a7">pd_SucosoftHeader</a></td><td><a class="el" href="class_page_data.html">PageData</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_page_data.html#fea5647f9b3304c6b8bbf19dd96f08c5">~PageData</a>()</td><td><a class="el" href="class_page_data.html">PageData</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:27 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_page_data.html
===================================================================
--- Docs/html/class_page_data.html 2010-03-28 14:04:05 UTC (rev 111)
+++ Docs/html/class_page_data.html 2010-03-28 19:50:02 UTC (rev 112)
@@ -385,7 +385,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="pagedata_8h.html">pagedata.h</a><li><a class="el" href="pagedata_8cpp.html">pagedata.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:27 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_path_file_name_dialog-members.html
===================================================================
--- Docs/html/class_path_file_name_dialog-members.html 2010-03-28 14:04:05 UTC (rev 111)
+++ Docs/html/class_path_file_name_dialog-members.html 2010-03-28 19:50:02 UTC (rev 112)
@@ -32,7 +32,7 @@
<tr class="memlist"><td><a class="el" href="class_path_file_name_dialog.html#63151f1ca3b4280e085fd62fcb02636c">retranslateUi</a>()</td><td><a class="el" href="class_path_file_name_dialog.html">PathFileNameDialog</a></td><td><code> [slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_path_file_name_dialog.html#c5fa66436c06b98cf7380a1bb13ac526">~PathFileNameDialog</a>()</td><td><a class="el" href="class_path_file_name_dialog.html">PathFileNameDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:27 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_path_file_name_dialog.html
===================================================================
--- Docs/html/class_path_file_name_dialog.html 2010-03-28 14:04:05 UTC (rev 111)
+++ Docs/html/class_path_file_name_dialog.html 2010-03-28 19:50:02 UTC (rev 112)
@@ -222,7 +222,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="pathfilenamedialog_8h.html">pathfilenamedialog.h</a><li><a class="el" href="pathfilenamedialog_8cpp.html">pathfilenamedialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:27 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_pref_dialog-members.html
===================================================================
--- Docs/html/class_pref_dialog-members.html 2010-03-28 14:04:05 UTC (rev 111)
+++ Docs/html/class_pref_dialog-members.html 2010-03-28 19:50:02 UTC (rev 112)
@@ -68,7 +68,7 @@
<tr class="memlist"><td><a class="el" href="class_pref_dialog.html#d3316cb7cbe81ebf60e3e50d862ea621">timer</a></td><td><a class="el" href="class_pref_dialog.html">PrefDialog</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_pref_dialog.html#59daab57653adf16691c10407b8b332d">~PrefDialog</a>()</td><td><a class="el" href="class_pref_dialog.html">PrefDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:27 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_pref_dialog.html
===================================================================
--- Docs/html/class_pref_dialog.html 2010-03-28 14:04:05 UTC (rev 111)
+++ Docs/html/class_pref_dialog.html 2010-03-28 19:50:02 UTC (rev 112)
@@ -121,7 +121,7 @@
<tr><td class="mdescLeft"> </td><td class="mdescRight">instance of <a class="el" href="class_about_dialog.html">AboutDialog</a> class <a href="#a8ee06444d130595a93c14deca88bf90"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="class_update_info.html">UpdateInfo</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="class_pref_dialog.html#fb74af9f8e03f75f60ad7bde2e39dbd1">m_UpdateInfo</a></td></tr>
-<tr><td class="mdescLeft"> </td><td class="mdescRight">instance of UpdateDialog class <a href="#fb74af9f8e03f75f60ad7bde2e39dbd1"></a><br></td></tr>
+<tr><td class="mdescLeft"> </td><td class="mdescRight">instance of <a class="el" href="class_update_info.html">UpdateInfo</a> class <a href="#fb74af9f8e03f75f60ad7bde2e39dbd1"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">QTranslator </td><td class="memItemRight" valign="bottom"><a class="el" href="class_pref_dialog.html#6e91a64306c461eaf199b1f1f7c15aa4">appTranslator</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">application translator <a href="#6e91a64306c461eaf199b1f1f7c15aa4"></a><br></td></tr>
@@ -1038,7 +1038,7 @@
<div class="memdoc">
<p>
-instance of UpdateDialog class
+instance of <a class="el" href="class_update_info.html">UpdateInfo</a> class
<p>
</div>
@@ -1080,7 +1080,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="prefdialog_8h.html">prefdialog.h</a><li><a class="el" href="prefdialog_8cpp.html">prefdialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:27 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_print_prepare-members.html
===================================================================
--- Docs/html/class_print_prepare-members.html 2010-03-28 14:04:05 UTC (rev 111)
+++ Docs/html/class_print_prepare-members.html 2010-03-28 19:50:02 UTC (rev 112)
@@ -35,7 +35,7 @@
<tr class="memlist"><td><a class="el" href="class_print_prepare.html#234d192e73243f180a19793bccb7d562">printPrototype</a></td><td><a class="el" href="class_print_prepare.html">PrintPrepare</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_print_prepare.html#3b3be32a62984efff1e4902989839129">~PrintPrepare</a>()</td><td><a class="el" href="class_print_prepare.html">PrintPrepare</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:27 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_print_prepare.html
===================================================================
--- Docs/html/class_print_prepare.html 2010-03-28 14:04:05 UTC (rev 111)
+++ Docs/html/class_print_prepare.html 2010-03-28 19:50:02 UTC (rev 112)
@@ -302,7 +302,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="printprepare_8h.html">printprepare.h</a><li><a class="el" href="printprepare_8cpp.html">printprepare.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:27 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_prototype-members.html
===================================================================
--- Docs/html/class_prototype-members.html 2010-03-28 14:04:05 UTC (rev 111)
+++ Docs/html/class_prototype-members.html 2010-03-28 19:50:02 UTC (rev 112)
@@ -28,7 +28,7 @@
<tr class="memlist"><td><a class="el" href="class_prototype.html#631f369dca9493e7ee0309445a2ba2c1">Prototype</a>(PageCtrl *pageCtrl)</td><td><a class="el" href="class_prototype.html">Prototype</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_prototype.html#a41c09a167510f1befb52c8131d3f0fb">~Prototype</a>()</td><td><a class="el" href="class_prototype.html">Prototype</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:27 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_prototype.html
===================================================================
--- Docs/html/class_prototype.html 2010-03-28 14:04:05 UTC (rev 111)
+++ Docs/html/class_prototype.html 2010-03-28 19:50:02 UTC (rev 112)
@@ -133,7 +133,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="prototype_8h.html">prototype.h</a><li><a class="el" href="prototype_8cpp.html">prototype.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:27 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_session_manager-members.html
===================================================================
--- Docs/html/class_session_manager-members.html 2010-03-28 14:04:05 UTC (rev 111)
+++ Docs/html/class_session_manager-members.html 2010-03-28 19:50:02 UTC (rev 112)
@@ -48,7 +48,7 @@
<tr class="memlist"><td><a class="el" href="class_session_manager.html#428cd8499bf4eed8d2ab951837a3b640">showErrorList</a></td><td><a class="el" href="class_session_manager.html">SessionManager</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_session_manager.html#cf9860a47b8c54e5f13210715e784621">~SessionManager</a>()</td><td><a class="el" href="class_session_manager.html">SessionManager</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:27 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_session_manager.html
===================================================================
--- Docs/html/class_session_manager.html 2010-03-28 14:04:05 UTC (rev 111)
+++ Docs/html/class_session_manager.html 2010-03-28 19:50:02 UTC (rev 112)
@@ -566,7 +566,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="sessionmanager_8h.html">sessionmanager.h</a><li><a class="el" href="sessionmanager_8cpp.html">sessionmanager.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:27 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_tab_widget-members.html
===================================================================
--- Docs/html/class_tab_widget-members.html 2010-03-28 14:04:05 UTC (rev 111)
+++ Docs/html/class_tab_widget-members.html 2010-03-28 19:50:02 UTC (rev 112)
@@ -26,7 +26,7 @@
<tr class="memlist"><td><a class="el" href="class_tab_widget.html#5aad386a078e6085d72e5ade6c4a678d">TabWidget</a>(QWidget *parent=0)</td><td><a class="el" href="class_tab_widget.html">TabWidget</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_tab_widget.html#520ed695e76930479c722ce0a3754180">~TabWidget</a>()</td><td><a class="el" href="class_tab_widget.html">TabWidget</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 21:36:27 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
...
[truncated message content] |
|
From: <pl...@us...> - 2010-03-28 14:04:13
|
Revision: 111
http://plcedit.svn.sourceforge.net/plcedit/?rev=111&view=rev
Author: plcedit
Date: 2010-03-28 14:04:05 +0000 (Sun, 28 Mar 2010)
Log Message:
-----------
- class AboutDialog: minor changes
- class ImportExport: revisions for text streams
- class MainWindow: new build No.; revisions according to UpdateInfo class
- class UpdateInfo: changed naming revision
- docs updated
Modified Paths:
--------------
.qdevelop
Docs/Doxyfile_PLCEdit_macx
Docs/html/annotated.html
Docs/html/batchdialog_8cpp.html
Docs/html/batchdialog_8h.html
Docs/html/class_batch_dialog-members.html
Docs/html/class_batch_dialog.html
Docs/html/class_diff_dialog-members.html
Docs/html/class_diff_dialog.html
Docs/html/class_editor-members.html
Docs/html/class_editor.html
Docs/html/class_f_b_call_converter-members.html
Docs/html/class_f_b_call_converter.html
Docs/html/class_f_b_dialog-members.html
Docs/html/class_f_b_dialog.html
Docs/html/class_file_view_dialog-members.html
Docs/html/class_file_view_dialog.html
Docs/html/class_find_dialog-members.html
Docs/html/class_find_dialog.html
Docs/html/class_fnc_dialog-members.html
Docs/html/class_fnc_dialog.html
Docs/html/class_help_widget-members.html
Docs/html/class_help_widget.html
Docs/html/class_highlighter___dec-members.html
Docs/html/class_highlighter___dec.html
Docs/html/class_highlighter___ins-members.html
Docs/html/class_highlighter___ins.html
Docs/html/class_import_export-members.html
Docs/html/class_import_export.html
Docs/html/class_main_window-members.html
Docs/html/class_main_window.html
Docs/html/class_p_o_u_info_dialog-members.html
Docs/html/class_p_o_u_info_dialog.html
Docs/html/class_page_ctrl-members.html
Docs/html/class_page_ctrl.html
Docs/html/class_page_data-members.html
Docs/html/class_page_data.html
Docs/html/class_path_file_name_dialog-members.html
Docs/html/class_path_file_name_dialog.html
Docs/html/class_pref_dialog-members.html
Docs/html/class_pref_dialog.html
Docs/html/class_print_prepare-members.html
Docs/html/class_print_prepare.html
Docs/html/class_prototype-members.html
Docs/html/class_prototype.html
Docs/html/class_session_manager-members.html
Docs/html/class_session_manager.html
Docs/html/class_tab_widget-members.html
Docs/html/class_tab_widget.html
Docs/html/classes.html
Docs/html/diffdialog_8cpp.html
Docs/html/diffdialog_8h.html
Docs/html/editor_8cpp.html
Docs/html/editor_8h.html
Docs/html/fbcallconverter_8cpp.html
Docs/html/fbcallconverter_8h.html
Docs/html/fbdialog_8cpp.html
Docs/html/fbdialog_8h.html
Docs/html/files.html
Docs/html/fileviewdialog_8cpp.html
Docs/html/fileviewdialog_8h.html
Docs/html/finddialog_8cpp.html
Docs/html/finddialog_8h.html
Docs/html/fncdialog_8cpp.html
Docs/html/fncdialog_8h.html
Docs/html/functions.html
Docs/html/functions_0x62.html
Docs/html/functions_0x63.html
Docs/html/functions_0x64.html
Docs/html/functions_0x65.html
Docs/html/functions_0x66.html
Docs/html/functions_0x67.html
Docs/html/functions_0x68.html
Docs/html/functions_0x69.html
Docs/html/functions_0x6b.html
Docs/html/functions_0x6c.html
Docs/html/functions_0x6d.html
Docs/html/functions_0x6e.html
Docs/html/functions_0x6f.html
Docs/html/functions_0x70.html
Docs/html/functions_0x72.html
Docs/html/functions_0x73.html
Docs/html/functions_0x74.html
Docs/html/functions_0x75.html
Docs/html/functions_0x76.html
Docs/html/functions_0x77.html
Docs/html/functions_0x7a.html
Docs/html/functions_0x7e.html
Docs/html/functions_eval.html
Docs/html/functions_func.html
Docs/html/functions_func_0x62.html
Docs/html/functions_func_0x63.html
Docs/html/functions_func_0x64.html
Docs/html/functions_func_0x65.html
Docs/html/functions_func_0x66.html
Docs/html/functions_func_0x67.html
Docs/html/functions_func_0x68.html
Docs/html/functions_func_0x69.html
Docs/html/functions_func_0x6c.html
Docs/html/functions_func_0x6d.html
Docs/html/functions_func_0x6e.html
Docs/html/functions_func_0x6f.html
Docs/html/functions_func_0x70.html
Docs/html/functions_func_0x72.html
Docs/html/functions_func_0x73.html
Docs/html/functions_func_0x74.html
Docs/html/functions_func_0x75.html
Docs/html/functions_func_0x77.html
Docs/html/functions_func_0x7e.html
Docs/html/functions_vars.html
Docs/html/functions_vars_0x62.html
Docs/html/functions_vars_0x63.html
Docs/html/functions_vars_0x64.html
Docs/html/functions_vars_0x65.html
Docs/html/functions_vars_0x66.html
Docs/html/functions_vars_0x68.html
Docs/html/functions_vars_0x69.html
Docs/html/functions_vars_0x6b.html
Docs/html/functions_vars_0x6c.html
Docs/html/functions_vars_0x6d.html
Docs/html/functions_vars_0x6e.html
Docs/html/functions_vars_0x6f.html
Docs/html/functions_vars_0x70.html
Docs/html/functions_vars_0x72.html
Docs/html/functions_vars_0x73.html
Docs/html/functions_vars_0x74.html
Docs/html/functions_vars_0x75.html
Docs/html/functions_vars_0x76.html
Docs/html/functions_vars_0x77.html
Docs/html/functions_vars_0x7a.html
Docs/html/globals.html
Docs/html/globals_defs.html
Docs/html/globals_func.html
Docs/html/helpwidget_8cpp.html
Docs/html/helpwidget_8h.html
Docs/html/highlighter__dec_8cpp.html
Docs/html/highlighter__dec_8h.html
Docs/html/highlighter__ins_8cpp.html
Docs/html/highlighter__ins_8h.html
Docs/html/importexport_8cpp.html
Docs/html/importexport_8h.html
Docs/html/main.html
Docs/html/main_8cpp.html
Docs/html/mainwindow_8cpp.html
Docs/html/mainwindow_8h.html
Docs/html/pagectrl_8cpp.html
Docs/html/pagectrl_8h.html
Docs/html/pagedata_8cpp.html
Docs/html/pagedata_8h.html
Docs/html/pathfilenamedialog_8cpp.html
Docs/html/pathfilenamedialog_8h.html
Docs/html/pouinfodialog_8cpp.html
Docs/html/pouinfodialog_8h.html
Docs/html/prefdialog_8cpp.html
Docs/html/prefdialog_8h.html
Docs/html/printprepare_8cpp.html
Docs/html/printprepare_8h.html
Docs/html/prototype_8cpp.html
Docs/html/prototype_8h.html
Docs/html/sessionmanager_8cpp.html
Docs/html/sessionmanager_8h.html
Docs/html/struct_highlighter___dec_1_1_highlighting_rule-members.html
Docs/html/struct_highlighter___dec_1_1_highlighting_rule.html
Docs/html/struct_highlighter___ins_1_1_highlighting_rule-members.html
Docs/html/struct_highlighter___ins_1_1_highlighting_rule.html
Docs/html/tabwidget_8cpp.html
Docs/html/tabwidget_8h.html
src/aboutdialog.cpp
src/importexport.cpp
src/mainwindow.cpp
src/mainwindow.h
src/updateinfo.cpp
src/updateinfo.h
Modified: .qdevelop
===================================================================
(Binary files differ)
Modified: Docs/Doxyfile_PLCEdit_macx
===================================================================
--- Docs/Doxyfile_PLCEdit_macx 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/Doxyfile_PLCEdit_macx 2010-03-28 14:04:05 UTC (rev 111)
@@ -31,7 +31,7 @@
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = "v2.2.1 r110"
+PROJECT_NUMBER = "v2.2.1 r111"
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
Modified: Docs/html/annotated.html
===================================================================
--- Docs/html/annotated.html 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/html/annotated.html 2010-03-28 14:04:05 UTC (rev 111)
@@ -51,7 +51,7 @@
<tr><td class="indexkey"><a class="el" href="class_update_info.html">UpdateInfo</a></td><td class="indexvalue"></td></tr>
</table>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:17 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/batchdialog_8cpp.html
===================================================================
--- Docs/html/batchdialog_8cpp.html 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/html/batchdialog_8cpp.html 2010-03-28 14:04:05 UTC (rev 111)
@@ -27,7 +27,7 @@
<tr><td></td></tr>
</table>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:17 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/batchdialog_8h.html
===================================================================
--- Docs/html/batchdialog_8h.html 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/html/batchdialog_8h.html 2010-03-28 14:04:05 UTC (rev 111)
@@ -30,7 +30,7 @@
</table>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:17 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_batch_dialog-members.html
===================================================================
--- Docs/html/class_batch_dialog-members.html 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/html/class_batch_dialog-members.html 2010-03-28 14:04:05 UTC (rev 111)
@@ -34,7 +34,7 @@
<tr class="memlist"><td><a class="el" href="class_batch_dialog.html#4812366c096c5ecf92027b32418b485d">selectedPath</a>()</td><td><a class="el" href="class_batch_dialog.html">BatchDialog</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_batch_dialog.html#de4d5b68f8e6dba4c84677a3f256e7a6">~BatchDialog</a>()</td><td><a class="el" href="class_batch_dialog.html">BatchDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:17 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_batch_dialog.html
===================================================================
--- Docs/html/class_batch_dialog.html 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/html/class_batch_dialog.html 2010-03-28 14:04:05 UTC (rev 111)
@@ -268,7 +268,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="batchdialog_8h.html">batchdialog.h</a><li><a class="el" href="batchdialog_8cpp.html">batchdialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:17 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_diff_dialog-members.html
===================================================================
--- Docs/html/class_diff_dialog-members.html 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/html/class_diff_dialog-members.html 2010-03-28 14:04:05 UTC (rev 111)
@@ -47,7 +47,7 @@
<tr class="memlist"><td><a class="el" href="class_diff_dialog.html#c062921ac374e3a63a745a4c2c6f28ab">stat_total</a>(int value)</td><td><a class="el" href="class_diff_dialog.html">DiffDialog</a></td><td><code> [private, slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_diff_dialog.html#e65cb080f4815a5528f70d63fc43c5d2">~DiffDialog</a>()</td><td><a class="el" href="class_diff_dialog.html">DiffDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_diff_dialog.html
===================================================================
--- Docs/html/class_diff_dialog.html 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/html/class_diff_dialog.html 2010-03-28 14:04:05 UTC (rev 111)
@@ -542,7 +542,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="diffdialog_8h.html">diffdialog.h</a><li><a class="el" href="diffdialog_8cpp.html">diffdialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_editor-members.html
===================================================================
--- Docs/html/class_editor-members.html 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/html/class_editor-members.html 2010-03-28 14:04:05 UTC (rev 111)
@@ -43,7 +43,7 @@
<tr class="memlist"><td><a class="el" href="class_editor.html#132e9adb3bb9521fb2d84f2e75e26c73">str_contextmenu_comparewithprev</a></td><td><a class="el" href="class_editor.html">Editor</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_editor.html#d465abc9575af92b4fa61525085172d6">~Editor</a>()</td><td><a class="el" href="class_editor.html">Editor</a></td><td></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_editor.html
===================================================================
--- Docs/html/class_editor.html 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/html/class_editor.html 2010-03-28 14:04:05 UTC (rev 111)
@@ -467,7 +467,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="editor_8h.html">editor.h</a><li><a class="el" href="editor_8cpp.html">editor.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_f_b_call_converter-members.html
===================================================================
--- Docs/html/class_f_b_call_converter-members.html 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/html/class_f_b_call_converter-members.html 2010-03-28 14:04:05 UTC (rev 111)
@@ -37,7 +37,7 @@
<tr class="memlist"><td><a class="el" href="class_f_b_call_converter.html#923ac974d17e18850c74f664b80311ee">m_PageCtrl</a></td><td><a class="el" href="class_f_b_call_converter.html">FBCallConverter</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_f_b_call_converter.html#5f037169b51f11322a6b93768ef9b7db">~FBCallConverter</a>()</td><td><a class="el" href="class_f_b_call_converter.html">FBCallConverter</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_f_b_call_converter.html
===================================================================
--- Docs/html/class_f_b_call_converter.html 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/html/class_f_b_call_converter.html 2010-03-28 14:04:05 UTC (rev 111)
@@ -559,7 +559,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="fbcallconverter_8h.html">fbcallconverter.h</a><li><a class="el" href="fbcallconverter_8cpp.html">fbcallconverter.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_f_b_dialog-members.html
===================================================================
--- Docs/html/class_f_b_dialog-members.html 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/html/class_f_b_dialog-members.html 2010-03-28 14:04:05 UTC (rev 111)
@@ -42,7 +42,7 @@
<tr class="memlist"><td><a class="el" href="class_f_b_dialog.html#a7cde6b3dc60756db92b57229c11c90d">showCurrentFBofFBs</a>(int i)</td><td><a class="el" href="class_f_b_dialog.html">FBDialog</a></td><td><code> [private, slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_f_b_dialog.html#cc6aeed3c79ba5a2df3b1c8b87850b95">~FBDialog</a>()</td><td><a class="el" href="class_f_b_dialog.html">FBDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_f_b_dialog.html
===================================================================
--- Docs/html/class_f_b_dialog.html 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/html/class_f_b_dialog.html 2010-03-28 14:04:05 UTC (rev 111)
@@ -526,7 +526,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="fbdialog_8h.html">fbdialog.h</a><li><a class="el" href="fbdialog_8cpp.html">fbdialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_file_view_dialog-members.html
===================================================================
--- Docs/html/class_file_view_dialog-members.html 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/html/class_file_view_dialog-members.html 2010-03-28 14:04:05 UTC (rev 111)
@@ -33,7 +33,7 @@
<tr class="memlist"><td><a class="el" href="class_file_view_dialog.html#36ca33e0a33d9e43cef8b417c6eb764c">setFileExt</a>(int Ext)</td><td><a class="el" href="class_file_view_dialog.html">FileViewDialog</a></td><td><code> [slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_file_view_dialog.html#a2e71e4ee6721342a1b339d011f9066b">~FileViewDialog</a>()</td><td><a class="el" href="class_file_view_dialog.html">FileViewDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_file_view_dialog.html
===================================================================
--- Docs/html/class_file_view_dialog.html 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/html/class_file_view_dialog.html 2010-03-28 14:04:05 UTC (rev 111)
@@ -261,7 +261,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="fileviewdialog_8h.html">fileviewdialog.h</a><li><a class="el" href="fileviewdialog_8cpp.html">fileviewdialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_find_dialog-members.html
===================================================================
--- Docs/html/class_find_dialog-members.html 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/html/class_find_dialog-members.html 2010-03-28 14:04:05 UTC (rev 111)
@@ -41,7 +41,7 @@
<tr class="memlist"><td><a class="el" href="class_find_dialog.html#2e5b5d48c3bdedef916f35b0f815a2c3">window</a></td><td><a class="el" href="class_find_dialog.html">FindDialog</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_find_dialog.html#d558e82173272809593fb557f6ec88b0">~FindDialog</a>()</td><td><a class="el" href="class_find_dialog.html">FindDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_find_dialog.html
===================================================================
--- Docs/html/class_find_dialog.html 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/html/class_find_dialog.html 2010-03-28 14:04:05 UTC (rev 111)
@@ -435,7 +435,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="finddialog_8h.html">finddialog.h</a><li><a class="el" href="finddialog_8cpp.html">finddialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_fnc_dialog-members.html
===================================================================
--- Docs/html/class_fnc_dialog-members.html 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/html/class_fnc_dialog-members.html 2010-03-28 14:04:05 UTC (rev 111)
@@ -32,7 +32,7 @@
<tr class="memlist"><td><a class="el" href="class_fnc_dialog.html#81d7aa7f0eec6a43cbcb406808552025">setokButtonState</a>()</td><td><a class="el" href="class_fnc_dialog.html">FncDialog</a></td><td><code> [private, slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_fnc_dialog.html#68f0bd213c6aa261a0938fc483e30522">~FncDialog</a>()</td><td><a class="el" href="class_fnc_dialog.html">FncDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_fnc_dialog.html
===================================================================
--- Docs/html/class_fnc_dialog.html 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/html/class_fnc_dialog.html 2010-03-28 14:04:05 UTC (rev 111)
@@ -227,7 +227,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="fncdialog_8h.html">fncdialog.h</a><li><a class="el" href="fncdialog_8cpp.html">fncdialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_help_widget-members.html
===================================================================
--- Docs/html/class_help_widget-members.html 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/html/class_help_widget-members.html 2010-03-28 14:04:05 UTC (rev 111)
@@ -33,7 +33,7 @@
<tr class="memlist"><td><a class="el" href="class_help_widget.html#45aacc5e393e4ccb3edc8e9737e65537">setHelpFile</a>(QString filePath, QString file)</td><td><a class="el" href="class_help_widget.html">HelpWidget</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_help_widget.html#7accd809156a5f4e937e978ed7c55b82">~HelpWidget</a>()</td><td><a class="el" href="class_help_widget.html">HelpWidget</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_help_widget.html
===================================================================
--- Docs/html/class_help_widget.html 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/html/class_help_widget.html 2010-03-28 14:04:05 UTC (rev 111)
@@ -252,7 +252,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="helpwidget_8h.html">helpwidget.h</a><li><a class="el" href="helpwidget_8cpp.html">helpwidget.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_highlighter___dec-members.html
===================================================================
--- Docs/html/class_highlighter___dec-members.html 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/html/class_highlighter___dec-members.html 2010-03-28 14:04:05 UTC (rev 111)
@@ -32,7 +32,7 @@
<tr class="memlist"><td><a class="el" href="class_highlighter___dec.html#1e5f70e1bf893606ac8e1bc8173195bb">multiLineCommentFormat</a></td><td><a class="el" href="class_highlighter___dec.html">Highlighter_Dec</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_highlighter___dec.html#27f0b12f0f08eff81a4f32bdbe70c131">singleLineCommentFormat</a></td><td><a class="el" href="class_highlighter___dec.html">Highlighter_Dec</a></td><td><code> [private]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_highlighter___dec.html
===================================================================
--- Docs/html/class_highlighter___dec.html 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/html/class_highlighter___dec.html 2010-03-28 14:04:05 UTC (rev 111)
@@ -214,7 +214,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="highlighter__dec_8h.html">highlighter_dec.h</a><li><a class="el" href="highlighter__dec_8cpp.html">highlighter_dec.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_highlighter___ins-members.html
===================================================================
--- Docs/html/class_highlighter___ins-members.html 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/html/class_highlighter___ins-members.html 2010-03-28 14:04:05 UTC (rev 111)
@@ -32,7 +32,7 @@
<tr class="memlist"><td><a class="el" href="class_highlighter___ins.html#276fc4e51c76a067d1b7f4c3b5ce55bf">multiLineCommentFormat</a></td><td><a class="el" href="class_highlighter___ins.html">Highlighter_Ins</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_highlighter___ins.html#a256f30e0c85cea6d72d20bb152cb044">singleLineCommentFormat</a></td><td><a class="el" href="class_highlighter___ins.html">Highlighter_Ins</a></td><td><code> [private]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_highlighter___ins.html
===================================================================
--- Docs/html/class_highlighter___ins.html 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/html/class_highlighter___ins.html 2010-03-28 14:04:05 UTC (rev 111)
@@ -214,7 +214,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="highlighter__ins_8h.html">highlighter_ins.h</a><li><a class="el" href="highlighter__ins_8cpp.html">highlighter_ins.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_import_export-members.html
===================================================================
--- Docs/html/class_import_export-members.html 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/html/class_import_export-members.html 2010-03-28 14:04:05 UTC (rev 111)
@@ -57,7 +57,7 @@
<tr class="memlist"><td><a class="el" href="class_import_export.html#58d31ecafc6fccae472b1d7244ad59c2">usePrgLngDetection</a></td><td><a class="el" href="class_import_export.html">ImportExport</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_import_export.html#b0bb536c0317391ccc9e40b87b720f64">~ImportExport</a>()</td><td><a class="el" href="class_import_export.html">ImportExport</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_import_export.html
===================================================================
--- Docs/html/class_import_export.html 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/html/class_import_export.html 2010-03-28 14:04:05 UTC (rev 111)
@@ -1095,7 +1095,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="importexport_8h.html">importexport.h</a><li><a class="el" href="importexport_8cpp.html">importexport.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_main_window-members.html
===================================================================
--- Docs/html/class_main_window-members.html 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/html/class_main_window-members.html 2010-03-28 14:04:05 UTC (rev 111)
@@ -38,7 +38,6 @@
<tr class="memlist"><td><a class="el" href="class_main_window.html#f9818da66590b0901ff9db870207794b">batchConverter</a>()</td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_main_window.html#da90689da1de0c553396c7c44c338bf4">batchConverterAction</a></td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_main_window.html#8c0230d1b104dca68d35b0473a3f68ba">bugReportAction</a></td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [private]</code></td></tr>
- <tr class="memlist"><td><a class="el" href="class_main_window.html#52a9752c79e2f4e23aaf8e83fdcc73f9">BUILD</a></td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_main_window.html#3a1f00a4b750c946542f02d5b72b4331">cancelButtonText</a></td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_main_window.html#c5a9cba711de6a514d5e4c4073a06d82">changeInputWindowAction</a></td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_main_window.html#10750b9bdf057c5863a1ff682390170f">checkForUpdates</a>()</td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [slot]</code></td></tr>
@@ -147,6 +146,7 @@
<tr class="memlist"><td><a class="el" href="class_main_window.html#f54a8ab5803006c52df67cde13b60be8">recentFilesAction</a></td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_main_window.html#068e205ecfed3a2859e025e04f2f5f50">redoAction</a></td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_main_window.html#2836e718ab96e25231b80d346a7841ad">retranslateUi</a>()</td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [slot]</code></td></tr>
+ <tr class="memlist"><td><a class="el" href="class_main_window.html#fe6e45d61c54734d922ccc217af7cfcb">REVISION</a></td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_main_window.html#0ca0fd7bf38a67d5a0a985357566f396">saveAction</a></td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_main_window.html#6c23b775bc9e5820e87f9039ffdccf89">saveAsAction</a></td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_main_window.html#144de8ed39eeacfae8c5b0e2bc35348c">savePage</a>()</td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [slot]</code></td></tr>
@@ -206,7 +206,7 @@
<tr class="memlist"><td><a class="el" href="class_main_window.html#4d6497beed2e1542fede698bc04a5422">ZoomAction</a></td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_main_window.html#e98d00a93bc118200eeef9f9bba1dba7">~MainWindow</a>()</td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:37 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_main_window.html
===================================================================
--- Docs/html/class_main_window.html 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/html/class_main_window.html 2010-03-28 14:04:05 UTC (rev 111)
@@ -133,9 +133,9 @@
<tr><td class="memItemLeft" nowrap align="right" valign="top">QString </td><td class="memItemRight" valign="bottom"><a class="el" href="class_main_window.html#3a92e4812a8695f1eb366a4fcad5015a">VERSION</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">current project version <a href="#3a92e4812a8695f1eb366a4fcad5015a"></a><br></td></tr>
-<tr><td class="memItemLeft" nowrap align="right" valign="top">QString </td><td class="memItemRight" valign="bottom"><a class="el" href="class_main_window.html#52a9752c79e2f4e23aaf8e83fdcc73f9">BUILD</a></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">QString </td><td class="memItemRight" valign="bottom"><a class="el" href="class_main_window.html#fe6e45d61c54734d922ccc217af7cfcb">REVISION</a></td></tr>
-<tr><td class="mdescLeft"> </td><td class="mdescRight">current project version build <a href="#52a9752c79e2f4e23aaf8e83fdcc73f9"></a><br></td></tr>
+<tr><td class="mdescLeft"> </td><td class="mdescRight">current project revision <a href="#fe6e45d61c54734d922ccc217af7cfcb"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">QString </td><td class="memItemRight" valign="bottom"><a class="el" href="class_main_window.html#bb4eecefb8c377995490302461617cf1">PROJECT_DATE</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">project date 2005..20XX <a href="#bb4eecefb8c377995490302461617cf1"></a><br></td></tr>
@@ -1880,23 +1880,6 @@
</div>
</div><p>
-<a class="anchor" name="52a9752c79e2f4e23aaf8e83fdcc73f9"></a><!-- doxytag: member="MainWindow::BUILD" ref="52a9752c79e2f4e23aaf8e83fdcc73f9" args="" -->
-<div class="memitem">
-<div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">QString <a class="el" href="class_main_window.html#52a9752c79e2f4e23aaf8e83fdcc73f9">MainWindow::BUILD</a> </td>
- </tr>
- </table>
-</div>
-<div class="memdoc">
-
-<p>
-current project version build
-<p>
-
-</div>
-</div><p>
<a class="anchor" name="3a1f00a4b750c946542f02d5b72b4331"></a><!-- doxytag: member="MainWindow::cancelButtonText" ref="3a1f00a4b750c946542f02d5b72b4331" args="" -->
<div class="memitem">
<div class="memproto">
@@ -3219,6 +3202,23 @@
</div>
</div><p>
+<a class="anchor" name="fe6e45d61c54734d922ccc217af7cfcb"></a><!-- doxytag: member="MainWindow::REVISION" ref="fe6e45d61c54734d922ccc217af7cfcb" args="" -->
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">QString <a class="el" href="class_main_window.html#fe6e45d61c54734d922ccc217af7cfcb">MainWindow::REVISION</a> </td>
+ </tr>
+ </table>
+</div>
+<div class="memdoc">
+
+<p>
+current project revision
+<p>
+
+</div>
+</div><p>
<a class="anchor" name="0ca0fd7bf38a67d5a0a985357566f396"></a><!-- doxytag: member="MainWindow::saveAction" ref="0ca0fd7bf38a67d5a0a985357566f396" args="" -->
<div class="memitem">
<div class="memproto">
@@ -3868,7 +3868,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="mainwindow_8h.html">mainwindow.h</a><li><a class="el" href="mainwindow_8cpp.html">mainwindow.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_p_o_u_info_dialog-members.html
===================================================================
--- Docs/html/class_p_o_u_info_dialog-members.html 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/html/class_p_o_u_info_dialog-members.html 2010-03-28 14:04:05 UTC (rev 111)
@@ -38,7 +38,7 @@
<tr class="memlist"><td><a class="el" href="class_p_o_u_info_dialog.html#ab037f2da8a3aefdb1331ffd8f8e12b0">setPrototype</a>()</td><td><a class="el" href="class_p_o_u_info_dialog.html">POUInfoDialog</a></td><td><code> [slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_p_o_u_info_dialog.html#fada30f74d1b252980cc15ba3851aa92">~POUInfoDialog</a>()</td><td><a class="el" href="class_p_o_u_info_dialog.html">POUInfoDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:37 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_p_o_u_info_dialog.html
===================================================================
--- Docs/html/class_p_o_u_info_dialog.html 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/html/class_p_o_u_info_dialog.html 2010-03-28 14:04:05 UTC (rev 111)
@@ -382,7 +382,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="pouinfodialog_8h.html">pouinfodialog.h</a><li><a class="el" href="pouinfodialog_8cpp.html">pouinfodialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:37 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_page_ctrl-members.html
===================================================================
--- Docs/html/class_page_ctrl-members.html 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/html/class_page_ctrl-members.html 2010-03-28 14:04:05 UTC (rev 111)
@@ -175,7 +175,7 @@
<tr class="memlist"><td><a class="el" href="class_page_ctrl.html#fe54c98bff649f9c1dee851ed70abf54">unsavedNotice</a></td><td><a class="el" href="class_page_ctrl.html">PageCtrl</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_page_ctrl.html#c6ddf86733f565be300c03fd6f92b29f">~PageCtrl</a>()</td><td><a class="el" href="class_page_ctrl.html">PageCtrl</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:37 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_page_ctrl.html
===================================================================
--- Docs/html/class_page_ctrl.html 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/html/class_page_ctrl.html 2010-03-28 14:04:05 UTC (rev 111)
@@ -3675,7 +3675,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="pagectrl_8h.html">pagectrl.h</a><li><a class="el" href="pagectrl_8cpp.html">pagectrl.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:37 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_page_data-members.html
===================================================================
--- Docs/html/class_page_data-members.html 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/html/class_page_data-members.html 2010-03-28 14:04:05 UTC (rev 111)
@@ -41,7 +41,7 @@
<tr class="memlist"><td><a class="el" href="class_page_data.html#db703724e0718ea6de6d709c108ec4a7">pd_SucosoftHeader</a></td><td><a class="el" href="class_page_data.html">PageData</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_page_data.html#fea5647f9b3304c6b8bbf19dd96f08c5">~PageData</a>()</td><td><a class="el" href="class_page_data.html">PageData</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:37 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_page_data.html
===================================================================
--- Docs/html/class_page_data.html 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/html/class_page_data.html 2010-03-28 14:04:05 UTC (rev 111)
@@ -385,7 +385,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="pagedata_8h.html">pagedata.h</a><li><a class="el" href="pagedata_8cpp.html">pagedata.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:37 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_path_file_name_dialog-members.html
===================================================================
--- Docs/html/class_path_file_name_dialog-members.html 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/html/class_path_file_name_dialog-members.html 2010-03-28 14:04:05 UTC (rev 111)
@@ -32,7 +32,7 @@
<tr class="memlist"><td><a class="el" href="class_path_file_name_dialog.html#63151f1ca3b4280e085fd62fcb02636c">retranslateUi</a>()</td><td><a class="el" href="class_path_file_name_dialog.html">PathFileNameDialog</a></td><td><code> [slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_path_file_name_dialog.html#c5fa66436c06b98cf7380a1bb13ac526">~PathFileNameDialog</a>()</td><td><a class="el" href="class_path_file_name_dialog.html">PathFileNameDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:37 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_path_file_name_dialog.html
===================================================================
--- Docs/html/class_path_file_name_dialog.html 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/html/class_path_file_name_dialog.html 2010-03-28 14:04:05 UTC (rev 111)
@@ -222,7 +222,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="pathfilenamedialog_8h.html">pathfilenamedialog.h</a><li><a class="el" href="pathfilenamedialog_8cpp.html">pathfilenamedialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:37 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_pref_dialog-members.html
===================================================================
--- Docs/html/class_pref_dialog-members.html 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/html/class_pref_dialog-members.html 2010-03-28 14:04:05 UTC (rev 111)
@@ -68,7 +68,7 @@
<tr class="memlist"><td><a class="el" href="class_pref_dialog.html#d3316cb7cbe81ebf60e3e50d862ea621">timer</a></td><td><a class="el" href="class_pref_dialog.html">PrefDialog</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_pref_dialog.html#59daab57653adf16691c10407b8b332d">~PrefDialog</a>()</td><td><a class="el" href="class_pref_dialog.html">PrefDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:37 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_pref_dialog.html
===================================================================
--- Docs/html/class_pref_dialog.html 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/html/class_pref_dialog.html 2010-03-28 14:04:05 UTC (rev 111)
@@ -1080,7 +1080,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="prefdialog_8h.html">prefdialog.h</a><li><a class="el" href="prefdialog_8cpp.html">prefdialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:37 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_print_prepare-members.html
===================================================================
--- Docs/html/class_print_prepare-members.html 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/html/class_print_prepare-members.html 2010-03-28 14:04:05 UTC (rev 111)
@@ -35,7 +35,7 @@
<tr class="memlist"><td><a class="el" href="class_print_prepare.html#234d192e73243f180a19793bccb7d562">printPrototype</a></td><td><a class="el" href="class_print_prepare.html">PrintPrepare</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_print_prepare.html#3b3be32a62984efff1e4902989839129">~PrintPrepare</a>()</td><td><a class="el" href="class_print_prepare.html">PrintPrepare</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:37 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_print_prepare.html
===================================================================
--- Docs/html/class_print_prepare.html 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/html/class_print_prepare.html 2010-03-28 14:04:05 UTC (rev 111)
@@ -302,7 +302,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="printprepare_8h.html">printprepare.h</a><li><a class="el" href="printprepare_8cpp.html">printprepare.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:37 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_prototype-members.html
===================================================================
--- Docs/html/class_prototype-members.html 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/html/class_prototype-members.html 2010-03-28 14:04:05 UTC (rev 111)
@@ -28,7 +28,7 @@
<tr class="memlist"><td><a class="el" href="class_prototype.html#631f369dca9493e7ee0309445a2ba2c1">Prototype</a>(PageCtrl *pageCtrl)</td><td><a class="el" href="class_prototype.html">Prototype</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_prototype.html#a41c09a167510f1befb52c8131d3f0fb">~Prototype</a>()</td><td><a class="el" href="class_prototype.html">Prototype</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:37 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_prototype.html
===================================================================
--- Docs/html/class_prototype.html 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/html/class_prototype.html 2010-03-28 14:04:05 UTC (rev 111)
@@ -133,7 +133,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="prototype_8h.html">prototype.h</a><li><a class="el" href="prototype_8cpp.html">prototype.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:37 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_session_manager-members.html
===================================================================
--- Docs/html/class_session_manager-members.html 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/html/class_session_manager-members.html 2010-03-28 14:04:05 UTC (rev 111)
@@ -48,7 +48,7 @@
<tr class="memlist"><td><a class="el" href="class_session_manager.html#428cd8499bf4eed8d2ab951837a3b640">showErrorList</a></td><td><a class="el" href="class_session_manager.html">SessionManager</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_session_manager.html#cf9860a47b8c54e5f13210715e784621">~SessionManager</a>()</td><td><a class="el" href="class_session_manager.html">SessionManager</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:37 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_session_manager.html
===================================================================
--- Docs/html/class_session_manager.html 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/html/class_session_manager.html 2010-03-28 14:04:05 UTC (rev 111)
@@ -566,7 +566,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="sessionmanager_8h.html">sessionmanager.h</a><li><a class="el" href="sessionmanager_8cpp.html">sessionmanager.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:37 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_tab_widget-members.html
===================================================================
--- Docs/html/class_tab_widget-members.html 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/html/class_tab_widget-members.html 2010-03-28 14:04:05 UTC (rev 111)
@@ -26,7 +26,7 @@
<tr class="memlist"><td><a class="el" href="class_tab_widget.html#5aad386a078e6085d72e5ade6c4a678d">TabWidget</a>(QWidget *parent=0)</td><td><a class="el" href="class_tab_widget.html">TabWidget</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_tab_widget.html#520ed695e76930479c722ce0a3754180">~TabWidget</a>()</td><td><a class="el" href="class_tab_widget.html">TabWidget</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:37 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 28 15:58:18 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_tab_widget.html
===================================================================
--- Docs/html/class_tab_widget.html 2010-03-27 19:20:30 UTC (rev 110)
+++ Docs/html/class_tab_widget.html 2010-03-28 14:04:05 UTC (rev 111)
@@ -77,7 +77,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="tabwidget_8h.html">tabwi...
[truncated message content] |
|
From: <pl...@us...> - 2010-03-27 19:20:40
|
Revision: 110
http://plcedit.svn.sourceforge.net/plcedit/?rev=110&view=rev
Author: plcedit
Date: 2010-03-27 19:20:30 +0000 (Sat, 27 Mar 2010)
Log Message:
-----------
- all dialog classes: window titlebar appearance
- class MainWindow: new build No.; revisions according to UpdateInfo class
- class updatedialog changed in class updateinfo but with using UpdateDialog.ui (regarding issue on my Mac)
- docs updated
Modified Paths:
--------------
.qdevelop
Docs/Doxyfile_PLCEdit_macx
Docs/html/annotated.html
Docs/html/batchdialog_8cpp.html
Docs/html/batchdialog_8h.html
Docs/html/class_batch_dialog-members.html
Docs/html/class_batch_dialog.html
Docs/html/class_diff_dialog-members.html
Docs/html/class_diff_dialog.html
Docs/html/class_editor-members.html
Docs/html/class_editor.html
Docs/html/class_f_b_call_converter-members.html
Docs/html/class_f_b_call_converter.html
Docs/html/class_f_b_dialog-members.html
Docs/html/class_f_b_dialog.html
Docs/html/class_file_view_dialog-members.html
Docs/html/class_file_view_dialog.html
Docs/html/class_find_dialog-members.html
Docs/html/class_find_dialog.html
Docs/html/class_fnc_dialog-members.html
Docs/html/class_fnc_dialog.html
Docs/html/class_help_widget-members.html
Docs/html/class_help_widget.html
Docs/html/class_highlighter___dec-members.html
Docs/html/class_highlighter___dec.html
Docs/html/class_highlighter___ins-members.html
Docs/html/class_highlighter___ins.html
Docs/html/class_import_export-members.html
Docs/html/class_import_export.html
Docs/html/class_main_window-members.html
Docs/html/class_main_window.html
Docs/html/class_p_o_u_info_dialog-members.html
Docs/html/class_p_o_u_info_dialog.html
Docs/html/class_page_ctrl-members.html
Docs/html/class_page_ctrl.html
Docs/html/class_page_data-members.html
Docs/html/class_page_data.html
Docs/html/class_path_file_name_dialog-members.html
Docs/html/class_path_file_name_dialog.html
Docs/html/class_pref_dialog-members.html
Docs/html/class_pref_dialog.html
Docs/html/class_print_prepare-members.html
Docs/html/class_print_prepare.html
Docs/html/class_prototype-members.html
Docs/html/class_prototype.html
Docs/html/class_session_manager-members.html
Docs/html/class_session_manager.html
Docs/html/class_tab_widget-members.html
Docs/html/class_tab_widget.html
Docs/html/classes.html
Docs/html/diffdialog_8cpp.html
Docs/html/diffdialog_8h.html
Docs/html/editor_8cpp.html
Docs/html/editor_8h.html
Docs/html/fbcallconverter_8cpp.html
Docs/html/fbcallconverter_8h.html
Docs/html/fbdialog_8cpp.html
Docs/html/fbdialog_8h.html
Docs/html/files.html
Docs/html/fileviewdialog_8cpp.html
Docs/html/fileviewdialog_8h.html
Docs/html/finddialog_8cpp.html
Docs/html/finddialog_8h.html
Docs/html/fncdialog_8cpp.html
Docs/html/fncdialog_8h.html
Docs/html/functions.html
Docs/html/functions_0x62.html
Docs/html/functions_0x63.html
Docs/html/functions_0x64.html
Docs/html/functions_0x65.html
Docs/html/functions_0x66.html
Docs/html/functions_0x67.html
Docs/html/functions_0x68.html
Docs/html/functions_0x69.html
Docs/html/functions_0x6b.html
Docs/html/functions_0x6c.html
Docs/html/functions_0x6d.html
Docs/html/functions_0x6e.html
Docs/html/functions_0x6f.html
Docs/html/functions_0x70.html
Docs/html/functions_0x72.html
Docs/html/functions_0x73.html
Docs/html/functions_0x74.html
Docs/html/functions_0x75.html
Docs/html/functions_0x76.html
Docs/html/functions_0x77.html
Docs/html/functions_0x7a.html
Docs/html/functions_0x7e.html
Docs/html/functions_eval.html
Docs/html/functions_func.html
Docs/html/functions_func_0x62.html
Docs/html/functions_func_0x63.html
Docs/html/functions_func_0x64.html
Docs/html/functions_func_0x65.html
Docs/html/functions_func_0x66.html
Docs/html/functions_func_0x67.html
Docs/html/functions_func_0x68.html
Docs/html/functions_func_0x69.html
Docs/html/functions_func_0x6c.html
Docs/html/functions_func_0x6d.html
Docs/html/functions_func_0x6e.html
Docs/html/functions_func_0x6f.html
Docs/html/functions_func_0x70.html
Docs/html/functions_func_0x72.html
Docs/html/functions_func_0x73.html
Docs/html/functions_func_0x74.html
Docs/html/functions_func_0x75.html
Docs/html/functions_func_0x77.html
Docs/html/functions_func_0x7e.html
Docs/html/functions_vars.html
Docs/html/functions_vars_0x62.html
Docs/html/functions_vars_0x63.html
Docs/html/functions_vars_0x64.html
Docs/html/functions_vars_0x65.html
Docs/html/functions_vars_0x66.html
Docs/html/functions_vars_0x68.html
Docs/html/functions_vars_0x69.html
Docs/html/functions_vars_0x6b.html
Docs/html/functions_vars_0x6c.html
Docs/html/functions_vars_0x6d.html
Docs/html/functions_vars_0x6e.html
Docs/html/functions_vars_0x6f.html
Docs/html/functions_vars_0x70.html
Docs/html/functions_vars_0x72.html
Docs/html/functions_vars_0x73.html
Docs/html/functions_vars_0x74.html
Docs/html/functions_vars_0x75.html
Docs/html/functions_vars_0x76.html
Docs/html/functions_vars_0x77.html
Docs/html/functions_vars_0x7a.html
Docs/html/globals.html
Docs/html/globals_defs.html
Docs/html/globals_func.html
Docs/html/helpwidget_8cpp.html
Docs/html/helpwidget_8h.html
Docs/html/highlighter__dec_8cpp.html
Docs/html/highlighter__dec_8h.html
Docs/html/highlighter__ins_8cpp.html
Docs/html/highlighter__ins_8h.html
Docs/html/importexport_8cpp.html
Docs/html/importexport_8h.html
Docs/html/main.html
Docs/html/main_8cpp.html
Docs/html/mainwindow_8cpp.html
Docs/html/mainwindow_8h.html
Docs/html/pagectrl_8cpp.html
Docs/html/pagectrl_8h.html
Docs/html/pagedata_8cpp.html
Docs/html/pagedata_8h.html
Docs/html/pathfilenamedialog_8cpp.html
Docs/html/pathfilenamedialog_8h.html
Docs/html/pouinfodialog_8cpp.html
Docs/html/pouinfodialog_8h.html
Docs/html/prefdialog_8cpp.html
Docs/html/prefdialog_8h.html
Docs/html/printprepare_8cpp.html
Docs/html/printprepare_8h.html
Docs/html/prototype_8cpp.html
Docs/html/prototype_8h.html
Docs/html/sessionmanager_8cpp.html
Docs/html/sessionmanager_8h.html
Docs/html/struct_highlighter___dec_1_1_highlighting_rule-members.html
Docs/html/struct_highlighter___dec_1_1_highlighting_rule.html
Docs/html/struct_highlighter___ins_1_1_highlighting_rule-members.html
Docs/html/struct_highlighter___ins_1_1_highlighting_rule.html
Docs/html/tabwidget_8cpp.html
Docs/html/tabwidget_8h.html
Docs/html/tree.html
PLCEdit.pro
src/aboutdialog.cpp
src/aboutdialog.h
src/batchdialog.cpp
src/fbdialog.cpp
src/fileviewdialog.cpp
src/finddialog.cpp
src/fncdialog.cpp
src/helpwidget.cpp
src/mainwindow.cpp
src/mainwindow.h
src/pouinfodialog.cpp
src/prefdialog.cpp
src/prefdialog.h
src/sessionmanager.cpp
ui/BatchDialog.ui
Added Paths:
-----------
src/updateinfo.cpp
src/updateinfo.h
Removed Paths:
-------------
src/updatedialog.cpp
src/updatedialog.h
Modified: .qdevelop
===================================================================
(Binary files differ)
Modified: Docs/Doxyfile_PLCEdit_macx
===================================================================
--- Docs/Doxyfile_PLCEdit_macx 2010-03-26 05:52:09 UTC (rev 109)
+++ Docs/Doxyfile_PLCEdit_macx 2010-03-27 19:20:30 UTC (rev 110)
@@ -31,7 +31,7 @@
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = "v2.2.1 r101"
+PROJECT_NUMBER = "v2.2.1 r110"
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
Modified: Docs/html/annotated.html
===================================================================
--- Docs/html/annotated.html 2010-03-26 05:52:09 UTC (rev 109)
+++ Docs/html/annotated.html 2010-03-27 19:20:30 UTC (rev 110)
@@ -48,9 +48,10 @@
<tr><td class="indexkey"><a class="el" href="class_prototype.html">Prototype</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_session_manager.html">SessionManager</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="class_tab_widget.html">TabWidget</a></td><td class="indexvalue"></td></tr>
+ <tr><td class="indexkey"><a class="el" href="class_update_info.html">UpdateInfo</a></td><td class="indexvalue"></td></tr>
</table>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Thu Mar 18 21:44:54 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/batchdialog_8cpp.html
===================================================================
--- Docs/html/batchdialog_8cpp.html 2010-03-26 05:52:09 UTC (rev 109)
+++ Docs/html/batchdialog_8cpp.html 2010-03-27 19:20:30 UTC (rev 110)
@@ -27,7 +27,7 @@
<tr><td></td></tr>
</table>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Thu Mar 18 21:44:54 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/batchdialog_8h.html
===================================================================
--- Docs/html/batchdialog_8h.html 2010-03-26 05:52:09 UTC (rev 109)
+++ Docs/html/batchdialog_8h.html 2010-03-27 19:20:30 UTC (rev 110)
@@ -30,7 +30,7 @@
</table>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Thu Mar 18 21:44:54 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_batch_dialog-members.html
===================================================================
--- Docs/html/class_batch_dialog-members.html 2010-03-26 05:52:09 UTC (rev 109)
+++ Docs/html/class_batch_dialog-members.html 2010-03-27 19:20:30 UTC (rev 110)
@@ -34,7 +34,7 @@
<tr class="memlist"><td><a class="el" href="class_batch_dialog.html#4812366c096c5ecf92027b32418b485d">selectedPath</a>()</td><td><a class="el" href="class_batch_dialog.html">BatchDialog</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_batch_dialog.html#de4d5b68f8e6dba4c84677a3f256e7a6">~BatchDialog</a>()</td><td><a class="el" href="class_batch_dialog.html">BatchDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Thu Mar 18 21:44:54 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_batch_dialog.html
===================================================================
--- Docs/html/class_batch_dialog.html 2010-03-26 05:52:09 UTC (rev 109)
+++ Docs/html/class_batch_dialog.html 2010-03-27 19:20:30 UTC (rev 110)
@@ -268,7 +268,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="batchdialog_8h.html">batchdialog.h</a><li><a class="el" href="batchdialog_8cpp.html">batchdialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Thu Mar 18 21:44:54 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_diff_dialog-members.html
===================================================================
--- Docs/html/class_diff_dialog-members.html 2010-03-26 05:52:09 UTC (rev 109)
+++ Docs/html/class_diff_dialog-members.html 2010-03-27 19:20:30 UTC (rev 110)
@@ -47,7 +47,7 @@
<tr class="memlist"><td><a class="el" href="class_diff_dialog.html#c062921ac374e3a63a745a4c2c6f28ab">stat_total</a>(int value)</td><td><a class="el" href="class_diff_dialog.html">DiffDialog</a></td><td><code> [private, slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_diff_dialog.html#e65cb080f4815a5528f70d63fc43c5d2">~DiffDialog</a>()</td><td><a class="el" href="class_diff_dialog.html">DiffDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Thu Mar 18 21:44:54 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_diff_dialog.html
===================================================================
--- Docs/html/class_diff_dialog.html 2010-03-26 05:52:09 UTC (rev 109)
+++ Docs/html/class_diff_dialog.html 2010-03-27 19:20:30 UTC (rev 110)
@@ -542,7 +542,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="diffdialog_8h.html">diffdialog.h</a><li><a class="el" href="diffdialog_8cpp.html">diffdialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Thu Mar 18 21:44:54 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_editor-members.html
===================================================================
--- Docs/html/class_editor-members.html 2010-03-26 05:52:09 UTC (rev 109)
+++ Docs/html/class_editor-members.html 2010-03-27 19:20:30 UTC (rev 110)
@@ -43,7 +43,7 @@
<tr class="memlist"><td><a class="el" href="class_editor.html#132e9adb3bb9521fb2d84f2e75e26c73">str_contextmenu_comparewithprev</a></td><td><a class="el" href="class_editor.html">Editor</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_editor.html#d465abc9575af92b4fa61525085172d6">~Editor</a>()</td><td><a class="el" href="class_editor.html">Editor</a></td><td></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Thu Mar 18 21:44:54 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_editor.html
===================================================================
--- Docs/html/class_editor.html 2010-03-26 05:52:09 UTC (rev 109)
+++ Docs/html/class_editor.html 2010-03-27 19:20:30 UTC (rev 110)
@@ -467,7 +467,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="editor_8h.html">editor.h</a><li><a class="el" href="editor_8cpp.html">editor.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Thu Mar 18 21:44:54 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_f_b_call_converter-members.html
===================================================================
--- Docs/html/class_f_b_call_converter-members.html 2010-03-26 05:52:09 UTC (rev 109)
+++ Docs/html/class_f_b_call_converter-members.html 2010-03-27 19:20:30 UTC (rev 110)
@@ -37,7 +37,7 @@
<tr class="memlist"><td><a class="el" href="class_f_b_call_converter.html#923ac974d17e18850c74f664b80311ee">m_PageCtrl</a></td><td><a class="el" href="class_f_b_call_converter.html">FBCallConverter</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_f_b_call_converter.html#5f037169b51f11322a6b93768ef9b7db">~FBCallConverter</a>()</td><td><a class="el" href="class_f_b_call_converter.html">FBCallConverter</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Thu Mar 18 21:44:54 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_f_b_call_converter.html
===================================================================
--- Docs/html/class_f_b_call_converter.html 2010-03-26 05:52:09 UTC (rev 109)
+++ Docs/html/class_f_b_call_converter.html 2010-03-27 19:20:30 UTC (rev 110)
@@ -559,7 +559,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="fbcallconverter_8h.html">fbcallconverter.h</a><li><a class="el" href="fbcallconverter_8cpp.html">fbcallconverter.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Thu Mar 18 21:44:54 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_f_b_dialog-members.html
===================================================================
--- Docs/html/class_f_b_dialog-members.html 2010-03-26 05:52:09 UTC (rev 109)
+++ Docs/html/class_f_b_dialog-members.html 2010-03-27 19:20:30 UTC (rev 110)
@@ -42,7 +42,7 @@
<tr class="memlist"><td><a class="el" href="class_f_b_dialog.html#a7cde6b3dc60756db92b57229c11c90d">showCurrentFBofFBs</a>(int i)</td><td><a class="el" href="class_f_b_dialog.html">FBDialog</a></td><td><code> [private, slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_f_b_dialog.html#cc6aeed3c79ba5a2df3b1c8b87850b95">~FBDialog</a>()</td><td><a class="el" href="class_f_b_dialog.html">FBDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Thu Mar 18 21:44:54 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_f_b_dialog.html
===================================================================
--- Docs/html/class_f_b_dialog.html 2010-03-26 05:52:09 UTC (rev 109)
+++ Docs/html/class_f_b_dialog.html 2010-03-27 19:20:30 UTC (rev 110)
@@ -526,7 +526,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="fbdialog_8h.html">fbdialog.h</a><li><a class="el" href="fbdialog_8cpp.html">fbdialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Thu Mar 18 21:44:54 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_file_view_dialog-members.html
===================================================================
--- Docs/html/class_file_view_dialog-members.html 2010-03-26 05:52:09 UTC (rev 109)
+++ Docs/html/class_file_view_dialog-members.html 2010-03-27 19:20:30 UTC (rev 110)
@@ -33,7 +33,7 @@
<tr class="memlist"><td><a class="el" href="class_file_view_dialog.html#36ca33e0a33d9e43cef8b417c6eb764c">setFileExt</a>(int Ext)</td><td><a class="el" href="class_file_view_dialog.html">FileViewDialog</a></td><td><code> [slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_file_view_dialog.html#a2e71e4ee6721342a1b339d011f9066b">~FileViewDialog</a>()</td><td><a class="el" href="class_file_view_dialog.html">FileViewDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Thu Mar 18 21:44:54 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_file_view_dialog.html
===================================================================
--- Docs/html/class_file_view_dialog.html 2010-03-26 05:52:09 UTC (rev 109)
+++ Docs/html/class_file_view_dialog.html 2010-03-27 19:20:30 UTC (rev 110)
@@ -261,7 +261,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="fileviewdialog_8h.html">fileviewdialog.h</a><li><a class="el" href="fileviewdialog_8cpp.html">fileviewdialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Thu Mar 18 21:44:54 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_find_dialog-members.html
===================================================================
--- Docs/html/class_find_dialog-members.html 2010-03-26 05:52:09 UTC (rev 109)
+++ Docs/html/class_find_dialog-members.html 2010-03-27 19:20:30 UTC (rev 110)
@@ -41,7 +41,7 @@
<tr class="memlist"><td><a class="el" href="class_find_dialog.html#2e5b5d48c3bdedef916f35b0f815a2c3">window</a></td><td><a class="el" href="class_find_dialog.html">FindDialog</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_find_dialog.html#d558e82173272809593fb557f6ec88b0">~FindDialog</a>()</td><td><a class="el" href="class_find_dialog.html">FindDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Thu Mar 18 21:44:54 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_find_dialog.html
===================================================================
--- Docs/html/class_find_dialog.html 2010-03-26 05:52:09 UTC (rev 109)
+++ Docs/html/class_find_dialog.html 2010-03-27 19:20:30 UTC (rev 110)
@@ -435,7 +435,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="finddialog_8h.html">finddialog.h</a><li><a class="el" href="finddialog_8cpp.html">finddialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Thu Mar 18 21:44:54 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_fnc_dialog-members.html
===================================================================
--- Docs/html/class_fnc_dialog-members.html 2010-03-26 05:52:09 UTC (rev 109)
+++ Docs/html/class_fnc_dialog-members.html 2010-03-27 19:20:30 UTC (rev 110)
@@ -32,7 +32,7 @@
<tr class="memlist"><td><a class="el" href="class_fnc_dialog.html#81d7aa7f0eec6a43cbcb406808552025">setokButtonState</a>()</td><td><a class="el" href="class_fnc_dialog.html">FncDialog</a></td><td><code> [private, slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_fnc_dialog.html#68f0bd213c6aa261a0938fc483e30522">~FncDialog</a>()</td><td><a class="el" href="class_fnc_dialog.html">FncDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Thu Mar 18 21:44:54 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_fnc_dialog.html
===================================================================
--- Docs/html/class_fnc_dialog.html 2010-03-26 05:52:09 UTC (rev 109)
+++ Docs/html/class_fnc_dialog.html 2010-03-27 19:20:30 UTC (rev 110)
@@ -227,7 +227,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="fncdialog_8h.html">fncdialog.h</a><li><a class="el" href="fncdialog_8cpp.html">fncdialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Thu Mar 18 21:44:54 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_help_widget-members.html
===================================================================
--- Docs/html/class_help_widget-members.html 2010-03-26 05:52:09 UTC (rev 109)
+++ Docs/html/class_help_widget-members.html 2010-03-27 19:20:30 UTC (rev 110)
@@ -33,7 +33,7 @@
<tr class="memlist"><td><a class="el" href="class_help_widget.html#45aacc5e393e4ccb3edc8e9737e65537">setHelpFile</a>(QString filePath, QString file)</td><td><a class="el" href="class_help_widget.html">HelpWidget</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_help_widget.html#7accd809156a5f4e937e978ed7c55b82">~HelpWidget</a>()</td><td><a class="el" href="class_help_widget.html">HelpWidget</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Thu Mar 18 21:44:54 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_help_widget.html
===================================================================
--- Docs/html/class_help_widget.html 2010-03-26 05:52:09 UTC (rev 109)
+++ Docs/html/class_help_widget.html 2010-03-27 19:20:30 UTC (rev 110)
@@ -252,7 +252,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="helpwidget_8h.html">helpwidget.h</a><li><a class="el" href="helpwidget_8cpp.html">helpwidget.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Thu Mar 18 21:44:54 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_highlighter___dec-members.html
===================================================================
--- Docs/html/class_highlighter___dec-members.html 2010-03-26 05:52:09 UTC (rev 109)
+++ Docs/html/class_highlighter___dec-members.html 2010-03-27 19:20:30 UTC (rev 110)
@@ -32,7 +32,7 @@
<tr class="memlist"><td><a class="el" href="class_highlighter___dec.html#1e5f70e1bf893606ac8e1bc8173195bb">multiLineCommentFormat</a></td><td><a class="el" href="class_highlighter___dec.html">Highlighter_Dec</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_highlighter___dec.html#27f0b12f0f08eff81a4f32bdbe70c131">singleLineCommentFormat</a></td><td><a class="el" href="class_highlighter___dec.html">Highlighter_Dec</a></td><td><code> [private]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Thu Mar 18 21:44:54 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_highlighter___dec.html
===================================================================
--- Docs/html/class_highlighter___dec.html 2010-03-26 05:52:09 UTC (rev 109)
+++ Docs/html/class_highlighter___dec.html 2010-03-27 19:20:30 UTC (rev 110)
@@ -214,7 +214,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="highlighter__dec_8h.html">highlighter_dec.h</a><li><a class="el" href="highlighter__dec_8cpp.html">highlighter_dec.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Thu Mar 18 21:44:54 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_highlighter___ins-members.html
===================================================================
--- Docs/html/class_highlighter___ins-members.html 2010-03-26 05:52:09 UTC (rev 109)
+++ Docs/html/class_highlighter___ins-members.html 2010-03-27 19:20:30 UTC (rev 110)
@@ -32,7 +32,7 @@
<tr class="memlist"><td><a class="el" href="class_highlighter___ins.html#276fc4e51c76a067d1b7f4c3b5ce55bf">multiLineCommentFormat</a></td><td><a class="el" href="class_highlighter___ins.html">Highlighter_Ins</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_highlighter___ins.html#a256f30e0c85cea6d72d20bb152cb044">singleLineCommentFormat</a></td><td><a class="el" href="class_highlighter___ins.html">Highlighter_Ins</a></td><td><code> [private]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Thu Mar 18 21:44:55 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_highlighter___ins.html
===================================================================
--- Docs/html/class_highlighter___ins.html 2010-03-26 05:52:09 UTC (rev 109)
+++ Docs/html/class_highlighter___ins.html 2010-03-27 19:20:30 UTC (rev 110)
@@ -214,7 +214,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="highlighter__ins_8h.html">highlighter_ins.h</a><li><a class="el" href="highlighter__ins_8cpp.html">highlighter_ins.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Thu Mar 18 21:44:55 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_import_export-members.html
===================================================================
--- Docs/html/class_import_export-members.html 2010-03-26 05:52:09 UTC (rev 109)
+++ Docs/html/class_import_export-members.html 2010-03-27 19:20:30 UTC (rev 110)
@@ -57,7 +57,7 @@
<tr class="memlist"><td><a class="el" href="class_import_export.html#58d31ecafc6fccae472b1d7244ad59c2">usePrgLngDetection</a></td><td><a class="el" href="class_import_export.html">ImportExport</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_import_export.html#b0bb536c0317391ccc9e40b87b720f64">~ImportExport</a>()</td><td><a class="el" href="class_import_export.html">ImportExport</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Thu Mar 18 21:44:55 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_import_export.html
===================================================================
--- Docs/html/class_import_export.html 2010-03-26 05:52:09 UTC (rev 109)
+++ Docs/html/class_import_export.html 2010-03-27 19:20:30 UTC (rev 110)
@@ -1095,7 +1095,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="importexport_8h.html">importexport.h</a><li><a class="el" href="importexport_8cpp.html">importexport.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Thu Mar 18 21:44:55 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_main_window-members.html
===================================================================
--- Docs/html/class_main_window-members.html 2010-03-26 05:52:09 UTC (rev 109)
+++ Docs/html/class_main_window-members.html 2010-03-27 19:20:30 UTC (rev 110)
@@ -41,6 +41,8 @@
<tr class="memlist"><td><a class="el" href="class_main_window.html#52a9752c79e2f4e23aaf8e83fdcc73f9">BUILD</a></td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_main_window.html#3a1f00a4b750c946542f02d5b72b4331">cancelButtonText</a></td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_main_window.html#c5a9cba711de6a514d5e4c4073a06d82">changeInputWindowAction</a></td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [private]</code></td></tr>
+ <tr class="memlist"><td><a class="el" href="class_main_window.html#10750b9bdf057c5863a1ff682390170f">checkForUpdates</a>()</td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [slot]</code></td></tr>
+ <tr class="memlist"><td><a class="el" href="class_main_window.html#7f8397397650196e02e4399d3068e06d">checkForUpdatesAction</a></td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_main_window.html#721a45f3dc6ce7be4f3a4d5d853d77f6">clearRecentFilesAction</a>()</td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_main_window.html#d2e59ce99f5c01b5460d181fe45464df">closeAllPages</a>()</td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_main_window.html#2cd1924a695334ba646895dafaaf7ae6">closeAllPagesAction</a></td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [private]</code></td></tr>
@@ -82,6 +84,9 @@
<tr class="memlist"><td><a class="el" href="class_main_window.html#1e5ffe508759fd4e8a8595a92742190f">HelpBubbles</a>()</td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_main_window.html#823deef1a5b865bb318eec0d479e0661">helpBubblesAction</a></td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_main_window.html#947c15e520bfea60338b2577f67146b8">helpMenu</a></td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td></td></tr>
+ <tr class="memlist"><td><a class="el" href="class_main_window.html#afcbfb51560c9f5cb089dcbb0d2f80ce">http</a></td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [private]</code></td></tr>
+ <tr class="memlist"><td><a class="el" href="class_main_window.html#fb1e1f87ad1085958fc5994327e316c1">http_buffer</a></td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [private]</code></td></tr>
+ <tr class="memlist"><td><a class="el" href="class_main_window.html#d1c9bae07176deb4a71a446c1fdc7eff">httpRequestFinished</a>(bool)</td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_main_window.html#672ffa276ac4ae2ec42cb217e0580aeb">importExport</a></td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_main_window.html#a88402256da4ff7731bc8b24b4916a24">insertCMD</a>()</td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_main_window.html#6f5a27671b818483218e4db94ae21130">insertFB</a>()</td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [slot]</code></td></tr>
@@ -177,6 +182,7 @@
<tr class="memlist"><td><a class="el" href="class_main_window.html#76ea54c32ac7cf9582474c502b55dc42">st_PRG_LNG</a></td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_main_window.html#ab108ef22cdbff7708e1726a595a2414">ST_RepeatUntilAction</a></td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_main_window.html#3005f7abc628bc484a0a3623dad9ae9d">ST_WhileDoAction</a></td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [private]</code></td></tr>
+ <tr class="memlist"><td><a class="el" href="class_main_window.html#7ce49b2bf5d9aacfe6a4b3fd7e4aeab1">startup</a></td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_main_window.html#262b9bebc319e377869efe061d6872e1">switchPRGLang</a>()</td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_main_window.html#4c877e2c5f7a2fc65f3f111c23c0e777">switchPRGLangToolBars</a>(QString Str)</td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_main_window.html#cd683d24a80e116643ae91959fb33f86">toolBarAWL</a></td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td></td></tr>
@@ -186,7 +192,9 @@
<tr class="memlist"><td><a class="el" href="class_main_window.html#1e5e20069ae0db24da0e03eba7d95985">toolsMenu</a></td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_main_window.html#a2ecd24e374cbb241d1feb2e6c6579a6">toolsSubMenu1</a></td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_main_window.html#5781877445b8e6152ade56a71a4d8741">undoAction</a></td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [private]</code></td></tr>
+ <tr class="memlist"><td><a class="el" href="class_main_window.html#6001f245d6ff3064d1ee261870ec3955">UPDATE_PATH</a></td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_main_window.html#141e08962562a904b279d451abf1a2ce">updateDeclarationsVisible</a>(int i)</td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [slot]</code></td></tr>
+ <tr class="memlist"><td><a class="el" href="class_main_window.html#ef24c294fc45038f398db3827eb64ef3">updateInfo</a></td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_main_window.html#2a7bbb693772fa3f90192572765f9e2c">updateMainToolBarVisible</a>(bool visible)</td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_main_window.html#d62e8427ddc79384e22bccaa2eb1fa1b">updateStatusBar</a>()</td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_main_window.html#3a92e4812a8695f1eb366a4fcad5015a">VERSION</a></td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td></td></tr>
@@ -198,7 +206,7 @@
<tr class="memlist"><td><a class="el" href="class_main_window.html#4d6497beed2e1542fede698bc04a5422">ZoomAction</a></td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_main_window.html#e98d00a93bc118200eeef9f9bba1dba7">~MainWindow</a>()</td><td><a class="el" href="class_main_window.html">MainWindow</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Thu Mar 18 21:44:55 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:37 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_main_window.html
===================================================================
--- Docs/html/class_main_window.html 2010-03-26 05:52:09 UTC (rev 109)
+++ Docs/html/class_main_window.html 2010-03-27 19:20:30 UTC (rev 110)
@@ -81,6 +81,8 @@
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_main_window.html#cd2e62207b144aa5353027826c67a347">sendBugReport</a> ()</td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_main_window.html#10750b9bdf057c5863a1ff682390170f">checkForUpdates</a> ()</td></tr>
+
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_main_window.html#721a45f3dc6ce7be4f3a4d5d853d77f6">clearRecentFilesAction</a> ()</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">QRect </td><td class="memItemRight" valign="bottom"><a class="el" href="class_main_window.html#864a830dea59aa87a6bdabdec55d3b0a">currentPrgLngToolBarGeometry</a> ()</td></tr>
@@ -89,6 +91,8 @@
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_main_window.html#263fd8c3e07f28df754515151b064f64">handleMessage</a> (const QString &message)</td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_main_window.html#d1c9bae07176deb4a71a446c1fdc7eff">httpRequestFinished</a> (bool)</td></tr>
+
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_main_window.html#a88402256da4ff7731bc8b24b4916a24">insertCMD</a> ()</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_main_window.html#6f5a27671b818483218e4db94ae21130">insertFB</a> ()</td></tr>
@@ -141,6 +145,9 @@
<tr><td class="memItemLeft" nowrap align="right" valign="top">QString </td><td class="memItemRight" valign="bottom"><a class="el" href="class_main_window.html#78cb3815b100bfb8b848bf4cb1b6b1dc">PROJECT_MAIL</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">project e-mail <a href="#78cb3815b100bfb8b848bf4cb1b6b1dc"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">QString </td><td class="memItemRight" valign="bottom"><a class="el" href="class_main_window.html#6001f245d6ff3064d1ee261870ec3955">UPDATE_PATH</a></td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">project update path <a href="#6001f245d6ff3064d1ee261870ec3955"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="class_main_window.html#7a137ad564d6f86eae3cf720af6bc1db">PRGLangToolBarsVis</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">visible flag for programming language toolbars <a href="#7a137ad564d6f86eae3cf720af6bc1db"></a><br></td></tr>
@@ -337,6 +344,9 @@
<tr><td class="memItemLeft" nowrap align="right" valign="top">QAction * </td><td class="memItemRight" valign="bottom"><a class="el" href="class_main_window.html#8c0230d1b104dca68d35b0473a3f68ba">bugReportAction</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">action help menu open e-mail to send bug report <a href="#8c0230d1b104dca68d35b0473a3f68ba"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">QAction * </td><td class="memItemRight" valign="bottom"><a class="el" href="class_main_window.html#7f8397397650196e02e4399d3068e06d">checkForUpdatesAction</a></td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">action help menu check for program updates <a href="#7f8397397650196e02e4399d3068e06d"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">QAction * </td><td class="memItemRight" valign="bottom"><a class="el" href="class_main_window.html#9a8f3250c52204fe3ecff8343d309762">AWL_LDAction</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">action insert LD command for instruction list language <a href="#9a8f3250c52204fe3ecff8343d309762"></a><br></td></tr>
@@ -406,6 +416,9 @@
<tr><td class="memItemLeft" nowrap align="right" valign="top">QString </td><td class="memItemRight" valign="bottom"><a class="el" href="class_main_window.html#a98e7d9eed7f9a644068ecaa9166e1db">FncTypeStr</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">current function type string <a href="#a98e7d9eed7f9a644068ecaa9166e1db"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="class_main_window.html#7ce49b2bf5d9aacfe6a4b3fd7e4aeab1">startup</a></td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">program start flag <a href="#7ce49b2bf5d9aacfe6a4b3fd7e4aeab1"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">QString </td><td class="memItemRight" valign="bottom"><a class="el" href="class_main_window.html#8abf7c694852ea429dd23845178ef3ef">msg_subject_bugreport</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">message e-mail subject for bug report <a href="#8abf7c694852ea429dd23845178ef3ef"></a><br></td></tr>
@@ -508,6 +521,13 @@
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="class_about_dialog.html">AboutDialog</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="class_main_window.html#fb09839db847cc5142357e9564479ceb">aboutDialog</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">instance of <a class="el" href="class_about_dialog.html">AboutDialog</a> class <a href="#fb09839db847cc5142357e9564479ceb"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="class_update_info.html">UpdateInfo</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="class_main_window.html#ef24c294fc45038f398db3827eb64ef3">updateInfo</a></td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">instance of UpdateDialog class <a href="#ef24c294fc45038f398db3827eb64ef3"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">QHttp * </td><td class="memItemRight" valign="bottom"><a class="el" href="class_main_window.html#afcbfb51560c9f5cb089dcbb0d2f80ce">http</a></td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">QBuffer * </td><td class="memItemRight" valign="bottom"><a class="el" href="class_main_window.html#fb1e1f87ad1085958fc5994327e316c1">http_buffer</a></td></tr>
+
</table>
<hr><h2>Member Enumeration Documentation</h2>
<a class="anchor" name="0ee5fdf298d8f30b5e29418348ecaacf"></a><!-- doxytag: member="MainWindow::@0" ref="0ee5fdf298d8f30b5e29418348ecaacf" args="" -->
@@ -642,6 +662,27 @@
call batch converter function
</div>
</div><p>
+<a class="anchor" name="10750b9bdf057c5863a1ff682390170f"></a><!-- doxytag: member="MainWindow::checkForUpdates" ref="10750b9bdf057c5863a1ff682390170f" args="()" -->
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">void MainWindow::checkForUpdates </td>
+ <td>(</td>
+ <td class="paramname"> </td>
+ <td> ) </td>
+ <td><code> [slot]</code></td>
+ </tr>
+ </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+<p>
+check for program update
+</div>
+</div><p>
<a class="anchor" name="721a45f3dc6ce7be4f3a4d5d853d77f6"></a><!-- doxytag: member="MainWindow::clearRecentFilesAction" ref="721a45f3dc6ce7be4f3a4d5d853d77f6" args="()" -->
<div class="memitem">
<div class="memproto">
@@ -988,6 +1029,28 @@
hide & show tool tips
</div>
</div><p>
+<a class="anchor" name="d1c9bae07176deb4a71a446c1fdc7eff"></a><!-- doxytag: member="MainWindow::httpRequestFinished" ref="d1c9bae07176deb4a71a446c1fdc7eff" args="(bool)" -->
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">void MainWindow::httpRequestFinished </td>
+ <td>(</td>
+ <td class="paramtype">bool </td>
+ <td class="paramname"> <em>error</em> </td>
+ <td> ) </td>
+ <td><code> [slot]</code></td>
+ </tr>
+ </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+<p>
+embedded http function to check for program update
+</div>
+</div><p>
<a class="anchor" name="a88402256da4ff7731bc8b24b4916a24"></a><!-- doxytag: member="MainWindow::insertCMD" ref="a88402256da4ff7731bc8b24b4916a24" args="()" -->
<div class="memitem">
<div class="memproto">
@@ -1868,6 +1931,23 @@
</div>
</div><p>
+<a class="anchor" name="7f8397397650196e02e4399d3068e06d"></a><!-- doxytag: member="MainWindow::checkForUpdatesAction" ref="7f8397397650196e02e4399d3068e06d" args="" -->
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">QAction* <a class="el" href="class_main_window.html#7f8397397650196e02e4399d3068e06d">MainWindow::checkForUpdatesAction</a><code> [private]</code> </td>
+ </tr>
+ </table>
+</div>
+<div class="memdoc">
+
+<p>
+action help menu check for program updates
+<p>
+
+</div>
+</div><p>
<a class="anchor" name="2cd1924a695334ba646895dafaaf7ae6"></a><!-- doxytag: member="MainWindow::closeAllPagesAction" ref="2cd1924a695334ba646895dafaaf7ae6" args="" -->
<div class="memitem">
<div class="memproto">
@@ -2293,6 +2373,36 @@
</div>
</div><p>
+<a class="anchor" name="afcbfb51560c9f5cb089dcbb0d2f80ce"></a><!-- doxytag: member="MainWindow::http" ref="afcbfb51560c9f5cb089dcbb0d2f80ce" args="" -->
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">QHttp* <a class="el" href="class_main_window.html#afcbfb51560c9f5cb089dcbb0d2f80ce">MainWindow::http</a><code> [private]</code> </td>
+ </tr>
+ </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<a class="anchor" name="fb1e1f87ad1085958fc5994327e316c1"></a><!-- doxytag: member="MainWindow::http_buffer" ref="fb1e1f87ad1085958fc5994327e316c1" args="" -->
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">QBuffer* <a class="el" href="class_main_window.html#fb1e1f87ad1085958fc5994327e316c1">MainWindow::http_buffer</a><code> [private]</code> </td>
+ </tr>
+ </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
<a class="anchor" name="672ffa276ac4ae2ec42cb217e0580aeb"></a><!-- doxytag: member="MainWindow::importExport" ref="672ffa276ac4ae2ec42cb217e0580aeb" args="" -->
<div class="memitem">
<div class="memproto">
@@ -3500,6 +3610,23 @@
</div>
</div><p>
+<a class="anchor" name="7ce49b2bf5d9aacfe6a4b3fd7e4aeab1"></a><!-- doxytag: member="MainWindow::startup" ref="7ce49b2bf5d9aacfe6a4b3fd7e4aeab1" args="" -->
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">bool <a class="el" href="class_main_window.html#7ce49b2bf5d9aacfe6a4b3fd7e4aeab1">MainWindow::startup</a><code> [private]</code> </td>
+ </tr>
+ </table>
+</div>
+<div class="memdoc">
+
+<p>
+program start flag
+<p>
+
+</div>
+</div><p>
<a class="anchor" name="cd683d24a80e116643ae91959fb33f86"></a><!-- doxytag: member="MainWindow::toolBarAWL" ref="cd683d24a80e116643ae91959fb33f86" args="" -->
<div class="memitem">
<div class="memproto">
@@ -3619,6 +3746,40 @@
</div>
</div><p>
+<a class="anchor" name="6001f245d6ff3064d1ee261870ec3955"></a><!-- doxytag: member="MainWindow::UPDATE_PATH" ref="6001f245d6ff3064d1ee261870ec3955" args="" -->
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">QString <a class="el" href="class_main_window.html#6001f245d6ff3064d1ee261870ec3955">MainWindow::UPDATE_PATH</a> </td>
+ </tr>
+ </table>
+</div>
+<div class="memdoc">
+
+<p>
+project update path
+<p>
+
+</div>
+</div><p>
+<a class="anchor" name="ef24c294fc45038f398db3827eb64ef3"></a><!-- doxytag: member="MainWindow::updateInfo" ref="ef24c294fc45038f398db3827eb64ef3" args="" -->
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname"><a class="el" href="class_update_info.html">UpdateInfo</a>* <a class="el" href="class_main_window.html#ef24c294fc45038f398db3827eb64ef3">MainWindow::updateInfo</a><code> [private]</code> </td>
+ </tr>
+ </table>
+</div>
+<div class="memdoc">
+
+<p>
+instance of UpdateDialog class
+<p>
+
+</div>
+</div><p>
<a class="anchor" name="3a92e4812a8695f1eb366a4fcad5015a"></a><!-- doxytag: member="MainWindow::VERSION" ref="3a92e4812a8695f1eb366a4fcad5015a" args="" -->
<div class="memitem">
<div class="memproto">
@@ -3707,7 +3868,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="mainwindow_8h.html">mainwindow.h</a><li><a class="el" href="mainwindow_8cpp.html">mainwindow.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Thu Mar 18 21:44:55 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:36 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_p_o_u_info_dialog-members.html
===================================================================
--- Docs/html/class_p_o_u_info_dialog-members.html 2010-03-26 05:52:09 UTC (rev 109)
+++ Docs/html/class_p_o_u_info_dialog-members.html 2010-03-27 19:20:30 UTC (rev 110)
@@ -38,7 +38,7 @@
<tr class="memlist"><td><a class="el" href="class_p_o_u_info_dialog.html#ab037f2da8a3aefdb1331ffd8f8e12b0">setPrototype</a>()</td><td><a class="el" href="class_p_o_u_info_dialog.html">POUInfoDialog</a></td><td><code> [slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_p_o_u_info_dialog.html#fada30f74d1b252980cc15ba3851aa92">~POUInfoDialog</a>()</td><td><a class="el" href="class_p_o_u_info_dialog.html">POUInfoDialog</a></td><td><code> [virtual]</code></td></tr>
</table></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Thu Mar 18 21:44:55 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:37 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_p_o_u_info_dialog.html
===================================================================
--- Docs/html/class_p_o_u_info_dialog.html 2010-03-26 05:52:09 UTC (rev 109)
+++ Docs/html/class_p_o_u_info_dialog.html 2010-03-27 19:20:30 UTC (rev 110)
@@ -382,7 +382,7 @@
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="pouinfodialog_8h.html">pouinfodialog.h</a><li><a class="el" href="pouinfodialog_8cpp.html">pouinfodialog.cpp</a></ul>
</div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Thu Mar 18 21:44:55 2010 for PLCEdit by
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Mar 27 19:51:37 2010 for PLCEdit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
Modified: Docs/html/class_page_ctrl-members.html
===================================================================
--- Docs/html/class_page_ctrl-members.html 2010-03-26 05:52:09 UTC (rev 109)
+++ Docs/html/class_page_ctrl-members.html 2010-03-27 19:20:30 UTC (rev 110)
@@ -175,7 +175,7 @@
<tr class="memlist"><td><a class="el" href="class_page_ctrl.html#fe54c98bff649f9c1dee851ed70abf54">unsavedNotice</a></t...
[truncated message content] |
|
From: <pl...@us...> - 2010-03-26 05:52:15
|
Revision: 109
http://plcedit.svn.sourceforge.net/plcedit/?rev=109&view=rev
Author: plcedit
Date: 2010-03-26 05:52:09 +0000 (Fri, 26 Mar 2010)
Log Message:
-----------
- class MainWindow: new build No.; revisions for about dialog position
- translations: Czech updated
Modified Paths:
--------------
Lang/Czech.qm
Lang/Czech.ts
qdevelop-settings.db
src/mainwindow.cpp
Modified: Lang/Czech.qm
===================================================================
(Binary files differ)
Modified: Lang/Czech.ts
===================================================================
--- Lang/Czech.ts 2010-03-25 10:40:45 UTC (rev 108)
+++ Lang/Czech.ts 2010-03-26 05:52:09 UTC (rev 109)
@@ -1247,7 +1247,7 @@
<message>
<location filename="../src/mainwindow.cpp" line="944"/>
<source>Check for program updates</source>
- <translation type="unfinished"></translation>
+ <translation>Zjistit, zda jsou dostupné aktualizace programu</translation>
</message>
<message>
<location filename="../src/mainwindow.cpp" line="948"/>
@@ -1282,7 +1282,7 @@
<message>
<location filename="../src/mainwindow.cpp" line="943"/>
<source>Check for updates</source>
- <translation type="unfinished"></translation>
+ <translation>Zjistit, zda jsou dostupné aktualizace</translation>
</message>
<message>
<location filename="../src/mainwindow.cpp" line="954"/>
@@ -1360,17 +1360,17 @@
<message>
<location filename="../src/mainwindow.cpp" line="1791"/>
<source>No program updates available.</source>
- <translation type="unfinished"></translation>
+ <translation>Nejsou dostupné žádné aktualizace programu.</translation>
</message>
<message>
<location filename="../src/mainwindow.cpp" line="1804"/>
<source>Check for updates failed.</source>
- <translation type="unfinished"></translation>
+ <translation>Nepodařilo se zjistit, zda jsou dostupné aktualizace programu.</translation>
</message>
<message>
<location filename="../src/mainwindow.cpp" line="1804"/>
<source>&Try again</source>
- <translation type="unfinished"></translation>
+ <translation>&Zkusit znovu</translation>
</message>
<message>
<location filename="../src/mainwindow.cpp" line="662"/>
@@ -2145,7 +2145,7 @@
<location filename="../ui/PrefDialog.ui" line="1905"/>
<location filename="../src/prefdialog.cpp" line="985"/>
<source>check for updates during program start</source>
- <translation type="unfinished"></translation>
+ <translation>Při spuštění programu zjistit, zda jsou dostupné aktualizace</translation>
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="1927"/>
@@ -2742,28 +2742,28 @@
<location filename="../ui/UpdateDialog.ui" line="29"/>
<location filename="../src/updatedialog.cpp" line="65"/>
<source>Update</source>
- <translation type="unfinished"></translation>
+ <translation>Aktualizace</translation>
</message>
<message>
<location filename="../ui/UpdateDialog.ui" line="102"/>
<location filename="../src/updatedialog.cpp" line="68"/>
<source>Close</source>
- <translation type="unfinished">Zavřít</translation>
+ <translation>Zavřít</translation>
</message>
<message>
<location filename="../src/updatedialog.cpp" line="69"/>
<source>Close update box</source>
- <translation type="unfinished"></translation>
+ <translation>Zavřít aktualizační okno</translation>
</message>
<message>
<location filename="../src/updatedialog.cpp" line="73"/>
<source>Version %1 is available now.</source>
- <translation type="unfinished"></translation>
+ <translation>Verze %1 je nyní dostupná.</translation>
</message>
<message>
<location filename="../src/updatedialog.cpp" line="74"/>
<source>Download now</source>
- <translation type="unfinished"></translation>
+ <translation>Stáhnout nyní</translation>
</message>
</context>
<context>
Modified: qdevelop-settings.db
===================================================================
(Binary files differ)
Modified: src/mainwindow.cpp
===================================================================
--- src/mainwindow.cpp 2010-03-25 10:40:45 UTC (rev 108)
+++ src/mainwindow.cpp 2010-03-26 05:52:09 UTC (rev 109)
@@ -56,7 +56,7 @@
//Application information
PROJECT_NAME = "PLCEdit";
VERSION = "2.2.1";
- BUILD = "r108";
+ BUILD = "r109";
PROJECT_DATE = "2010";
PROJECT_URL = "http://www.plcedit.org";
PROJECT_MAIL = "in...@pl...";
@@ -1816,7 +1816,7 @@
{ //! open about dialog
//move dialog into middle position of main window
- aboutDialog->move((this->pos().x() + (this->width()/2) - (aboutDialog->width()/2)), (this->pos().y() + (this->height()/2) - (aboutDialog->height()/2)));
+ aboutDialog->move((this->pos().x() + (this->width()/2) - (aboutDialog->width()/2)), (this->pos().y() + (this->height()/2) - (aboutDialog->height()/2) + 20));
//show dialog
aboutDialog->exec();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pl...@us...> - 2010-03-25 10:40:53
|
Revision: 108
http://plcedit.svn.sourceforge.net/plcedit/?rev=108&view=rev
Author: plcedit
Date: 2010-03-25 10:40:45 +0000 (Thu, 25 Mar 2010)
Log Message:
-----------
- class MainWindow: new build No.; revised check for program updates handling
- class PrefDialog: changed page arrangement
- class UpdateDialog: removed checkBox
- translations: updated
- ui PrefDialog: changed page arrangement
- ui UpdateDialog: removed checkBox
Modified Paths:
--------------
Help/PLCEdit_prefpageadvanced_win.png
Help/PLCEdit_prefpageeditor_win.png
Help/PLCEdit_prefpagesave_win.png
Help/index.html
Lang/Czech.qm
Lang/Czech.ts
Lang/Deutsch.qm
Lang/Deutsch.ts
Lang/English.qm
Lang/English.ts
Lang/Francais.qm
Lang/Francais.ts
Lang/Wildcard.ts
qdevelop-settings.db
src/mainwindow.cpp
src/mainwindow.h
src/prefdialog.cpp
src/updatedialog.cpp
ui/PrefDialog.ui
ui/UpdateDialog.ui
Modified: Help/PLCEdit_prefpageadvanced_win.png
===================================================================
(Binary files differ)
Modified: Help/PLCEdit_prefpageeditor_win.png
===================================================================
(Binary files differ)
Modified: Help/PLCEdit_prefpagesave_win.png
===================================================================
(Binary files differ)
Modified: Help/index.html
===================================================================
--- Help/index.html 2010-03-24 18:58:26 UTC (rev 107)
+++ Help/index.html 2010-03-25 10:40:45 UTC (rev 108)
@@ -22,7 +22,7 @@
copyright
</td>
<td align="left" valign="center">
- : 220.17 <br>
+ : 221.18 <br>
: M. Rehfeldt <br>
: (c) 2005-2010
</td>
@@ -269,12 +269,18 @@
<br><br>
<h2 id="h2_menuhelp" align="left">Menu Help</h2>
+<h3 align="left">Help</h3>
+The menu item opens the PLCEdit help browser.<br>
+
+<h3 align="left">Send bug report</h3>
+The standard e-mail program will be opened with a prepared new e-mail to send a bug report to the PLCEdit developers.<br>
+
+<h3 align="left">Check for updates</h3>
+A search for program updates will be performed.<br>
+
<h3 align="left">About</h3>
The about PLCEdit dialog will appear.<br>
This menu item is shown at the applications menu on Mac OS X.<br>
-
-<h3 align="left">Send bug report</h3>
-The standard e-mail program will be opened with a prepared new e-mail to send a bug report to the PLCEdit developers.<br>
</p>
@@ -319,6 +325,9 @@
<h3 align="left">Programming language</h3>
The IEC 61131-3 programming language can be selected with this option and will be used for the current an all new created pages.<br>
+<h3 align="left">Use prog. language detection for .txt and .exp</h3>
+The checkbox activates the programming language detection for plain POUs and CoDeSys sources. Moeller POU sources have its own programming language tag in its header and the language detection of Siemens and KW-Software sources depends on the file extension.<br>
+
<h3 align="left">Syntax highlighter</h3>
The syntax highlighting function can be switched ON and OFF with the checkbox.<br>
@@ -374,11 +383,12 @@
<h3 align="left">Use the following path a standard</h3>
This option enforces the open and save dialogs to use the path in the inputfield. A path can be selected by using the '...' button.<br>
+<h3 align="left">Default POU extension</h3>
+The rollbox can be used to set the default extension for new POUs. This preset allows to switch ON some POU specific options by creating a new POU and is used for the save file dialog. It is also helpful if function block call models should be created and transfered by the clipboard.<br>
+
<h3 align="left">Conversion of function block call model</h3>
This rollbox contains options accroding to the conversion of function block calls. This options are used by the file save routines. The batch converter has a similar rollbox but is not affected by this settings.<br>
-<h3 align="left">Sucosoft compatibility</h3>
-The Sucosoft POU compatibility flag can be set for version 4.x or version 5.x<br>
<br><br>
@@ -405,24 +415,25 @@
<h2 id="h2_prefpageadvanced" align="left">Page Advanced</h2>
<br>
<img src="PLCEdit_prefpageadvanced_win.png" width="640" height="480" alt="Preferences page advanced on Win32"/><br><br>
-<h3 align="left">Use prog. language detection for .txt and .exp</h3>
-The checkbox activates the programming language detection for plain POUs and CoDeSys sources. Moeller POU sources have its own programming language tag in its header and the language detection of Siemens and KW-Software sources depends on the file extension.<br>
-
<h3 align="left">Sort function block call model list</h3>
The checkbox enables sorting of the entries in the function block insert dialog. Sorting could may create confusion, if two or more blocks have the same name.<br>
<h3 align="left">Use simple IEC call model</h3>
The checkbox forces the function block insert routine to use the simple IEC call model. If the item is unchecked, the call model will depend on the current POU type.<br>
-</p>
+<h3 align="left">Sucosoft compatibility</h3>
+The Sucosoft POU compatibility flag can be set for version 4.x or version 5.x<br>
+
<h3 align="left">Recent files history</h3>
The spinbox can be used to set the size of the rinbuffer for the recent files history. The maximum size is limted to 256 files. The pushbutton Clear can be used to clear the history of recent files at the File menu, the list and in the preferences file. The clear routine will also be called, if the default setting are activated.<br>
-<h3 align="left">Default POU extension</h3>
-The rollbox can be used to set the default extension for new POUs. This preset allows to switch ON some POU specific options by creating a new POU and is used for the save file dialog. It is also helpful if function block call models should be created and transfered by the clipboard.<br>
+<h3 align="left">Check for updates during program start</h3>
+The checkbox forces an update search during the program start.<br>
+</p>
+
<p><br></p>
<p><br></p>
@@ -451,7 +462,8 @@
The routine can be switched forward and backwards. The replace all option works from the current cursor position up to the end of the current input window.<br>
If the find item cannot be found, a message appears at the dialog to inform the user that the routine has switched to the opposite input window and waits for another hit on the buttons.<br>
<br>
-<img src="PLCEdit_findreplace_win.png" width="640" height="480" alt="Find and Replace dialog on Win32"/><br><br></p>
+<img src="PLCEdit_findreplace_win.png" width="640" height="480" alt="Find and Replace dialog on Win32"/><br><br>
+</p>
<p><br></p>
Modified: Lang/Czech.qm
===================================================================
(Binary files differ)
Modified: Lang/Czech.ts
===================================================================
--- Lang/Czech.ts 2010-03-24 18:58:26 UTC (rev 107)
+++ Lang/Czech.ts 2010-03-25 10:40:45 UTC (rev 108)
@@ -792,843 +792,843 @@
<context>
<name>MainWindow</name>
<message>
- <location filename="../src/mainwindow.cpp" line="1037"/>
+ <location filename="../src/mainwindow.cpp" line="1042"/>
<source> Preferences Error</source>
<translation>Chyba v souboru s nastavením</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1038"/>
+ <location filename="../src/mainwindow.cpp" line="1043"/>
<source>A settings error was dected.
The defaults have been set.</source>
<translation>V souboru s nastavením
byla nalezena chyba. </translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="274"/>
- <location filename="../src/mainwindow.cpp" line="694"/>
+ <location filename="../src/mainwindow.cpp" line="279"/>
+ <location filename="../src/mainwindow.cpp" line="699"/>
<source>Ctrl+Alt+F</source>
<translation>Ctrl+Alt+F</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="866"/>
+ <location filename="../src/mainwindow.cpp" line="871"/>
<source>Minimize</source>
<translation>Zmenšit</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="867"/>
+ <location filename="../src/mainwindow.cpp" line="872"/>
<source>Ctrl+M</source>
<translation>Ctrl+M</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="682"/>
+ <location filename="../src/mainwindow.cpp" line="687"/>
<source>Ctrl+Alt+P</source>
<translation>Ctrl+Alt+P</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="683"/>
+ <location filename="../src/mainwindow.cpp" line="688"/>
<source>Create a new program</source>
<translation>Vytvořit nový program</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="688"/>
+ <location filename="../src/mainwindow.cpp" line="693"/>
<source>Ctrl+Alt+B</source>
<translation>Ctrl+Alt+B</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="695"/>
+ <location filename="../src/mainwindow.cpp" line="700"/>
<source>Create a new function</source>
<translation>Vytvořit novou funkci</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="700"/>
+ <location filename="../src/mainwindow.cpp" line="705"/>
<source>Ctrl+Alt+L</source>
<translation>Ctrl+Alt+L</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="701"/>
+ <location filename="../src/mainwindow.cpp" line="706"/>
<source>Create a new global variable list</source>
<translation>Vytvořit nový celkový seznam proměnných</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="705"/>
+ <location filename="../src/mainwindow.cpp" line="710"/>
<source>New &Type</source>
<translation>Nový &typ</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="706"/>
+ <location filename="../src/mainwindow.cpp" line="711"/>
<source>Ctrl+Alt+T</source>
<translation>Ctrl+Alt+T</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="707"/>
+ <location filename="../src/mainwindow.cpp" line="712"/>
<source>Create a new type definition</source>
<translation>Vytvořit nové vymezení typu</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="711"/>
+ <location filename="../src/mainwindow.cpp" line="716"/>
<source>&Open...</source>
<translation>&Otevřít...</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="712"/>
+ <location filename="../src/mainwindow.cpp" line="717"/>
<source>Ctrl+O</source>
<translation>Ctrl+O</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="713"/>
+ <location filename="../src/mainwindow.cpp" line="718"/>
<source>Open an existing file</source>
<translation>Otevřít stávající soubor</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="717"/>
+ <location filename="../src/mainwindow.cpp" line="722"/>
<source>&POU Info...</source>
<translation>&POE Info...</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="718"/>
+ <location filename="../src/mainwindow.cpp" line="723"/>
<source>Ctrl+I</source>
<translation>Ctrl+I</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="719"/>
+ <location filename="../src/mainwindow.cpp" line="724"/>
<source>Open POU info dialog</source>
<translation>Otevřít dialog informací POE</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="723"/>
+ <location filename="../src/mainwindow.cpp" line="728"/>
<source>Program</source>
<translation>Program</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="724"/>
+ <location filename="../src/mainwindow.cpp" line="729"/>
<source>Alter POU type to program</source>
<translation>Změnit typ POE do programu (PRG)</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="728"/>
+ <location filename="../src/mainwindow.cpp" line="733"/>
<source>Functionblock</source>
<translation>Blok funkce</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="729"/>
+ <location filename="../src/mainwindow.cpp" line="734"/>
<source>Alter POU type to functionblock</source>
<translation>Změnit typ POE do bloku funkce (FB)</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="733"/>
+ <location filename="../src/mainwindow.cpp" line="738"/>
<source>Function...</source>
<translation>Funkce...</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="734"/>
+ <location filename="../src/mainwindow.cpp" line="739"/>
<source>Alter POU type to function</source>
<translation>Změnit typ POE do funkce (Fc)</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="738"/>
+ <location filename="../src/mainwindow.cpp" line="743"/>
<source>&Manage Sessions...</source>
<translation>&Spravovat sezení...</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="739"/>
+ <location filename="../src/mainwindow.cpp" line="744"/>
<source>Ctrl+F11</source>
<translation>Ctrl+F11</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="740"/>
+ <location filename="../src/mainwindow.cpp" line="745"/>
<source>Open session manager</source>
<translation>Otevřít správce sezení</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="744"/>
+ <location filename="../src/mainwindow.cpp" line="749"/>
<source>&Save Sessions...</source>
<translation>&Uložit sezení...</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="745"/>
+ <location filename="../src/mainwindow.cpp" line="750"/>
<source>Ctrl+Alt+F11</source>
<translation>Ctrl+Alt+F11</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="746"/>
+ <location filename="../src/mainwindow.cpp" line="751"/>
<source>Save actual pages as session</source>
<translation>Uložit všechny nynější stránky jako sezení</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="751"/>
+ <location filename="../src/mainwindow.cpp" line="756"/>
<source>&Save</source>
<translation>&Uložit</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="752"/>
+ <location filename="../src/mainwindow.cpp" line="757"/>
<source>Ctrl+S</source>
<translation>Ctrl+S</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="753"/>
+ <location filename="../src/mainwindow.cpp" line="758"/>
<source>Save actual page</source>
<translation>Uložit nynější stránku</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="757"/>
+ <location filename="../src/mainwindow.cpp" line="762"/>
<source>Save &As...</source>
<translation>Uložit &jako...</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="758"/>
+ <location filename="../src/mainwindow.cpp" line="763"/>
<source>Ctrl+Alt+S</source>
<translation>Ctrl+Alt+S</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="759"/>
+ <location filename="../src/mainwindow.cpp" line="764"/>
<source>Save actual page with new name</source>
<translation>Uložit nynější stránku pod novým názvem</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="763"/>
+ <location filename="../src/mainwindow.cpp" line="768"/>
<source>Batch converting...</source>
<translation>Dávkový převod...</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="764"/>
+ <location filename="../src/mainwindow.cpp" line="769"/>
<source>Ctrl+D</source>
<translation>Ctrl+D</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="765"/>
+ <location filename="../src/mainwindow.cpp" line="770"/>
<source>Convert all pages</source>
<translation>Převést všechny stránky</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="770"/>
+ <location filename="../src/mainwindow.cpp" line="775"/>
<source>&Print...</source>
<translation>&Tisk...</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="771"/>
+ <location filename="../src/mainwindow.cpp" line="776"/>
<source>Ctrl+P</source>
<translation>Ctrl+P</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="772"/>
+ <location filename="../src/mainwindow.cpp" line="777"/>
<source>Print actual page</source>
<translation>Vytisknout nynější stránku</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="776"/>
+ <location filename="../src/mainwindow.cpp" line="781"/>
<source>&Export as PDF...</source>
<translation>&Vyvést do PDF...</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="777"/>
+ <location filename="../src/mainwindow.cpp" line="782"/>
<source>Export actual page to PDF file</source>
<translation>Vyvést nynější stránku do souboru PDF</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="782"/>
+ <location filename="../src/mainwindow.cpp" line="787"/>
<source>&Close Page</source>
<translation>&Zavřít stránku</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="783"/>
+ <location filename="../src/mainwindow.cpp" line="788"/>
<source>Ctrl+W</source>
<translation>Ctrl+W</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="784"/>
+ <location filename="../src/mainwindow.cpp" line="789"/>
<source>Close actual page</source>
<translation>Zavřít nynější stránku</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="788"/>
+ <location filename="../src/mainwindow.cpp" line="793"/>
<source>&Close All Pages</source>
<translation>&Zavřít všechny stránky</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="789"/>
+ <location filename="../src/mainwindow.cpp" line="794"/>
<source>Ctrl+Alt+W</source>
<translation>Ctrl+Alt+W</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="790"/>
+ <location filename="../src/mainwindow.cpp" line="795"/>
<source>Close all pages</source>
<translation>Zavřít všechny stránky</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="794"/>
+ <location filename="../src/mainwindow.cpp" line="799"/>
<source>E&xit</source>
<translation>&Ukončit</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="795"/>
+ <location filename="../src/mainwindow.cpp" line="800"/>
<source>Ctrl+Q</source>
<translation>Ctrl+Q</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="801"/>
+ <location filename="../src/mainwindow.cpp" line="806"/>
<source>&Undo</source>
<translation>&Zpět</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="802"/>
+ <location filename="../src/mainwindow.cpp" line="807"/>
<source>Ctrl+Z</source>
<translation>Ctrl+Z</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="803"/>
+ <location filename="../src/mainwindow.cpp" line="808"/>
<source>Undo last typing</source>
<translation>Zpět poslední změnu</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="807"/>
+ <location filename="../src/mainwindow.cpp" line="812"/>
<source>&Redo</source>
<translation>&Znovu</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="808"/>
+ <location filename="../src/mainwindow.cpp" line="813"/>
<source>Ctrl+Y</source>
<translation>Ctrl+Y</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="809"/>
+ <location filename="../src/mainwindow.cpp" line="814"/>
<source>Redo last undo</source>
<translation>Obnovit poslední změnu</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="813"/>
+ <location filename="../src/mainwindow.cpp" line="818"/>
<source>Cu&t</source>
<translation>Vyj&mout</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="814"/>
+ <location filename="../src/mainwindow.cpp" line="819"/>
<source>Ctrl+X</source>
<translation>Ctrl+X</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="815"/>
+ <location filename="../src/mainwindow.cpp" line="820"/>
<source>Cut selected text to clipboard</source>
<translation>Vyjmout vybraný text do schránky</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="819"/>
+ <location filename="../src/mainwindow.cpp" line="824"/>
<source>&Copy</source>
<translation>&Kopírovat</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="820"/>
+ <location filename="../src/mainwindow.cpp" line="825"/>
<source>Ctrl+C</source>
<translation>Ctrl+C</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="821"/>
+ <location filename="../src/mainwindow.cpp" line="826"/>
<source>Copy selected text to clipboard</source>
<translation>Kopírovat vybraný text do schránky</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="825"/>
+ <location filename="../src/mainwindow.cpp" line="830"/>
<source>&Paste</source>
<translation>&Vložit</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="826"/>
+ <location filename="../src/mainwindow.cpp" line="831"/>
<source>Ctrl+V</source>
<translation>Ctrl+V</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="827"/>
+ <location filename="../src/mainwindow.cpp" line="832"/>
<source>Insert text from clipboard at selection</source>
<translation>Vložit text ze schránky v poloze ukazovátka</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="831"/>
+ <location filename="../src/mainwindow.cpp" line="836"/>
<source>Select &all</source>
<translation>Vybrat &vše</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="832"/>
+ <location filename="../src/mainwindow.cpp" line="837"/>
<source>Ctrl+A</source>
<translation>Ctrl+A</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="833"/>
+ <location filename="../src/mainwindow.cpp" line="838"/>
<source>Select all text in the current window</source>
<translation>Vybrat všechen text v současném okně</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="837"/>
+ <location filename="../src/mainwindow.cpp" line="842"/>
<source>&Find...</source>
<translation>&Najít...</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="838"/>
+ <location filename="../src/mainwindow.cpp" line="843"/>
<source>Ctrl+F</source>
<translation>Ctrl+F</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="839"/>
+ <location filename="../src/mainwindow.cpp" line="844"/>
<source>Find and replace the given item</source>
<translation>Najít a nahradit zadanou položku</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="844"/>
+ <location filename="../src/mainwindow.cpp" line="849"/>
<source>Window &horizontal split mode</source>
<translation>Režim &vodorovného rozdělení okna</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="845"/>
+ <location filename="../src/mainwindow.cpp" line="850"/>
<source>Change window alignment to horizontal</source>
<translation>Změnit uspořádání okna na vodorovné</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="849"/>
+ <location filename="../src/mainwindow.cpp" line="854"/>
<source>Window &vertical split mode</source>
<translation>Režim &svislého rozdělení okna</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="850"/>
+ <location filename="../src/mainwindow.cpp" line="855"/>
<source>Change window alignment to vertical</source>
<translation>Změnit uspořádání okna na svislé</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="854"/>
+ <location filename="../src/mainwindow.cpp" line="859"/>
<source>Show &Declarations</source>
<translation>Ukázat &prohlášení</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="856"/>
+ <location filename="../src/mainwindow.cpp" line="861"/>
<source>Show declarations window</source>
<translation>Ukázat okno s prohlášeními</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="883"/>
+ <location filename="../src/mainwindow.cpp" line="888"/>
<source>&Show File content</source>
<translation>&Ukázat obsah souboru</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="885"/>
+ <location filename="../src/mainwindow.cpp" line="890"/>
<source>Show complete file content</source>
<translation>Ukázat úplný obsah souboru</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="890"/>
+ <location filename="../src/mainwindow.cpp" line="895"/>
<source>&Preferences...</source>
<translation>&Nastavení...</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="892"/>
+ <location filename="../src/mainwindow.cpp" line="897"/>
<source>Ctrl+,</source>
<translation>Ctrl+,</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="894"/>
+ <location filename="../src/mainwindow.cpp" line="899"/>
<source>Ctrl+F12</source>
<translation>Ctrl+F12</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="900"/>
+ <location filename="../src/mainwindow.cpp" line="905"/>
<source>&IL</source>
<translation>&IL</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="901"/>
+ <location filename="../src/mainwindow.cpp" line="906"/>
<source>Change programming language to IL/AWL</source>
<translation>Změnit programovací jazyk na IL/AWL</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="905"/>
+ <location filename="../src/mainwindow.cpp" line="910"/>
<source>&ST</source>
<translation>&ST</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="906"/>
+ <location filename="../src/mainwindow.cpp" line="911"/>
<source>Change programming language to ST</source>
<translation>Změnit programovací jazyk na ST</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="943"/>
+ <location filename="../src/mainwindow.cpp" line="944"/>
+ <source>Check for program updates</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../src/mainwindow.cpp" line="948"/>
<source>&About...</source>
<translation>&O programu...</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="944"/>
+ <location filename="../src/mainwindow.cpp" line="949"/>
<source>Show the application's About box</source>
<translation>Ukázat dialog "O programu"</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="917"/>
+ <location filename="../src/mainwindow.cpp" line="922"/>
<source>About &Qt ...</source>
<translation>O &Qt ...</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="918"/>
+ <location filename="../src/mainwindow.cpp" line="923"/>
<source>Show the Qt library's About box</source>
<translation>Ukázat dialog "O Qt"</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="928"/>
+ <location filename="../src/mainwindow.cpp" line="933"/>
<source>Help bubbles</source>
<translation>Bubliny s nápovědou</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="933"/>
+ <location filename="../src/mainwindow.cpp" line="938"/>
<source>Send bugreport</source>
<translation>Poslat hlášení o chybě</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="938"/>
+ <location filename="../src/mainwindow.cpp" line="943"/>
<source>Check for updates</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="939"/>
- <source>Check for programm updates</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../src/mainwindow.cpp" line="949"/>
+ <location filename="../src/mainwindow.cpp" line="954"/>
<source>Insert LD command</source>
<translation>Vložit příkaz LD</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="961"/>
- <location filename="../src/mainwindow.cpp" line="981"/>
- <location filename="../src/mainwindow.cpp" line="1013"/>
+ <location filename="../src/mainwindow.cpp" line="966"/>
+ <location filename="../src/mainwindow.cpp" line="986"/>
+ <location filename="../src/mainwindow.cpp" line="1018"/>
<source>Insert functionblock call</source>
<translation>Vložit vyvolání bloku funkce</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="985"/>
+ <location filename="../src/mainwindow.cpp" line="990"/>
<source>Insert network block</source>
<translation>Vložit blok sítě</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="989"/>
+ <location filename="../src/mainwindow.cpp" line="994"/>
<source>Insert If Then Else block</source>
<translation>Vložit větu IF THEN ELSE</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="993"/>
+ <location filename="../src/mainwindow.cpp" line="998"/>
<source>Insert Case block</source>
<translation>Vložit blok CASE</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="997"/>
+ <location filename="../src/mainwindow.cpp" line="1002"/>
<source>Insert For To Do loop</source>
<translation>Vložit smyčku FOR TO DO</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1001"/>
+ <location filename="../src/mainwindow.cpp" line="1006"/>
<source>Insert While Do loop</source>
<translation>Vložit smyčku WHILE DO</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1005"/>
+ <location filename="../src/mainwindow.cpp" line="1010"/>
<source>Insert Repeat Until loop</source>
<translation>Vložit smyčku REPEAT UNTIL</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1009"/>
+ <location filename="../src/mainwindow.cpp" line="1014"/>
<source>Insert assignement</source>
<translation>Vložit přiřazení</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1026"/>
+ <location filename="../src/mainwindow.cpp" line="1031"/>
<source>Supported files (*.txt *.poe *.EXP *.awl *.scl *.IL *.ST *.asc)</source>
<translation>Podporované soubory (*.txt *.poe *.EXP *.awl *.scl *.IL *.ST *.asc)</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1030"/>
+ <location filename="../src/mainwindow.cpp" line="1035"/>
<source>plain POU (*.txt);;CoDeSys (*.EXP);;MELSOFT (*.asc);;MULTIPROG IL (*.IL);;MULTIPROG ST (*.ST);;STEP 7 AWL (*.AWL);;STEP 7 SCL (*.scl);;Sucosoft S40 (*.poe)</source>
<translation>Prostý POE (*.txt);;CoDeSys (*.EXP);;MELSOFT (*.asc);;MULTIPROG IL (*.IL);;MULTIPROG ST (*.ST);;STEP 7 AWL (*.AWL);;STEP 7 SCL (*.scl);;Sucosoft S40 (*.poe)</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1046"/>
+ <location filename="../src/mainwindow.cpp" line="1051"/>
<source>One or more of the POUs are unsaved.<br>Do you want to continue?</source>
<translation>Jeden nebo více souborů POE není uloženo.<br>Chcete pokračovat?</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1049"/>
+ <location filename="../src/mainwindow.cpp" line="1054"/>
<source>OK</source>
<translation>OK</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1050"/>
- <location filename="../src/mainwindow.cpp" line="1796"/>
+ <location filename="../src/mainwindow.cpp" line="1055"/>
+ <location filename="../src/mainwindow.cpp" line="1804"/>
<source>Cancel</source>
<translation>Zrušit</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1796"/>
- <source>Check for updates failed.</source>
+ <location filename="../src/mainwindow.cpp" line="1791"/>
+ <source>No program updates available.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1796"/>
- <source>&Try again</source>
+ <location filename="../src/mainwindow.cpp" line="1804"/>
+ <source>Check for updates failed.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1784"/>
- <source>The program is up-to-date.</source>
+ <location filename="../src/mainwindow.cpp" line="1804"/>
+ <source>&Try again</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="657"/>
+ <location filename="../src/mainwindow.cpp" line="662"/>
<source>&File</source>
<translation>&Soubor</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="658"/>
+ <location filename="../src/mainwindow.cpp" line="663"/>
<source>&New</source>
<translation>&Nový</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="659"/>
+ <location filename="../src/mainwindow.cpp" line="664"/>
<source>&Alter POU type</source>
<translation>&Změnit typ POE</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="660"/>
+ <location filename="../src/mainwindow.cpp" line="665"/>
<source>&Sessions</source>
<translation>&Sezení</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="666"/>
+ <location filename="../src/mainwindow.cpp" line="671"/>
<source>&Edit</source>
<translation>&Úpravy</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="669"/>
+ <location filename="../src/mainwindow.cpp" line="674"/>
<source>&View</source>
<translation>&Pohled</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="672"/>
+ <location filename="../src/mainwindow.cpp" line="677"/>
<source>&Tools</source>
<translation>&Nástroje</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="673"/>
+ <location filename="../src/mainwindow.cpp" line="678"/>
<source>&Programming language</source>
<translation>&Programovací jazyk</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="676"/>
+ <location filename="../src/mainwindow.cpp" line="681"/>
<source>&Help</source>
<translation>&Nápověda</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1033"/>
+ <location filename="../src/mainwindow.cpp" line="1038"/>
<source>printed with</source>
<translation>vytištěno</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1019"/>
+ <location filename="../src/mainwindow.cpp" line="1024"/>
<source>Bugreport</source>
<translation>Hlášení o chybě</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="879"/>
+ <location filename="../src/mainwindow.cpp" line="884"/>
<source>Change cursor input to opposite window</source>
<translation>Změnit nynější okno na jiné</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="884"/>
+ <location filename="../src/mainwindow.cpp" line="889"/>
<source>F7</source>
<translation>F7</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="689"/>
+ <location filename="../src/mainwindow.cpp" line="694"/>
<source>Create a new function block</source>
<translation>Vytvořit nový blok funkce</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="934"/>
+ <location filename="../src/mainwindow.cpp" line="939"/>
<source>Send a bug report by e-mail</source>
<translation>Poslat hlášení o chybě elektronickou poštou</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1034"/>
+ <location filename="../src/mainwindow.cpp" line="1039"/>
<source>Printing Document</source>
<translation>Tisk dokumentu</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="870"/>
+ <location filename="../src/mainwindow.cpp" line="875"/>
<source>Zoom</source>
<translation>Zvětšení</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="681"/>
+ <location filename="../src/mainwindow.cpp" line="686"/>
<source>New &Program</source>
<translation>Nový &program</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="661"/>
+ <location filename="../src/mainwindow.cpp" line="666"/>
<source>&Recent files</source>
<translation>&Naposledy otevřené soubory</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="687"/>
+ <location filename="../src/mainwindow.cpp" line="692"/>
<source>New Function&block</source>
<translation>Nový &blok funkce</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="693"/>
+ <location filename="../src/mainwindow.cpp" line="698"/>
<source>New &Function</source>
<translation>Nová &funkce</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="699"/>
+ <location filename="../src/mainwindow.cpp" line="704"/>
<source>New &Variablelist</source>
<translation>Nový &seznam proměnných</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="796"/>
+ <location filename="../src/mainwindow.cpp" line="801"/>
<source>Exit </source>
<translation>Ukončit</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="929"/>
+ <location filename="../src/mainwindow.cpp" line="934"/>
<source>Show help bubbles under mouse</source>
<translation>Ukázat bubliny s nápovědou pod ukazovátkem myši</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="953"/>
+ <location filename="../src/mainwindow.cpp" line="958"/>
<source>Insert ST command</source>
<translation>Vložit příkaz ST</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="957"/>
+ <location filename="../src/mainwindow.cpp" line="962"/>
<source>Insert JMP command</source>
<translation>Vložit příkaz JMP (bezpodmínečný skok)</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="965"/>
+ <location filename="../src/mainwindow.cpp" line="970"/>
<source>Insert AND command</source>
<translation>Vložit příkaz AND (logické A)</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="969"/>
+ <location filename="../src/mainwindow.cpp" line="974"/>
<source>Insert OR command</source>
<translation>Vložit příkaz OR (logické NEBO)</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="973"/>
+ <location filename="../src/mainwindow.cpp" line="978"/>
<source>Insert assignement command</source>
<translation>Vložit příkaz přiřazení</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="977"/>
+ <location filename="../src/mainwindow.cpp" line="982"/>
<source>Insert SPA command</source>
<translation>Vložit příkaz SPA (bezpodmínečný skok)</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1020"/>
+ <location filename="../src/mainwindow.cpp" line="1025"/>
<source>Please report all noticed bugs and inconsistencies of</source>
<translation>Podejte nám, prosím, zprávu o všech zjištěných chybách a nedůslednostech</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1022"/>
+ <location filename="../src/mainwindow.cpp" line="1027"/>
<source>POU type altered to</source>
<translation>Typ POE změněn na</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1031"/>
+ <location filename="../src/mainwindow.cpp" line="1036"/>
<source>Unable to save POU file:</source>
<translation>Následující POE nelze uložit:</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1040"/>
+ <location filename="../src/mainwindow.cpp" line="1045"/>
<source>Unable to save prototype file:</source>
<translation>Následující prototypový soubor nelze uložit:</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1023"/>
+ <location filename="../src/mainwindow.cpp" line="1028"/>
<source>POU type was not altered.</source>
<translation>Nepodařilo se změnit typ POE.</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1025"/>
+ <location filename="../src/mainwindow.cpp" line="1030"/>
<source>Open POU files</source>
<translation>Otevřít soubory POE</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1029"/>
+ <location filename="../src/mainwindow.cpp" line="1034"/>
<source>Save POU file</source>
<translation>Uložit soubor POE</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1035"/>
+ <location filename="../src/mainwindow.cpp" line="1040"/>
<source>Export to PDF</source>
<translation>Vyvést do PDF</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="860"/>
+ <location filename="../src/mainwindow.cpp" line="865"/>
<source>Show &File list</source>
<translation>Ukázat seznam &souborů</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="861"/>
+ <location filename="../src/mainwindow.cpp" line="866"/>
<source>F4</source>
<translation>F4</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="862"/>
+ <location filename="../src/mainwindow.cpp" line="867"/>
<source>Show file list on the left main window side</source>
<translation>Ukázat seznam souborů na pravé straně hlavního okna</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="873"/>
+ <location filename="../src/mainwindow.cpp" line="878"/>
<source>&Change Inputwindow</source>
<translation>&Změnit zadávací okno</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="922"/>
+ <location filename="../src/mainwindow.cpp" line="927"/>
<source>&Help...</source>
<translation>&Nápověda...</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="923"/>
+ <location filename="../src/mainwindow.cpp" line="928"/>
<source>F1</source>
<translation>F1</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="924"/>
+ <location filename="../src/mainwindow.cpp" line="929"/>
<source>Show the application's help file</source>
<translation>Ukázat soubor s nápovědou k programu</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="896"/>
+ <location filename="../src/mainwindow.cpp" line="901"/>
<source>Open the preferences dialog</source>
<translation>Otevřít dialog s nastavením</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1027"/>
+ <location filename="../src/mainwindow.cpp" line="1032"/>
<source>Problems during open file:</source>
<translation>Potíže při otevírání souboru:</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="911"/>
+ <location filename="../src/mainwindow.cpp" line="916"/>
<source>Ctrl+B</source>
<translation>Ctrl+B</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="910"/>
+ <location filename="../src/mainwindow.cpp" line="915"/>
<source>Insert Function &block</source>
<translation>Vložit &blok funkce</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="912"/>
+ <location filename="../src/mainwindow.cpp" line="917"/>
<source>Insert function block with its call model</source>
<translation>Vložit blok funkce s jeho vzorem vyvolání</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1042"/>
+ <location filename="../src/mainwindow.cpp" line="1047"/>
<source>page</source>
<translation>Strana</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1044"/>
+ <location filename="../src/mainwindow.cpp" line="1049"/>
<source>Insert Session name:</source>
<translation>Zadat název sezení:</translation>
</message>
@@ -1857,7 +1857,7 @@
<context>
<name>PrefDialog</name>
<message>
- <location filename="../src/prefdialog.cpp" line="985"/>
+ <location filename="../src/prefdialog.cpp" line="989"/>
<source>Open Directory</source>
<translation>Otevřít adresář</translation>
</message>
@@ -1867,78 +1867,78 @@
<translation>Nastavení</translation>
</message>
<message>
- <location filename="../ui/PrefDialog.ui" line="59"/>
- <location filename="../src/prefdialog.cpp" line="695"/>
+ <location filename="../ui/PrefDialog.ui" line="56"/>
+ <location filename="../src/prefdialog.cpp" line="696"/>
<source>Default</source>
<translation>Výchozí</translation>
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="91"/>
- <location filename="../src/prefdialog.cpp" line="700"/>
+ <location filename="../src/prefdialog.cpp" line="701"/>
<source>Ok</source>
<translation>OK</translation>
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="110"/>
- <location filename="../src/prefdialog.cpp" line="705"/>
+ <location filename="../src/prefdialog.cpp" line="706"/>
<source>Cancel</source>
<translation>Zrušit</translation>
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="132"/>
- <location filename="../src/prefdialog.cpp" line="710"/>
+ <location filename="../src/prefdialog.cpp" line="711"/>
<source>Apply</source>
<translation>Použít</translation>
</message>
<message>
- <location filename="../ui/PrefDialog.ui" line="188"/>
+ <location filename="../ui/PrefDialog.ui" line="185"/>
<source>Main ToolBar</source>
<translation>Hlavní nástrojový pruh</translation>
</message>
<message>
- <location filename="../ui/PrefDialog.ui" line="204"/>
+ <location filename="../ui/PrefDialog.ui" line="201"/>
<source>Commads ToolBar</source>
<translation>Příkazový nástrojový pruh</translation>
</message>
<message>
- <location filename="../ui/PrefDialog.ui" line="456"/>
- <location filename="../src/prefdialog.cpp" line="740"/>
+ <location filename="../ui/PrefDialog.ui" line="453"/>
+ <location filename="../src/prefdialog.cpp" line="741"/>
<source>Help bubbles</source>
<translation>Bubliny s nápovědou</translation>
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="251"/>
- <location filename="../src/prefdialog.cpp" line="767"/>
+ <location filename="../src/prefdialog.cpp" line="768"/>
<source>Language</source>
<translation>Jazyk</translation>
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="298"/>
- <location filename="../src/prefdialog.cpp" line="755"/>
+ <location filename="../src/prefdialog.cpp" line="756"/>
<source>Tab orientation</source>
<translation>Uspořádání karet</translation>
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="324"/>
- <location filename="../src/prefdialog.cpp" line="759"/>
+ <location filename="../src/prefdialog.cpp" line="760"/>
<source>North</source>
<translation>Nahoře</translation>
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="329"/>
- <location filename="../src/prefdialog.cpp" line="760"/>
+ <location filename="../src/prefdialog.cpp" line="761"/>
<source>South</source>
<translation>Dole</translation>
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="334"/>
- <location filename="../src/prefdialog.cpp" line="761"/>
+ <location filename="../src/prefdialog.cpp" line="762"/>
<source>East</source>
<translation>Vpravo</translation>
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="339"/>
- <location filename="../src/prefdialog.cpp" line="762"/>
+ <location filename="../src/prefdialog.cpp" line="763"/>
<source>West</source>
<translation>Vlevo</translation>
</message>
@@ -1949,25 +1949,25 @@
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="394"/>
- <location filename="../src/prefdialog.cpp" line="749"/>
+ <location filename="../src/prefdialog.cpp" line="750"/>
<source>Horizontal</source>
<translation>Vodorovný</translation>
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="502"/>
- <location filename="../src/prefdialog.cpp" line="777"/>
+ <location filename="../src/prefdialog.cpp" line="778"/>
<source>Programming language</source>
<translation>Programovací jazyk</translation>
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="530"/>
- <location filename="../src/prefdialog.cpp" line="782"/>
+ <location filename="../src/prefdialog.cpp" line="783"/>
<source>Structured Text</source>
<translation>Členěný text</translation>
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="553"/>
- <location filename="../src/prefdialog.cpp" line="800"/>
+ <location filename="../src/prefdialog.cpp" line="806"/>
<source>Font size</source>
<translation>Velikost písma</translation>
</message>
@@ -2032,530 +2032,536 @@
<translation>24</translation>
</message>
<message>
- <location filename="../ui/PrefDialog.ui" line="1175"/>
+ <location filename="../ui/PrefDialog.ui" line="1194"/>
<source>min</source>
<translation>min</translation>
</message>
<message>
- <location filename="../ui/PrefDialog.ui" line="761"/>
- <location filename="../src/prefdialog.cpp" line="816"/>
+ <location filename="../ui/PrefDialog.ui" line="758"/>
+ <location filename="../src/prefdialog.cpp" line="822"/>
<source>Highlight current line</source>
<translation>Zvýraznit nynější řádek</translation>
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="672"/>
- <location filename="../src/prefdialog.cpp" line="792"/>
+ <location filename="../src/prefdialog.cpp" line="798"/>
<source>Font</source>
<translation>Písmo</translation>
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="798"/>
- <location filename="../src/prefdialog.cpp" line="808"/>
+ <location filename="../src/prefdialog.cpp" line="814"/>
<source>Tab width</source>
<translation>Šířka zarážky</translation>
</message>
<message>
- <location filename="../ui/PrefDialog.ui" line="918"/>
- <location filename="../src/prefdialog.cpp" line="841"/>
+ <location filename="../ui/PrefDialog.ui" line="934"/>
+ <location filename="../src/prefdialog.cpp" line="847"/>
<source>Session autoload</source>
<translation>Automatické nahrání sezení</translation>
</message>
<message>
- <location filename="../ui/PrefDialog.ui" line="934"/>
- <location filename="../src/prefdialog.cpp" line="836"/>
+ <location filename="../ui/PrefDialog.ui" line="950"/>
+ <location filename="../src/prefdialog.cpp" line="842"/>
<source>Start with session manager</source>
<translation>Začít se správcem sezení</translation>
</message>
<message>
- <location filename="../ui/PrefDialog.ui" line="950"/>
- <location filename="../src/prefdialog.cpp" line="846"/>
+ <location filename="../ui/PrefDialog.ui" line="966"/>
+ <location filename="../src/prefdialog.cpp" line="852"/>
<source>Session error list</source>
<translation>Chybový seznam sezení</translation>
</message>
<message>
- <location filename="../ui/PrefDialog.ui" line="966"/>
- <location filename="../src/prefdialog.cpp" line="826"/>
+ <location filename="../ui/PrefDialog.ui" line="982"/>
+ ...
[truncated message content] |
|
From: <pl...@us...> - 2010-03-24 18:58:35
|
Revision: 107
http://plcedit.svn.sourceforge.net/plcedit/?rev=107&view=rev
Author: plcedit
Date: 2010-03-24 18:58:26 +0000 (Wed, 24 Mar 2010)
Log Message:
-----------
- class MainWindow: added check for updates at start call
- class PrefDialog: added check for updates setting
- translations: updated
Modified Paths:
--------------
Lang/Czech.qm
Lang/Deutsch.qm
Lang/Deutsch.ts
Lang/English.qm
Lang/Francais.qm
Lang/Francais.ts
qdevelop-settings.db
src/mainwindow.cpp
src/prefdialog.cpp
ui/UpdateDialog.ui
Modified: Lang/Czech.qm
===================================================================
(Binary files differ)
Modified: Lang/Deutsch.qm
===================================================================
(Binary files differ)
Modified: Lang/Deutsch.ts
===================================================================
--- Lang/Deutsch.ts 2010-03-23 15:57:48 UTC (rev 106)
+++ Lang/Deutsch.ts 2010-03-24 18:58:26 UTC (rev 107)
@@ -2736,34 +2736,34 @@
<location filename="../ui/UpdateDialog.ui" line="29"/>
<location filename="../src/updatedialog.cpp" line="66"/>
<source>Update</source>
- <translation type="unfinished"></translation>
+ <translation>Update</translation>
</message>
<message>
<location filename="../ui/UpdateDialog.ui" line="95"/>
<location filename="../src/updatedialog.cpp" line="74"/>
<source>check at startup</source>
- <translation type="unfinished"></translation>
+ <translation>Bei Programmstart ausführen</translation>
</message>
<message>
<location filename="../ui/UpdateDialog.ui" line="115"/>
<location filename="../src/updatedialog.cpp" line="69"/>
<source>Close</source>
- <translation type="unfinished">Schließen</translation>
+ <translation>Schließen</translation>
</message>
<message>
<location filename="../src/updatedialog.cpp" line="70"/>
<source>Close update box</source>
- <translation type="unfinished"></translation>
+ <translation>Updatebox schließen</translation>
</message>
<message>
<location filename="../src/updatedialog.cpp" line="77"/>
<source>Version %1 is available now.</source>
- <translation type="unfinished">Version %1 ist jetzt verfügbar.</translation>
+ <translation>Version %1 ist jetzt verfügbar.</translation>
</message>
<message>
<location filename="../src/updatedialog.cpp" line="78"/>
<source>Download now</source>
- <translation type="unfinished">Jetzt laden</translation>
+ <translation>Jetzt laden</translation>
</message>
</context>
<context>
Modified: Lang/English.qm
===================================================================
(Binary files differ)
Modified: Lang/Francais.qm
===================================================================
(Binary files differ)
Modified: Lang/Francais.ts
===================================================================
--- Lang/Francais.ts 2010-03-23 15:57:48 UTC (rev 106)
+++ Lang/Francais.ts 2010-03-24 18:58:26 UTC (rev 107)
@@ -2737,34 +2737,34 @@
<location filename="../ui/UpdateDialog.ui" line="29"/>
<location filename="../src/updatedialog.cpp" line="66"/>
<source>Update</source>
- <translation type="unfinished"></translation>
+ <translation>Update</translation>
</message>
<message>
<location filename="../ui/UpdateDialog.ui" line="95"/>
<location filename="../src/updatedialog.cpp" line="74"/>
<source>check at startup</source>
- <translation type="unfinished"></translation>
+ <translation>vérifier au démarrage</translation>
</message>
<message>
<location filename="../ui/UpdateDialog.ui" line="115"/>
<location filename="../src/updatedialog.cpp" line="69"/>
<source>Close</source>
- <translation type="unfinished">Fermer</translation>
+ <translation>Fermer</translation>
</message>
<message>
<location filename="../src/updatedialog.cpp" line="70"/>
<source>Close update box</source>
- <translation type="unfinished"></translation>
+ <translation>Fermer la boîte de mise à jour</translation>
</message>
<message>
<location filename="../src/updatedialog.cpp" line="77"/>
<source>Version %1 is available now.</source>
- <translation type="unfinished">La version %1 est disponible dès maintenant.</translation>
+ <translation>La version %1 est disponible dès maintenant.</translation>
</message>
<message>
<location filename="../src/updatedialog.cpp" line="78"/>
<source>Download now</source>
- <translation type="unfinished">Télécharger maintenant</translation>
+ <translation>Télécharger maintenant</translation>
</message>
</context>
<context>
Modified: qdevelop-settings.db
===================================================================
(Binary files differ)
Modified: src/mainwindow.cpp
===================================================================
--- src/mainwindow.cpp 2010-03-23 15:57:48 UTC (rev 106)
+++ src/mainwindow.cpp 2010-03-24 18:58:26 UTC (rev 107)
@@ -56,7 +56,7 @@
//Application information
PROJECT_NAME = "PLCEdit";
VERSION = "2.2.1";
- BUILD = "r106";
+ BUILD = "r107";
PROJECT_DATE = "2010";
PROJECT_URL = "http://www.plcedit.org";
PROJECT_MAIL = "in...@pl...";
@@ -158,6 +158,10 @@
//retranslate Ui
retranslateUi();
+
+ //cehck for programm updates if enabled
+ if (updateDialog->UD_checkBox_checkatstart->isChecked())
+ checkForUpdates();
}
Modified: src/prefdialog.cpp
===================================================================
--- src/prefdialog.cpp 2010-03-23 15:57:48 UTC (rev 106)
+++ src/prefdialog.cpp 2010-03-24 18:58:26 UTC (rev 107)
@@ -341,6 +341,9 @@
Pref_comboBox_defaultPOUExtension->setCurrentIndex(settings.value("defaultPOUExt", 0).toInt());
m_PageCtrl->defaultPOUExt = getExtNumber(Pref_comboBox_defaultPOUExtension->currentText());
+ //update dialog [+6]
+ m_UpdateDialog->UD_checkBox_checkatstart->setChecked(settings.value("CheckUpdatesAtStart", false).toBool());
+
settings.endGroup();
@@ -431,6 +434,8 @@
Pref_spinBox_maxRecentFiles->setValue(10);
clearRecentFilesHistory(); //clear recent files
Pref_comboBox_defaultPOUExtension->setCurrentIndex(0); //item 0 = plain POU
+ //update dialog
+ m_UpdateDialog->UD_checkBox_checkatstart->setChecked(false);
//diverse non visible settings
m_PageCtrl->splitSize = 200;
@@ -595,6 +600,9 @@
//ComboBox default POU Extension [+5]
settings.setValue("defaultPOUExt", QString::number(Pref_comboBox_defaultPOUExtension->currentIndex()));
+ //update dialog [+6]
+ settings.setValue("CheckUpdatesAtStart", m_UpdateDialog->UD_checkBox_checkatstart->isChecked());
+
settings.endGroup();
Modified: ui/UpdateDialog.ui
===================================================================
--- ui/UpdateDialog.ui 2010-03-23 15:57:48 UTC (rev 106)
+++ ui/UpdateDialog.ui 2010-03-24 18:58:26 UTC (rev 107)
@@ -87,7 +87,7 @@
<widget class="QCheckBox" name="UD_checkBox_checkatstart">
<property name="minimumSize">
<size>
- <width>161</width>
+ <width>181</width>
<height>0</height>
</size>
</property>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pl...@us...> - 2010-03-23 15:57:58
|
Revision: 106
http://plcedit.svn.sourceforge.net/plcedit/?rev=106&view=rev
Author: plcedit
Date: 2010-03-23 15:57:48 +0000 (Tue, 23 Mar 2010)
Log Message:
-----------
- class AboutDialog: some small changes
- class MainWindow: new build No.; added UpdateDialog
- class PrefDialog: added UpdateDialog
- class UpdateDialog: new
- translations: updated
- ui UpdateDialog: new
Modified Paths:
--------------
Lang/Czech.qm
Lang/Czech.ts
Lang/Deutsch.qm
Lang/Deutsch.ts
Lang/English.ts
Lang/Francais.qm
Lang/Francais.ts
Lang/Wildcard.ts
PLCEdit.pro
qdevelop-settings.db
src/aboutdialog.cpp
src/aboutdialog.h
src/mainwindow.cpp
src/mainwindow.h
src/prefdialog.cpp
src/prefdialog.h
Added Paths:
-----------
src/updatedialog.cpp
src/updatedialog.h
ui/UpdateDialog.ui
Modified: Lang/Czech.qm
===================================================================
(Binary files differ)
Modified: Lang/Czech.ts
===================================================================
--- Lang/Czech.ts 2010-03-23 05:55:50 UTC (rev 105)
+++ Lang/Czech.ts 2010-03-23 15:57:48 UTC (rev 106)
@@ -792,853 +792,843 @@
<context>
<name>MainWindow</name>
<message>
- <location filename="../src/mainwindow.cpp" line="1031"/>
+ <location filename="../src/mainwindow.cpp" line="1037"/>
<source> Preferences Error</source>
<translation>Chyba v souboru s nastavením</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1032"/>
+ <location filename="../src/mainwindow.cpp" line="1038"/>
<source>A settings error was dected.
The defaults have been set.</source>
<translation>V souboru s nastavením
byla nalezena chyba. </translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="269"/>
- <location filename="../src/mainwindow.cpp" line="688"/>
+ <location filename="../src/mainwindow.cpp" line="274"/>
+ <location filename="../src/mainwindow.cpp" line="694"/>
<source>Ctrl+Alt+F</source>
<translation>Ctrl+Alt+F</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="860"/>
+ <location filename="../src/mainwindow.cpp" line="866"/>
<source>Minimize</source>
<translation>Zmenšit</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="861"/>
+ <location filename="../src/mainwindow.cpp" line="867"/>
<source>Ctrl+M</source>
<translation>Ctrl+M</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="676"/>
+ <location filename="../src/mainwindow.cpp" line="682"/>
<source>Ctrl+Alt+P</source>
<translation>Ctrl+Alt+P</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="677"/>
+ <location filename="../src/mainwindow.cpp" line="683"/>
<source>Create a new program</source>
<translation>Vytvořit nový program</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="682"/>
+ <location filename="../src/mainwindow.cpp" line="688"/>
<source>Ctrl+Alt+B</source>
<translation>Ctrl+Alt+B</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="689"/>
+ <location filename="../src/mainwindow.cpp" line="695"/>
<source>Create a new function</source>
<translation>Vytvořit novou funkci</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="694"/>
+ <location filename="../src/mainwindow.cpp" line="700"/>
<source>Ctrl+Alt+L</source>
<translation>Ctrl+Alt+L</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="695"/>
+ <location filename="../src/mainwindow.cpp" line="701"/>
<source>Create a new global variable list</source>
<translation>Vytvořit nový celkový seznam proměnných</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="699"/>
+ <location filename="../src/mainwindow.cpp" line="705"/>
<source>New &Type</source>
<translation>Nový &typ</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="700"/>
+ <location filename="../src/mainwindow.cpp" line="706"/>
<source>Ctrl+Alt+T</source>
<translation>Ctrl+Alt+T</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="701"/>
+ <location filename="../src/mainwindow.cpp" line="707"/>
<source>Create a new type definition</source>
<translation>Vytvořit nové vymezení typu</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="705"/>
+ <location filename="../src/mainwindow.cpp" line="711"/>
<source>&Open...</source>
<translation>&Otevřít...</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="706"/>
+ <location filename="../src/mainwindow.cpp" line="712"/>
<source>Ctrl+O</source>
<translation>Ctrl+O</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="707"/>
+ <location filename="../src/mainwindow.cpp" line="713"/>
<source>Open an existing file</source>
<translation>Otevřít stávající soubor</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="711"/>
+ <location filename="../src/mainwindow.cpp" line="717"/>
<source>&POU Info...</source>
<translation>&POE Info...</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="712"/>
+ <location filename="../src/mainwindow.cpp" line="718"/>
<source>Ctrl+I</source>
<translation>Ctrl+I</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="713"/>
+ <location filename="../src/mainwindow.cpp" line="719"/>
<source>Open POU info dialog</source>
<translation>Otevřít dialog informací POE</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="717"/>
+ <location filename="../src/mainwindow.cpp" line="723"/>
<source>Program</source>
<translation>Program</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="718"/>
+ <location filename="../src/mainwindow.cpp" line="724"/>
<source>Alter POU type to program</source>
<translation>Změnit typ POE do programu (PRG)</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="722"/>
+ <location filename="../src/mainwindow.cpp" line="728"/>
<source>Functionblock</source>
<translation>Blok funkce</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="723"/>
+ <location filename="../src/mainwindow.cpp" line="729"/>
<source>Alter POU type to functionblock</source>
<translation>Změnit typ POE do bloku funkce (FB)</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="727"/>
+ <location filename="../src/mainwindow.cpp" line="733"/>
<source>Function...</source>
<translation>Funkce...</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="728"/>
+ <location filename="../src/mainwindow.cpp" line="734"/>
<source>Alter POU type to function</source>
<translation>Změnit typ POE do funkce (Fc)</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="732"/>
+ <location filename="../src/mainwindow.cpp" line="738"/>
<source>&Manage Sessions...</source>
<translation>&Spravovat sezení...</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="733"/>
+ <location filename="../src/mainwindow.cpp" line="739"/>
<source>Ctrl+F11</source>
<translation>Ctrl+F11</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="734"/>
+ <location filename="../src/mainwindow.cpp" line="740"/>
<source>Open session manager</source>
<translation>Otevřít správce sezení</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="738"/>
+ <location filename="../src/mainwindow.cpp" line="744"/>
<source>&Save Sessions...</source>
<translation>&Uložit sezení...</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="739"/>
+ <location filename="../src/mainwindow.cpp" line="745"/>
<source>Ctrl+Alt+F11</source>
<translation>Ctrl+Alt+F11</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="740"/>
+ <location filename="../src/mainwindow.cpp" line="746"/>
<source>Save actual pages as session</source>
<translation>Uložit všechny nynější stránky jako sezení</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="745"/>
+ <location filename="../src/mainwindow.cpp" line="751"/>
<source>&Save</source>
<translation>&Uložit</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="746"/>
+ <location filename="../src/mainwindow.cpp" line="752"/>
<source>Ctrl+S</source>
<translation>Ctrl+S</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="747"/>
+ <location filename="../src/mainwindow.cpp" line="753"/>
<source>Save actual page</source>
<translation>Uložit nynější stránku</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="751"/>
+ <location filename="../src/mainwindow.cpp" line="757"/>
<source>Save &As...</source>
<translation>Uložit &jako...</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="752"/>
+ <location filename="../src/mainwindow.cpp" line="758"/>
<source>Ctrl+Alt+S</source>
<translation>Ctrl+Alt+S</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="753"/>
+ <location filename="../src/mainwindow.cpp" line="759"/>
<source>Save actual page with new name</source>
<translation>Uložit nynější stránku pod novým názvem</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="757"/>
+ <location filename="../src/mainwindow.cpp" line="763"/>
<source>Batch converting...</source>
<translation>Dávkový převod...</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="758"/>
+ <location filename="../src/mainwindow.cpp" line="764"/>
<source>Ctrl+D</source>
<translation>Ctrl+D</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="759"/>
+ <location filename="../src/mainwindow.cpp" line="765"/>
<source>Convert all pages</source>
<translation>Převést všechny stránky</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="764"/>
+ <location filename="../src/mainwindow.cpp" line="770"/>
<source>&Print...</source>
<translation>&Tisk...</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="765"/>
+ <location filename="../src/mainwindow.cpp" line="771"/>
<source>Ctrl+P</source>
<translation>Ctrl+P</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="766"/>
+ <location filename="../src/mainwindow.cpp" line="772"/>
<source>Print actual page</source>
<translation>Vytisknout nynější stránku</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="770"/>
+ <location filename="../src/mainwindow.cpp" line="776"/>
<source>&Export as PDF...</source>
<translation>&Vyvést do PDF...</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="771"/>
+ <location filename="../src/mainwindow.cpp" line="777"/>
<source>Export actual page to PDF file</source>
<translation>Vyvést nynější stránku do souboru PDF</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="776"/>
+ <location filename="../src/mainwindow.cpp" line="782"/>
<source>&Close Page</source>
<translation>&Zavřít stránku</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="777"/>
+ <location filename="../src/mainwindow.cpp" line="783"/>
<source>Ctrl+W</source>
<translation>Ctrl+W</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="778"/>
+ <location filename="../src/mainwindow.cpp" line="784"/>
<source>Close actual page</source>
<translation>Zavřít nynější stránku</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="782"/>
+ <location filename="../src/mainwindow.cpp" line="788"/>
<source>&Close All Pages</source>
<translation>&Zavřít všechny stránky</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="783"/>
+ <location filename="../src/mainwindow.cpp" line="789"/>
<source>Ctrl+Alt+W</source>
<translation>Ctrl+Alt+W</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="784"/>
+ <location filename="../src/mainwindow.cpp" line="790"/>
<source>Close all pages</source>
<translation>Zavřít všechny stránky</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="788"/>
+ <location filename="../src/mainwindow.cpp" line="794"/>
<source>E&xit</source>
<translation>&Ukončit</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="789"/>
+ <location filename="../src/mainwindow.cpp" line="795"/>
<source>Ctrl+Q</source>
<translation>Ctrl+Q</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="795"/>
+ <location filename="../src/mainwindow.cpp" line="801"/>
<source>&Undo</source>
<translation>&Zpět</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="796"/>
+ <location filename="../src/mainwindow.cpp" line="802"/>
<source>Ctrl+Z</source>
<translation>Ctrl+Z</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="797"/>
+ <location filename="../src/mainwindow.cpp" line="803"/>
<source>Undo last typing</source>
<translation>Zpět poslední změnu</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="801"/>
+ <location filename="../src/mainwindow.cpp" line="807"/>
<source>&Redo</source>
<translation>&Znovu</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="802"/>
+ <location filename="../src/mainwindow.cpp" line="808"/>
<source>Ctrl+Y</source>
<translation>Ctrl+Y</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="803"/>
+ <location filename="../src/mainwindow.cpp" line="809"/>
<source>Redo last undo</source>
<translation>Obnovit poslední změnu</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="807"/>
+ <location filename="../src/mainwindow.cpp" line="813"/>
<source>Cu&t</source>
<translation>Vyj&mout</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="808"/>
+ <location filename="../src/mainwindow.cpp" line="814"/>
<source>Ctrl+X</source>
<translation>Ctrl+X</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="809"/>
+ <location filename="../src/mainwindow.cpp" line="815"/>
<source>Cut selected text to clipboard</source>
<translation>Vyjmout vybraný text do schránky</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="813"/>
+ <location filename="../src/mainwindow.cpp" line="819"/>
<source>&Copy</source>
<translation>&Kopírovat</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="814"/>
+ <location filename="../src/mainwindow.cpp" line="820"/>
<source>Ctrl+C</source>
<translation>Ctrl+C</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="815"/>
+ <location filename="../src/mainwindow.cpp" line="821"/>
<source>Copy selected text to clipboard</source>
<translation>Kopírovat vybraný text do schránky</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="819"/>
+ <location filename="../src/mainwindow.cpp" line="825"/>
<source>&Paste</source>
<translation>&Vložit</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="820"/>
+ <location filename="../src/mainwindow.cpp" line="826"/>
<source>Ctrl+V</source>
<translation>Ctrl+V</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="821"/>
+ <location filename="../src/mainwindow.cpp" line="827"/>
<source>Insert text from clipboard at selection</source>
<translation>Vložit text ze schránky v poloze ukazovátka</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="825"/>
+ <location filename="../src/mainwindow.cpp" line="831"/>
<source>Select &all</source>
<translation>Vybrat &vše</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="826"/>
+ <location filename="../src/mainwindow.cpp" line="832"/>
<source>Ctrl+A</source>
<translation>Ctrl+A</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="827"/>
+ <location filename="../src/mainwindow.cpp" line="833"/>
<source>Select all text in the current window</source>
<translation>Vybrat všechen text v současném okně</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="831"/>
+ <location filename="../src/mainwindow.cpp" line="837"/>
<source>&Find...</source>
<translation>&Najít...</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="832"/>
+ <location filename="../src/mainwindow.cpp" line="838"/>
<source>Ctrl+F</source>
<translation>Ctrl+F</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="833"/>
+ <location filename="../src/mainwindow.cpp" line="839"/>
<source>Find and replace the given item</source>
<translation>Najít a nahradit zadanou položku</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="838"/>
+ <location filename="../src/mainwindow.cpp" line="844"/>
<source>Window &horizontal split mode</source>
<translation>Režim &vodorovného rozdělení okna</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="839"/>
+ <location filename="../src/mainwindow.cpp" line="845"/>
<source>Change window alignment to horizontal</source>
<translation>Změnit uspořádání okna na vodorovné</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="843"/>
+ <location filename="../src/mainwindow.cpp" line="849"/>
<source>Window &vertical split mode</source>
<translation>Režim &svislého rozdělení okna</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="844"/>
+ <location filename="../src/mainwindow.cpp" line="850"/>
<source>Change window alignment to vertical</source>
<translation>Změnit uspořádání okna na svislé</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="848"/>
+ <location filename="../src/mainwindow.cpp" line="854"/>
<source>Show &Declarations</source>
<translation>Ukázat &prohlášení</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="850"/>
+ <location filename="../src/mainwindow.cpp" line="856"/>
<source>Show declarations window</source>
<translation>Ukázat okno s prohlášeními</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="877"/>
+ <location filename="../src/mainwindow.cpp" line="883"/>
<source>&Show File content</source>
<translation>&Ukázat obsah souboru</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="879"/>
+ <location filename="../src/mainwindow.cpp" line="885"/>
<source>Show complete file content</source>
<translation>Ukázat úplný obsah souboru</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="884"/>
+ <location filename="../src/mainwindow.cpp" line="890"/>
<source>&Preferences...</source>
<translation>&Nastavení...</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="886"/>
+ <location filename="../src/mainwindow.cpp" line="892"/>
<source>Ctrl+,</source>
<translation>Ctrl+,</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="888"/>
+ <location filename="../src/mainwindow.cpp" line="894"/>
<source>Ctrl+F12</source>
<translation>Ctrl+F12</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="894"/>
+ <location filename="../src/mainwindow.cpp" line="900"/>
<source>&IL</source>
<translation>&IL</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="895"/>
+ <location filename="../src/mainwindow.cpp" line="901"/>
<source>Change programming language to IL/AWL</source>
<translation>Změnit programovací jazyk na IL/AWL</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="899"/>
+ <location filename="../src/mainwindow.cpp" line="905"/>
<source>&ST</source>
<translation>&ST</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="900"/>
+ <location filename="../src/mainwindow.cpp" line="906"/>
<source>Change programming language to ST</source>
<translation>Změnit programovací jazyk na ST</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="911"/>
+ <location filename="../src/mainwindow.cpp" line="943"/>
<source>&About...</source>
<translation>&O programu...</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="912"/>
+ <location filename="../src/mainwindow.cpp" line="944"/>
<source>Show the application's About box</source>
<translation>Ukázat dialog "O programu"</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="916"/>
+ <location filename="../src/mainwindow.cpp" line="917"/>
<source>About &Qt ...</source>
<translation>O &Qt ...</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="917"/>
+ <location filename="../src/mainwindow.cpp" line="918"/>
<source>Show the Qt library's About box</source>
<translation>Ukázat dialog "O Qt"</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="927"/>
+ <location filename="../src/mainwindow.cpp" line="928"/>
<source>Help bubbles</source>
<translation>Bubliny s nápovědou</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="932"/>
+ <location filename="../src/mainwindow.cpp" line="933"/>
<source>Send bugreport</source>
<translation>Poslat hlášení o chybě</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="937"/>
+ <location filename="../src/mainwindow.cpp" line="938"/>
<source>Check for updates</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="938"/>
+ <location filename="../src/mainwindow.cpp" line="939"/>
<source>Check for programm updates</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="943"/>
+ <location filename="../src/mainwindow.cpp" line="949"/>
<source>Insert LD command</source>
<translation>Vložit příkaz LD</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="955"/>
- <location filename="../src/mainwindow.cpp" line="975"/>
- <location filename="../src/mainwindow.cpp" line="1007"/>
+ <location filename="../src/mainwindow.cpp" line="961"/>
+ <location filename="../src/mainwindow.cpp" line="981"/>
+ <location filename="../src/mainwindow.cpp" line="1013"/>
<source>Insert functionblock call</source>
<translation>Vložit vyvolání bloku funkce</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="979"/>
+ <location filename="../src/mainwindow.cpp" line="985"/>
<source>Insert network block</source>
<translation>Vložit blok sítě</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="983"/>
+ <location filename="../src/mainwindow.cpp" line="989"/>
<source>Insert If Then Else block</source>
<translation>Vložit větu IF THEN ELSE</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="987"/>
+ <location filename="../src/mainwindow.cpp" line="993"/>
<source>Insert Case block</source>
<translation>Vložit blok CASE</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="991"/>
+ <location filename="../src/mainwindow.cpp" line="997"/>
<source>Insert For To Do loop</source>
<translation>Vložit smyčku FOR TO DO</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="995"/>
+ <location filename="../src/mainwindow.cpp" line="1001"/>
<source>Insert While Do loop</source>
<translation>Vložit smyčku WHILE DO</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="999"/>
+ <location filename="../src/mainwindow.cpp" line="1005"/>
<source>Insert Repeat Until loop</source>
<translation>Vložit smyčku REPEAT UNTIL</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1003"/>
+ <location filename="../src/mainwindow.cpp" line="1009"/>
<source>Insert assignement</source>
<translation>Vložit přiřazení</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1020"/>
+ <location filename="../src/mainwindow.cpp" line="1026"/>
<source>Supported files (*.txt *.poe *.EXP *.awl *.scl *.IL *.ST *.asc)</source>
<translation>Podporované soubory (*.txt *.poe *.EXP *.awl *.scl *.IL *.ST *.asc)</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1024"/>
+ <location filename="../src/mainwindow.cpp" line="1030"/>
<source>plain POU (*.txt);;CoDeSys (*.EXP);;MELSOFT (*.asc);;MULTIPROG IL (*.IL);;MULTIPROG ST (*.ST);;STEP 7 AWL (*.AWL);;STEP 7 SCL (*.scl);;Sucosoft S40 (*.poe)</source>
<translation>Prostý POE (*.txt);;CoDeSys (*.EXP);;MELSOFT (*.asc);;MULTIPROG IL (*.IL);;MULTIPROG ST (*.ST);;STEP 7 AWL (*.AWL);;STEP 7 SCL (*.scl);;Sucosoft S40 (*.poe)</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1040"/>
+ <location filename="../src/mainwindow.cpp" line="1046"/>
<source>One or more of the POUs are unsaved.<br>Do you want to continue?</source>
<translation>Jeden nebo více souborů POE není uloženo.<br>Chcete pokračovat?</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1043"/>
+ <location filename="../src/mainwindow.cpp" line="1049"/>
<source>OK</source>
<translation>OK</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1044"/>
- <location filename="../src/mainwindow.cpp" line="1769"/>
+ <location filename="../src/mainwindow.cpp" line="1050"/>
+ <location filename="../src/mainwindow.cpp" line="1796"/>
<source>Cancel</source>
<translation>Zrušit</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1769"/>
+ <location filename="../src/mainwindow.cpp" line="1796"/>
<source>Check for updates failed.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1769"/>
+ <location filename="../src/mainwindow.cpp" line="1796"/>
<source>&Try again</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1790"/>
+ <location filename="../src/mainwindow.cpp" line="1784"/>
<source>The program is up-to-date.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1794"/>
- <source>Version %1 is available now.</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../src/mainwindow.cpp" line="1795"/>
- <source>Download now</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../src/mainwindow.cpp" line="651"/>
+ <location filename="../src/mainwindow.cpp" line="657"/>
<source>&File</source>
<translation>&Soubor</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="652"/>
+ <location filename="../src/mainwindow.cpp" line="658"/>
<source>&New</source>
<translation>&Nový</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="653"/>
+ <location filename="../src/mainwindow.cpp" line="659"/>
<source>&Alter POU type</source>
<translation>&Změnit typ POE</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="654"/>
+ <location filename="../src/mainwindow.cpp" line="660"/>
<source>&Sessions</source>
<translation>&Sezení</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="660"/>
+ <location filename="../src/mainwindow.cpp" line="666"/>
<source>&Edit</source>
<translation>&Úpravy</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="663"/>
+ <location filename="../src/mainwindow.cpp" line="669"/>
<source>&View</source>
<translation>&Pohled</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="666"/>
+ <location filename="../src/mainwindow.cpp" line="672"/>
<source>&Tools</source>
<translation>&Nástroje</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="667"/>
+ <location filename="../src/mainwindow.cpp" line="673"/>
<source>&Programming language</source>
<translation>&Programovací jazyk</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="670"/>
+ <location filename="../src/mainwindow.cpp" line="676"/>
<source>&Help</source>
<translation>&Nápověda</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1027"/>
+ <location filename="../src/mainwindow.cpp" line="1033"/>
<source>printed with</source>
<translation>vytištěno</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1013"/>
+ <location filename="../src/mainwindow.cpp" line="1019"/>
<source>Bugreport</source>
<translation>Hlášení o chybě</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="873"/>
+ <location filename="../src/mainwindow.cpp" line="879"/>
<source>Change cursor input to opposite window</source>
<translation>Změnit nynější okno na jiné</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="878"/>
+ <location filename="../src/mainwindow.cpp" line="884"/>
<source>F7</source>
<translation>F7</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="683"/>
+ <location filename="../src/mainwindow.cpp" line="689"/>
<source>Create a new function block</source>
<translation>Vytvořit nový blok funkce</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="933"/>
+ <location filename="../src/mainwindow.cpp" line="934"/>
<source>Send a bug report by e-mail</source>
<translation>Poslat hlášení o chybě elektronickou poštou</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1028"/>
+ <location filename="../src/mainwindow.cpp" line="1034"/>
<source>Printing Document</source>
<translation>Tisk dokumentu</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="864"/>
+ <location filename="../src/mainwindow.cpp" line="870"/>
<source>Zoom</source>
<translation>Zvětšení</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="675"/>
+ <location filename="../src/mainwindow.cpp" line="681"/>
<source>New &Program</source>
<translation>Nový &program</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="655"/>
+ <location filename="../src/mainwindow.cpp" line="661"/>
<source>&Recent files</source>
<translation>&Naposledy otevřené soubory</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="681"/>
+ <location filename="../src/mainwindow.cpp" line="687"/>
<source>New Function&block</source>
<translation>Nový &blok funkce</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="687"/>
+ <location filename="../src/mainwindow.cpp" line="693"/>
<source>New &Function</source>
<translation>Nová &funkce</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="693"/>
+ <location filename="../src/mainwindow.cpp" line="699"/>
<source>New &Variablelist</source>
<translation>Nový &seznam proměnných</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="790"/>
+ <location filename="../src/mainwindow.cpp" line="796"/>
<source>Exit </source>
<translation>Ukončit</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="928"/>
+ <location filename="../src/mainwindow.cpp" line="929"/>
<source>Show help bubbles under mouse</source>
<translation>Ukázat bubliny s nápovědou pod ukazovátkem myši</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="947"/>
+ <location filename="../src/mainwindow.cpp" line="953"/>
<source>Insert ST command</source>
<translation>Vložit příkaz ST</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="951"/>
+ <location filename="../src/mainwindow.cpp" line="957"/>
<source>Insert JMP command</source>
<translation>Vložit příkaz JMP (bezpodmínečný skok)</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="959"/>
+ <location filename="../src/mainwindow.cpp" line="965"/>
<source>Insert AND command</source>
<translation>Vložit příkaz AND (logické A)</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="963"/>
+ <location filename="../src/mainwindow.cpp" line="969"/>
<source>Insert OR command</source>
<translation>Vložit příkaz OR (logické NEBO)</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="967"/>
+ <location filename="../src/mainwindow.cpp" line="973"/>
<source>Insert assignement command</source>
<translation>Vložit příkaz přiřazení</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="971"/>
+ <location filename="../src/mainwindow.cpp" line="977"/>
<source>Insert SPA command</source>
<translation>Vložit příkaz SPA (bezpodmínečný skok)</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1014"/>
+ <location filename="../src/mainwindow.cpp" line="1020"/>
<source>Please report all noticed bugs and inconsistencies of</source>
<translation>Podejte nám, prosím, zprávu o všech zjištěných chybách a nedůslednostech</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1016"/>
+ <location filename="../src/mainwindow.cpp" line="1022"/>
<source>POU type altered to</source>
<translation>Typ POE změněn na</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1025"/>
+ <location filename="../src/mainwindow.cpp" line="1031"/>
<source>Unable to save POU file:</source>
<translation>Následující POE nelze uložit:</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1034"/>
+ <location filename="../src/mainwindow.cpp" line="1040"/>
<source>Unable to save prototype file:</source>
<translation>Následující prototypový soubor nelze uložit:</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1017"/>
+ <location filename="../src/mainwindow.cpp" line="1023"/>
<source>POU type was not altered.</source>
<translation>Nepodařilo se změnit typ POE.</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1019"/>
+ <location filename="../src/mainwindow.cpp" line="1025"/>
<source>Open POU files</source>
<translation>Otevřít soubory POE</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1023"/>
+ <location filename="../src/mainwindow.cpp" line="1029"/>
<source>Save POU file</source>
<translation>Uložit soubor POE</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1029"/>
+ <location filename="../src/mainwindow.cpp" line="1035"/>
<source>Export to PDF</source>
<translation>Vyvést do PDF</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="854"/>
+ <location filename="../src/mainwindow.cpp" line="860"/>
<source>Show &File list</source>
<translation>Ukázat seznam &souborů</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="855"/>
+ <location filename="../src/mainwindow.cpp" line="861"/>
<source>F4</source>
<translation>F4</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="856"/>
+ <location filename="../src/mainwindow.cpp" line="862"/>
<source>Show file list on the left main window side</source>
<translation>Ukázat seznam souborů na pravé straně hlavního okna</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="867"/>
+ <location filename="../src/mainwindow.cpp" line="873"/>
<source>&Change Inputwindow</source>
<translation>&Změnit zadávací okno</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="921"/>
+ <location filename="../src/mainwindow.cpp" line="922"/>
<source>&Help...</source>
<translation>&Nápověda...</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="922"/>
+ <location filename="../src/mainwindow.cpp" line="923"/>
<source>F1</source>
<translation>F1</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="923"/>
+ <location filename="../src/mainwindow.cpp" line="924"/>
<source>Show the application's help file</source>
<translation>Ukázat soubor s nápovědou k programu</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="890"/>
+ <location filename="../src/mainwindow.cpp" line="896"/>
<source>Open the preferences dialog</source>
<translation>Otevřít dialog s nastavením</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1021"/>
+ <location filename="../src/mainwindow.cpp" line="1027"/>
<source>Problems during open file:</source>
<translation>Potíže při otevírání souboru:</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="905"/>
+ <location filename="../src/mainwindow.cpp" line="911"/>
<source>Ctrl+B</source>
<translation>Ctrl+B</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="904"/>
+ <location filename="../src/mainwindow.cpp" line="910"/>
<source>Insert Function &block</source>
<translation>Vložit &blok funkce</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="906"/>
+ <location filename="../src/mainwindow.cpp" line="912"/>
<source>Insert function block with its call model</source>
<translation>Vložit blok funkce s jeho vzorem vyvolání</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1036"/>
+ <location filename="../src/mainwindow.cpp" line="1042"/>
<source>page</source>
<translation>Strana</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1038"/>
+ <location filename="../src/mainwindow.cpp" line="1044"/>
<source>Insert Session name:</source>
<translation>Zadat název sezení:</translation>
</message>
@@ -1867,7 +1857,7 @@
<context>
<name>PrefDialog</name>
<message>
- <location filename="../src/prefdialog.cpp" line="984"/>
+ <location filename="../src/prefdialog.cpp" line="985"/>
<source>Open Directory</source>
<translation>Otevřít adresář</translation>
</message>
@@ -1878,25 +1868,25 @@
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="59"/>
- <location filename="../src/prefdialog.cpp" line="694"/>
+ <location filename="../src/prefdialog.cpp" line="695"/>
<source>Default</source>
<translation>Výchozí</translation>
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="91"/>
- <location filename="../src/prefdialog.cpp" line="699"/>
+ <location filename="../src/prefdialog.cpp" line="700"/>
<source>Ok</source>
<translation>OK</translation>
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="110"/>
- <location filename="../src/prefdialog.cpp" line="704"/>
+ <location filename="../src/prefdialog.cpp" line="705"/>
<source>Cancel</source>
<translation>Zrušit</translation>
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="132"/>
- <location filename="../src/prefdialog.cpp" line="709"/>
+ <location filename="../src/prefdialog.cpp" line="710"/>
<source>Apply</source>
<translation>Použít</translation>
</message>
@@ -1912,43 +1902,43 @@
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="456"/>
- <location filename="../src/prefdialog.cpp" line="739"/>
+ <location filename="../src/prefdialog.cpp" line="740"/>
<source>Help bubbles</source>
<translation>Bubliny s nápovědou</translation>
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="251"/>
- <location filename="../src/prefdialog.cpp" line="766"/>
+ <location filename="../src/prefdialog.cpp" line="767"/>
<source>Language</source>
<translation>Jazyk</translation>
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="298"/>
- <location filename="../src/prefdialog.cpp" line="754"/>
+ <location filename="../src/prefdialog.cpp" line="755"/>
<source>Tab orientation</source>
<translation>Uspořádání karet</translation>
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="324"/>
- <location filename="../src/prefdialog.cpp" line="758"/>
+ <location filename="../src/prefdialog.cpp" line="759"/>
<source>North</source>
<translation>Nahoře</translation>
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="329"/>
- <location filename="../src/prefdialog.cpp" line="759"/>
+ <location filename="../src/prefdialog.cpp" line="760"/>
<source>South</source>
<translation>Dole</translation>
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="334"/>
- <location filename="../src/prefdialog.cpp" line="760"/>
+ <location filename="../src/prefdialog.cpp" line="761"/>
<source>East</source>
<translation>Vpravo</translation>
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="339"/>
- <location filename="../src/prefdialog.cpp" line="761"/>
+ <location filename="../src/prefdialog.cpp" line="762"/>
<source>West</source>
<translation>Vlevo</translation>
</message>
@@ -1959,25 +1949,25 @@
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="394"/>
- <location filename="../src/prefdialog.cpp" line="748"/>
+ <location filename="../src/prefdialog.cpp" line="749"/>
<source>Horizontal</source>
<translation>Vodorovný</translation>
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="502"/>
- <location filename="../src/prefdialog.cpp" line="776"/>
+ <location filename="../src/prefdialog.cpp" line="777"/>
<source>Programming language</source>
<translation>Programovací jazyk</translation>
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="530"/>
- <location filename="../src/prefdialog.cpp" line="781"/>
+ <location filename="../src/prefdialog.cpp" line="782"/>
<source>Structured Text</source>
<translation>Členěný text</translation>
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="553"/>
- <location filename="../src/prefdialog.cpp" line="799"/>
+ <location filename="../src/prefdialog.cpp" line="800"/>
<source>Font size</source>
<translation>Velikost písma</translation>
</message>
@@ -2048,43 +2038,43 @@
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="761"/>
- <location filename="../src/prefdialog.cpp" line="815"/>
+ <location filename="../src/prefdialog.cpp" line="816"/>
<source>Highlight current line</source>
<translation>Zvýraznit nynější řádek</translation>
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="672"/>
- <location filename="../src/prefdialog.cpp" line="791"/>
+ <location filename="../src/prefdialog.cpp" line="792"/>
<source>Font</source>
<translation>Písmo</translation>
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="798"/>
- <location filename="../src/prefdialog.cpp" line="807"/>
+ <location filename="../src/prefdialog.cpp" line="808"/>
<source>Tab width</source>
<translation>Šířka zarážky</translation>
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="918"/>
- <location filename="../src/prefdialog.cpp" line="840"/>
+ <location filename="../src/prefdialog.cpp" line="841"/>
<source>Session autoload</source>
<translation>Automatické nahrání sezení</translation>
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="934"/>
- <location filename="../src/prefdialog.cpp" line="835"/>
+ <location filename="../src/prefdialog.cpp" line="836"/>
<source>Start with session manager</source>
<translation>Začít se správcem sezení</translation>
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="950"/>
- <location filename="../src/prefdialog.cpp" line="845"/>
+ <location filename="../src/prefdialog.cpp" line="846"/>
<source>Session error list</source>
<translation>Chybový seznam sezení</translation>
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="966"/>
- <location filename="../src/prefdialog.cpp" line="825"/>
+ <location filename="../src/prefdialog.cpp" line="826"/>
<source>Session autosave</source>
<translation>Automatické uložení sezení</translation>
</message>
@@ -2095,13 +2085,13 @@
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="1037"/>
- <location filename="../src/prefdialog.cpp" line="857"/>
+ <location filename="../src/prefdialog.cpp" line="858"/>
<source>Save with prototype</source>
<translation>Uložit s prototypem</translation>
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="1215"/>
- <location filename="../src/prefdialog.cpp" line="900"/>
+ <location filename="../src/prefdialog.cpp" line="901"/>
<source>Sucosoft compatibility</source>
<translation>Slučitelnost Sucosoft</translation>
</message>
@@ -2117,455 +2107,455 @@
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="1121"/>
- <location filename="../src/prefdialog.cpp" line="862"/>
+ <location filename="../src/prefdialog.cpp" line="863"/>
<source>Auto save</source>
<translation>Automaticky uložit</translation>
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="1397"/>
- <location filename="../src/prefdialog.cpp" line="882"/>
+ <location filename="../src/prefdialog.cpp" line="883"/>
<source>...</source>
<translation>...</translation>
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="1357"/>
- <location filename="../src/prefdialog.cpp" line="875"/>
+ <location filename="../src/prefdialog.cpp" line="876"/>
<source>Use the following path as standard</source>
<translation>Použít následující cestu jako běžnou</translation>
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="1436"/>
- <location filename="../src/prefdialog.cpp" line="915"/>
+ <location filename="../src/prefdialog.cpp" line="916"/>
<source>Instructions</source>
<translation>Příkazy</translation>
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="1452"/>
- <location filename="../src/prefdialog.cpp" line="920"/>
+ <location filename="../src/prefdialog.cpp" line="921"/>
<source>Prototype</source>
<translation>Prototyp</translation>
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="1468"/>
- <location filename="../src/prefdialog.cpp" line="925"/>
+ <location filename="../src/prefdialog.cpp" line="926"/>
<source>POU Info</source>
<translation>Informace POE</translation>
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="1917"/>
- <location filename="../src/prefdialog.cpp" line="714"/>
+ <location filename="../src/prefdialog.cpp" line="715"/>
<source>Interface</source>
<translation>Rozhraní</translation>
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="1922"/>
- <location filename="../src/prefdialog.cpp" line="715"/>
+ <location filename="../src/prefdialog.cpp" line="716"/>
<source>Editor</source>
<translation>Editor</translation>
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="1927"/>
- <location filename="../src/prefdialog.cpp" line="716"/>
+ <location filename="../src/prefdialog.cpp" line="717"/>
<source>Sessions</source>
<translation>Sezení</translation>
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="1932"/>
- <location filename="../src/prefdialog.cpp" line="717"/>
+ <location filename="../src/prefdialog.cpp" line="718"/>
<source>Save</source>
<translation>Uložit</translation>
</message>
<message>
<location filename="../ui/PrefDialog.ui" line="1937"/>
- <location filename="../src/prefdialog.cpp" line="718"/>
+ <location filename="../src/prefdialog.cpp" line="719"/>
<source>Print</source>
<translation>Tisk</translation>
</message>
<message>
- <location filename="../src/prefdialog.cpp" line="695"/>
+ <location filename="../src/prefdialog.cpp" line="696"/>
<source>Reset Interface to default values</source>
<translation>Nastavit program znovu na výchozí hodnoty</translation>
</message>
<message>
- <location filename="../src/prefdialog.cpp" line="700"/>
+ <location filename="../src/prefdialog.cpp" line="701"/>
<source>Accept settings and close window</source>
<translation>Přijmout nastavení a zavřít okno</translation>
</message>
<message>
- <location filename="../src/prefdialog.cpp" line="705"/>
+ <location filename="../src/prefdialog.cpp" line="706"/>
<source>Cancel settings and close window</source>
<translation>Zrušit nastavení a zavřít okno</translation>
</message>
<message>
- <location filename="../src/prefdialog.cpp" line="710"/>
+ <location filename="../src/prefdialog.cpp" line="711"/>
<source>Accept settings</source>
<translation>Přijmout nastavení</translation>
</message>
<message>
- <location filename="../src/prefdialog.cpp" line="725"/>
+ <location filename="../src/prefdialog.cpp" line="726"/>
<source>Show main toolbar</source>
<translation>Ukázat hlavní nástrojový pruh</translation>
</message>
<message>
- <location filename="../src/prefdialog.cpp" line="730"/>
+ <location filename="../src/prefdialog.cpp" line="731"/>
<source>Show commands toolbar</source>
<translation>Ukázat příkazový nástrojový pruh</translation>
</message>
<message>
- <location filename="../src/prefdialog.cpp" line="740"/>
+ <location filename="../src/prefdialog.cpp" line="741"/>
<source>Show Help bubbles under mouse cursor</source>
<translation>Ukázat bubliny s nápovědou pod ukazovátkem myši</translation>
</message>
<message>
- <location filename="../src/prefdialog.cpp" line="744"/>
+ <location filename="../src/prefdialog.cpp" line="745"/>
<source>Split mode</source>
<translation>Režim rozdělení</translation>
</message>
<message>
- <location filename="../src/prefdialog.cpp" line="745"/>
+ <location filename="../src/prefdialog.cpp" line="746"/>
<source>Set splitmode of active window</source>
<translation>Nastavit režim rozdělení současného okna</translation>
</message>
<message>
- <location filename="../src/prefdialog.cpp" line="755"/>
+ <location filename="../src/prefdialog.cpp" line="756"/>
<source>Set tab orientation...
[truncated message content] |
|
From: <pl...@us...> - 2010-03-23 05:55:56
|
Revision: 105
http://plcedit.svn.sourceforge.net/plcedit/?rev=105&view=rev
Author: plcedit
Date: 2010-03-23 05:55:50 +0000 (Tue, 23 Mar 2010)
Log Message:
-----------
- class MainWindow: new build No.; revised check for program updates handling
- class PrefDialog: added a new line at end of file
- translations: updated
Modified Paths:
--------------
Lang/Czech.ts
Lang/Deutsch.qm
Lang/Deutsch.ts
Lang/English.ts
Lang/Francais.qm
Lang/Francais.ts
Lang/Wildcard.ts
qdevelop-settings.db
src/mainwindow.cpp
src/mainwindow.h
src/prefdialog.cpp
Modified: Lang/Czech.ts
===================================================================
--- Lang/Czech.ts 2010-03-22 06:39:17 UTC (rev 104)
+++ Lang/Czech.ts 2010-03-23 05:55:50 UTC (rev 105)
@@ -1353,31 +1353,36 @@
</message>
<message>
<location filename="../src/mainwindow.cpp" line="1044"/>
- <location filename="../src/mainwindow.cpp" line="1768"/>
+ <location filename="../src/mainwindow.cpp" line="1769"/>
<source>Cancel</source>
<translation>Zrušit</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1768"/>
+ <location filename="../src/mainwindow.cpp" line="1769"/>
<source>Check for updates failed.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1768"/>
+ <location filename="../src/mainwindow.cpp" line="1769"/>
<source>&Try again</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1789"/>
+ <location filename="../src/mainwindow.cpp" line="1790"/>
<source>The program is up-to-date.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1793"/>
+ <location filename="../src/mainwindow.cpp" line="1794"/>
<source>Version %1 is available now.</source>
<translation type="unfinished"></translation>
</message>
<message>
+ <location filename="../src/mainwindow.cpp" line="1795"/>
+ <source>Download now</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<location filename="../src/mainwindow.cpp" line="651"/>
<source>&File</source>
<translation>&Soubor</translation>
Modified: Lang/Deutsch.qm
===================================================================
(Binary files differ)
Modified: Lang/Deutsch.ts
===================================================================
--- Lang/Deutsch.ts 2010-03-22 06:39:17 UTC (rev 104)
+++ Lang/Deutsch.ts 2010-03-23 05:55:50 UTC (rev 105)
@@ -1277,7 +1277,7 @@
<message>
<location filename="../src/mainwindow.cpp" line="937"/>
<source>Check for updates</source>
- <translation>Nach Updates suchen</translation>
+ <translation>Auf Updates prüfen</translation>
</message>
<message>
<location filename="../src/mainwindow.cpp" line="938"/>
@@ -1353,31 +1353,36 @@
</message>
<message>
<location filename="../src/mainwindow.cpp" line="1044"/>
- <location filename="../src/mainwindow.cpp" line="1768"/>
+ <location filename="../src/mainwindow.cpp" line="1769"/>
<source>Cancel</source>
<translation>Abbrechen</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1768"/>
+ <location filename="../src/mainwindow.cpp" line="1769"/>
<source>Check for updates failed.</source>
<translation>Die Suche nach Updates ist fehlgeschlagen.</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1768"/>
+ <location filename="../src/mainwindow.cpp" line="1769"/>
<source>&Try again</source>
<translation>&Weiter versuchen</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1789"/>
+ <location filename="../src/mainwindow.cpp" line="1790"/>
<source>The program is up-to-date.</source>
<translation>Das Programm ist aktuell.</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1793"/>
+ <location filename="../src/mainwindow.cpp" line="1794"/>
<source>Version %1 is available now.</source>
- <translation>Version %1ist jetzt verfügbar.</translation>
+ <translation>Version %1 ist jetzt verfügbar.</translation>
</message>
<message>
+ <location filename="../src/mainwindow.cpp" line="1795"/>
+ <source>Download now</source>
+ <translation>Jetzt laden</translation>
+ </message>
+ <message>
<location filename="../src/mainwindow.cpp" line="651"/>
<source>&File</source>
<translation>&Datei</translation>
Modified: Lang/English.ts
===================================================================
--- Lang/English.ts 2010-03-22 06:39:17 UTC (rev 104)
+++ Lang/English.ts 2010-03-23 05:55:50 UTC (rev 105)
@@ -1352,31 +1352,36 @@
</message>
<message>
<location filename="../src/mainwindow.cpp" line="1044"/>
- <location filename="../src/mainwindow.cpp" line="1768"/>
+ <location filename="../src/mainwindow.cpp" line="1769"/>
<source>Cancel</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1768"/>
+ <location filename="../src/mainwindow.cpp" line="1769"/>
<source>Check for updates failed.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1768"/>
+ <location filename="../src/mainwindow.cpp" line="1769"/>
<source>&Try again</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1789"/>
+ <location filename="../src/mainwindow.cpp" line="1790"/>
<source>The program is up-to-date.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1793"/>
+ <location filename="../src/mainwindow.cpp" line="1794"/>
<source>Version %1 is available now.</source>
<translation type="unfinished"></translation>
</message>
<message>
+ <location filename="../src/mainwindow.cpp" line="1795"/>
+ <source>Download now</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<location filename="../src/mainwindow.cpp" line="651"/>
<source>&File</source>
<translation type="unfinished"></translation>
Modified: Lang/Francais.qm
===================================================================
(Binary files differ)
Modified: Lang/Francais.ts
===================================================================
--- Lang/Francais.ts 2010-03-22 06:39:17 UTC (rev 104)
+++ Lang/Francais.ts 2010-03-23 05:55:50 UTC (rev 105)
@@ -1378,31 +1378,36 @@
</message>
<message>
<location filename="../src/mainwindow.cpp" line="1044"/>
- <location filename="../src/mainwindow.cpp" line="1768"/>
+ <location filename="../src/mainwindow.cpp" line="1769"/>
<source>Cancel</source>
<translation>Annuler</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1768"/>
+ <location filename="../src/mainwindow.cpp" line="1769"/>
<source>Check for updates failed.</source>
<translation>Vérifier les mises à jour a échoué.</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1768"/>
+ <location filename="../src/mainwindow.cpp" line="1769"/>
<source>&Try again</source>
<translation>&Ensuite, essayez</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1789"/>
+ <location filename="../src/mainwindow.cpp" line="1790"/>
<source>The program is up-to-date.</source>
<translation>Le programme est mis à jour.</translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1793"/>
+ <location filename="../src/mainwindow.cpp" line="1794"/>
<source>Version %1 is available now.</source>
<translation>La version %1 est disponible dès maintenant.</translation>
</message>
<message>
+ <location filename="../src/mainwindow.cpp" line="1795"/>
+ <source>Download now</source>
+ <translation>Télécharger maintenant</translation>
+ </message>
+ <message>
<location filename="../src/mainwindow.cpp" line="651"/>
<source>&File</source>
<translation>&Fichier</translation>
Modified: Lang/Wildcard.ts
===================================================================
--- Lang/Wildcard.ts 2010-03-22 06:39:17 UTC (rev 104)
+++ Lang/Wildcard.ts 2010-03-23 05:55:50 UTC (rev 105)
@@ -1254,31 +1254,36 @@
</message>
<message>
<location filename="../src/mainwindow.cpp" line="1044"/>
- <location filename="../src/mainwindow.cpp" line="1768"/>
+ <location filename="../src/mainwindow.cpp" line="1769"/>
<source>Cancel</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1768"/>
+ <location filename="../src/mainwindow.cpp" line="1769"/>
<source>Check for updates failed.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1768"/>
+ <location filename="../src/mainwindow.cpp" line="1769"/>
<source>&Try again</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1789"/>
+ <location filename="../src/mainwindow.cpp" line="1790"/>
<source>The program is up-to-date.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../src/mainwindow.cpp" line="1793"/>
+ <location filename="../src/mainwindow.cpp" line="1794"/>
<source>Version %1 is available now.</source>
<translation type="unfinished"></translation>
</message>
<message>
+ <location filename="../src/mainwindow.cpp" line="1795"/>
+ <source>Download now</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<location filename="../src/mainwindow.cpp" line="854"/>
<source>Show &File list</source>
<translation type="unfinished"></translation>
Modified: qdevelop-settings.db
===================================================================
(Binary files differ)
Modified: src/mainwindow.cpp
===================================================================
--- src/mainwindow.cpp 2010-03-22 06:39:17 UTC (rev 104)
+++ src/mainwindow.cpp 2010-03-23 05:55:50 UTC (rev 105)
@@ -55,10 +55,11 @@
//Application information
PROJECT_NAME = "PLCEdit";
VERSION = "2.2.1";
- BUILD = "r104";
+ BUILD = "r105";
PROJECT_DATE = "2010";
PROJECT_URL = "http://www.plcedit.org";
PROJECT_MAIL = "in...@pl...";
+ UPDATE_PATH = "/documentation/version/version.txt";
//set window icon, name and title
setWindowIcon(QIcon(":/images/icon.png"));
@@ -437,16 +438,6 @@
connect(insertFBAction, SIGNAL(triggered()), this, SLOT(insertFB()));
//menu HELP
- //create about app action
- aboutAction = new QAction(this);
- aboutAction->setMenuRole(QAction::AboutRole);
- connect(aboutAction, SIGNAL(triggered()), this, SLOT(about()));
-
- //create about Qt lib action
- aboutQtAction = new QAction(this);
- aboutQtAction->setMenuRole(QAction::AboutQtRole);
- connect(aboutQtAction, SIGNAL(triggered()), qApp, SLOT(aboutQt()));
-
//create F1 action
F1Action = new QAction(this);
connect(F1Action, SIGNAL(triggered()), this, SLOT(showHelpBrowser()));
@@ -459,10 +450,20 @@
bugReportAction = new QAction(this);
connect(bugReportAction, SIGNAL(triggered()), this, SLOT(sendBugReport()));
- //create check for program action
+ //create check for program updates action
checkForUpdatesAction = new QAction(this);
connect(checkForUpdatesAction, SIGNAL(triggered()), this, SLOT(checkForUpdates()));
-
+
+ //create about app action
+ aboutAction = new QAction(this);
+ aboutAction->setMenuRole(QAction::AboutRole);
+ connect(aboutAction, SIGNAL(triggered()), this, SLOT(about()));
+
+ //create about Qt lib action
+ aboutQtAction = new QAction(this);
+ aboutQtAction->setMenuRole(QAction::AboutQtRole);
+ connect(aboutQtAction, SIGNAL(triggered()), qApp, SLOT(aboutQt()));
+
//TOOLBAR
//create AWL LD action
AWL_LDAction = new QAction(this);
@@ -634,12 +635,13 @@
//menu HELP
helpMenu = menuBar()->addMenu("Help");
- helpMenu->addAction(aboutAction);
- //helpMenu->addAction(aboutQtAction);
helpMenu->addAction(F1Action);
//helpMenu->addAction(helpBubblesAction);
helpMenu->addAction(bugReportAction);
+ helpMenu->addSeparator();
helpMenu->addAction(checkForUpdatesAction);
+ helpMenu->addAction(aboutAction);
+ //helpMenu->addAction(aboutQtAction);
}
@@ -907,11 +909,6 @@
insertFBAction->setToolTip(insertFBAction->statusTip());
//menu HELP
- //create about app action
- aboutAction->setText(tr("&About..."));
- aboutAction->setStatusTip(tr("Show the application's About box"));
- aboutAction->setToolTip(aboutAction->statusTip());
-
//create about Qt lib action
aboutQtAction->setText(tr("About &Qt ..."));
aboutQtAction->setStatusTip(tr("Show the Qt library's About box"));
@@ -933,10 +930,15 @@
bugReportAction->setStatusTip(tr("Send a bug report by e-mail"));
bugReportAction->setToolTip(bugReportAction->statusTip());
- //create check for programm action
+ //create check for programm updates action
checkForUpdatesAction->setText(tr("Check for updates"));
checkForUpdatesAction->setStatusTip(tr("Check for programm updates"));
checkForUpdatesAction->setToolTip(checkForUpdatesAction->statusTip());
+
+ //create about app action
+ aboutAction->setText(tr("&About..."));
+ aboutAction->setStatusTip(tr("Show the application's About box"));
+ aboutAction->setToolTip(aboutAction->statusTip());
//TOOLBAR
//create AWL LD action
@@ -1712,17 +1714,6 @@
//MENU HELP
-void MainWindow::about()
-{ //! open about dialog
-
- //move dialog into middle position of main window
- aboutDialog->move((this->pos().x() + (this->width()/2) - (aboutDialog->width()/2)), (this->pos().y() + (this->height()/2) - (aboutDialog->height()/2)));
-
- //show dialog
- aboutDialog->exec();
-}
-
-
void MainWindow::showHelpBrowser()
{ //! show help browser
@@ -1748,61 +1739,84 @@
void MainWindow::checkForUpdates()
{ //! check for program update
-
+
delete http_buffer;
http_buffer = new QBuffer(this);
http->setHost("plcedit.org");
- http->get("/documentation/version/version.txt", http_buffer);
+ http->get(UPDATE_PATH, http_buffer);
}
void MainWindow::httpRequestFinished(bool error)
{ //! embedded http function to check for program update
- QString tmpStr="", version="", changelog="";
+ QString bufferStr="", tmpStr="", version="", changelog="";
int build_int=0, version_int=0;
+ bool rd_error=false;
- httpRequestFinished_start: //goto label
+ //update check
+ if (!error)
+ { //if slot was called without any error go ahead to check web path
+ bufferStr = http_buffer->data();
+ QTextStream ts(&bufferStr);
- if (error)
- {
+ if (ts.readLine() != "[version]")
+ rd_error = true; //set error if first line in version.txt is not correct
+
+ //web data check
+ if (!rd_error)
+ { //if no read error is set go ahead to check version/update information
+ tmpStr = ts.readLine();
+ version = tmpStr;
+ version_int = (tmpStr.remove(".")).toInt();
+
+ if (ts.readLine() != "[build]")
+ build_int = (ts.readLine()).toInt();
+
+ if (ts.readLine() != "[Changelog]")
+ while (!ts.atEnd()) { changelog.append(ts.readLine()); }
+
+ if (version_int <= (VERSION.remove(".")).toInt()) //check version
+ QMessageBox::information(this, PROJECT_NAME, tr("The program is up-to-date."));
+ else
+ { //if program version < web version show message
+ QMessageBox msgBox;
+ msgBox.setText(tr("Version %1 is available now.").arg(version) + " ");
+ msgBox.setInformativeText("<b><a href=http://plcedit.org/download/download.html>" + tr("Download now") + "</a></b><br>");
+ msgBox.setDetailedText(changelog);
+ msgBox.setStandardButtons(QMessageBox::Ok);
+ msgBox.setDefaultButton(QMessageBox::Ok);
+ msgBox.exec();
+ }
+ }
+ }
+
+ //error message
+ if (error || rd_error)
+ { //if any error occured show message
switch (QMessageBox::critical(this, PROJECT_NAME, tr("Check for updates failed."), tr("&Try again"), tr("Cancel"), 0, 1))
- {
+ { //selection how to deal with the user input
case 0: checkForUpdates(); return; break; // Try again
case 1: return; break; // Cancel
}
}
- QString str(http_buffer->data());
- QTextStream ts(&str);
-
- if (ts.readLine() != "[version]") { error = true; goto httpRequestFinished_start; }
- tmpStr = ts.readLine();
- version = tmpStr;
- version_int = (tmpStr.remove(".")).toInt();
+}
- if (ts.readLine() != "[build]")
- build_int = (ts.readLine()).toInt();
- if (ts.readLine() != "[Changelog]")
- while (!ts.atEnd()) { changelog.append(ts.readLine()); }
-
- if (version_int <= (VERSION.remove(".")).toInt())
- QMessageBox::information(this, PROJECT_NAME, tr("The program is up-to-date."));
- else
- {
- QMessageBox msgBox;
- msgBox.setText(tr("Version %1 is available now.").arg(version) + " ");
- msgBox.setInformativeText("<b><a href=http://plcedit.org/download/download.html>Download now</a></b><br>");
- msgBox.setDetailedText(changelog);
- msgBox.setStandardButtons(QMessageBox::Ok);
- msgBox.setDefaultButton(QMessageBox::Ok);
- int ret = msgBox.exec();
- }
+void MainWindow::about()
+{ //! open about dialog
+
+ //move dialog into middle position of main window
+ aboutDialog->move((this->pos().x() + (this->width()/2) - (aboutDialog->width()/2)), (this->pos().y() + (this->height()/2) - (aboutDialog->height()/2)));
+
+ //show dialog
+ aboutDialog->exec();
}
+
//=============================================================================
// - - - diverse SLOTs - - -
void MainWindow::clearRecentFilesAction()
Modified: src/mainwindow.h
===================================================================
--- src/mainwindow.h 2010-03-22 06:39:17 UTC (rev 104)
+++ src/mainwindow.h 2010-03-23 05:55:50 UTC (rev 105)
@@ -63,6 +63,7 @@
QString PROJECT_DATE; //!< project date 2005..20XX
QString PROJECT_URL; //!< project web url
QString PROJECT_MAIL; //!< project e-mail
+ QString UPDATE_PATH; //!< project update path
//VAR DIVERSE
bool PRGLangToolBarsVis; //!< visible flag for programming language toolbars
Modified: src/prefdialog.cpp
===================================================================
--- src/prefdialog.cpp 2010-03-22 06:39:17 UTC (rev 104)
+++ src/prefdialog.cpp 2010-03-23 05:55:50 UTC (rev 105)
@@ -1111,4 +1111,4 @@
m_AboutDialog->retranslateUi();
retranslateUi();
}
-}
\ No newline at end of file
+}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|