KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_git_commit.cpp File Reference
#include "dialog_git_commit.h"
#include <bitmaps/bitmaps_list.h>
#include <bitmaps/bitmap_types.h>
#include <git/kicad_git_common.h>
#include <pgm_base.h>
#include <settings/common_settings.h>
#include <settings/common_settings_internals.h>
#include <algorithm>
#include <wx/button.h>
#include <wx/checkbox.h>
#include <wx/listctrl.h>
#include <wx/sizer.h>
#include <wx/stattext.h>
#include <wx/textctrl.h>

Go to the source code of this file.

Variables

static constexpr const char * DIALOG_GIT_COMMIT_SETTINGS_KEY = "DIALOG_GIT_COMMIT"
 
static constexpr const char * LIST_COLUMN_WIDTHS_KEY = "listctrl_column_widths"
 
static constexpr const char * FILENAME_COLUMN_WIDTH_KEY = "filename_col_width"
 
static constexpr const char * STATUS_COLUMN_WIDTH_KEY = "status_col_width"
 

Variable Documentation

◆ DIALOG_GIT_COMMIT_SETTINGS_KEY

const char* DIALOG_GIT_COMMIT_SETTINGS_KEY = "DIALOG_GIT_COMMIT"
staticconstexpr

◆ FILENAME_COLUMN_WIDTH_KEY

const char* FILENAME_COLUMN_WIDTH_KEY = "filename_col_width"
staticconstexpr

◆ LIST_COLUMN_WIDTHS_KEY

const char* LIST_COLUMN_WIDTHS_KEY = "listctrl_column_widths"
staticconstexpr

◆ STATUS_COLUMN_WIDTH_KEY

const char* STATUS_COLUMN_WIDTH_KEY = "status_col_width"
staticconstexpr