|
LiVES 3.2.0
|
Go to the source code of this file.
Macros | |
| #define | ADD_TO_TEXT(what, exec) |
Functions | |
| 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) |
Variables | |
| LiVESWidget * | assist |
| #define ADD_TO_TEXT | ( | what, | |
| exec | |||
| ) |
| LiVESResponseType check_workdir_valid | ( | char ** | pdirname, |
| LiVESDialog * | dialog, | ||
| boolean | fullcheck | ||
| ) |
Definition at line 329 of file startup.c.
Referenced by apply_prefs(), do_workdir_query(), and on_filesel_button_clicked().
| void close_file | ( | int | current_file, |
| boolean | tshoot | ||
| ) |
Definition at line 317 of file startup.c.
Referenced by do_startup_tests().
| void dir_toolong_error | ( | const char * | dirname, |
| const char * | dirtype, | ||
| size_t | max, | ||
| boolean | can_retry | ||
| ) |
Definition at line 304 of file startup.c.
Referenced by get_capabilities(), and real_main().
ensure that the resources dir is there
oops, no resources dir
Definition at line 767 of file startup.c.
Referenced by on_troubleshoot_activate().
| boolean do_workdir_query | ( | void | ) |
| void explain_missing_activate | ( | LiVESMenuItem * | menuitem, |
| livespointer | user_data | ||
| ) |
Definition at line 1397 of file startup.c.
Referenced by create_LiVES(), and multitrack().
| LIVES_LOCAL_INLINE boolean fail_test | ( | LiVESWidget * | table, |
| int | row, | ||
| char * | ftext | ||
| ) |
Definition at line 753 of file startup.c.
Referenced by do_startup_tests().
| void filename_toolong_error | ( | const char * | fname, |
| const char * | ftype, | ||
| size_t | max, | ||
| boolean | can_retry | ||
| ) |
Definition at line 291 of file startup.c.
Referenced by real_main().
| LIVES_LOCAL_INLINE char * get_resource | ( | char * | fname | ) |
Definition at line 762 of file startup.c.
Referenced by do_startup_tests().
| 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.
Referenced by get_capabilities().
| void on_troubleshoot_activate | ( | LiVESMenuItem * | menuitem, |
| livespointer | user_data | ||
| ) |
Definition at line 1362 of file startup.c.
Referenced by create_LiVES(), and multitrack().
| LIVES_LOCAL_INLINE boolean skip_test | ( | LiVESWidget * | table, |
| int | row, | ||
| char * | ftext | ||
| ) |
Definition at line 758 of file startup.c.
Referenced by do_startup_tests().