|
KiCad PCB EDA Suite
|
#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" |
|
staticconstexpr |
Definition at line 39 of file dialog_git_commit.cpp.
Referenced by DIALOG_GIT_COMMIT::DIALOG_GIT_COMMIT(), and DIALOG_GIT_COMMIT::~DIALOG_GIT_COMMIT().
|
staticconstexpr |
Definition at line 41 of file dialog_git_commit.cpp.
Referenced by DIALOG_GIT_COMMIT::DIALOG_GIT_COMMIT(), and DIALOG_GIT_COMMIT::~DIALOG_GIT_COMMIT().
|
staticconstexpr |
Definition at line 40 of file dialog_git_commit.cpp.
Referenced by DIALOG_GIT_COMMIT::DIALOG_GIT_COMMIT(), and DIALOG_GIT_COMMIT::~DIALOG_GIT_COMMIT().
|
staticconstexpr |
Definition at line 42 of file dialog_git_commit.cpp.
Referenced by DIALOG_GIT_COMMIT::DIALOG_GIT_COMMIT(), and DIALOG_GIT_COMMIT::~DIALOG_GIT_COMMIT().