Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated icons #72

Merged
merged 1 commit into from
Feb 11, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.