Skip to content

Commit

Permalink
(chocolateyGH-223) Ability to filter packages with update
Browse files Browse the repository at this point in the history
- Based on suggestion from user, added the ability to filter the locally
installed packages based on whether an update on Chocolatey.org is
available
- Updated all screenshots to reflect change in UI
  • Loading branch information
gep13 authored and RichiCoder1 committed Jun 29, 2015
1 parent f7197d8 commit b5cee18
Show file tree
Hide file tree
Showing 12 changed files with 224 additions and 198 deletions.
418 changes: 221 additions & 197 deletions Source/ChocolateyGui/ViewModels/Controls/LocalSourceControlViewModel.cs

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion Source/ChocolateyGui/Views/Controls/LocalSourceControl.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
<StackPanel Orientation="Horizontal" Margin="0,5">
<Label Margin="5,0" FontSize="16" FontWeight="SemiBold" Target="{Binding ElementName=SearchTextBox}">Search: </Label>
<TextBox x:Name="SearchTextBox" Width="300" Padding="0,2,0,-2" FontSize="14" Text="{Binding SearchQuery, UpdateSourceTrigger=PropertyChanged}"></TextBox>
<CheckBox Name="MatchCheckBox" Margin="5" Content="Match Word Exactly" IsChecked="{Binding MatchWord}"/>
<CheckBox Name="MatchCheckBox" Margin="5" Content="Match Word Exactly" IsChecked="{Binding MatchWord}"/>
<Separator Style="{StaticResource {x:Static ToolBar.SeparatorStyleKey}}" />
<CheckBox Name="UpdatesCheckBox" Margin="5" Content="Show Only Packages with Updates" IsChecked="{Binding ShowOnlyPackagesWithUpdate}"/>
</StackPanel>
<StackPanel Grid.Row="0" Orientation="Horizontal" HorizontalAlignment="Right" VerticalAlignment="Center" Margin="10,5">
<Button Command="{commands:DataContextCommandAdapter RefreshPackages, CanRefreshPackages}" Style="{StaticResource SquareButtonStyle}" Content="Refresh Packages"></Button>
Expand Down
Binary file modified docs/Screenshots/About_Flyout.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 modified docs/Screenshots/Adding_Custom_Source.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 modified docs/Screenshots/Application_Loaded.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 modified docs/Screenshots/Application_Loading.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 modified docs/Screenshots/Context_Menu_Usage_Local.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 modified docs/Screenshots/Custom_Source_Added.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 modified docs/Screenshots/Settings_Flyout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/Screenshots/Showing_Search_Results.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 modified docs/Screenshots/Sources_Flyout.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 b5cee18

Please sign in to comment.