[chronojump] Bump version: 0.8.14
- From: Xavier de Blas <xaviblas src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [chronojump] Bump version: 0.8.14
- Date: Fri, 11 Dec 2009 21:53:04 +0000 (UTC)
commit 02b5fd41466ac6be32b1ef17c93656f68bc86fdd
Author: Xavier de Blas <xaviblas gmail com>
Date: Fri Dec 11 22:51:47 2009 +0100
Bump version: 0.8.14
fixed crash on clicking multi_chronopic_start
gui changes:
-menu View -> Windows
-menu Other -> Other tests
-hiden labels of database location
configure.ac | 2 +-
glade/chronojump.glade | 37 ++++++++++++++-----------------------
src/gui/chronojump.cs | 11 +++++++----
src/gui/preferences.cs | 3 +++
4 files changed, 25 insertions(+), 28 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index d326796..7264bcd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl Warning: This is an automatically generated file, do not edit!
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.54])
-AC_INIT([chronojump], [0.8.13])
+AC_INIT([chronojump], [0.8.14])
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/glade/chronojump.glade b/glade/chronojump.glade
index ddd999a..f7c32d7 100644
--- a/glade/chronojump.glade
+++ b/glade/chronojump.glade
@@ -1446,6 +1446,7 @@ comments</property>
<child>
<widget class="GtkVBox" id="vbox10">
<property name="visible">True</property>
+ <property name="orientation">vertical</property>
<property name="spacing">4</property>
<child>
<widget class="GtkNotebook" id="notebook2">
@@ -1456,10 +1457,12 @@ comments</property>
<widget class="GtkVBox" id="vbox124">
<property name="visible">True</property>
<property name="border_width">8</property>
+ <property name="orientation">vertical</property>
<property name="spacing">10</property>
<child>
<widget class="GtkVBox" id="vbox125">
<property name="visible">True</property>
+ <property name="orientation">vertical</property>
<property name="spacing">6</property>
<child>
<widget class="GtkLabel" id="label180">
@@ -1585,6 +1588,7 @@ comments</property>
<child>
<widget class="GtkVBox" id="vbox142">
<property name="visible">True</property>
+ <property name="orientation">vertical</property>
<child>
<widget class="GtkVBox" id="vbox143">
<property name="visible">True</property>
@@ -1593,18 +1597,10 @@ comments</property>
<child>
<widget class="GtkVBox" id="vbox144">
<property name="visible">True</property>
+ <property name="orientation">vertical</property>
<property name="spacing">8</property>
<child>
- <widget class="GtkLabel" id="label529">
- <property name="visible">True</property>
- <property name="label" translatable="yes"><b>Database directory</b></property>
- <property name="use_markup">True</property>
- </widget>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">0</property>
- </packing>
+ <placeholder/>
</child>
<child>
<widget class="GtkLabel" id="label_database">
@@ -1619,15 +1615,7 @@ comments</property>
</packing>
</child>
<child>
- <widget class="GtkLabel" id="label532">
- <property name="visible">True</property>
- <property name="label" translatable="yes">or</property>
- </widget>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">2</property>
- </packing>
+ <placeholder/>
</child>
<child>
<widget class="GtkLabel" id="label_database_temp">
@@ -1689,6 +1677,7 @@ comments</property>
<child>
<widget class="GtkVBox" id="vbox145">
<property name="border_width">8</property>
+ <property name="orientation">vertical</property>
<property name="spacing">10</property>
<child>
<widget class="GtkVBox" id="vbox146">
@@ -1748,6 +1737,7 @@ comments</property>
<widget class="GtkVBox" id="vbox122">
<property name="visible">True</property>
<property name="border_width">7</property>
+ <property name="orientation">vertical</property>
<property name="spacing">6</property>
<child>
<widget class="GtkCheckButton" id="checkbutton_height">
@@ -1931,6 +1921,7 @@ comments</property>
<widget class="GtkVBox" id="vbox123">
<property name="visible">True</property>
<property name="border_width">8</property>
+ <property name="orientation">vertical</property>
<property name="spacing">6</property>
<child>
<widget class="GtkHBox" id="hbox87">
@@ -7404,7 +7395,7 @@ suitable for agility tests)</property>
<child>
<widget class="GtkMenuItem" id="menu_other">
<property name="visible">True</property>
- <property name="label" translatable="yes">_Other</property>
+ <property name="label" translatable="yes">_Other tests</property>
<property name="use_underline">True</property>
<child>
<widget class="GtkMenu" id="menu_other_menu">
@@ -7463,9 +7454,9 @@ suitable for agility tests)</property>
</widget>
</child>
<child>
- <widget class="GtkMenuItem" id="menu_view">
+ <widget class="GtkMenuItem" id="menu_windows">
<property name="visible">True</property>
- <property name="label" translatable="yes">_View</property>
+ <property name="label" translatable="yes">_Windows</property>
<property name="use_underline">True</property>
<child>
<widget class="GtkMenu" id="menu_view_menu">
@@ -7661,8 +7652,8 @@ suitable for agility tests)</property>
<property name="receives_default">False</property>
<property name="tooltip" translatable="yes">Edit selected person (E)</property>
<signal name="clicked" handler="on_edit_current_person_clicked"/>
- <accelerator key="e" signal="clicked" modifiers="GDK_SHIFT_MASK"/>
<accelerator key="E" signal="clicked"/>
+ <accelerator key="e" signal="clicked" modifiers="GDK_SHIFT_MASK"/>
<child>
<widget class="GtkImage" id="image1977">
<property name="visible">True</property>
diff --git a/src/gui/chronojump.cs b/src/gui/chronojump.cs
index 5bf9e79..05818aa 100644
--- a/src/gui/chronojump.cs
+++ b/src/gui/chronojump.cs
@@ -175,7 +175,7 @@ public class ChronoJumpWindow
[Widget] Gtk.MenuItem menu_jumps;
[Widget] Gtk.MenuItem menu_runs;
[Widget] Gtk.MenuItem menu_other;
- [Widget] Gtk.MenuItem menu_view;
+ [Widget] Gtk.MenuItem menu_windows;
[Widget] Gtk.MenuItem menuitem_jump_free;
[Widget] Gtk.MenuItem sj;
@@ -1830,6 +1830,7 @@ public class ChronoJumpWindow
private void createComboMultiChronopic()
{
table_multi_chronopic_buttons.Sensitive = false;
+ menuitem_multi_chronopic_start.Sensitive = false;
menuitem_run_analysis.Sensitive = false;
button_connect_cp.Sensitive = false;
image_cp1_yes.Hide();
@@ -2501,9 +2502,11 @@ public class ChronoJumpWindow
if(currentCp >= 2) {
table_multi_chronopic_buttons.Sensitive = true;
if(Util.IsNumber(entry_run_analysis_distance.Text, false)) {
+ menuitem_multi_chronopic_start.Sensitive = true;
menuitem_run_analysis.Sensitive = true;
button_run_analysis.Sensitive = true;
} else {
+ menuitem_multi_chronopic_start.Sensitive = false;
menuitem_run_analysis.Sensitive = false;
button_run_analysis.Sensitive = false;
}
@@ -5160,7 +5163,7 @@ Console.WriteLine("X");
menu_jumps.Sensitive = false;
menu_runs.Sensitive = false;
menu_other.Sensitive = false;
- menu_view.Sensitive = false;
+ menu_windows.Sensitive = false;
vbox_image_test.Sensitive = false;
frame_persons.Sensitive = false;
@@ -5218,7 +5221,7 @@ Console.WriteLine("X");
menu_jumps.Sensitive = false;
menu_runs.Sensitive = false;
menu_other.Sensitive = false;
- menu_view.Sensitive = false;
+ menu_windows.Sensitive = false;
//menuitem_jump_type_add.Sensitive = false;
// button_last_delete.Sensitive = false;
@@ -5236,7 +5239,7 @@ Console.WriteLine("X");
menu_jumps.Sensitive = true;
menu_runs.Sensitive = true;
menu_other.Sensitive = true;
- menu_view.Sensitive = true;
+ menu_windows.Sensitive = true;
//unsensitive edit, delete, repair events because no event is initially selected
showHideActionEventButtons(false, "ALL");
diff --git a/src/gui/preferences.cs b/src/gui/preferences.cs
index f50afc9..33fd430 100644
--- a/src/gui/preferences.cs
+++ b/src/gui/preferences.cs
@@ -106,6 +106,9 @@ public class PreferencesWindow {
combo_port_linux.Active = 0; //first option
}
+ label_database.Visible = false;
+ label_database_temp.Visible = false;
+
//database and log files stuff
label_database.Text = Util.GetDatabaseDir() + System.IO.Path.DirectorySeparatorChar + "chronojump.db";
label_database_temp.Text = Util.GetDatabaseTempDir() + System.IO.Path.DirectorySeparatorChar + "chronojump.db";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]