KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_git_repos.cpp File Reference
#include "panel_git_repos.h"
#include <bitmaps.h>
#include <dialogs/git/dialog_git_repository.h>
#include <kiplatform/secrets.h>
#include <pgm_base.h>
#include <settings/common_settings.h>
#include <widgets/std_bitmap_button.h>
#include <widgets/wx_grid.h>
#include <git2.h>
#include <wx/bmpbuttn.h>
#include <wx/button.h>
#include <wx/checkbox.h>
#include <wx/log.h>

Go to the source code of this file.

Functions

static std::pair< wxString, wxString > getDefaultAuthorAndEmail ()
 
static bool testRepositoryConnection (COMMON_SETTINGS::GIT_REPOSITORY &repository)
 

Function Documentation

◆ getDefaultAuthorAndEmail()

static std::pair< wxString, wxString > getDefaultAuthorAndEmail ( )
static

Definition at line 59 of file panel_git_repos.cpp.

References config, and name.

Referenced by PANEL_GIT_REPOS::TransferDataToWindow().

◆ testRepositoryConnection()

static bool testRepositoryConnection ( COMMON_SETTINGS::GIT_REPOSITORY repository)
static