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: LuggLD/EasyVectorFields
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: LuggLD/EasyVectorFields
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 4 files changed
  • 2 contributors

Commits on Jan 23, 2017

  1. Updated tooltips and labels

    Jan Kaluza committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    62a4456 View commit details
    Browse the repository at this point in the history
  2. UI changes and ongoing work on generator script

    - Fixed typo in tooltip.py - Tkinter was not capitalized
    - Rearranged UI elements
    - Updated tooltips and lables
    - Changed form defaults to good testing values for making sure that
    coordinates are in the correct order. Something's fucked there, but
    gotta call it a day
    - Added "Coordinates" generator type that just outputs the grid location
    of each vector. Should help debug.
    - Made VFGenerator config variables global
    - Experimented with swizzling stuff, but not happy. Now the bounds are
    correct, but the vectors are no longer.
    Jan Kaluza committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    786bc1a View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2017

  1. Potential fix for extra .fga extension bug

    Edited 'SaveTo' to remove any pre-existing file extensions and add .fga
    deepspacebanana committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    2ec2100 View commit details
    Browse the repository at this point in the history
  2. Moved Snippet of Codefix for .fga but to 'assignvalues' function

    Mode the File extension hadnling to the 'assingvalues' function as
    having it in 'saveTo' led to some edge case instances where the filename
    was not getting .fga appended.
    deepspacebanana committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    e1ce70a View commit details
    Browse the repository at this point in the history
  3. Added Validation Checks for Entry Fields

    Added Validation checks for entry fields to prevent script from running
    string/Null inputs for Entry Fields.
    deepspacebanana committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    189c910 View commit details
    Browse the repository at this point in the history
  4. Corrected Field names in ErrorMessaging for Invalid Inputs

    Correcting Error Messaging
    deepspacebanana committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    8c05fae View commit details
    Browse the repository at this point in the history
Loading