Commit Graph

897 Commits (master)
 

Author SHA1 Message Date
Caleb Fontenot cf65462979 Modify Makefile for macOS 2023-02-16 10:07:40 +07:00
Salvo 'LtWorf' Tomaselli 3383a5eb90
Merge pull request #60 from ltworf/uppercasecsv
Ignore case to decide format
2022-01-23 13:45:25 +07:00
Salvo 'LtWorf' Tomaselli 453f5c5002
Ignore case to decide format
Otherwise strange people that use uppercase names will get issues.

Closes: #59
2022-01-23 13:44:01 +07:00
Salvo 'LtWorf' Tomaselli 8b6d739365
Merge pull request #58 from ltworf/fixwatch
Fix d/watch
2021-10-27 09:52:07 +07:00
Salvo 'LtWorf' Tomaselli 3d64a2f86e
Fix d/watch 2021-10-27 09:48:43 +07:00
Salvo 'LtWorf' Tomaselli d822f8d2c9
Merge pull request #57 from ltworf/update_coc
Update CoC
2021-08-27 15:01:39 +07:00
Salvo 'LtWorf' Tomaselli 160dbfffc3
Update CoC 2021-08-27 14:26:29 +07:00
Salvo 'LtWorf' Tomaselli 5e842f955b
Merge pull request #56 from ltworf/coc
Add code of conduct
2021-05-08 20:58:05 +07:00
Salvo 'LtWorf' Tomaselli 0d1f7747f1
Add code of conduct 2021-05-08 20:50:55 +07:00
Salvo 'LtWorf' Tomaselli 3c80c8b5f6
Merge pull request #55 from ltworf/info
Add parent widget
2020-12-30 16:59:01 +07:00
Salvo 'LtWorf' Tomaselli 57cd8236c0
Add parent widget 2020-12-30 12:27:29 +07:00
Salvo 'LtWorf' Tomaselli 2846351115
Merge pull request #54 from ltworf/vcheck
Fix crash
2020-12-30 12:06:13 +07:00
Salvo 'LtWorf' Tomaselli 98ca65b4fe
Fix wrong parameter
leads to a crash
2020-12-30 12:02:58 +07:00
Salvo 'LtWorf' Tomaselli 94facb7744
Merge pull request #52 from ltworf/rid_of_travis
Migrate to github actions
2020-11-23 22:52:16 +07:00
Salvo 'LtWorf' Tomaselli 0b262e7a75
Remove travis 2020-11-23 22:50:24 +07:00
Salvo 'LtWorf' Tomaselli 34f27754fe
Add actions 2020-11-23 22:50:14 +07:00
Salvo 'LtWorf' Tomaselli 8e209235d0
File with requirements to run the tests 2020-11-23 22:47:04 +07:00
Salvo 'LtWorf' Tomaselli a95edd470b
Remove the totally useless codeql action 2020-11-23 22:45:56 +07:00
Salvo 'LtWorf' Tomaselli 96eaa03704
Merge pull request #51 from ltworf/more_strings
More localised strings
2020-10-25 20:13:26 +07:00
Salvo 'LtWorf' Tomaselli c2d7494b7a
New strings translated to italian 2020-10-25 18:56:35 +07:00
Salvo 'LtWorf' Tomaselli f56e2afc01
Localise missing strings 2020-10-25 18:55:16 +07:00
Salvo 'LtWorf' Tomaselli 88b9098afc
Merge pull request #49 from ltworf/localize
Localization for relational
2020-10-24 19:46:56 +07:00
Salvo 'LtWorf' Tomaselli dc26b71cea
typo 2020-10-24 19:40:30 +07:00
Salvo 'LtWorf' Tomaselli ce39b26224
Italian translation 2020-10-24 19:37:02 +07:00
Salvo 'LtWorf' Tomaselli 569ad21441
pot file 2020-10-24 19:15:22 +07:00
Salvo 'LtWorf' Tomaselli 1848d73498
Make makefile a bit more generic 2020-10-24 18:25:01 +07:00
Salvo 'LtWorf' Tomaselli 81cc446b90
Do not replace values before passing to gettext 2020-10-24 18:23:59 +07:00
Salvo 'LtWorf' Tomaselli 750f123620
Fix typo 2020-10-22 08:18:23 +07:00
Salvo 'LtWorf' Tomaselli 4dba82aaaa
Localise readline 2020-10-22 08:16:54 +07:00
Salvo 'LtWorf' Tomaselli 69cbad353a
CHANGELOG 2020-10-22 08:16:54 +07:00
Salvo 'LtWorf' Tomaselli c64fc00987
Localize strings 2020-10-22 08:16:54 +07:00
Salvo 'LtWorf' Tomaselli 820d10a44c
Scan more source files 2020-10-22 08:16:54 +07:00
Salvo 'LtWorf' Tomaselli c5bb52880e
Some italian strings 2020-10-22 08:16:54 +07:00
Salvo 'LtWorf' Tomaselli f1cdcec730
Make translation and stubs 2020-10-22 08:16:54 +07:00
Salvo 'LtWorf' Tomaselli 6fa7385291
.gitignore 2020-10-22 08:16:54 +07:00
Salvo 'LtWorf' Tomaselli f43bba94ad
Add some localization 2020-10-22 08:16:54 +07:00
Salvo 'LtWorf' Tomaselli 470bb6d9e1
Merge pull request #50 from ltworf/gettext
Use gettext instead of the Qt way
2020-10-22 08:16:29 +07:00
Salvo 'LtWorf' Tomaselli 9c7719831a
Use gettext for generated GUI code
Instead of using the Qt system. So I can use one single
way for everything

Also join all the targets into one single target.
2020-10-22 08:10:20 +07:00
Salvo 'LtWorf' Tomaselli f3947b5367
Translate with gettext, not Qt
I want to use a uniform way of translating.
2020-10-22 08:09:54 +07:00
Salvo 'LtWorf' Tomaselli a094ee80d5
Merge pull request #47 from ltworf/requirements
Add requirements file
2020-09-21 22:46:51 +07:00
Salvo 'LtWorf' Tomaselli af8cbbe2fe
Add requirements file 2020-09-21 22:39:03 +07:00
Salvo 'LtWorf' Tomaselli fdc0f6b4ea
Merge pull request #46 from ltworf/version_bump
Bump version
2020-09-20 22:15:32 +07:00
Salvo 'LtWorf' Tomaselli ba2853eb82
Bump version 2020-09-20 21:50:27 +07:00
Salvo 'LtWorf' Tomaselli 087b78c414
Merge pull request #45 from ltworf/version_check
Fix version check
2020-09-20 21:07:09 +07:00
Salvo 'LtWorf' Tomaselli 390fc42a2c
Check new version from github releases
Instead of using my own website.

So I no longer need to update it to reflect the latest version.
2020-09-19 11:44:10 +07:00
Salvo 'LtWorf' Tomaselli bd8dd1f03c
Move swearwords in the function 2020-09-19 11:39:14 +07:00
Salvo 'LtWorf' Tomaselli 07e54acc49
Import http stuff when needed
This makes startup faster
2020-09-19 11:36:50 +07:00
Salvo 'LtWorf' Tomaselli 9273fc7f50
CHANGELOG 2020-09-19 11:13:08 +07:00
Salvo 'LtWorf' Tomaselli cf8936e35f
Merge pull request #44 from ltworf/release_deb
debian changelog
2020-09-05 10:13:03 +07:00
Salvo 'LtWorf' Tomaselli a29ff3fc7c
d/changelog 2020-09-03 11:53:07 +07:00