Skip to content

Commit

Permalink
Updated icons for compare, history, pending changes, refresh, switch,…
Browse files Browse the repository at this point in the history
… and undo
  • Loading branch information
sharwell committed Feb 11, 2013
1 parent b308da7 commit 3e0f64b
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 7 deletions.
6 changes: 6 additions & 0 deletions BasicSccProvider.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,17 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Resources\Compare.png" />
<Content Include="Resources\History.png" />
<Content Include="Resources\Images_24bit.bmp" />
<Content Include="Resources\Images_32bit.bmp" />
<Resource Include="Resources\Loading.png" />
<Content Include="Resources\Images_32bit.png" />
<Content Include="Resources\PendingCheckins.png" />
<Content Include="Resources\Refresh.png" />
<Content Include="Resources\SccGlyphs.bmp" />
<Content Include="Resources\Switch.png" />
<Content Include="Resources\UndoCheckout.png" />
<Content Include="solution explorer.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
Expand Down
28 changes: 21 additions & 7 deletions PkgCmd.vsct
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@

<Button guid="guidSccProviderCmdSet" id="icmdSccCommandCompare" priority="0x0101" type="Button">
<Parent guid="guidSccProviderCmdSet" id="igrpSourceControlCommands"/>
<Icon guid="guidSccProviderImages" id="iconGitBash" />
<Icon guid="guidSccProviderImageCompare" id="1" />
<CommandFlag>DynamicVisibility</CommandFlag>
<CommandFlag>DefaultInvisible</CommandFlag>
<CommandFlag>IconAndText</CommandFlag>
Expand All @@ -131,7 +131,7 @@

<Button guid="guidSccProviderCmdSet" id="icmdSccCommandUndo" priority="0x0102" type="Button">
<Parent guid="guidSccProviderCmdSet" id="igrpSourceControlCommands"/>
<Icon guid="guidSccProviderImages" id="iconGitBash" />
<Icon guid="guidSccProviderImageUndoCheckout" id="1" />
<CommandFlag>DynamicVisibility</CommandFlag>
<CommandFlag>DefaultInvisible</CommandFlag>
<CommandFlag>IconAndText</CommandFlag>
Expand All @@ -153,7 +153,7 @@

<Button guid="guidSccProviderCmdSet" id="icmdSccCommandRefresh" priority="0x0104" type="Button">
<Parent guid="guidSccProviderCmdSet" id="igrpSourceControlCommands"/>
<Icon guid="guidSccProviderImages" id="iconGitBash" />
<Icon guid="guidSccProviderImageRefresh" id="1" />
<CommandFlag>DynamicVisibility</CommandFlag>
<CommandFlag>DefaultInvisible</CommandFlag>
<CommandFlag>IconAndText</CommandFlag>
Expand Down Expand Up @@ -198,7 +198,7 @@

<Button guid="guidSccProviderCmdSet" id="icmdSccCommandPendingChanges" priority="0x0101" type="Button">
<Parent guid="guidSccProviderCmdSet" id="igrpGeneralSourceControlCommands"/>
<Icon guid="guidSccProviderImages" id="iconGitBash" />
<Icon guid="guidSccProviderImagePendingCheckins" id="1" />
<CommandFlag>DynamicVisibility</CommandFlag>
<CommandFlag>DefaultInvisible</CommandFlag>
<CommandFlag>IconAndText</CommandFlag>
Expand All @@ -209,7 +209,7 @@

<Button guid="guidSccProviderCmdSet" id="icmdSccCommandHistory" priority="0x0105" type="Button">
<Parent guid="guidSccProviderCmdSet" id="igrpSourceControlCommands"/>
<Icon guid="guidSccProviderImages" id="iconGitBash" />
<Icon guid="guidSccProviderImageHistory" id="1" />
<CommandFlag>DynamicVisibility</CommandFlag>
<CommandFlag>DefaultInvisible</CommandFlag>
<CommandFlag>IconAndText</CommandFlag>
Expand Down Expand Up @@ -243,7 +243,7 @@

<Button guid="guidSccProviderCmdSet" id="icmdPendingChangesCommitToBranch" priority="0x0006" type="Button">
<Parent guid="guidSccProviderCmdSet" id="igrpPendingChangesToolWindowToolbarGroup"/>
<Icon guid="guidSccProviderImages" id="iconGitBash" />
<Icon guid="guidSccProviderImageSwitch" id="1" />
<CommandFlag>DynamicVisibility</CommandFlag>
<CommandFlag>DefaultInvisible</CommandFlag>
<CommandFlag>IconAndText</CommandFlag>
Expand All @@ -254,7 +254,7 @@

<Button guid="guidSccProviderCmdSet" id="icmdPendingChangesRefresh" priority="0x0007" type="Button">
<Parent guid="guidSccProviderCmdSet" id="igrpPendingChangesToolWindowToolbarGroup"/>
<Icon guid="guidSccProviderImages" id="iconGitBash" />
<Icon guid="guidSccProviderImageRefresh" id="1" />
<CommandFlag>DynamicVisibility</CommandFlag>
<CommandFlag>DefaultInvisible</CommandFlag>
<CommandFlag>IconAndText</CommandFlag>
Expand All @@ -268,6 +268,13 @@
<Bitmaps>
<Bitmap guid="guidSccProviderImages" href="Resources\Images_32bit.png"
usedList="iconGitBash, iconGitExt, iconUncheckout, iconCompare, iconRefresh, iconOpenIgnoreFile, iconGitTor, iconGitInit"/>

<Bitmap guid="guidSccProviderImageSwitch" href="Resources\Switch.png" />
<Bitmap guid="guidSccProviderImageHistory" href="Resources\History.png" />
<Bitmap guid="guidSccProviderImageRefresh" href="Resources\Refresh.png" />
<Bitmap guid="guidSccProviderImagePendingCheckins" href="Resources\PendingCheckins.png" />
<Bitmap guid="guidSccProviderImageCompare" href="Resources\Compare.png" />
<Bitmap guid="guidSccProviderImageUndoCheckout" href="Resources\UndoCheckout.png" />
</Bitmaps>
</Commands>

Expand Down Expand Up @@ -393,5 +400,12 @@
<IDSymbol name="iconGitTor" value="7"/>
<IDSymbol name="iconGitInit" value="8"/>
</GuidSymbol>

<GuidSymbol name="guidSccProviderImageSwitch" value="{D29BF411-DEAC-4A50-8D84-389DE40DA2D4}" />
<GuidSymbol name="guidSccProviderImageHistory" value="{2544AC47-1DDF-41EF-8FD9-C1FCFAF16E7C}" />
<GuidSymbol name="guidSccProviderImageRefresh" value="{254C6918-2499-415F-BD52-5DA291333808}" />
<GuidSymbol name="guidSccProviderImagePendingCheckins" value="{8E7C0075-060A-4411-A90C-BE88E4370386}" />
<GuidSymbol name="guidSccProviderImageCompare" value="{89C2CE10-4265-462C-83B6-BEC12CF0CDD0}" />
<GuidSymbol name="guidSccProviderImageUndoCheckout" value="{78B4AED4-1FEC-4910-A3F7-8FE4022BED8B}" />
</Symbols>
</CommandTable>
Binary file added Resources/Compare.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/History.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/PendingCheckins.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/Refresh.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/Switch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/UndoCheckout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3e0f64b

Please sign in to comment.