Matthias von Faber

Results 9 issues of Matthias von Faber

This should be fixed after #28. On macOS, qolibri currently only advertises English as a supported interface language: ![スクリーンショット 2020-04-19 9 37 56](https://user-images.githubusercontent.com/304760/79684857-ce57eb00-8234-11ea-9e65-339c8a46441d.png) It is possible to start in Japanese...

enhancement
platform:macos

On macOS, certain main menu items are moved to the system menu bar by Qt to conform with platform conventions. This is buggy with the current version of the Japanese...

bug
platform:macos

"Image Error" links like this one have been around since 1.x: ![image](https://user-images.githubusercontent.com/304760/122113620-a1946900-ce22-11eb-8f02-385c957f952e.png) Hopefully this is fixable. Originally reported in #36

bug
libeb

There should be some documentation that outlines the contents and form we ask of contributions.

documentation

The interface could use some tidying up WRT: - Wording - Shortcuts - Main menu: - What goes where (esp. View vs. Settings) - Separators

enhancement

The Japanese interface language wasn't updated in many years and is now ~50% English. This should be fixed as soon as #13 is done.

bug

This implements one possible way of fixing the 'Show always revision message as first' option: When enabled, refreshing the view will now also switch to the Log tab. When disabled,...

Since the removal of the hit limit spin boxes from the toolbar with 185b6472bdc55a5ca49c52bf98b70a3b595257c6, it's been impossible to set per-book and total hit limits. They are fixed at 100 and...

bug

This fixes a crash when built with `--enable-pthread`. `eb_is_text_stopped()` calls `eb_lock()` on the `book` struct itself, instead of its `lock` member. Compiler warns too: ``` readtext.c: In function ‘eb_is_text_stopped’: readtext.c:1563:13:...