gnucash master: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Mon Aug 21 16:40:49 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/7d3dab21 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/7b43822f (commit)
	from  https://github.com/Gnucash/gnucash/commit/4b3db97b (commit)



commit 7d3dab21df9d2167a8b5c893ab5e7b410af2e0bd
Merge: 4b3db97 7b43822
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Mon Aug 21 22:40:16 2017 +0200

    Merge branch 'maint'
    
    Resolved conflicts:
            gnucash/gnome/gtkbuilder/dialog-fincalc.glade

diff --cc gnucash/gnome/gtkbuilder/dialog-fincalc.glade
index 696ea08,0000000..53fbcfc
mode 100644,000000..100644
--- a/gnucash/gnome/gtkbuilder/dialog-fincalc.glade
+++ b/gnucash/gnome/gtkbuilder/dialog-fincalc.glade
@@@ -1,945 -1,0 +1,945 @@@
 +<?xml version="1.0" encoding="UTF-8"?>
 +<!-- Generated with glade 3.20.0 -->
 +<interface>
 +  <requires lib="gtk+" version="3.10"/>
 +  <object class="GtkListStore" id="liststore1">
 +    <columns>
 +      <!-- column-name item -->
 +      <column type="gchararray"/>
 +    </columns>
 +    <data>
 +      <row>
 +        <col id="0" translatable="yes">Annual</col>
 +      </row>
 +      <row>
 +        <col id="0" translatable="yes">Semi-annual</col>
 +      </row>
 +      <row>
 +        <col id="0" translatable="yes">Tri-annual</col>
 +      </row>
 +      <row>
 +        <col id="0" translatable="yes">Quarterly</col>
 +      </row>
 +      <row>
 +        <col id="0" translatable="yes">Bi-monthly</col>
 +      </row>
 +      <row>
 +        <col id="0" translatable="yes">Monthly</col>
 +      </row>
 +      <row>
 +        <col id="0" translatable="yes">Semi-monthly</col>
 +      </row>
 +      <row>
 +        <col id="0" translatable="yes">Bi-weekly</col>
 +      </row>
 +      <row>
 +        <col id="0" translatable="yes">Weekly</col>
 +      </row>
 +      <row>
 +        <col id="0" translatable="yes">Daily (360)</col>
 +      </row>
 +      <row>
 +        <col id="0" translatable="yes">Daily (365)</col>
 +      </row>
 +    </data>
 +  </object>
 +  <object class="GtkListStore" id="liststore2">
 +    <columns>
 +      <!-- column-name item -->
 +      <column type="gchararray"/>
 +    </columns>
 +    <data>
 +      <row>
 +        <col id="0" translatable="yes">Annual</col>
 +      </row>
 +      <row>
 +        <col id="0" translatable="yes">Semi-annual</col>
 +      </row>
 +      <row>
 +        <col id="0" translatable="yes">Tri-annual</col>
 +      </row>
 +      <row>
 +        <col id="0" translatable="yes">Quarterly</col>
 +      </row>
 +      <row>
 +        <col id="0" translatable="yes">Bi-monthly</col>
 +      </row>
 +      <row>
 +        <col id="0" translatable="yes">Monthly</col>
 +      </row>
 +      <row>
 +        <col id="0" translatable="yes">Semi-monthly</col>
 +      </row>
 +      <row>
 +        <col id="0" translatable="yes">Bi-weekly</col>
 +      </row>
 +      <row>
 +        <col id="0" translatable="yes">Weekly</col>
 +      </row>
 +      <row>
 +        <col id="0" translatable="yes">Daily (360)</col>
 +      </row>
 +      <row>
 +        <col id="0" translatable="yes">Daily (365)</col>
 +      </row>
 +    </data>
 +  </object>
 +  <object class="GtkDialog" id="financial_calculator_dialog">
 +    <property name="can_focus">False</property>
 +    <property name="border_width">6</property>
 +    <property name="title" translatable="yes">Loan Repayment Calculator</property>
 +    <property name="resizable">False</property>
 +    <property name="type_hint">normal</property>
 +    <signal name="response" handler="fincalc_response_cb" swapped="no"/>
 +    <child internal-child="vbox">
 +      <object class="GtkBox" id="dialog-vbox10">
 +        <property name="visible">True</property>
 +        <property name="can_focus">False</property>
 +        <property name="orientation">vertical</property>
 +        <property name="spacing">12</property>
 +        <child internal-child="action_area">
 +          <object class="GtkButtonBox" id="dialog-action_area10">
 +            <property name="visible">True</property>
 +            <property name="can_focus">False</property>
 +            <property name="layout_style">end</property>
 +            <child>
 +              <object class="GtkButton" id="close_button">
 +                <property name="label" translatable="yes">_Close</property>
 +                <property name="visible">True</property>
 +                <property name="can_focus">True</property>
 +                <property name="can_default">True</property>
 +                <property name="receives_default">False</property>
 +                <property name="use_underline">True</property>
 +              </object>
 +              <packing>
 +                <property name="expand">False</property>
 +                <property name="fill">False</property>
 +                <property name="position">0</property>
 +              </packing>
 +            </child>
 +            <child>
 +              <object class="GtkButton" id="hidden_button">
 +                <property name="label" translatable="yes">_Cancel</property>
 +                <property name="can_focus">True</property>
 +                <property name="can_default">True</property>
 +                <property name="receives_default">False</property>
 +                <property name="use_underline">True</property>
 +              </object>
 +              <packing>
 +                <property name="expand">False</property>
 +                <property name="fill">False</property>
 +                <property name="position">1</property>
 +              </packing>
 +            </child>
 +            <child>
 +              <object class="GtkButton" id="schedule_button">
 +                <property name="label" translatable="yes">_Schedule</property>
 +                <property name="can_focus">True</property>
 +                <property name="can_default">True</property>
 +                <property name="receives_default">False</property>
 +                <property name="use_underline">True</property>
 +              </object>
 +              <packing>
 +                <property name="expand">False</property>
 +                <property name="fill">False</property>
 +                <property name="position">2</property>
 +              </packing>
 +            </child>
 +          </object>
 +          <packing>
 +            <property name="expand">False</property>
 +            <property name="fill">True</property>
 +            <property name="pack_type">end</property>
 +            <property name="position">0</property>
 +          </packing>
 +        </child>
 +        <child>
 +          <object class="GtkBox" id="hbox79">
 +            <property name="visible">True</property>
 +            <property name="can_focus">False</property>
 +            <child>
 +              <object class="GtkBox" id="vbox75">
 +                <property name="visible">True</property>
 +                <property name="can_focus">False</property>
 +                <property name="orientation">vertical</property>
 +                <property name="spacing">6</property>
 +                <child>
 +                  <object class="GtkLabel" id="label808">
 +                    <property name="visible">True</property>
 +                    <property name="can_focus">False</property>
 +                    <property name="halign">start</property>
 +                    <property name="label" translatable="yes"><b>Calculations</b></property>
 +                    <property name="use_markup">True</property>
 +                  </object>
 +                  <packing>
 +                    <property name="expand">False</property>
 +                    <property name="fill">False</property>
 +                    <property name="position">0</property>
 +                  </packing>
 +                </child>
 +                <child>
 +                  <object class="GtkAlignment" id="alignment18">
 +                    <property name="visible">True</property>
 +                    <property name="can_focus">False</property>
 +                    <property name="left_padding">12</property>
 +                    <child>
 +                      <object class="GtkBox" id="vbox77">
 +                        <property name="visible">True</property>
 +                        <property name="can_focus">False</property>
 +                        <property name="orientation">vertical</property>
 +                        <property name="spacing">6</property>
 +                        <child>
 +                          <object class="GtkBox" id="vbox78">
 +                            <property name="visible">True</property>
 +                            <property name="can_focus">False</property>
 +                            <property name="orientation">vertical</property>
 +                            <child>
 +                              <object class="GtkLabel" id="label790">
 +                                <property name="visible">True</property>
 +                                <property name="can_focus">False</property>
 +                                <property name="halign">start</property>
 +                                <property name="label" translatable="yes">Payment periods</property>
 +                                <property name="use_underline">True</property>
 +                              </object>
 +                              <packing>
 +                                <property name="expand">False</property>
 +                                <property name="fill">False</property>
 +                                <property name="position">0</property>
 +                              </packing>
 +                            </child>
 +                            <child>
 +                              <object class="GtkBox" id="payment_periods_hbox">
 +                                <property name="visible">True</property>
 +                                <property name="can_focus">False</property>
 +                                <property name="spacing">6</property>
 +                                <child>
 +                                  <placeholder/>
 +                                </child>
 +                                <child>
 +                                  <object class="GtkButton" id="payment_periods_clear_button">
 +                                    <property name="label" translatable="yes">_Clear</property>
 +                                    <property name="visible">True</property>
 +                                    <property name="can_focus">True</property>
 +                                    <property name="receives_default">False</property>
 +                                    <property name="tooltip_text" translatable="yes">Clear the entry.</property>
 +                                    <property name="use_underline">True</property>
 +                                    <signal name="clicked" handler="fincalc_amount_clear_clicked_cb" swapped="no"/>
 +                                  </object>
 +                                  <packing>
 +                                    <property name="expand">False</property>
 +                                    <property name="fill">False</property>
 +                                    <property name="pack_type">end</property>
 +                                    <property name="position">1</property>
 +                                  </packing>
 +                                </child>
 +                              </object>
 +                              <packing>
 +                                <property name="expand">False</property>
 +                                <property name="fill">True</property>
 +                                <property name="position">1</property>
 +                              </packing>
 +                            </child>
 +                          </object>
 +                          <packing>
 +                            <property name="expand">False</property>
 +                            <property name="fill">True</property>
 +                            <property name="position">0</property>
 +                          </packing>
 +                        </child>
 +                        <child>
 +                          <object class="GtkBox" id="vbox79">
 +                            <property name="visible">True</property>
 +                            <property name="can_focus">False</property>
 +                            <property name="orientation">vertical</property>
 +                            <child>
 +                              <object class="GtkLabel" id="label799">
 +                                <property name="visible">True</property>
 +                                <property name="can_focus">False</property>
 +                                <property name="halign">start</property>
 +                                <property name="label" translatable="yes">Interest rate</property>
 +                              </object>
 +                              <packing>
 +                                <property name="expand">False</property>
 +                                <property name="fill">False</property>
 +                                <property name="position">0</property>
 +                              </packing>
 +                            </child>
 +                            <child>
 +                              <object class="GtkBox" id="interest_rate_hbox">
 +                                <property name="visible">True</property>
 +                                <property name="can_focus">False</property>
 +                                <property name="spacing">6</property>
 +                                <child>
 +                                  <placeholder/>
 +                                </child>
 +                                <child>
 +                                  <object class="GtkButton" id="interest_rate_clear_button">
 +                                    <property name="label" translatable="yes">_Clear</property>
 +                                    <property name="visible">True</property>
 +                                    <property name="can_focus">True</property>
 +                                    <property name="receives_default">False</property>
-                                     <property name="tooltip_text" translatable="yes">Clear the entry</property>
++                                    <property name="tooltip_text" translatable="yes">Clear the entry.</property>
 +                                    <property name="use_underline">True</property>
 +                                    <signal name="clicked" handler="fincalc_amount_clear_clicked_cb" swapped="no"/>
 +                                  </object>
 +                                  <packing>
 +                                    <property name="expand">False</property>
 +                                    <property name="fill">False</property>
 +                                    <property name="pack_type">end</property>
 +                                    <property name="position">1</property>
 +                                  </packing>
 +                                </child>
 +                              </object>
 +                              <packing>
 +                                <property name="expand">False</property>
 +                                <property name="fill">True</property>
 +                                <property name="position">1</property>
 +                              </packing>
 +                            </child>
 +                          </object>
 +                          <packing>
 +                            <property name="expand">False</property>
 +                            <property name="fill">True</property>
 +                            <property name="position">1</property>
 +                          </packing>
 +                        </child>
 +                        <child>
 +                          <object class="GtkBox" id="vbox80">
 +                            <property name="visible">True</property>
 +                            <property name="can_focus">False</property>
 +                            <property name="orientation">vertical</property>
 +                            <child>
 +                              <object class="GtkLabel" id="label800">
 +                                <property name="visible">True</property>
 +                                <property name="can_focus">False</property>
 +                                <property name="halign">start</property>
 +                                <property name="label" translatable="yes">Present value</property>
 +                              </object>
 +                              <packing>
 +                                <property name="expand">False</property>
 +                                <property name="fill">False</property>
 +                                <property name="position">0</property>
 +                              </packing>
 +                            </child>
 +                            <child>
 +                              <object class="GtkBox" id="present_value_hbox">
 +                                <property name="visible">True</property>
 +                                <property name="can_focus">False</property>
 +                                <property name="spacing">6</property>
 +                                <child>
 +                                  <placeholder/>
 +                                </child>
 +                                <child>
 +                                  <object class="GtkButton" id="present_value_clear_button">
 +                                    <property name="label" translatable="yes">_Clear</property>
 +                                    <property name="visible">True</property>
 +                                    <property name="can_focus">True</property>
 +                                    <property name="receives_default">False</property>
-                                     <property name="tooltip_text" translatable="yes">Clear the entry</property>
++                                    <property name="tooltip_text" translatable="yes">Clear the entry.</property>
 +                                    <property name="use_underline">True</property>
 +                                    <signal name="clicked" handler="fincalc_amount_clear_clicked_cb" swapped="no"/>
 +                                  </object>
 +                                  <packing>
 +                                    <property name="expand">False</property>
 +                                    <property name="fill">False</property>
 +                                    <property name="pack_type">end</property>
 +                                    <property name="position">1</property>
 +                                  </packing>
 +                                </child>
 +                              </object>
 +                              <packing>
 +                                <property name="expand">False</property>
 +                                <property name="fill">True</property>
 +                                <property name="position">1</property>
 +                              </packing>
 +                            </child>
 +                          </object>
 +                          <packing>
 +                            <property name="expand">False</property>
 +                            <property name="fill">True</property>
 +                            <property name="position">2</property>
 +                          </packing>
 +                        </child>
 +                        <child>
 +                          <object class="GtkBox" id="vbox81">
 +                            <property name="visible">True</property>
 +                            <property name="can_focus">False</property>
 +                            <property name="orientation">vertical</property>
 +                            <child>
 +                              <object class="GtkLabel" id="label817">
 +                                <property name="visible">True</property>
 +                                <property name="can_focus">False</property>
 +                                <property name="halign">start</property>
 +                                <property name="label" translatable="yes">Periodic payment</property>
 +                              </object>
 +                              <packing>
 +                                <property name="expand">False</property>
 +                                <property name="fill">False</property>
 +                                <property name="position">0</property>
 +                              </packing>
 +                            </child>
 +                            <child>
 +                              <object class="GtkBox" id="periodic_payment_hbox">
 +                                <property name="visible">True</property>
 +                                <property name="can_focus">False</property>
 +                                <property name="spacing">6</property>
 +                                <child>
 +                                  <placeholder/>
 +                                </child>
 +                                <child>
 +                                  <object class="GtkButton" id="periodic_payment_clear_button">
 +                                    <property name="label" translatable="yes">_Clear</property>
 +                                    <property name="visible">True</property>
 +                                    <property name="can_focus">True</property>
 +                                    <property name="receives_default">False</property>
-                                     <property name="tooltip_text" translatable="yes">Clear the entry</property>
++                                    <property name="tooltip_text" translatable="yes">Clear the entry.</property>
 +                                    <property name="use_underline">True</property>
 +                                    <signal name="clicked" handler="fincalc_amount_clear_clicked_cb" swapped="no"/>
 +                                  </object>
 +                                  <packing>
 +                                    <property name="expand">False</property>
 +                                    <property name="fill">False</property>
 +                                    <property name="pack_type">end</property>
 +                                    <property name="position">1</property>
 +                                  </packing>
 +                                </child>
 +                              </object>
 +                              <packing>
 +                                <property name="expand">False</property>
 +                                <property name="fill">True</property>
 +                                <property name="position">1</property>
 +                              </packing>
 +                            </child>
 +                          </object>
 +                          <packing>
 +                            <property name="expand">False</property>
 +                            <property name="fill">True</property>
 +                            <property name="position">3</property>
 +                          </packing>
 +                        </child>
 +                        <child>
 +                          <object class="GtkBox" id="vbox82">
 +                            <property name="visible">True</property>
 +                            <property name="can_focus">False</property>
 +                            <property name="orientation">vertical</property>
 +                            <child>
 +                              <object class="GtkLabel" id="label802">
 +                                <property name="visible">True</property>
 +                                <property name="can_focus">False</property>
 +                                <property name="halign">start</property>
 +                                <property name="label" translatable="yes">Future value</property>
 +                              </object>
 +                              <packing>
 +                                <property name="expand">False</property>
 +                                <property name="fill">False</property>
 +                                <property name="position">0</property>
 +                              </packing>
 +                            </child>
 +                            <child>
 +                              <object class="GtkBox" id="future_value_hbox">
 +                                <property name="visible">True</property>
 +                                <property name="can_focus">False</property>
 +                                <property name="spacing">6</property>
 +                                <child>
 +                                  <placeholder/>
 +                                </child>
 +                                <child>
 +                                  <object class="GtkButton" id="future_value_clear_button">
 +                                    <property name="label" translatable="yes">_Clear</property>
 +                                    <property name="visible">True</property>
 +                                    <property name="can_focus">True</property>
 +                                    <property name="receives_default">False</property>
-                                     <property name="tooltip_text" translatable="yes">Clear the entry</property>
++                                    <property name="tooltip_text" translatable="yes">Clear the entry.</property>
 +                                    <property name="use_underline">True</property>
 +                                    <signal name="clicked" handler="fincalc_amount_clear_clicked_cb" swapped="no"/>
 +                                  </object>
 +                                  <packing>
 +                                    <property name="expand">False</property>
 +                                    <property name="fill">False</property>
 +                                    <property name="pack_type">end</property>
 +                                    <property name="position">1</property>
 +                                  </packing>
 +                                </child>
 +                              </object>
 +                              <packing>
 +                                <property name="expand">False</property>
 +                                <property name="fill">True</property>
 +                                <property name="position">1</property>
 +                              </packing>
 +                            </child>
 +                          </object>
 +                          <packing>
 +                            <property name="expand">False</property>
 +                            <property name="fill">True</property>
 +                            <property name="position">4</property>
 +                          </packing>
 +                        </child>
 +                        <child>
 +                          <object class="GtkAlignment" id="alignment31">
 +                            <property name="visible">True</property>
 +                            <property name="can_focus">False</property>
 +                            <property name="top_padding">6</property>
 +                            <child>
 +                              <object class="GtkButtonBox" id="hbuttonbox1">
 +                                <property name="visible">True</property>
 +                                <property name="can_focus">False</property>
 +                                <child>
 +                                  <object class="GtkButton" id="calc_button">
 +                                    <property name="label" translatable="yes">Calculate</property>
 +                                    <property name="visible">True</property>
 +                                    <property name="sensitive">False</property>
 +                                    <property name="can_focus">True</property>
 +                                    <property name="can_default">True</property>
 +                                    <property name="receives_default">False</property>
 +                                    <property name="tooltip_text" translatable="yes">Recalculate the (single) blank entry in the above fields.</property>
 +                                    <signal name="clicked" handler="fincalc_calc_clicked_cb" swapped="no"/>
 +                                  </object>
 +                                  <packing>
 +                                    <property name="expand">False</property>
 +                                    <property name="fill">False</property>
 +                                    <property name="position">0</property>
 +                                  </packing>
 +                                </child>
 +                              </object>
 +                            </child>
 +                          </object>
 +                          <packing>
 +                            <property name="expand">False</property>
 +                            <property name="fill">True</property>
 +                            <property name="position">5</property>
 +                          </packing>
 +                        </child>
 +                      </object>
 +                    </child>
 +                  </object>
 +                  <packing>
 +                    <property name="expand">False</property>
 +                    <property name="fill">True</property>
 +                    <property name="position">1</property>
 +                  </packing>
 +                </child>
 +              </object>
 +              <packing>
 +                <property name="expand">False</property>
 +                <property name="fill">True</property>
 +                <property name="position">0</property>
 +              </packing>
 +            </child>
 +            <child>
 +              <object class="GtkSeparator" id="vseparator2">
 +                <property name="visible">True</property>
 +                <property name="can_focus">False</property>
 +                <property name="orientation">vertical</property>
 +              </object>
 +              <packing>
 +                <property name="expand">False</property>
 +                <property name="fill">True</property>
 +                <property name="padding">6</property>
 +                <property name="position">1</property>
 +              </packing>
 +            </child>
 +            <child>
 +              <object class="GtkBox" id="vbox76">
 +                <property name="visible">True</property>
 +                <property name="can_focus">False</property>
 +                <property name="orientation">vertical</property>
 +                <property name="spacing">6</property>
 +                <child>
 +                  <object class="GtkLabel" id="label809">
 +                    <property name="visible">True</property>
 +                    <property name="can_focus">False</property>
 +                    <property name="halign">start</property>
 +                    <property name="label" translatable="yes"><b>Payment Options</b></property>
 +                    <property name="use_markup">True</property>
 +                  </object>
 +                  <packing>
 +                    <property name="expand">False</property>
 +                    <property name="fill">False</property>
 +                    <property name="position">0</property>
 +                  </packing>
 +                </child>
 +                <child>
 +                  <object class="GtkAlignment" id="alignment19">
 +                    <property name="visible">True</property>
 +                    <property name="can_focus">False</property>
 +                    <property name="left_padding">12</property>
 +                    <child>
 +                      <object class="GtkGrid" id="table9">
 +                        <property name="visible">True</property>
 +                        <property name="can_focus">False</property>
 +                        <property name="column_spacing">12</property>
 +                        <child>
 +                          <object class="GtkLabel" id="some_label">
 +                            <property name="visible">True</property>
 +                            <property name="can_focus">False</property>
 +                            <property name="halign">start</property>
 +                            <property name="label" translatable="yes">Payment Total:</property>
 +                            <property name="justify">center</property>
 +                          </object>
 +                          <packing>
 +                            <property name="left_attach">0</property>
 +                            <property name="top_attach">12</property>
 +                          </packing>
 +                        </child>
 +                        <child>
 +                          <object class="GtkLabel" id="payment_total_label">
 +                            <property name="visible">True</property>
 +                            <property name="can_focus">False</property>
 +                            <property name="label" translatable="yes">total</property>
 +                            <property name="justify">center</property>
 +                          </object>
 +                          <packing>
 +                            <property name="left_attach">1</property>
 +                            <property name="top_attach">12</property>
 +                          </packing>
 +                        </child>
 +                        <child>
 +                          <object class="GtkLabel" id="label818">
 +                            <property name="visible">True</property>
 +                            <property name="can_focus">False</property>
 +                          </object>
 +                          <packing>
 +                            <property name="left_attach">0</property>
 +                            <property name="top_attach">3</property>
 +                          </packing>
 +                        </child>
 +                        <child>
 +                          <object class="GtkLabel" id="label819">
 +                            <property name="visible">True</property>
 +                            <property name="can_focus">False</property>
 +                          </object>
 +                          <packing>
 +                            <property name="left_attach">0</property>
 +                            <property name="top_attach">7</property>
 +                          </packing>
 +                        </child>
 +                        <child>
 +                          <object class="GtkRadioButton" id="discrete_compounding_radio">
 +                            <property name="label" translatable="yes">Discrete</property>
 +                            <property name="visible">True</property>
 +                            <property name="can_focus">True</property>
 +                            <property name="receives_default">False</property>
 +                            <property name="halign">start</property>
 +                            <property name="use_underline">True</property>
 +                            <property name="active">True</property>
 +                            <property name="draw_indicator">True</property>
 +                            <signal name="toggled" handler="fincalc_compounding_radio_toggled" swapped="no"/>
 +                          </object>
 +                          <packing>
 +                            <property name="left_attach">1</property>
 +                            <property name="top_attach">1</property>
 +                          </packing>
 +                        </child>
 +                        <child>
 +                          <object class="GtkRadioButton" id="radiobutton6">
 +                            <property name="label" translatable="yes">Continuous</property>
 +                            <property name="visible">True</property>
 +                            <property name="can_focus">True</property>
 +                            <property name="receives_default">False</property>
 +                            <property name="halign">start</property>
 +                            <property name="use_underline">True</property>
 +                            <property name="draw_indicator">True</property>
 +                            <property name="group">discrete_compounding_radio</property>
 +                          </object>
 +                          <packing>
 +                            <property name="left_attach">2</property>
 +                            <property name="top_attach">1</property>
 +                          </packing>
 +                        </child>
 +                        <child>
 +                          <object class="GtkAlignment" id="alignment23">
 +                            <property name="visible">True</property>
 +                            <property name="can_focus">False</property>
 +                            <property name="left_padding">12</property>
 +                            <child>
 +                              <object class="GtkLabel" id="label816">
 +                                <property name="visible">True</property>
 +                                <property name="can_focus">False</property>
 +                                <property name="halign">start</property>
 +                                <property name="label" translatable="yes">Type:</property>
 +                              </object>
 +                            </child>
 +                          </object>
 +                          <packing>
 +                            <property name="left_attach">0</property>
 +                            <property name="top_attach">1</property>
 +                          </packing>
 +                        </child>
 +                        <child>
 +                          <object class="GtkAlignment" id="alignment22">
 +                            <property name="visible">True</property>
 +                            <property name="can_focus">False</property>
 +                            <property name="left_padding">12</property>
 +                            <child>
 +                              <object class="GtkLabel" id="label815">
 +                                <property name="visible">True</property>
 +                                <property name="can_focus">False</property>
 +                                <property name="halign">start</property>
 +                                <property name="label" translatable="yes">Frequency:</property>
 +                                <property name="use_underline">True</property>
 +                              </object>
 +                            </child>
 +                          </object>
 +                          <packing>
 +                            <property name="left_attach">0</property>
 +                            <property name="top_attach">2</property>
 +                          </packing>
 +                        </child>
 +                        <child>
 +                          <object class="GtkAlignment" id="alignment24">
 +                            <property name="visible">True</property>
 +                            <property name="can_focus">False</property>
 +                            <property name="left_padding">12</property>
 +                            <child>
 +                              <object class="GtkLabel" id="label811">
 +                                <property name="visible">True</property>
 +                                <property name="can_focus">False</property>
 +                                <property name="halign">start</property>
 +                                <property name="label" translatable="yes">Frequency:</property>
 +                                <property name="use_underline">True</property>
 +                              </object>
 +                            </child>
 +                          </object>
 +                          <packing>
 +                            <property name="left_attach">0</property>
 +                            <property name="top_attach">6</property>
 +                          </packing>
 +                        </child>
 +                        <child>
 +                          <object class="GtkAlignment" id="alignment25">
 +                            <property name="visible">True</property>
 +                            <property name="can_focus">False</property>
 +                            <property name="left_padding">12</property>
 +                            <child>
 +                              <object class="GtkLabel" id="label812">
 +                                <property name="visible">True</property>
 +                                <property name="can_focus">False</property>
 +                                <property name="halign">start</property>
 +                                <property name="label" translatable="yes">When paid:</property>
 +                              </object>
 +                            </child>
 +                          </object>
 +                          <packing>
 +                            <property name="left_attach">0</property>
 +                            <property name="top_attach">5</property>
 +                          </packing>
 +                        </child>
 +                        <child>
 +                          <object class="GtkRadioButton" id="radiobutton4">
 +                            <property name="label" translatable="yes">Beginning</property>
 +                            <property name="visible">True</property>
 +                            <property name="can_focus">True</property>
 +                            <property name="receives_default">False</property>
 +                            <property name="halign">start</property>
 +                            <property name="use_underline">True</property>
 +                            <property name="draw_indicator">True</property>
 +                          </object>
 +                          <packing>
 +                            <property name="left_attach">1</property>
 +                            <property name="top_attach">5</property>
 +                          </packing>
 +                        </child>
 +                        <child>
 +                          <object class="GtkRadioButton" id="period_payment_radio">
 +                            <property name="label" translatable="yes">End</property>
 +                            <property name="visible">True</property>
 +                            <property name="can_focus">True</property>
 +                            <property name="receives_default">False</property>
 +                            <property name="halign">start</property>
 +                            <property name="use_underline">True</property>
 +                            <property name="active">True</property>
 +                            <property name="draw_indicator">True</property>
 +                            <property name="group">radiobutton4</property>
 +                            <signal name="toggled" handler="fincalc_update_calc_button_cb" swapped="no"/>
 +                          </object>
 +                          <packing>
 +                            <property name="left_attach">2</property>
 +                            <property name="top_attach">5</property>
 +                          </packing>
 +                        </child>
 +                        <child>
 +                          <object class="GtkLabel" id="label797">
 +                            <property name="visible">True</property>
 +                            <property name="can_focus">False</property>
 +                            <property name="halign">start</property>
 +                            <property name="label" translatable="yes"><b>Compounding:</b></property>
 +                            <property name="use_markup">True</property>
 +                            <property name="justify">right</property>
 +                          </object>
 +                          <packing>
 +                            <property name="left_attach">0</property>
 +                            <property name="top_attach">0</property>
 +                          </packing>
 +                        </child>
 +                        <child>
 +                          <object class="GtkLabel" id="label813">
 +                            <property name="visible">True</property>
 +                            <property name="can_focus">False</property>
 +                            <property name="halign">start</property>
 +                            <property name="label" translatable="yes"><b>Period:</b></property>
 +                            <property name="use_markup">True</property>
 +                          </object>
 +                          <packing>
 +                            <property name="left_attach">0</property>
 +                            <property name="top_attach">4</property>
 +                          </packing>
 +                        </child>
 +                        <child>
 +                          <object class="GtkComboBox" id="payment_combo">
 +                            <property name="visible">True</property>
 +                            <property name="can_focus">False</property>
 +                            <property name="model">liststore2</property>
 +                            <child>
 +                              <object class="GtkCellRendererText" id="cellrenderertext2"/>
 +                              <attributes>
 +                                <attribute name="text">0</attribute>
 +                              </attributes>
 +                            </child>
 +                          </object>
 +                          <packing>
 +                            <property name="left_attach">1</property>
 +                            <property name="top_attach">6</property>
 +                            <property name="width">2</property>
 +                          </packing>
 +                        </child>
 +                        <child>
 +                          <object class="GtkComboBox" id="compounding_combo">
 +                            <property name="visible">True</property>
 +                            <property name="can_focus">False</property>
 +                            <property name="model">liststore1</property>
 +                            <child>
 +                              <object class="GtkCellRendererText" id="cellrenderertext1"/>
 +                              <attributes>
 +                                <attribute name="text">0</attribute>
 +                              </attributes>
 +                            </child>
 +                          </object>
 +                          <packing>
 +                            <property name="left_attach">1</property>
 +                            <property name="top_attach">2</property>
 +                            <property name="width">2</property>
 +                          </packing>
 +                        </child>
 +                        <child>
 +                          <object class="GtkLabel" id="label1">
 +                            <property name="visible">True</property>
 +                            <property name="can_focus">False</property>
 +                          </object>
 +                          <packing>
 +                            <property name="left_attach">0</property>
 +                            <property name="top_attach">8</property>
 +                          </packing>
 +                        </child>
 +                        <child>
 +                          <object class="GtkLabel" id="label2">
 +                            <property name="visible">True</property>
 +                            <property name="can_focus">False</property>
 +                          </object>
 +                          <packing>
 +                            <property name="left_attach">0</property>
 +                            <property name="top_attach">9</property>
 +                          </packing>
 +                        </child>
 +                        <child>
 +                          <object class="GtkLabel" id="label3">
 +                            <property name="visible">True</property>
 +                            <property name="can_focus">False</property>
 +                          </object>
 +                          <packing>
 +                            <property name="left_attach">0</property>
 +                            <property name="top_attach">10</property>
 +                          </packing>
 +                        </child>
 +                        <child>
 +                          <object class="GtkLabel" id="label4">
 +                            <property name="visible">True</property>
 +                            <property name="can_focus">False</property>
 +                          </object>
 +                          <packing>
 +                            <property name="left_attach">0</property>
 +                            <property name="top_attach">11</property>
 +                          </packing>
 +                        </child>
 +                        <child>
 +                          <placeholder/>
 +                        </child>
 +                        <child>
 +                          <placeholder/>
 +                        </child>
 +                        <child>
 +                          <placeholder/>
 +                        </child>
 +                        <child>
 +                          <placeholder/>
 +                        </child>
 +                        <child>
 +                          <placeholder/>
 +                        </child>
 +                        <child>
 +                          <placeholder/>
 +                        </child>
 +                        <child>
 +                          <placeholder/>
 +                        </child>
 +                        <child>
 +                          <placeholder/>
 +                        </child>
 +                        <child>
 +                          <placeholder/>
 +                        </child>
 +                        <child>
 +                          <placeholder/>
 +                        </child>
 +                        <child>
 +                          <placeholder/>
 +                        </child>
 +                        <child>
 +                          <placeholder/>
 +                        </child>
 +                        <child>
 +                          <placeholder/>
 +                        </child>
 +                        <child>
 +                          <placeholder/>
 +                        </child>
 +                        <child>
 +                          <placeholder/>
 +                        </child>
 +                        <child>
 +                          <placeholder/>
 +                        </child>
 +                        <child>
 +                          <placeholder/>
 +                        </child>
 +                      </object>
 +                    </child>
 +                  </object>
 +                  <packing>
 +                    <property name="expand">False</property>
 +                    <property name="fill">True</property>
 +                    <property name="position">1</property>
 +                  </packing>
 +                </child>
 +              </object>
 +              <packing>
 +                <property name="expand">False</property>
 +                <property name="fill">True</property>
 +                <property name="position">2</property>
 +              </packing>
 +            </child>
 +          </object>
 +          <packing>
 +            <property name="expand">False</property>
 +            <property name="fill">True</property>
 +            <property name="position">1</property>
 +          </packing>
 +        </child>
 +      </object>
 +    </child>
 +    <action-widgets>
 +      <action-widget response="-7">close_button</action-widget>
 +      <action-widget response="-6">hidden_button</action-widget>
 +      <action-widget response="-5">schedule_button</action-widget>
 +    </action-widgets>
 +  </object>
 +</interface>

commit 7b43822f7618c16068dc1eace2bd2498a8adf9f7
Author: Yasuaki Taniguchi <yasuakit at gmail.com>
Date:   Sat Jul 1 03:02:00 2017 +0000

    Bug 784284 - unifying "Clear the entry." tooltip on Loan Repayment Calculator

diff --git a/src/gnome/gtkbuilder/dialog-fincalc.glade b/src/gnome/gtkbuilder/dialog-fincalc.glade
index 8ea2e9a..f1a71be 100644
--- a/src/gnome/gtkbuilder/dialog-fincalc.glade
+++ b/src/gnome/gtkbuilder/dialog-fincalc.glade
@@ -125,7 +125,7 @@
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">False</property>
-                                    <property name="tooltip_text" translatable="yes">Clear the entry</property>
+                                    <property name="tooltip_text" translatable="yes">Clear the entry.</property>
                                     <property name="use_stock">True</property>
                                     <signal name="clicked" handler="fincalc_amount_clear_clicked_cb"/>
                                   </object>
@@ -176,7 +176,7 @@
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">False</property>
-                                    <property name="tooltip_text" translatable="yes">Clear the entry</property>
+                                    <property name="tooltip_text" translatable="yes">Clear the entry.</property>
                                     <property name="use_stock">True</property>
                                     <signal name="clicked" handler="fincalc_amount_clear_clicked_cb"/>
                                   </object>
@@ -227,7 +227,7 @@
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">False</property>
-                                    <property name="tooltip_text" translatable="yes">Clear the entry</property>
+                                    <property name="tooltip_text" translatable="yes">Clear the entry.</property>
                                     <property name="use_stock">True</property>
                                     <signal name="clicked" handler="fincalc_amount_clear_clicked_cb"/>
                                   </object>
@@ -278,7 +278,7 @@
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">False</property>
-                                    <property name="tooltip_text" translatable="yes">Clear the entry</property>
+                                    <property name="tooltip_text" translatable="yes">Clear the entry.</property>
                                     <property name="use_stock">True</property>
                                     <signal name="clicked" handler="fincalc_amount_clear_clicked_cb"/>
                                   </object>



Summary of changes:
 gnucash/gnome/gtkbuilder/dialog-fincalc.glade | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)



More information about the gnucash-changes mailing list