diff options
| author | Tannin <devnull@localhost> | 2014-05-25 15:39:45 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-05-25 15:39:45 +0200 |
| commit | cf0a1bc2be22c8784fd098e00e05e46373afe602 (patch) | |
| tree | 3f2140aae72dbebb1ef5c475eb019bb246f469d2 /src/resources.qrc | |
| parent | 48c8cca578c415152e64b3c3a6e1523dbc76b4d8 (diff) | |
- files in bsas are now only displayed in the data tab if they are managed by mo
- number of problems detected by MO is now displayed as a badge on the icon
- rephrased the explanation text on the Archives tab. unchecked plugin-loaded bsas no longer prompt a warning
- bsa extraction is now handled in a plugin
- added a way for plugins to react to mod installation
- re-enabled the automatic fix for asset order problems
- bugfix: In some cases when a download wasn't started successfully the download urls weren't stored in the meta file so no resume was possible
- bugfix: MO tried to resume downloads when it didn't have and download urls
- bugfix: downloads couldn't be paused if the download was already broken on the network layer
- bugfix: download managear did not recognize a file as downloaded if the download completed before signals were hooked up
- bugfix: in-place file replacement was re-broken
Diffstat (limited to 'src/resources.qrc')
| -rw-r--r-- | src/resources.qrc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/resources.qrc b/src/resources.qrc index 2300a15e..3287ad5d 100644 --- a/src/resources.qrc +++ b/src/resources.qrc @@ -55,5 +55,15 @@ <file alias="backup">resources/document-save_32.png</file> <file alias="restore">resources/edit-undo.png</file> <file alias="sort">resources/arrange-boxes.png</file> + <file alias="badge_1">resources/badge_1.png</file> + <file alias="badge_2">resources/badge_2.png</file> + <file alias="badge_3">resources/badge_3.png</file> + <file alias="badge_4">resources/badge_4.png</file> + <file alias="badge_5">resources/badge_5.png</file> + <file alias="badge_6">resources/badge_6.png</file> + <file alias="badge_7">resources/badge_7.png</file> + <file alias="badge_8">resources/badge_8.png</file> + <file alias="badge_9">resources/badge_9.png</file> + <file alias="badge_more">resources/badge_more.png</file> </qresource> </RCC> |
