Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: elliot-huffman/ARF-Converter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: elliot-huffman/ARF-Converter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: test
Choose a head ref
  • 10 commits
  • 11 files changed
  • 1 contributor

Commits on Sep 30, 2016

  1. Remove un necessary files

    Not needed for the test branch
    elliot-huffman committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    23fe590 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2016

  1. Finalize radio framework

    Added top level window usage from suggesstion of @bryan Oakley of stack
    overflow. Thank you for your help (pep 8 adherence is coming in a future
    version (most likely after the gui is finished.)
    elliot-huffman committed Oct 1, 2016
    Configuration menu
    Copy the full SHA
    9628c44 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2016

  1. Add top level window support

    Added top level window support to the render_window framework
    elliot-huffman committed Oct 2, 2016
    Configuration menu
    Copy the full SHA
    71e03d5 View commit details
    Browse the repository at this point in the history
  2. Pep8 and bug fix

    Added more pep8 complincy plus corrected a bug with the NBR checking
    system where methods were not correctly referenced
    elliot-huffman committed Oct 2, 2016
    Configuration menu
    Copy the full SHA
    bd2f775 View commit details
    Browse the repository at this point in the history
  3. Fixed cancel button

    Fixed cancel button not showing the parent window again.
    elliot-huffman committed Oct 2, 2016
    Configuration menu
    Copy the full SHA
    7a6ed86 View commit details
    Browse the repository at this point in the history
  4. Lambda Example

    Implemented lambda test/example as a button. The purpose for this code
    is to demonstrate how to pass arguments via a button press without
    creating extra code/functions to do so.
    
    Also updated class name for pep8 compliency, moved another function out
    of Render_Window as Render_Window's scope does not handle window closing
    commands, that is for the program implementing Render_Window to handle.
    elliot-huffman committed Oct 2, 2016
    Configuration menu
    Copy the full SHA
    5d4aa6d View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2016

  1. Add browse_for_data

    Added a browse for data system to allow varible manipulation by browsing
    for a directory or file, currently unfinished. Framework partially
    built.
    elliot-huffman committed Oct 3, 2016
    Configuration menu
    Copy the full SHA
    0e5e1d4 View commit details
    Browse the repository at this point in the history
  2. more browsing framework

    Added more systems to the change var via browsing system.
    elliot-huffman committed Oct 3, 2016
    Configuration menu
    Copy the full SHA
    d6683d8 View commit details
    Browse the repository at this point in the history
  3. Finalized Brwosing

    Finilised change var via browsing framework, added path correction to
    get the correct path saved in the var so it would be useable.
    elliot-huffman committed Oct 3, 2016
    Configuration menu
    Copy the full SHA
    d108b32 View commit details
    Browse the repository at this point in the history
  4. Updated examples

    Added code to properly disable certain dynamic generation features.
    Should now be more robust.
    elliot-huffman committed Oct 3, 2016
    Configuration menu
    Copy the full SHA
    3fbb1ef View commit details
    Browse the repository at this point in the history
Loading