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

Command line config file download util #622

Open
wants to merge 31 commits into
base: master
Choose a base branch
from

Commits on Aug 14, 2018

  1. Now prints to terminal. Needs fix for downloading as config download …

    …status returns -3
    Zac committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    92825a7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from CodeOhms/gimxDownloader

    Now prints to terminal. Needs fix for downloading as config download …
    CodeOhms authored Aug 14, 2018
    Configuration menu
    Copy the full SHA
    a47ab99 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2018

  1. Can now download list of config files

    Zac committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    f80e384 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    576a24e View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2018

  1. Fixed selection menu window

    Zac committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    56624e0 View commit details
    Browse the repository at this point in the history
  2. Grab updates from main project

    Zac committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    bb7d697 View commit details
    Browse the repository at this point in the history
  3. Added basic debugging options for Makedefs

    Zac committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    119a325 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d567cf8 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

  1. Configuration menu
    Copy the full SHA
    ab829f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2018

  1. Fixed selection menu. Added page number top right. Added functionalit…

    …y to browse truncated strings using left and right arrow keys.
    Zac committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    f7fc42d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79a5056 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2018

  1. Selection menu now 100% complete. Now need to use returned info to do…

    …wnload correct files.
    Zac committed Sep 16, 2018
    Configuration menu
    Copy the full SHA
    e71b264 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2018

  1. Configuration menu
    Copy the full SHA
    3306d1f View commit details
    Browse the repository at this point in the history
  2. Merge updates for gimxFileDownloader

    Zac committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    61edab3 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2018

  1. Progress bar now works. Also added download percentage. Soon a help m…

    …enu needs to be implemented, to show the user which buttons to use to navigate this tool. Fixed a fatal mistake where local copy of ttyProgressDialog was being used again for config dl despite going out of scope.
    Zac committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    7456c81 View commit details
    Browse the repository at this point in the history
  2. Merge recent TUI polishes and bugfixes.

    Zac committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    adb287f View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2018

  1. Merge branch 'master' of https://github.com/matlo/GIMX

    merge updates
    CodeOhms committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    92316ec View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2019

  1. Refactored TUI to use less memory and better OOP design, and added he…

    …lp menu.
    CodeOhms committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    7b735e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2019

  1. Configuration menu
    Copy the full SHA
    459bf6b View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2019

  1. Add autoConfig() functionality, but requires testing once I have cont…

    …rollers
    CodeOhms committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    815eefd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    151363c View commit details
    Browse the repository at this point in the history
  3. clean

    CodeOhms committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    80ac729 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2019

  1. Configuration menu
    Copy the full SHA
    0adfd2a View commit details
    Browse the repository at this point in the history
  2. Fixed crash upon exiting help screen

    Zac committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    b5ccccb View commit details
    Browse the repository at this point in the history
  3. Changed the name of program to 'gimx-fetchconfig'. Now also resides i…

    …n folder called 'fetchconfig'. Finally, added program to master Makefile - meaning the program can be built with the rest of the Gimx suite from the root folder.
    Zac committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    3061a39 View commit details
    Browse the repository at this point in the history
  4. Fix typos

    CodeOhms committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    2651165 View commit details
    Browse the repository at this point in the history
  5. Added -std=c++11 compiler flag for picky Mr Travis Cli, works on all …

    …my machines.
    CodeOhms committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    620eef0 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2019

  1. Configuration menu
    Copy the full SHA
    7b93f7a View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2019

  1. Refactored argument parsing. Replaced stray tabs with spaces. Removed…

    … outdated commented code.
    Zac committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    7f361ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc6842b View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2019

  1. Fixed a bunch of issues. Program now uses much simpler and more stabl…

    …e system for handling input text. This means it can handle almost any custom terminal size. Also removed accidentally included binary file.
    Zac committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    7dad208 View commit details
    Browse the repository at this point in the history