2756 Commits
Author SHA1 Message Date
Oliver Hamlet 9eb7d264d8 Update changelogs 0.10.2 2016-12-02 18:02:26 +00:00
Oliver Hamlet af5046413a Increment version to 0.10.2 2016-12-02 17:42:11 +00:00
Oliver Hamlet 22f89d8c28 Fixed blank messages for user-added cleaning metadata
Due to no info key value being present.
2016-12-01 22:45:16 +00:00
Oliver Hamlet 2673c2196b Use synchronous mkdirs when building UI
Also add explicit promise error handling.
2016-12-01 21:53:09 +00:00
Oliver Hamlet c80d1eb5f7 Remove ICO file from repository
Instead generate it as a pre-build step. It can't be generated as part
of the CMake build process because MSVC changes the PATH so that another
convert.exe conflicts with imagemagick's.
2016-12-01 19:03:12 +00:00
Oliver Hamlet 7e2f071aec Add script to create ICO from SVG
It requires Inkscape and ImageMagick to be installed. This does not
replace the existing icon.ico file because of issues integrating the
script into the CI build system, but at least the process is now
documented and reproducible. Closes #713.
2016-12-01 19:03:12 +00:00
Oliver Hamlet 66dcb29d10 Remove font binaries, download during UI build
Closes #714.
2016-12-01 19:03:12 +00:00
Oliver Hamlet fba0aa5cb8 Merge branch 'delete-old-bintray-builds' into dev 2016-12-01 19:02:27 +00:00
Oliver Hamlet d36aad76dd Delete old builds from bintray
Keep the last 40 builds, including at least the most recent version
for any unmerged branches. Closes #715.
2016-12-01 18:40:59 +00:00
MaddBomber83andOliver Hamlet d28a0b79c0 Icon update for higher dpi displays (#712)
https://msdn.microsoft.com/en-us/windows/uwp/controls-and-patterns/tiles-and-notifications-app-assets#asset-size-tables
- The old icon embeded within the EXE does not scale when zoomed or when pinned to the Start Menu (Icon stays small with big box around it)
- The new icon has additional layers (256 128 96 80 72 64 60 48 40 36 32 30 24 20 16) to better support higher DPI displays.
- I recommend submitting the following assets as a bare minimum based on the above link if the ICO file size needs to be reduced:
16x16, 24x24, 32x32, 48x48, 256x256
2016-11-30 07:43:11 +00:00
Oliver Hamlet da42713a19 Improve validation of editor's priority fields
prevent-invalid-input only applies to pattern matching, so ignore it.
Instead, auto-validate and provide an error message, and widen the
inputs so the message can be displayed fully.
2016-11-25 21:10:08 +00:00
Oliver Hamlet b5a491b921 Merge branch 'fix-startup-crash' into dev 2016-11-25 17:31:42 +00:00
Frederik “Freso” S. Olesen 97c8802a20 Merge PR #170: Update Chinese translation.
https://github.com/loot/loot/pull/710
2016-11-25 15:36:26 +01:00
S猫 5e672750ec Update Chinese translation 2016-11-25 22:02:08 +08:00
Oliver Hamlet 3ab35ea59f Pin all Bower dependency versions
To prevent unintended updates resulting in unexpected changes.
2016-11-24 21:08:14 +00:00
Oliver Hamlet 33369b69c7 Fix input underline styling
The change was introduced by paper-input v1.1.21.
2016-11-24 20:57:49 +00:00
Oliver Hamlet 4a426f1a11 Update to libloadorder v9.5.4
This fixes a crash that could happen if some implicitly-active plugins
are missing. Closes #708.
2016-11-24 18:30:12 +00:00
Oliver Hamlet c88bf590db Add plural forms support to dirty plugin messages 2016-11-24 17:58:40 +00:00
Oliver Hamlet 5b7e74c02e Fix l10n of JS strings with format args
The translate() function with a variable number of parameters couldn't
be used in conjunction with plural forms support in Boost.Locale, and
wasn't getting picked up by the pre-commit hook.

Also detect l10n strings in the query handling header files, though
someone else had already added them to the POT file.
2016-11-24 17:58:39 +00:00
Oliver Hamlet c582b5e971 Tweak error message text
To avoid a false positive gettext unterminated string warning.
2016-11-24 17:58:39 +00:00
Oliver Hamlet 26d7f25e2a Don't use template strings in translate()
gettext doesn't understand backtick-quoted strings
2016-11-24 17:58:39 +00:00
Oliver Hamlet 97640895a9 Replace concatenation of translatable strings 2016-11-24 17:58:39 +00:00
Oliver Hamlet 55289d7b09 Mention the MSVC redist in the release notes 2016-11-24 08:15:09 +00:00
Oliver Hamlet cc88428151 Remove duplicate section in docs 2016-11-23 08:03:37 +00:00
Oliver Hamlet 1806e6275c Don't do nothing when redating Skyrim SE plugins 2016-11-20 21:55:25 +00:00