Skip to content

Commit

Permalink
Version 7.3.0
Browse files Browse the repository at this point in the history
Version 7.3.0
  • Loading branch information
msevestre authored Jun 12, 2018
2 parents c8192ca + 5ff27d3 commit 88690a5
Show file tree
Hide file tree
Showing 453 changed files with 8,680 additions and 3,458 deletions.
2 changes: 1 addition & 1 deletion appveyor-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ configuration: Debug
image: Visual Studio 2017

environment:
app_version: '7.2.0'
app_version: '7.3.0'

version: '%app_version%.{build}'

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ configuration: Debug
image: Visual Studio 2017

environment:
app_version: '7.2.0'
app_version: '7.3.0'

version: '%app_version%.{build}'

Expand Down
2 changes: 1 addition & 1 deletion src/OSPSuite.Assets/ApplicationIcon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public virtual Bitmap ToImage(IconSize imageSize)
if (!_imageCache.Contains(imageSize))
{
var icon = WithSize(imageSize);
var image = icon == null ? new Bitmap(imageSize.Width, imageSize.Height) : icon.ToBitmap();
var image = icon?.ToBitmap() ?? new Bitmap(imageSize.Width, imageSize.Height);
_imageCache.Add(imageSize, image);
}
return _imageCache[imageSize];
Expand Down
925 changes: 474 additions & 451 deletions src/OSPSuite.Assets/ApplicationIcons.cs

Large diffs are not rendered by default.

192 changes: 191 additions & 1 deletion src/OSPSuite.Assets/Icons.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

57 changes: 57 additions & 0 deletions src/OSPSuite.Assets/Icons.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1306,4 +1306,61 @@
<data name="SensitivityAnalysisVisualFeedback" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\SensitivityAnalysisVisualFeedback.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="ValueOriginMethodAssumption" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\ValueOriginMethodAssumption.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="ValueOriginMethodInVitro" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\ValueOriginMethodInVitro.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="ValueOriginMethodInVivo" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\ValueOriginMethodInVivo.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="ValueOriginMethodManualFit" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\ValueOriginMethodManualFit.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="ValueOriginMethodOther" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\ValueOriginMethodOther.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="ValueOriginMethodParameterIdentification" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\ValueOriginMethodParameterIdentification.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="ValueOriginMethodUnknown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\ValueOriginMethodUnknown.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="ValueOriginSourceDatabase" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\ValueOriginSourceDatabase.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="ValueOriginSourceInternet" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\ValueOriginSourceInternet.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="ValueOriginSourceOther" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\ValueOriginSourceOther.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="ValueOriginSourceParameterIdentification" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\ValueOriginSourceParameterIdentification.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="ValueOriginSourcePublication" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\ValueOriginSourcePublication.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="ValueOriginSourceUnknown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\ValueOriginSourceUnknown.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Properties" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\Properties.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Tag" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\Tag.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="UserDefinedSpecies" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\UserDefinedSpecies.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Snapshot" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\Snapshot.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="SnapshotExport" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\SnapshotExport.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="SnapshotImport" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\SnapshotImport.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>
Binary file added src/OSPSuite.Assets/Icons/Properties.ico
Binary file not shown.
Binary file added src/OSPSuite.Assets/Icons/Snapshot.ico
Binary file not shown.
Binary file added src/OSPSuite.Assets/Icons/SnapshotExport.ico
Binary file not shown.
Binary file added src/OSPSuite.Assets/Icons/SnapshotImport.ico
Binary file not shown.
Binary file added src/OSPSuite.Assets/Icons/Tag.ico
Binary file not shown.
Binary file added src/OSPSuite.Assets/Icons/UserDefinedSpecies.ico
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 88690a5

Please sign in to comment.