19 Commits

Author SHA1 Message Date
a2441233b4 Update Copyright year
Signed-off-by: Simon Rozman <simon@rozman.si>
2022-01-07 11:36:26 +01:00
0ba186c984 Switch to SPDX license notice
Signed-off-by: Simon Rozman <simon@rozman.si>
2021-12-01 08:37:10 +01:00
8bf3810032 Silence Code Analysis warnings about unscoped enums
wxWidgets is using unscoped enums and should continue so for backward
compatibility.

Signed-off-by: Simon Rozman <simon@rozman.si>
2021-11-15 11:49:49 +01:00
625549838e Convert asserts to proper checks and log error
Signed-off-by: Simon Rozman <simon@rozman.si>
2021-04-02 16:12:29 +02:00
924971bb3b Copyright: Bump year
Signed-off-by: Simon Rozman <simon@rozman.si>
2021-03-25 08:33:26 +01:00
2084188819 Add UTF-8 BOM markers
MSVC needs them to use correct charset when Language for non-Unicode
programs is set to Windows-1252 or anything different than UTF-8.

Signed-off-by: Simon Rozman <simon@rozman.si>
2020-11-19 10:55:52 +01:00
8baf612a6c Switch to SHA-256 (phase 2)
We switched to a new update catalog file that is using SHA-256 hashes
and signatures.

Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-25 13:47:43 +01:00
877c2cc357 Switch to SHA-256 (phase 1)
Updater will treat all hashes as SHA-256 when checking for updates in
the new catalog - the future releases.

While we keep hashing and signing the old catalog file using SHA-1 - the
past releases.

Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-25 13:21:19 +01:00
07d891aa37 Fix parameter descriptions
wxString doesn't convert to const char * correctly.

Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-25 12:54:33 +01:00
154cd798e4 Extend copyright year
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-11 15:38:53 +01:00
62a7d4e715 Rename stdafx.h to pch.h
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-10 14:10:17 +01:00
c08b40f2dc Stop using "<>" in translations
This confuses Transifex to believe "<input file>" is some kind of
markup.
2018-09-19 10:51:38 +02:00
38238d1183 Extend copyright year 2018-09-07 23:51:15 +02:00
c25cf09b9a Copyright extended to 2017 2017-04-18 14:03:35 +02:00
c425de942c Aesthetic modifications 2016-04-01 14:46:13 +02:00
1752084b24 Output is implemented via wxWidget's logging feature 2016-03-18 12:40:59 +01:00
bd1652bd5f CryptoAPI functions replaced with wxExtend classes, logging improved 2016-03-18 12:19:28 +01:00
330cb83837 Signature removal issue fixed 2016-03-17 14:16:46 +01:00
eeab3a1ec1 Binary repository database dropped and XML variation introduced 2016-03-17 14:04:33 +01:00