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

TabControl support and some improvements #132

Merged
merged 9 commits into from
Apr 21, 2015

Commits on Apr 17, 2015

  1. Configuration menu
    Copy the full SHA
    374c12a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9235d9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a9a413 View commit details
    Browse the repository at this point in the history
  4. new version 1.0.0-ALPHA007

    punker76 committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    678df46 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2015

  1. call ApplyTemplate for TabItem

    call ApplyTemplate for TabItem in TabControl to avoid this error:
    
    System.Windows.Data Error: 4 : Cannot find source for binding with
    reference 'RelativeSource FindAncestor,
    AncestorType='System.Windows.Controls.TabControl', AncestorLevel='1''.
    BindingExpression:Path=TabStripPlacement; DataItem=null; target element
    is 'TabItem' (Name=''); target property is 'NoTarget' (type 'Object')
    punker76 committed Apr 20, 2015
    Configuration menu
    Copy the full SHA
    bdf2034 View commit details
    Browse the repository at this point in the history
  2. not necessary

    punker76 committed Apr 20, 2015
    Configuration menu
    Copy the full SHA
    fd60280 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    811b78c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da41359 View commit details
    Browse the repository at this point in the history
  5. new version 1.0.0-ALPHA008

    punker76 committed Apr 20, 2015
    Configuration menu
    Copy the full SHA
    db0c863 View commit details
    Browse the repository at this point in the history