Pino Toscano

Results 28 issues of Pino Toscano

Those desktop MIME types were needed only with KDE up to 3.x, as it used to have its own desktop-based MIME type system. KDE 3 is EOL for many years...

Instead of symlinking the scripts directory in the grantlee sources to the source directory of this example, directly invoke the `extract_strings_linguist.py` script with its relative path for the example source...

The LSM format is a very old format for software, and it is dead for many years already. Commit 1f2ce9fce665cb967e56f08b5ca336def6379caf already removed the Makefile rules for it; drop the file...

This PR does a number of changes & fixes related to i18n, mostly in the build system: - drop the old `messages.po` file - use `ngettext()` for the `Processor`/`Processors` plural...

The LSM format is a very old format for software, and it is dead for many years already. Since keeping the .lsm up-to-date is basically not much of use, simply...

The LSM format is a very old format for software, and it is dead for many years already. Since keeping the .lsm up-to-date is basically not much of use, simply...

- drop `application/x-gedcom`: `shared-mime-info` ships one since v0.17 (released in 2006) - drop the uppercase glob pattern in `application/x-geneweb`, as the pattern matching is case-insensitive by default See the specific...

- use the `root_unix` (and its test) module also on Hurd (as Unix platform) - copy the `root_linux` module as `root_hurd`, keeping all the distribution paths (even Hurd is available...

Stop installing the SVG application icon in the legacy pixmaps location: it does not belong there, as it is already installed in the XDG hicolor icon theme. Also drop a...

This is needed to ensure that `MetaEnumVariable` can be properly handled for comparisons, e.g. as done via `QVariant::compare()`. Followup of commit 3b1931e30a23286a64f713a815f701d194a3c759 Fixes #89