Commit d65c1a8e authored by sumpfralle's avatar sumpfralle

new help menu items:

* development blog
* server mode


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@780 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent 350f716f
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
<menuitem action="HelpModelTransformations"/> <menuitem action="HelpModelTransformations"/>
<menuitem action="HelpGCodeExport"/> <menuitem action="HelpGCodeExport"/>
<menuitem action="HelpSimulation"/> <menuitem action="HelpSimulation"/>
<menuitem action="HelpServerMode"/>
<menuitem action="HelpCommandLine"/> <menuitem action="HelpCommandLine"/>
<menuitem action="HelpHotkeys"/> <menuitem action="HelpHotkeys"/>
<separator /> <separator />
...@@ -42,6 +43,7 @@ ...@@ -42,6 +43,7 @@
<menuitem action="Forum"/> <menuitem action="Forum"/>
<menuitem action="FeatureRequest"/> <menuitem action="FeatureRequest"/>
<menuitem action="BugTracker"/> <menuitem action="BugTracker"/>
<menuitem action="DevelopmentBlog"/>
<separator /> <separator />
<menuitem action="About"/> <menuitem action="About"/>
</menu> </menu>
......
...@@ -6635,21 +6635,23 @@ Any selected group of dimensions will be scaled accordingly.</property> ...@@ -6635,21 +6635,23 @@ Any selected group of dimensions will be scaled accordingly.</property>
<property name="orientation">vertical</property> <property name="orientation">vertical</property>
<property name="spacing">3</property> <property name="spacing">3</property>
<child> <child>
<object class="GtkViewport" id="viewport1"> <object class="GtkScrolledWindow" id="scrolledwindow4">
<property name="visible">True</property> <property name="visible">True</property>
<property name="resize_mode">queue</property> <property name="can_focus">True</property>
<property name="hscrollbar_policy">automatic</property>
<property name="vscrollbar_policy">automatic</property>
<property name="shadow_type">etched-in</property> <property name="shadow_type">etched-in</property>
<child> <child>
<object class="GtkTreeView" id="ProcessPoolView"> <object class="GtkTreeView" id="ProcessPoolView">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="model">ProcessPoolStatisticsModel</property> <property name="model">ProcessPoolStatisticsModel</property>
<property name="headers_clickable">False</property>
<property name="search_column">0</property> <property name="search_column">0</property>
<child> <child>
<object class="GtkTreeViewColumn" id="ProcessPoolColumn1"> <object class="GtkTreeViewColumn" id="ProcessPoolColumn1">
<property name="resizable">True</property> <property name="resizable">True</property>
<property name="title">Name</property> <property name="title">Name</property>
<property name="clickable">True</property>
<property name="sort_indicator">True</property> <property name="sort_indicator">True</property>
<property name="sort_column_id">0</property> <property name="sort_column_id">0</property>
<child> <child>
...@@ -6664,6 +6666,7 @@ Any selected group of dimensions will be scaled accordingly.</property> ...@@ -6664,6 +6666,7 @@ Any selected group of dimensions will be scaled accordingly.</property>
<object class="GtkTreeViewColumn" id="ProcessPoolColumn2"> <object class="GtkTreeViewColumn" id="ProcessPoolColumn2">
<property name="resizable">True</property> <property name="resizable">True</property>
<property name="title">Ping age</property> <property name="title">Ping age</property>
<property name="clickable">True</property>
<property name="sort_indicator">True</property> <property name="sort_indicator">True</property>
<property name="sort_column_id">1</property> <property name="sort_column_id">1</property>
<child> <child>
...@@ -6678,6 +6681,7 @@ Any selected group of dimensions will be scaled accordingly.</property> ...@@ -6678,6 +6681,7 @@ Any selected group of dimensions will be scaled accordingly.</property>
<object class="GtkTreeViewColumn" id="ProcessPoolColumn3"> <object class="GtkTreeViewColumn" id="ProcessPoolColumn3">
<property name="resizable">True</property> <property name="resizable">True</property>
<property name="title">Processed</property> <property name="title">Processed</property>
<property name="clickable">True</property>
<property name="sort_indicator">True</property> <property name="sort_indicator">True</property>
<property name="sort_column_id">2</property> <property name="sort_column_id">2</property>
<child> <child>
...@@ -6692,6 +6696,7 @@ Any selected group of dimensions will be scaled accordingly.</property> ...@@ -6692,6 +6696,7 @@ Any selected group of dimensions will be scaled accordingly.</property>
<object class="GtkTreeViewColumn" id="ProcessPoolColumn4"> <object class="GtkTreeViewColumn" id="ProcessPoolColumn4">
<property name="resizable">True</property> <property name="resizable">True</property>
<property name="title">Processing time</property> <property name="title">Processing time</property>
<property name="clickable">True</property>
<property name="sort_indicator">True</property> <property name="sort_indicator">True</property>
<property name="sort_column_id">3</property> <property name="sort_column_id">3</property>
<child> <child>
...@@ -6706,6 +6711,7 @@ Any selected group of dimensions will be scaled accordingly.</property> ...@@ -6706,6 +6711,7 @@ Any selected group of dimensions will be scaled accordingly.</property>
<object class="GtkTreeViewColumn" id="ProcessPoolColumn5"> <object class="GtkTreeViewColumn" id="ProcessPoolColumn5">
<property name="resizable">True</property> <property name="resizable">True</property>
<property name="title">Avg. process time</property> <property name="title">Avg. process time</property>
<property name="clickable">True</property>
<property name="sort_indicator">True</property> <property name="sort_indicator">True</property>
<property name="sort_column_id">4</property> <property name="sort_column_id">4</property>
<child> <child>
...@@ -6720,6 +6726,7 @@ Any selected group of dimensions will be scaled accordingly.</property> ...@@ -6720,6 +6726,7 @@ Any selected group of dimensions will be scaled accordingly.</property>
<object class="GtkTreeViewColumn" id="ProcessPoolColumn6"> <object class="GtkTreeViewColumn" id="ProcessPoolColumn6">
<property name="resizable">True</property> <property name="resizable">True</property>
<property name="title">Avg. transfer time</property> <property name="title">Avg. transfer time</property>
<property name="clickable">True</property>
<property name="sort_indicator">True</property> <property name="sort_indicator">True</property>
<property name="sort_column_id">5</property> <property name="sort_column_id">5</property>
<child> <child>
...@@ -6775,8 +6782,6 @@ Any selected group of dimensions will be scaled accordingly.</property> ...@@ -6775,8 +6782,6 @@ Any selected group of dimensions will be scaled accordingly.</property>
</child> </child>
</object> </object>
<packing> <packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">0</property> <property name="position">0</property>
</packing> </packing>
</child> </child>
...@@ -6875,4 +6880,10 @@ Please run PyCAM with the parameter "--enable-server" to allow remote workers to ...@@ -6875,4 +6880,10 @@ Please run PyCAM with the parameter "--enable-server" to allow remote workers to
<property name="stock_id">gtk-network</property> <property name="stock_id">gtk-network</property>
<property name="always_show_image">True</property> <property name="always_show_image">True</property>
</object> </object>
<object class="GtkAction" id="DevelopmentBlog">
<property name="label">Development Blog</property>
</object>
<object class="GtkAction" id="HelpServerMode">
<property name="label">Server Mode</property>
</object>
</interface> </interface>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment