KiCad PCB EDA Suite
|
#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) |
|
static |
Definition at line 59 of file panel_git_repos.cpp.
Referenced by PANEL_GIT_REPOS::TransferDataToWindow().
|
static |
Definition at line 127 of file panel_git_repos.cpp.
References COMMON_SETTINGS::GIT_REPOSITORY::ssh_path.
Referenced by PANEL_GIT_REPOS::TransferDataToWindow().