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

Adding initial work for DNS and static IP configuration #97

Merged
merged 33 commits into from
Aug 27, 2023
Merged

Commits on Jan 13, 2020

  1. Added configur option to active interfaces. Associated the configure …

    …click to open a new configuration window, which will be specific to the interface. In the process of building out the Configuration menue.
    frostygoth committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    89c1bb6 View commit details
    Browse the repository at this point in the history
  2. Moved Todo to projects.

    frostygoth committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    1e9648b View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2020

  1. Modified calls from trayicon.py to netcardmgr. Updated netcardmgr to …

    …add flags to explicitly call certain classes. Fleshed out the configuration window and put in some dummy information as placeholders on the tabs.
    frostygoth committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    ddcc152 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2020

  1. Configuration menu
    Copy the full SHA
    7e5e1ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a824174 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f73ac4 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. Completed the Combo Box and functionality to list valid configurable …

    …interfaces. Need to build UI for other configureable aspects, then once done with that bind changes made inconfig window to changes made through ifconfig.
    frostygoth committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    cc25a1b View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. Added entry fields for IP addresses, but I think they need to be text…

    … boxes. Need to do more research.
    frostygoth committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    631929d View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Added remaining fields to the IPv4 configuration tab. Need to add a s…

    …ave and cancle button, then connect actions to ifconfig calls.
    frostygoth committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    a43b028 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. Finally happy with the rough UI layout. Now I just need to associate …

    …actions on the UI with methods, most of which will probably be in the netapi file.
    frostygoth committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    d36a15f View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. Almost completely one with the get-interface-settings function. Havin…

    …g issues with it detecting DHCP on the wlan0 interface, but will have to fix this later.
    frostygoth committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    0b33574 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. Got the screen to print the initial data to the window with the curre…

    …nt settings, but I'm having a hard time updating the window. May need to transform the currentSettings Dict into another class or something along those lines.
    frostygoth committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    8715b03 View commit details
    Browse the repository at this point in the history
  2. typo change.

    frostygoth committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    e111151 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Configuration menu
    Copy the full SHA
    10e6267 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #31 from frostygoth/master

    Updated UI for netcardmgr
    ericbsd authored May 4, 2020
    Configuration menu
    Copy the full SHA
    c52ea90 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Merge branch 'master' into netcard01

    Also clean networkcard with flake8
    ericbsd committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    51ec977 View commit details
    Browse the repository at this point in the history
  2. renamed net card and sent it has a library

    fixed netCardConfigWindow
    ericbsd committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    d59c36d View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

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

Commits on Feb 21, 2022

  1. Configuration menu
    Copy the full SHA
    2bb698d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea3d334 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9479c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b3ed03b View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

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

Commits on Jan 14, 2023

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

Commits on Mar 11, 2023

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

Commits on Jun 3, 2023

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

Commits on Jun 24, 2023

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

Commits on Jul 23, 2023

  1. Fixed issues with wlan and rename netcardmgr to network_configuration

    also changed networkmg module to be proper python module
    ericbsd committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    02745b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Adding save button trigger on entry changes

    Improved window at click save
    ericbsd committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    a34aa30 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Configuration menu
    Copy the full SHA
    4a57c5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5799865 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

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

Commits on Aug 18, 2023

  1. Fixed NetworkMgr module

    ericbsd committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    7b9d5af View commit details
    Browse the repository at this point in the history