diff --git a/Eve-O-Preview/Eve-O-Preview.csproj b/Eve-O-Preview/Eve-O-Preview.csproj index 64f0ad2..a022820 100644 --- a/Eve-O-Preview/Eve-O-Preview.csproj +++ b/Eve-O-Preview/Eve-O-Preview.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -10,9 +10,10 @@ Properties EveOPreview Eve-O Preview - v4.5 + v4.5.2 + true @@ -70,16 +71,20 @@ + + app.manifest + ..\packages\Costura.Fody.1.6.2\lib\dotnet\Costura.dll False - - ..\packages\LightInject.5.0.3\lib\net45\LightInject.dll + + ..\packages\LightInject.5.1.1\lib\net452\LightInject.dll - - ..\packages\Newtonsoft.Json.10.0.2\lib\net45\Newtonsoft.Json.dll + + R:\eve-o-preview\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll + True @@ -174,7 +179,11 @@ - + + + + Designer + @@ -183,15 +192,17 @@ + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + True/PM + + + + diff --git a/Eve-O-Preview/packages.config b/Eve-O-Preview/packages.config index 6154a73..9776243 100644 --- a/Eve-O-Preview/packages.config +++ b/Eve-O-Preview/packages.config @@ -1,7 +1,7 @@  - - - - + + + + \ No newline at end of file diff --git a/README.md b/README.md index de37c01..05a6859 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ CCP FoxFour wrote: > and doesn't need to be again. Assuming the functionality of the software doesn't change, it is > allowed in its current state. -[CCP Grimmi wrote](https://forums.eveonline.com/default.aspx?g=posts&m=6362936#post6362936): +CCP Grimmi wrote: > Overlays which contain a full, unchanged, EVE Client instance in a view only mode, no matter > how large or small they are scaled, like it is done by EVE-O Preview as of today, are fine > with us. These overlays do not allow any direct interaction with the EVE Client and you have @@ -95,9 +95,9 @@ Some of the application options are not exposed in the GUI. They can be ajusted | Option | Description | | --- | --- | -| **ActiveClientHighlightThickness** | Thickness of the border used to highlight the active client's thumbnail.
Allowed values are **1**...**6**.
The default value is **3**
For example: **"ActiveClientHighlightThickness": 3,** | -| **ThumbnailMinimumSize** | Minimum thumbnail size that can be set either via GUI or by resizing a thumbnail window. Value is witten in the form "width, height"
The default value is **"100, 80"**.
For example: **"ThumbnailMinimumSize": "100, 80",** | -| **ThumbnailMaximumSize** | Maximum thumbnail size that can be set either via GUI or by resizing a thumbnail window. Value is witten in the form "width, height"
The default value is **"640, 400"**.
For example: **"ThumbnailMaximumSize": "640, 400",** | +| **ActiveClientHighlightThickness** | Thickness of the border used to highlight the active client's thumbnail.
Allowed values are **1**...**6**.
The default value is **3**
For example: **"ActiveClientHighlightThickness": 3** | +| **ThumbnailMinimumSize** | Minimum thumbnail size that can be set either via GUI or by resizing a thumbnail window. Value is witten in the form "width, height"
The default value is **"100, 80"**.
For example: **"ThumbnailMinimumSize": "100, 80"** | +| **ThumbnailMaximumSize** | Maximum thumbnail size that can be set either via GUI or by resizing a thumbnail window. Value is witten in the form "width, height"
The default value is **"640, 400"**.
For example: **"ThumbnailMaximumSize": "640, 400"** | ## Hotkey Setup @@ -156,16 +156,7 @@ The following hotkey is described as `modifier+key` where `modifier` can be **Co ## Forum thread -https://meta.eveonline.com/t/4202 - - -## Original threads - -* https://forums.eveonline.com/default.aspx?g=posts&t=389086 - -* https://forums.eveonline.com/default.aspx?g=posts&t=246157 - -* https://forums.eveonline.com/default.aspx?g=posts&t=484927 +https://forums.eveonline.com/t/4202 ## Original repository