summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2021-04-14[pkg] modify version gen to read static version filekali kaneko (leap communications)
this can be used from any build script to distinguish the version string that will be displayed (ie: 0.21.2-debian-1) - Resolves: #468
2021-04-14[pkg] lintian happykali kaneko (leap communications)
2020-11-21Updating makefile to support Cygwin64 for Windows users.t h
- Closes: #394
2020-10-23[pkg] relink vendor assetskali kaneko (leap communications)
2020-09-25[pkg] let's get snaps working with our qt buildRuben Pollan
- Resolves: #297
2020-07-28Add support for internationalizationRuben Pollan
- Resolves: #243
2020-06-12[pkg] ignore new stuffkali kaneko (leap communications)
Signed-off-by: kali kaneko (leap communications) <kali@leap.se>
2019-08-28[pkg] ignore deploy folderKali Kaneko (leap communications)
2019-08-07[pkg] missing snap boilerplateKali Kaneko (leap communications)
2019-08-05[feat] windows templatesKali Kaneko (leap communications)
2019-08-05[feat] add make prepare target to MakefileKali Kaneko (leap communications)
2019-01-15[feat] add a cli clientRuben Pollan
2019-01-15[feat] move helper into the repoRuben Pollan
2019-01-15[feat] Reorganize codeRuben Pollan
Let's use a more structured folder system: https://github.com/golang-standards/project-layout - Resolves: #99
2018-11-19[feat] Generate messages.json for transifexRuben Pollan
Add to 'make generate_locales' the generation of a 'transifex/messages.json' that will be automatically pulled by transifex for translations. To incorporate translations from transifex into our project we'll need to manually download the selected translations and convert them with the transifex program into gotext format. -Resolves: #73
2018-06-21[feat] add support for the windows launcherRuben Pollan
2018-02-21[feat] add i18n supportRuben Pollan
Using golang.org/x/text, wich is still in early stages of development, but seems to work good enough for our needs. - Resolves: #2
2018-01-16[feat] Dummy implementation of the systrayRuben Pollan