-
Notifications
You must be signed in to change notification settings - Fork 104
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
config dl gimxfile rebase #636
base: gimxfile
Are you sure you want to change the base?
Commits on Aug 14, 2018
-
Now prints to terminal. Needs fix for downloading as config download …
…status returns -3
Zac committedAug 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 92825a7 - Browse repository at this point
Copy the full SHA 92825a7View commit details -
Merge pull request #1 from CodeOhms/gimxDownloader
Now prints to terminal. Needs fix for downloading as config download …
Configuration menu - View commit details
-
Copy full SHA for a47ab99 - Browse repository at this point
Copy the full SHA a47ab99View commit details
Commits on Sep 10, 2018
-
Can now download list of config files
Zac committedSep 10, 2018 Configuration menu - View commit details
-
Copy full SHA for f80e384 - Browse repository at this point
Copy the full SHA f80e384View commit details -
Merge branch 'master' of https://github.com/matlo/GIMX
Zac committedSep 10, 2018 Configuration menu - View commit details
-
Copy full SHA for 576a24e - Browse repository at this point
Copy the full SHA 576a24eView commit details
Commits on Sep 12, 2018
-
Zac committed
Sep 12, 2018 Configuration menu - View commit details
-
Copy full SHA for 56624e0 - Browse repository at this point
Copy the full SHA 56624e0View commit details -
Grab updates from main project
Zac committedSep 12, 2018 Configuration menu - View commit details
-
Copy full SHA for bb7d697 - Browse repository at this point
Copy the full SHA bb7d697View commit details -
Added basic debugging options for Makedefs
Zac committedSep 12, 2018 Configuration menu - View commit details
-
Copy full SHA for 119a325 - Browse repository at this point
Copy the full SHA 119a325View commit details -
Merge branch 'master' of https://github.com/matlo/GIMX
Zac committedSep 12, 2018 Configuration menu - View commit details
-
Copy full SHA for d567cf8 - Browse repository at this point
Copy the full SHA d567cf8View commit details
Commits on Sep 13, 2018
-
Quick fix for last page not always showing when jumping from first to…
… last page
Zac committedSep 13, 2018 Configuration menu - View commit details
-
Copy full SHA for ab829f6 - Browse repository at this point
Copy the full SHA ab829f6View commit details
Commits on Sep 15, 2018
-
Fixed selection menu. Added page number top right. Added functionalit…
…y to browse truncated strings using left and right arrow keys.
Zac committedSep 15, 2018 Configuration menu - View commit details
-
Copy full SHA for f7fc42d - Browse repository at this point
Copy the full SHA f7fc42dView commit details -
Merge updates for new gimxFileDownloader utility
Zac committedSep 15, 2018 Configuration menu - View commit details
-
Copy full SHA for 79a5056 - Browse repository at this point
Copy the full SHA 79a5056View commit details
Commits on Sep 16, 2018
-
Selection menu now 100% complete. Now need to use returned info to do…
…wnload correct files.
Zac committedSep 16, 2018 Configuration menu - View commit details
-
Copy full SHA for e71b264 - Browse repository at this point
Copy the full SHA e71b264View commit details
Commits on Sep 17, 2018
-
Can finally download configuration files! Huzza!
Zac committedSep 17, 2018 Configuration menu - View commit details
-
Copy full SHA for 3306d1f - Browse repository at this point
Copy the full SHA 3306d1fView commit details -
Merge updates for gimxFileDownloader
Zac committedSep 17, 2018 Configuration menu - View commit details
-
Copy full SHA for 61edab3 - Browse repository at this point
Copy the full SHA 61edab3View commit details
Commits on Sep 20, 2018
-
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 committedSep 20, 2018 Configuration menu - View commit details
-
Copy full SHA for 7456c81 - Browse repository at this point
Copy the full SHA 7456c81View commit details -
Merge recent TUI polishes and bugfixes.
Zac committedSep 20, 2018 Configuration menu - View commit details
-
Copy full SHA for adb287f - Browse repository at this point
Copy the full SHA adb287fView commit details
Commits on Oct 27, 2018
-
Merge branch 'master' of https://github.com/matlo/GIMX
merge updates
CodeOhms committedOct 27, 2018 Configuration menu - View commit details
-
Copy full SHA for 92316ec - Browse repository at this point
Copy the full SHA 92316ecView commit details
Commits on Apr 14, 2019
-
Refactored TUI to use less memory and better OOP design, and added he…
…lp menu.
CodeOhms committedApr 14, 2019 Configuration menu - View commit details
-
Copy full SHA for 7b735e8 - Browse repository at this point
Copy the full SHA 7b735e8View commit details
Commits on Apr 15, 2019
-
Merge branch 'master' of https://github.com/matlo/GIMX
CodeOhms committedApr 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 459bf6b - Browse repository at this point
Copy the full SHA 459bf6bView commit details
Commits on Apr 17, 2019
-
Add autoConfig() functionality, but requires testing once I have cont…
…rollers
CodeOhms committedApr 17, 2019 Configuration menu - View commit details
-
Copy full SHA for 815eefd - Browse repository at this point
Copy the full SHA 815eefdView commit details -
Merge branch 'master' of https://github.com/matlo/GIMX
CodeOhms committedApr 17, 2019 Configuration menu - View commit details
-
Copy full SHA for 151363c - Browse repository at this point
Copy the full SHA 151363cView commit details -
CodeOhms committed
Apr 17, 2019 Configuration menu - View commit details
-
Copy full SHA for 80ac729 - Browse repository at this point
Copy the full SHA 80ac729View commit details
Commits on Aug 9, 2019
-
Merge branch 'master' of https://github.com/matlo/GIMX
Zac committedAug 9, 2019 Configuration menu - View commit details
-
Copy full SHA for 0adfd2a - Browse repository at this point
Copy the full SHA 0adfd2aView commit details -
Fixed crash upon exiting help screen
Zac committedAug 9, 2019 Configuration menu - View commit details
-
Copy full SHA for b5ccccb - Browse repository at this point
Copy the full SHA b5ccccbView commit details -
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 committedAug 9, 2019 Configuration menu - View commit details
-
Copy full SHA for 3061a39 - Browse repository at this point
Copy the full SHA 3061a39View commit details -
CodeOhms committed
Aug 9, 2019 Configuration menu - View commit details
-
Copy full SHA for 2651165 - Browse repository at this point
Copy the full SHA 2651165View commit details -
Added -std=c++11 compiler flag for picky Mr Travis Cli, works on all …
…my machines.
CodeOhms committedAug 9, 2019 Configuration menu - View commit details
-
Copy full SHA for 620eef0 - Browse repository at this point
Copy the full SHA 620eef0View commit details
Commits on Aug 10, 2019
-
Removed all compiler warnings for my program, as requested
Zac committedAug 10, 2019 Configuration menu - View commit details
-
Copy full SHA for 7b93f7a - Browse repository at this point
Copy the full SHA 7b93f7aView commit details
Commits on Aug 11, 2019
-
Refactored argument parsing. Replaced stray tabs with spaces. Removed…
… outdated commented code.
Zac committedAug 11, 2019 Configuration menu - View commit details
-
Copy full SHA for 7f361ff - Browse repository at this point
Copy the full SHA 7f361ffView commit details -
Fixed crash upon pressing 'h' while in help menu
Zac committedAug 11, 2019 Configuration menu - View commit details
-
Copy full SHA for bc6842b - Browse repository at this point
Copy the full SHA bc6842bView commit details
Commits on Aug 19, 2019
-
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 committedAug 19, 2019 Configuration menu - View commit details
-
Copy full SHA for 7dad208 - Browse repository at this point
Copy the full SHA 7dad208View commit details
Commits on Sep 19, 2019
-
Merge branch 'master' into gimxfile
Zac committedSep 19, 2019 Configuration menu - View commit details
-
Copy full SHA for 8795d34 - Browse repository at this point
Copy the full SHA 8795d34View commit details -
Grab updates for submodules from upstream
Zac committedSep 19, 2019 Configuration menu - View commit details
-
Copy full SHA for fdb612d - Browse repository at this point
Copy the full SHA fdb612dView commit details -
Merge upstream updates for 'gimxfile' branch
Zac committedSep 19, 2019 Configuration menu - View commit details
-
Copy full SHA for 9af4500 - Browse repository at this point
Copy the full SHA 9af4500View commit details
Commits on Sep 20, 2019
-
Zac committed
Sep 20, 2019 Configuration menu - View commit details
-
Copy full SHA for ed7f59f - Browse repository at this point
Copy the full SHA ed7f59fView commit details
Commits on Sep 26, 2019
-
Zac committed
Sep 26, 2019 Configuration menu - View commit details
-
Copy full SHA for 3a5df76 - Browse repository at this point
Copy the full SHA 3a5df76View commit details -
Removed warnings related to comparing unsigned to signed
Zac committedSep 26, 2019 Configuration menu - View commit details
-
Copy full SHA for 0ee8677 - Browse repository at this point
Copy the full SHA 0ee8677View commit details
Commits on Oct 7, 2019
-
Zac committed
Oct 7, 2019 Configuration menu - View commit details
-
Copy full SHA for 4c64aad - Browse repository at this point
Copy the full SHA 4c64aadView commit details -
Merge upstream updates to gimxfile branch
Zac committedOct 7, 2019 Configuration menu - View commit details
-
Copy full SHA for db3d413 - Browse repository at this point
Copy the full SHA db3d413View commit details
Commits on Oct 8, 2019
-
Clean up code, and rebase on gimxfile library
Zac committedOct 8, 2019 Configuration menu - View commit details
-
Copy full SHA for 91ae5bb - Browse repository at this point
Copy the full SHA 91ae5bbView commit details
Commits on Oct 9, 2019
-
From GCC 8, new warnings have been added. Two cropped up related to b…
…uffer size, in macros.c and btds4.c. I have marked them with comments and temporary warning exceptions. Unfortunately, I am not experienced enough to fix these issues.
Zac committedOct 9, 2019 Configuration menu - View commit details
-
Copy full SHA for cb76b7d - Browse repository at this point
Copy the full SHA cb76b7dView commit details -
Only activate macros previously added when using GCC 8+
Zac committedOct 9, 2019 Configuration menu - View commit details
-
Copy full SHA for 5808781 - Browse repository at this point
Copy the full SHA 5808781View commit details -
Zac committed
Oct 9, 2019 Configuration menu - View commit details
-
Copy full SHA for 31cb193 - Browse repository at this point
Copy the full SHA 31cb193View commit details -
Zac committed
Oct 9, 2019 Configuration menu - View commit details
-
Copy full SHA for 599e737 - Browse repository at this point
Copy the full SHA 599e737View commit details
Commits on Oct 10, 2019
-
Begin moving code copied from gimx-launcher to library
Zac committedOct 10, 2019 Configuration menu - View commit details
-
Copy full SHA for d4d4be4 - Browse repository at this point
Copy the full SHA d4d4be4View commit details -
Add -std=c++14 to gimxfetchconfig Makefile for Travis CI
Zac committedOct 10, 2019 Configuration menu - View commit details
-
Copy full SHA for 6c51491 - Browse repository at this point
Copy the full SHA 6c51491View commit details -
Finish moving autoConfig() code from gimx-launcher to shared lib. Bot…
…h gimx-launcher and fetchconfig use this library now.
Zac committedOct 10, 2019 Configuration menu - View commit details
-
Copy full SHA for 650410c - Browse repository at this point
Copy the full SHA 650410cView commit details -
Add -std=c++14 to gimxlauncher Makefile for Travis CI. Currently am s…
…earching for simpler substitute for std::function as this is the cause for this modification. Probably will just use function pointer.
Zac committedOct 10, 2019 Configuration menu - View commit details
-
Copy full SHA for be0e182 - Browse repository at this point
Copy the full SHA be0e182View commit details -
Zac committed
Oct 10, 2019 Configuration menu - View commit details
-
Copy full SHA for fdf5b31 - Browse repository at this point
Copy the full SHA fdf5b31View commit details -
No longer using std::function. Using templates instead, which allowed…
… me to remove unnessessary -stdc++=14 CPPFLAG option. Also, clean up code.
Zac committedOct 10, 2019 Configuration menu - View commit details
-
Copy full SHA for 9c7ee38 - Browse repository at this point
Copy the full SHA 9c7ee38View commit details -
Fix build failure on Travis CI
Zac committedOct 10, 2019 Configuration menu - View commit details
-
Copy full SHA for 437c525 - Browse repository at this point
Copy the full SHA 437c525View commit details -
Zac committed
Oct 10, 2019 Configuration menu - View commit details
-
Copy full SHA for 53ab6a8 - Browse repository at this point
Copy the full SHA 53ab6a8View commit details -
Forgot, still need -std=c++11 flag if I am to use lambdas.
Zac committedOct 10, 2019 Configuration menu - View commit details
-
Copy full SHA for 7b0543d - Browse repository at this point
Copy the full SHA 7b0543dView commit details -
Need -std=c++14 for gimx-fetchconfig. Lol, so tired.
Zac committedOct 10, 2019 Configuration menu - View commit details
-
Copy full SHA for df15ec9 - Browse repository at this point
Copy the full SHA df15ec9View commit details
Commits on Oct 15, 2019
-
Merge upstream fix to core/connectors/btds4.c
Zac committedOct 15, 2019 Configuration menu - View commit details
-
Copy full SHA for cd3b33e - Browse repository at this point
Copy the full SHA cd3b33eView commit details -
Zac committed
Oct 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 8d38f6f - Browse repository at this point
Copy the full SHA 8d38f6fView commit details -
Did not merge core/macros.c properly
Zac committedOct 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 3b34f02 - Browse repository at this point
Copy the full SHA 3b34f02View commit details