344 Commits

Author SHA1 Message Date
Hanna K
e1a37e27f0 Improve detection of default UI language on Windows; Show value of local variables using current output options in completion list; Only show language option in preferences on Windows; Use getExactDecimalPrefix instead of getOptimalDecimalPrefix for default prefix of unit; Increment version number; Update translations 2023-03-06 08:42:24 +01:00
Damir Islamov
fb847722ac Translate from Bulgarian into Russian. 2023-02-27 15:52:01 +01:00
Hanna K
af74f3380c Language selection in preferences 2023-02-22 14:16:11 +01:00
Hanna K
59e50032ee Do not show prefix + unit in completion list if conflicts with variable or function; Fix error/warning font size and width of space before before italics, for previous results; Use Unit::defaultPrefix(); Use getUnitById(UNIT_ID_EURO) instead of u_euro; 2023-02-20 08:55:42 +01:00
Damir Islamov
6e14803b29 Update Russian translations (#75) 2023-01-22 09:22:28 +01:00
Hanna K
66fc1a18e2 Add option, in preferences, to change symbols used for output of digits 10 and 11 in duodecimal numbers (new default is A and B) 2023-01-11 09:06:58 +01:00
Hanna K
2cb134186e Move "Inactive" item in categories lists to after "User items", before "All" 2023-01-10 15:12:00 +01:00
Hanna K
621443dd2f Completion fixes; Increment version number; Update translations 2023-01-03 14:40:54 +01:00
Hanna K
17b9105e14 Add option to not format output (size, style, sub-/superscript) (issue #73) 2022-12-25 14:35:12 +01:00
Hanna K
ab17cc95f8 Place completion list at begininning of word and do not reduce width of columns in visible list (this reduces appearance and behavior differences on Wayland compared to other platforms) 2022-12-22 09:39:41 +01:00
Hanna K
a40a053373 Improve completion and expression tooltip on Wayland; Disable Apply in functions dialog for log() function; Use log() instead of log2() as alternative action on "ln" keypad button; Show dialog (as for root) for 1st or 2nd argument for keypad input of log() and functions where 1st or 2nd (but not both) arguments are integers; Increment version number 2022-12-19 14:41:44 +01:00
Hanna K
006b5ff501 Place completion list below expression over history when wayland platform is used; Only use tooltip workaround on wayland platform 2022-12-07 09:04:31 +01:00
Hanna K
505a3b35e5 Fixes for completion and status tooltip when run with wayland platform plugin (issue #71) 2022-12-06 16:17:24 +01:00
Hanna K
326148787f Use result font for RPN stack (issue #69); Fix RPN mode deactvated after application loses focus 2022-11-06 10:32:20 +01:00
Damir Islamov
558b73a2f0
Update Russian translation and add a note about Qt6 (#67)
* Update Russian translation

* use Cyrillic `yo' as much as possible

* update Russian translations

* update Russian translations

* Add a note about Qt6

* correct Russian translation for General Keyboard

* correct Russian translation for Smoothing

* correct Russian translation for New... dialogs

Co-authored-by: Damir Islamov <damir@clearscale.net>
2022-10-31 08:37:51 +01:00
Damir Islamov
ab55c3ff71
update Russian translations (#65)
* Update Russian translation

* use Cyrillic `yo' as much as possible

* update Russian translations

* update Russian translations

Co-authored-by: Damir Islamov <damir@clearscale.net>
2022-10-27 09:34:09 +02:00
Hanna K
a789b08737 Use lzo compression in snap package (issue #66) 2022-10-27 08:40:46 +02:00
Hanna K
3dc24043b8 Updates for conversion changes in libqalculate; Flag updates 2022-10-25 10:24:25 +02:00
Hanna K
036bd5bb66 Update snap package 2022-10-17 15:23:29 +02:00
Hanna K
a7c1353a4b Improve exchange rate information; Fix compatibility with old Qt versions; Fix font dialog when "Keep above other windows" is enabled (only result font was fixed before); Do not use window flags of parent window when applying "Keep above other windows"; Reverse HistoryView::clearAction changes (does not affect behavior); Increment version number; Update translations; Update metainfo 2022-10-17 13:26:20 +02:00
Hanna K
33659fd366 Fix saving of sub-function precalculate property (issue #58) 2022-10-10 15:41:53 +02:00
Damir Islamov
397cebd157
Update Russian translation (#57)
* Update Russian translation

* use Cyrillic `yo' as much as possible

* update Russian translations

Co-authored-by: Damir Islamov <damir@clearscale.net>
2022-09-30 09:52:57 +02:00
Hanna K
bcd9c60591 Show exchange rates source (and update time) for calculation in flag tooltip 2022-09-26 16:48:03 +02:00
Hanna K
d138228e62 Add "Clear history" to available keyboard shortcut and button actions; Add support for "clear" and "clear history" qalc commands; Fix removal of keyboard shortcuts (after first removal); Allow curly braces in expression entry (replaced by paretheses); Fix quotation marks in comments; Add unit examples to dialog asking user for interpretation of implicit multiplication; Do not show equals sign in expression tooltip if result is empty; Add space (1 px) after cursive character in parsed expression as in result; Disable "Reset Keypad Position" when keypad is hidden or in default position; Fix clearing of current result after history is cleared 2022-09-15 17:03:27 +02:00
Hanna K
504c070d04 Add option (in keypad button menu) to reset keypad position (issue #11) 2022-09-02 12:56:40 +02:00
Hanna Knutsson
b5b57f20b1
Merge pull request #54 from idamir/main
correct Russian translation
2022-08-28 18:40:25 +02:00
Damir Islamov
d2e2f13059 correct Russian translation 2022-08-23 18:44:44 +07:00
Hanna K
6527bd9c9a Fix font dialog when "Keep above other windows" is enabled (issue #53) 2022-08-23 07:23:08 +02:00
Hanna K
4a48bed9c7 Fix snap package 2022-08-22 15:48:14 +02:00
Hanna K
ce063c60ee Update snap package 2022-08-22 15:01:34 +02:00
Hanna K
4f9bdbbeba Use padlock Unicode character (or "[P]" if appropriate font not available) instead of image; Support for var=a variable assignment syntax; Set tooltip for keypad button; Act as if two arguments are required when applying base-N logarithm to expression; Increment version number; Update translations; Update metainfo 2022-08-22 13:01:40 +02:00
Hanna K
3fb1720f76 Always show original expression if parsing of the expression results in errors or warnings (#52) 2022-08-14 12:35:55 +02:00
Hanna K
11aae36d31 Show padlock after protected expression (issue #51); Remove expired code 2022-08-09 19:15:07 +02:00
Hanna Knutsson
b567913197
Merge pull request #48 from idamir/main
Update Russian translation
2022-07-05 14:41:37 +02:00
Damir Islamov
4230bd28c8 update Russian translation 2022-07-05 16:58:18 +07:00
Damir Islamov
f49dda3dde Merge remote-tracking branch 'upstream/main' 2022-07-05 16:39:16 +07:00
Damir Islamov
2ca72e35f3 Fix plural/singular in Russian translation 2022-07-05 16:38:03 +07:00
Hanna K
13278923fc Replace selection (instead of wrap in parentheses) on operator input if selection ends with operator (issue #46) 2022-06-08 08:56:27 +02:00
Hanna K
c34eb1d801 Fix name field not working in argument edit dialog (issue #44) 2022-06-03 19:20:09 +02:00
Hanna K
5b46b044f9 Update snap package 2022-05-26 17:36:58 +02:00
Hanna K
a8bb789828 Add #include <unordered_map> to improve compatibility 2022-05-26 17:36:06 +02:00
Hanna K
910049c4cf Update snap package 2022-05-26 09:34:26 +02:00
Hanna K
fa69618d42 Fix version number 2022-05-26 08:53:44 +02:00
Hanna K
062a68bebe Update snap package 2022-05-25 20:42:29 +02:00
Hanna K
929fd4b9d9 Fix addition of unit to parsed expression without unit (when trying to convert to a unit) in exact mode; Use preferred input name for base units in unit edit dialog; Set tooltip for url in history view; Update translations; Update metainfo 2022-05-25 18:40:22 +02:00
Hanna K
9527474af5 Insert minus instead of executing RPN operation when last character is E; Make sure that name conflict warning message is at least shown once for each new name (behaviour was less than optimal when name edit dialog was used); Polar plot style; Do not show number for single unnamed function argument; If completion item was selected using tab, cycle through completion items on subsequent tab key presses; Allow binding of tab key and make completion tab key configurable; Let tab and shift+tab behave us down/up keys when completion list is visible if tab key is not bound; Underscores handling updates; Add link to Wikipedia page for initial UAH flag; Increment version number; Update translations 2022-05-17 20:26:57 +02:00
Hanna K
e7be51d117 Support for binary-coded decimal (BCD) 2022-04-26 19:47:28 +02:00
Hanna K
b7f83542bc Complete updated formatting of names with underscores; Ask the user for the desired sinc() variant (unnormalized or normalized) 2022-04-24 14:26:31 +02:00
Hanna K
5b9ee04ab4 Option to disable display of real and imaginary parts in plot dialog; Ellipsize long completion names list; Show some names capitalized without underscore in completion; Fix segfault when result is a currency with quantity of one; Fix keyboard shortcut displayed for history search in context menu; Make history search dialog non-modal 2022-04-21 12:10:07 +02:00
Hanna K
b9ef6df621 Fix copy keyboard shortcut in expression entry 2022-04-13 19:01:16 +02:00