Skip to content

Commit

Permalink
Release preparations; Remove warning in decimals dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
hanna-kn committed Dec 7, 2017
1 parent c82d6ae commit 1d26270
Show file tree
Hide file tree
Showing 8 changed files with 704 additions and 625 deletions.
1 change: 1 addition & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Features from libqalculate:
* Basic operations and operators: + - * / ^ E () && || ! < > >= <= != ~ & | << >>
* Fault-tolerant parsing of strings: log 5 / 2 .5 (3) + (2( 3 +5 = ln(5) / (2.5 * 3) + 2 * (3 + 5)
* Supports complex and infinite numbers
* Interval arithmetic (for determination of the number of significant digits or direct calculation with intervals of numbers)
* Supports all number bases from 2 to 36, time format and roman numerals
* Ability to disable functions, variables, units or unknown variables for less confusion: ex. when you do not want (a+b)^2 to mean (are+barn)^2 but ("a"+"b")^2
* Controllable implicit multiplication
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Features from libqalculate:
* Basic operations and operators: + - * / ^ E () && || ! < > >= <= != ~ & | << >>
* Fault-tolerant parsing of strings: log 5 / 2 .5 (3) + (2( 3 +5 = ln(5) / (2.5 * 3) + 2 * (3 + 5)
* Supports complex and infinite numbers
* Interval arithmetic (for determination of the number of significant digits or direct calculation with intervals of numbers)
* Supports all number bases from 2 to 36, time format and roman numerals
* Ability to disable functions, variables, units or unknown variables for less confusion: ex. when you do not want (a+b)^2 to mean (are+barn)^2 but ("a"+"b")^2
* Controllable implicit multiplication
Expand Down
21 changes: 4 additions & 17 deletions data/decimals.ui
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<!-- Generated with glade 3.20.1 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkAdjustment" id="adjustment1">
Expand Down Expand Up @@ -139,22 +139,6 @@
<property name="top_attach">1</property>
</packing>
</child>
<child>
<object class="GtkImage">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="tooltip_text" translatable="yes">The number of decimals shown will always be limited by the precision and the min decimal setting is therefor only useful for exact numbers.</property>
<property name="margin_left">6</property>
<property name="icon_name">dialog-warning</property>
</object>
<packing>
<property name="left_attach">2</property>
<property name="top_attach">0</property>
</packing>
</child>
<child>
<placeholder/>
</child>
</object>
<packing>
<property name="expand">False</property>
Expand All @@ -167,5 +151,8 @@
<action-widgets>
<action-widget response="-7">decimals_dialog_button_close</action-widget>
</action-widgets>
<child>
<placeholder/>
</child>
</object>
</interface>
4 changes: 2 additions & 2 deletions doc/html/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions doc/html/qalculate-definitions-functions.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion doc/html/qalculate-definitions-variables.html

Large diffs are not rendered by default.

0 comments on commit 1d26270

Please sign in to comment.