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

Changed WPF Example TabControl to ItemsSource + added keyboard shortcuts etc #344

Merged
merged 14 commits into from Apr 30, 2014

Conversation

perlun
Copy link
Member

@perlun perlun commented Apr 30, 2014

This one is basically plagiarizing #343 in my preferred way of doing it:

  • Small (really, minimalistic) commits. Each individual commit only adds one specific thing. The basic approach to achieving this is to read your commit message. Do you feel the need to add multiple lines? Then you're doing too much at the same time.
  • Space, not tab.
  • Better name of TabControlEx.

Feel free to comment and of course suggest changes if you like! 😃 Nonetheless, merging this now, but I still want to make a PR so you can inspect my list of commits (it's basically your code, split into smaller chunks) and see how I prefer things done.

amaitland and others added 14 commits April 30, 2014 23:05
Create ViewModels namespace - move ViewModel and rename to BrowserTabViewModel
Move and rename MainView to BrowserTabView
…mized) style. Based on 8bddd30 by amaitland, but slightly tweaked so we make each commit even more minimalistic in nature.
… TabControl in a much more MVVM-oriented fashion than previously.
…on-selected tabs look different (to make it easier to distinguish them from each other).
…wserTabViewModels instead. We could clean this up even further by moving stuff out from MainWindow to a MainView & MainViewModel (to achieve a fully code-behind-free approach), but let’s start with this. :) Similarly, based on @amaitland’s changes, only splitting them more aggressively.
perlun added a commit that referenced this pull request Apr 30, 2014
@perlun perlun merged commit 6338c73 into master Apr 30, 2014
@perlun perlun deleted the feature/wpf-tabbed branch April 30, 2014 20:43
@perlun perlun changed the title Fork of #343 Changed WPF Example TabControl to ItemsSource + added keyboard shortcuts etc Apr 30, 2014
@jornh jornh added this to the 31.0.0 milestone May 10, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants