Jan Tojnar

Results 824 comments of Jan Tojnar

I assume this can be closed. `configure` was removed and the options are now always on: https://github.com/GPSBabel/gpsbabel/blob/8de4c28b6c82e1abbac0df23c68f9c3c82eceee8/CMakeLists.txt#L357-L361

We could also use [l20n](https://github.com/l20n/python-l20n), which supports much more language features than gettext. Unfortunately, the tool support is currently [not that great](https://github.com/translate/translate/milestone/24).

Or we could have “Unnamed activity” as a default value, the timestamp coud be confusing during editing since the user woud have to discern which numbers are the time interval...

I still feel like this should be handled by an extension. Otherwise, one-click option is probably preferable since the goal is probably to allow quick continuation of a fact. Perhaps...

Why do we need the verbose license text? IIRC the GPL is fine with linking to the license text. Comment alignment looks fine to me but it can probably be...

Thanks for the update, unfortunately there are still some issues. You can view them by clicking details next to the “Travis CI build failed” bar below. In particular there are...

In #179, we only discussed making it run on MacOS. I don't have any access to the system though.

If `ORDER BY DATE(start) DESC, TIME(start) ASC` is intended, this issue is indeed about the ordering of multi-day facts. The correct ordering should be ``` Sunday 21:00–03:30 fact 2 03:30–13:00...

This is already in the develop branch. On Mon, 25 Mar 2019, 17:22 Roman Kovtyukh, wrote: > I've signed the Contributor License Agreement. > > — > You are receiving...

According to the [Icon Theme Specification](https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html#install_icons), we should place a PNG file into `$prefix/share/icons/hicolor/48x48/apps` and preferably also a SVG to `$prefix/share/icons/hicolor/48x48/apps`. And the link from OP also suggest placing monochrome...