833 Commits
Author SHA1 Message Date
Oliver Hamlet 7add004582 Update libloadorder to v9.5.3 2016-11-12 08:53:43 +00:00
S猫 39c7e1c1b1 Update Chinese translation 2016-11-09 02:02:30 +08:00
Denis KandGitHub e2d66c29c9 Updated Russian Translation from latest Template.pot 2016-11-07 11:29:41 +05:00
Frederik “Freso” S. Olesen 9bca210d3e Danish translation: Update a small handful of strings. 2016-11-05 12:51:24 +01:00
Oliver Hamlet f1ca18b744 Add update checking to UI
Unblock most http(s) requests to allow usage of the GitHub API.
Requests to fonts.googleapis.com are still blocked to prevent Polymer
trying to load the fonts from there when they're already present
locally.
2016-11-03 07:02:26 +00:00
lpradel 1a93992c3a Update German translation 2016-10-20 17:27:53 +02:00
Oliver Hamlet 6e4aba3a5e Fix swedish translation file path 2016-10-15 12:29:23 +01:00
Mikael Hiort af OrnäsandGitHub dba2f52470 Create loot.po in Swedish (sv)
Translation into Swedish (sv) of LOOT, based on v.0.9.2. Including folders (.../resources/l10n/ sv/LC_MESSAGES/*).
2016-10-13 16:53:35 +02:00
Oliver Hamlet 9ea5e31cdf Replace path_* error codes
path_write_fail, path_read_fail and path_not_found are replaced by the
new FileAccessError exception class
2016-10-08 12:21:07 +01:00
Oliver Hamlet 51a2efb129 Add ConditionSyntaxError exception type
Thrown when there's a syntax error when parsing a condition.
2016-10-08 12:21:07 +01:00
TokcDKandOliver Hamlet 2f00f5e1c3 Update Russian translation
Closes #657, which provided the translation file.
2016-10-08 11:40:37 +01:00
Oliver Hamlet 9af29b99b7 Remove link to old metadata syntax doc 2016-09-21 20:38:34 +01:00
Oliver Hamlet ca693de906 Increment version to 0.10.0 2016-09-18 13:32:03 +01:00
S猫 a4a271d4ff Update loot.po 2016-09-18 12:01:13 +08:00
Oliver Hamlet 75dda2c75b Update JS style config, and code to match 2016-09-14 18:54:59 +01:00
S猫 4c764c7ffd Update loot.po 2016-09-12 15:45:25 +08:00
Oliver Hamlet 6e976923fb Use the same request structure for all queries
This simplifies the parsing logic and further refactoring.
2016-09-10 10:52:13 +01:00
S猫 01642d7bfd Update loot.po 2016-08-28 03:33:45 +08:00
Oliver Hamlet 4028f1cebb Make SortPlugins take a vector of plugins to sort 2016-08-24 08:08:21 +01:00
Oliver Hamlet e14625d821 Refactor Message::Type to MessageType
For use by the C++ API.
2016-08-24 07:48:36 +01:00
Oliver Hamlet 01836966b4 Tweak cleaning data metadata structure
Rename `util` to `utility`, and add an `info` key that acts like the
message structure's `content` key. Also change the generated message
structures slightly to reflect the changes. Closes #608.
2016-08-06 16:58:42 +01:00
Oliver Hamlet f6512c6d35 Add support for 'clean' metadata key
Display an icon with tooltip on the cards of cleaned plugins.
2016-08-06 16:32:50 +01:00
Oliver Hamlet 0f9886e298 Rename PluginDirtyInfo class to PluginCleaningData
It'll be used to hold data about clean plugins too.
2016-08-06 16:31:02 +01:00
Frederik “Freso” S. Olesen c6dec4518a Make the pre-commit Git hook executable.
This allows for symlinking it in .git/hooks/ directly[1] or executing
it from within an already existing `pre-commit` hook/script without
calling out to an interpreter in there[2], thus keeping up with any
upstream changes to it automatically.

Follow-up to e3b39b7233 / https://github.com/loot/loot/issues/622

[1] `ln -s ../../scripts/git/pre-commit .git/hooks/pre-commit`
[2] `./scripts/git/pre-commit` vs. `/bin/sh ./scripts/git/pre-commit`
2016-08-04 21:46:16 +02:00
Oliver Hamlet e3b39b7233 Add Git pre-commit hook for generating POT file
It will generate a POT file, then add it to the commit if more than one
line is changed (because there's no point committing it if the only
change is to the creation time), and discard the generated file
otherwise.

The generated POT file changes the order of a few of its entries, so
I've included that in this commit.
2016-08-04 19:00:36 +01:00