From 935398041dc3813a71848807684f9eb2a3abfea3 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sat, 16 Jan 2016 15:16:51 +0000 Subject: [PATCH 1/3] Update docs for UI resources path change The "report" folder got renamed to "ui" a while ago. --- docs/LOOT Metadata Syntax.html | 16 ++++++++-------- docs/LOOT Readme.html | 18 +++++++++--------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/docs/LOOT Metadata Syntax.html b/docs/LOOT Metadata Syntax.html index c6a1ee99..db32cd2d 100644 --- a/docs/LOOT Metadata Syntax.html +++ b/docs/LOOT Metadata Syntax.html @@ -9,49 +9,49 @@ font-family: 'Roboto'; font-style: normal; font-weight: 300; - src: url('../resources/report/fonts/Roboto-Light.ttf'); + src: url('../resources/ui/fonts/Roboto-Light.ttf'); } @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 300; - src: url('../resources/report/fonts/Roboto-LightItalic.ttf'); + src: url('../resources/ui/fonts/Roboto-LightItalic.ttf'); } @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; - src: url('../resources/report/fonts/Roboto-Regular.ttf'); + src: url('../resources/ui/fonts/Roboto-Regular.ttf'); } @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 400; - src: url('../resources/report/fonts/Roboto-Italic.ttf'); + src: url('../resources/ui/fonts/Roboto-Italic.ttf'); } @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 500; - src: url('../resources/report/fonts/Roboto-Medium.ttf'); + src: url('../resources/ui/fonts/Roboto-Medium.ttf'); } @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 500; - src: url('../resources/report/fonts/Roboto-MediumItalic.ttf'); + src: url('../resources/ui/fonts/Roboto-MediumItalic.ttf'); } @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; - src: url('../resources/report/fonts/Roboto-Bold.ttf'); + src: url('../resources/ui/fonts/Roboto-Bold.ttf'); } @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 700; - src: url('../resources/report/fonts/Roboto-BoldItalic.ttf'); + src: url('../resources/ui/fonts/Roboto-BoldItalic.ttf'); } /* Typography */ diff --git a/docs/LOOT Readme.html b/docs/LOOT Readme.html index c5dd9996..44fa718b 100644 --- a/docs/LOOT Readme.html +++ b/docs/LOOT Readme.html @@ -9,49 +9,49 @@ font-family: 'Roboto'; font-style: normal; font-weight: 300; - src: url('../resources/report/fonts/Roboto-Light.ttf'); + src: url('../resources/ui/fonts/Roboto-Light.ttf'); } @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 300; - src: url('../resources/report/fonts/Roboto-LightItalic.ttf'); + src: url('../resources/ui/fonts/Roboto-LightItalic.ttf'); } @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; - src: url('../resources/report/fonts/Roboto-Regular.ttf'); + src: url('../resources/ui/fonts/Roboto-Regular.ttf'); } @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 400; - src: url('../resources/report/fonts/Roboto-Italic.ttf'); + src: url('../resources/ui/fonts/Roboto-Italic.ttf'); } @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 500; - src: url('../resources/report/fonts/Roboto-Medium.ttf'); + src: url('../resources/ui/fonts/Roboto-Medium.ttf'); } @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 500; - src: url('../resources/report/fonts/Roboto-MediumItalic.ttf'); + src: url('../resources/ui/fonts/Roboto-MediumItalic.ttf'); } @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; - src: url('../resources/report/fonts/Roboto-Bold.ttf'); + src: url('../resources/ui/fonts/Roboto-Bold.ttf'); } @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 700; - src: url('../resources/report/fonts/Roboto-BoldItalic.ttf'); + src: url('../resources/ui/fonts/Roboto-BoldItalic.ttf'); } /* Typography */ @@ -472,7 +472,7 @@ var {

Themes

-

LOOT's user interface has experimental support for the use of alternative and custom CSS themes. To use a theme, place its CSS file into the resources/report/css folder inside LOOT's installation folder, and rename the file to theme.css. LOOT will then load this file when it launches. A dark user interface theme is provided with LOOT: to use it, rename dark-theme.css in the resources/report/css folder to theme.css. Theme support is experimental because future updates to LOOT's user interface may break existing CSS selectors.

+

LOOT's user interface has experimental support for the use of alternative and custom CSS themes. To use a theme, place its CSS file into the resources/ui/css folder inside LOOT's installation folder, and rename the file to theme.css. LOOT will then load this file when it launches. A dark user interface theme is provided with LOOT: to use it, rename dark-theme.css in the resources/ui/css folder to theme.css. Theme support is experimental because future updates to LOOT's user interface may break existing CSS selectors.

Contributing & Support

From 672e10f01cbc42c844c46eab6e5a0d4d5a17b4f2 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Fri, 29 Jan 2016 18:48:37 +0000 Subject: [PATCH 2/3] Updated changelogs They are now up-to-date for b1999822b1937f17816ae9b27d90f778b7709b48. --- docs/LOOT Readme.html | 17 +++++++++++++++++ include/loot/api.h | 13 ++++++++++++- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/docs/LOOT Readme.html b/docs/LOOT Readme.html index 44fa718b..14c25745 100644 --- a/docs/LOOT Readme.html +++ b/docs/LOOT Readme.html @@ -538,6 +538,23 @@ A copy of the license is included in the file named "GNU FDL v1.3.txt".Version History

Only program history is recorded here. A full history of masterlist changes may be viewed by browsing the GitHub repositories. +

0.9.0 - X Y 2016

+ +

0.8.1 - 27 September 2015