#include <local_history.h>
#include <dialogs/dialog_restore_local_history.h>
#include <history_lock.h>
#include <io/kicad/kicad_io_utils.h>
#include <lockfile.h>
#include <settings/common_settings.h>
#include <pgm_base.h>
#include <thread_pool.h>
#include <trace_helpers.h>
#include <wildcards_and_files_ext.h>
#include <confirm.h>
#include <git2.h>
#include <wx/filename.h>
#include <wx/filefn.h>
#include <wx/ffile.h>
#include <wx/dir.h>
#include <wx/datetime.h>
#include <wx/log.h>
#include <wx/msgdlg.h>
#include <vector>
#include <string>
#include <memory>
#include <algorithm>
#include <set>
#include <map>
#include <functional>
#include <cstring>
Go to the source code of this file.
◆ SNAPSHOT_COMMIT_RESULT
◆ collectProjectFiles()
| static void collectProjectFiles |
( |
const wxString & | aProjectPath, |
|
|
std::vector< wxString > & | aFiles ) |
|
static |
◆ commitSnapshotWithLock()
| static SNAPSHOT_COMMIT_RESULT commitSnapshotWithLock |
( |
git_repository * | repo, |
|
|
git_index * | index, |
|
|
const wxString & | aHistoryPath, |
|
|
const wxString & | aProjectPath, |
|
|
const std::vector< wxString > & | aFiles, |
|
|
const wxString & | aTitle ) |
|
static |
◆ dirSizeRecursive()
| static size_t dirSizeRecursive |
( |
const wxString & | path | ) |
|
|
static |
◆ historyPath()
| static wxString historyPath |
( |
const wxString & | aProjectPath | ) |
|
|
static |