Skip to content

Commit

Permalink
Indicate input and output base using overline and underline in progra…
Browse files Browse the repository at this point in the history
…mming keypad when input and output base differs; Fix expression field appearance with Breeze theme when compiled against gtk < 3.18 and run agains gtk >= 3.22 (e.g. with self-contained GNU/Linux binaries); Update ChangeLog; Update translations; Update manual; Increment version number
  • Loading branch information
hanna-kn committed Feb 24, 2025
1 parent 86019e1 commit b6468dd
Show file tree
Hide file tree
Showing 40 changed files with 3,164 additions and 2,988 deletions.
70 changes: 69 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,10 +1,78 @@
2025-02-22 Hanna Knutsson <hanna.knutsson@protonmail.com>

* Indicate input and output base using overline and underline in programming keypad when input and output base differs

2025-02-20 Hanna Knutsson <hanna.knutsson@protonmail.com>

* Fix previous result displayed with changed output format despite cleared result after modified input format

2025-02-18 Hanna Knutsson <hanna.knutsson@protonmail.com>

* Fix expression field appearance with Breeze theme when compiled against gtk < 3.18 and run agains gtk >= 3.22 (e.g. with self-contained GNU/Linux binaries)

2025-02-17 Hanna Knutsson <hanna.knutsson@protonmail.com>

* Disable "Use keyboard keys for RPN" when RPN syntax is enabled

2025-02-16 Hanna Knutsson <hanna.knutsson@protonmail.com>

* Fix roman numerals in number base keypad menu
* Fix roman numerals expression base button in number bases dialog

2025-02-12 Hanna Knutsson <hanna.knutsson@protonmail.com>

* Fix keyboard shortcut input dialog when modifier is released first

2025-02-11 Frédéric Brière <fbriere@fbriere.net>

* Various manual languange fixes

2025-02-09 Hanna Knutsson <hanna.knutsson@protonmail.com>

* Enable Ok button when unit descriptions has changed

2025-02-06 Hanna Knutsson <hanna.knutsson@protonmail.com>

* Tooltips improvements and fixes

2025-02-03 Hanna Knutsson <hanna.knutsson@protonmail.com>

* Fix updating of show parsed expression in result field in preferences in some cases when changed from context menu
* Update show expression status in preferences when changed from context menu

2025-02-02 Hanna Knutsson <hanna.knutsson@protonmail.com>

* Fix mode menu items sometimes not functioning properly after a mode has been added or removed

2025-01-30 Hanna Knutsson <hanna.knutsson@protonmail.com>

* Fix right status context menu not updated (one step behind)
* Fix mnemonics conflicts

2025-01-28 Hanna Knutsson <hanna.knutsson@protonmail.com>

* Fix segfault when deleting object

2025-01-27 Hanna Knutsson <hanna.knutsson@protonmail.com>

* Do not add hidden or inactive user object to menu
* Do not add new/edited hidden or inactive object to recent objects in menu

2025-01-17 Hanna Knutsson <hanna.knutsson@protonmail.com>

* Fix copy unformatted ASCII without units when unit is placed before quantity (when unit is a currency)

2025-01-16 Hanna Knutsson <hanna.knutsson@protonmail.com>

* Fix date (month off by one), after "Search by Date…", in history context menu

2024-12-08 Hanna Knutsson <hanna.knutsson@protonmail.com>

* Set ans variable, and return value of answer(), to solution(s) of equation (as if solve() were used)

2024-12-03 Hanna Knutsson <hanna.knutsson@protonmail.com>

Add option to disable cursor blinking
* Add option to disable cursor blinking

2024-11-24 Hanna Knutsson <hanna.knutsson@protonmail.com>

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dnl ----------------------
dnl | initialize autotools |---------------------------------------------------
dnl ----------------------

AC_INIT([Qalculate! (GTK UI)],[5.5.0],[],[qalculate-gtk])
AC_INIT([Qalculate! (GTK UI)],[5.5.1],[],[qalculate-gtk])
AC_CONFIG_SRCDIR([src/main.cc])
AM_INIT_AUTOMAKE
AC_CONFIG_HEADERS(config.h)
Expand Down
6 changes: 3 additions & 3 deletions data/main.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6105,7 +6105,7 @@ This can be overridden by prepending the unit expression with "?" or "0".</prope
<object class="GtkLabel" id="label_bin">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label">BIN</property>
<property name="label" translatable="yes">BIN</property>
</object>
</child>
</object>
Expand All @@ -6127,7 +6127,7 @@ This can be overridden by prepending the unit expression with "?" or "0".</prope
<object class="GtkLabel" id="label_oct">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label">OCT</property>
<property name="label" translatable="yes">OCT</property>
</object>
</child>
</object>
Expand All @@ -6149,7 +6149,7 @@ This can be overridden by prepending the unit expression with "?" or "0".</prope
<object class="GtkLabel" id="label_dec">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label">DEC</property>
<property name="label" translatable="yes">DEC</property>
</object>
</child>
</object>
Expand Down
21 changes: 21 additions & 0 deletions data/qalculate-gtk.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,27 @@
</provides>
<translation type="gettext">qalculate-gtk</translation>
<releases>
<release version="5.5.1" date="2025-02-24">
<description>
<p>Changes:</p>
<ul>
<li>Fix segfault when deleting object</li>
<li>Fix mode menu items sometimes not functioning properly after a mode has been added or removed</li>
<li>Fix right status context menu not updated</li>
<li>Fix keyboard shortcut input dialog when modifier is released first</li>
<li>Fix date (month off by one) in history context menu</li>
<li>Fix copy unformatted ASCII without units when unit is placed before quantity</li>
<li>Fix roman numerals shown as "Other"</li>
<li>Fix previous result displayed with changed output format despite cleared result after modified input format</li>
<li>Fix and improve tooltips</li>
<li>Indicate input and output base using overline and underline in programming keypad when input and output base differs</li>
<li>Fix solve() function with replace() function as first argument (fixes solve2() function)</li>
<li>Fix "where" operator using (in)equality in variable</li>
<li>Return x=a*e^(i*r) (with r instead of n) for abs(x)=x</li>
<li>Minor bug fixes and feature enhancements</li>
</ul>
</description>
</release>
<release version="5.5.0" date="2025-01-13">
<description>
<p>Changes:</p>
Expand Down
2 changes: 1 addition & 1 deletion doc/C/qalculate-gtk-C.omf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<date>
2025-01-13
</date>
<version identifier="5.5.0" date="2025-01-13" description=""/>
<version identifier="5.5.1" date="2025-02-24" description=""/>
<subject category="GNOME|Applications|Accessories"/>
<description>
This is the Qalculate! manual
Expand Down
6 changes: 3 additions & 3 deletions doc/C/qalculate-gtk.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY legal SYSTEM "legal.xml">
<!ENTITY appversion "5.5.0">
<!ENTITY manrevision "5.5.0">
<!ENTITY date "January 2025">
<!ENTITY appversion "5.5.1">
<!ENTITY manrevision "5.5.1">
<!ENTITY date "February 2025">
<!ENTITY app "Qalculate!">
<!ENTITY appendixa SYSTEM "appendixa.xml">
<!ENTITY appendixb SYSTEM "appendixb.xml">
Expand Down
2 changes: 1 addition & 1 deletion doc/html/index.html

Large diffs are not rendered by default.

Loading

0 comments on commit b6468dd

Please sign in to comment.