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

Settings UI and internals #46

Merged
merged 10 commits into from
May 16, 2013
Merged

Settings UI and internals #46

merged 10 commits into from
May 16, 2013

Commits on Mar 18, 2013

  1. Base of settings model.

    Therzok committed Mar 18, 2013
    Configuration menu
    Copy the full SHA
    9a37da1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eedbfbc View commit details
    Browse the repository at this point in the history
  3. *Moved settings to its own files.

    *Added a test combo box for future interactions.
    *Added UnitTests for Settings functions.
    Therzok committed Mar 18, 2013
    Configuration menu
    Copy the full SHA
    608629b View commit details
    Browse the repository at this point in the history
  4. *Added default settings file.

    TODO: Move it to UnitTests folder.
    Therzok committed Mar 18, 2013
    Configuration menu
    Copy the full SHA
    340d625 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2013

  1. Miscellaneous improvements:

    Refactored UnitTests for Settings.
    UnitTests now get their stub settings xml file.
    SettingsView stub.
    Therzok committed Apr 23, 2013
    Configuration menu
    Copy the full SHA
    6650b23 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2013

  1. Configuration menu
    Copy the full SHA
    0a6296c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af67aca View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2013

  1. Changed font on labels.

    Therzok committed Apr 30, 2013
    Configuration menu
    Copy the full SHA
    ee2596d View commit details
    Browse the repository at this point in the history

Commits on May 14, 2013

  1. [Settings] Added usage of settings variables in application.

    The method is as follows:
    **Add property to SettingsDataContext.
    **Create a visual handler for the property in SettingsView.xaml.
    **Modify App.config xml.
    **Add updating of ViewModel property in ToggleSettings handler.
    **Modify your affected ViewModel to handle the property.
    **Use the property in its specific view.
    
    Currently updates happen on toggling off the settings window.
    Therzok committed May 14, 2013
    Configuration menu
    Copy the full SHA
    5694175 View commit details
    Browse the repository at this point in the history
  2. *Modified UnitTests.

    Therzok committed May 14, 2013
    Configuration menu
    Copy the full SHA
    b43d8d7 View commit details
    Browse the repository at this point in the history