#include "main.h"
#include "interface.h"
#include "rte_window.h"
#include "startup.h"
Go to the source code of this file.
|
boolean | migrate_config (const char *old_vhash, const char *newconfigfile) |
|
void | cleanup_old_config (void) |
|
boolean | build_init_config (const char *config_datadir, boolean prompt) |
|
void | filename_toolong_error (const char *fname, const char *ftype, size_t max, boolean can_retry) |
|
void | dir_toolong_error (const char *dirname, const char *dirtype, size_t max, boolean can_retry) |
|
void | close_file (int current_file, boolean tshoot) |
|
LiVESResponseType | check_workdir_valid (char **pdirname, LiVESDialog *dialog, boolean fullcheck) |
|
boolean | do_workdir_query (void) |
|
boolean | do_audio_choice_dialog (short startup_phase) |
|
LIVES_LOCAL_INLINE boolean | fail_test (LiVESWidget *table, int row, char *ftext) |
|
LIVES_LOCAL_INLINE boolean | skip_test (LiVESWidget *table, int row, char *ftext) |
|
LIVES_LOCAL_INLINE char * | get_resource (char *fname) |
|
boolean | do_startup_tests (boolean tshoot) |
|
void | do_startup_interface_query (void) |
|
void | on_troubleshoot_activate (LiVESMenuItem *menuitem, livespointer user_data) |
|
void | explain_missing_activate (LiVESMenuItem *menuitem, livespointer user_data) |
|
◆ ADD_TO_TEXT
#define ADD_TO_TEXT |
( |
|
what, |
|
|
|
exec |
|
) |
| |
◆ build_init_config()
boolean build_init_config |
( |
const char * |
config_datadir, |
|
|
boolean |
prompt |
|
) |
| |
startup phase 3
default keymap
default keymap
stock_icons
Definition at line 83 of file startup.c.
◆ check_workdir_valid()
LiVESResponseType check_workdir_valid |
( |
char ** |
pdirname, |
|
|
LiVESDialog * |
dialog, |
|
|
boolean |
fullcheck |
|
) |
| |
◆ cleanup_old_config()
void cleanup_old_config |
( |
void |
| ) |
|
◆ close_file()
void close_file |
( |
int |
current_file, |
|
|
boolean |
tshoot |
|
) |
| |
◆ dir_toolong_error()
void dir_toolong_error |
( |
const char * |
dirname, |
|
|
const char * |
dirtype, |
|
|
size_t |
max, |
|
|
boolean |
can_retry |
|
) |
| |
◆ do_audio_choice_dialog()
boolean do_audio_choice_dialog |
( |
short |
startup_phase | ) |
|
◆ do_startup_interface_query()
void do_startup_interface_query |
( |
void |
| ) |
|
◆ do_startup_tests()
◆ do_workdir_query()
override FILESEL_TYPE_KEY, in case it was set to WORKDIR; we will do our own checking here
Definition at line 413 of file startup.c.
◆ explain_missing_activate()
void explain_missing_activate |
( |
LiVESMenuItem * |
menuitem, |
|
|
livespointer |
user_data |
|
) |
| |
◆ fail_test()
◆ filename_toolong_error()
void filename_toolong_error |
( |
const char * |
fname, |
|
|
const char * |
ftype, |
|
|
size_t |
max, |
|
|
boolean |
can_retry |
|
) |
| |
◆ get_resource()
◆ migrate_config()
boolean migrate_config |
( |
const char * |
old_vhash, |
|
|
const char * |
newconfigfile |
|
) |
| |
$HOME/.lives.* files -> $HOME/.local/config/lives/settings.* then if $HOME/.lives-dir exists, move contents to $HOME/.local/share/lives
Definition at line 20 of file startup.c.
◆ on_troubleshoot_activate()
void on_troubleshoot_activate |
( |
LiVESMenuItem * |
menuitem, |
|
|
livespointer |
user_data |
|
) |
| |
◆ skip_test()
◆ assist