Václav Slavík
Václav Slavík
Fix backward compatibility regression where native NSImage bitmaps, such as those loaded via wxArtProvider on macOS, would loose their isTemplate property when implicitly converted to wxBitmap and back. This resulted...
Poedit should better support non-casual translators with need for consistency. In addition to internal consistency (#166), community consistency by way of glossaries should be supported. This involves - [x] showing...
In Poedit 2, it is no longer possible to navigate the list by typing text (e.g.: Pressing the keyboard "C" key to scroll to the next string starting with "C"...
Currently, Poedit's syntax highlighter only highlights format specifiers for C and PHP. It's not necessary to highlight all rarely used format strings, but it would be nice to support the...
CatalogItem stores line number, which is needed for matching errors from gettext tools and for the `--line` command-line argument. Unfortunately, this information becomes invalid when saving a file, because it...
Spinning off @rillig’s #320 issue: The selected list entry should always be completely visible. Ideally, to get some more context for the current translation, the 1 or 2 messages below...
(Mac) Sparkle now implements more secure signatures using EdDSA (ed25519). See [Sparkle 1.21.0 release](https://github.com/sparkle-project/Sparkle/releases/tag/1.21.0) and the bug that led to it — https://github.com/sparkle-project/Sparkle/issues/1037. This doesn't appear to be documented anywhere...
It should be possible to launch update's installer silently. If the app and the installer support it, download and installation would ideally be done completely within WinSparkle UI. Will need...
Should use assembly metadata in preference to win32 resources. We'll be able to store appcast URL in metadata too, and it should be preferred way of doing it, because it...
Attributes iterators, in particular, return a reference to an internal attr object owned by the iterator. This means that the reference is only valid for the lifetime of the iterator...