|
LiVES 3.2.0
|
Go to the source code of this file.
Macros | |
| #define | LIVES_TEST_VIDEO_NAME "vidtest.avi" |
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) |
| boolean | do_workdir_query (void) |
| LiVESResponseType | check_workdir_valid (char **pdirname, LiVESDialog *, boolean full) |
| boolean | do_audio_choice_dialog (short startup_phase) |
| boolean | do_startup_tests (boolean tshoot) |
| void | do_startup_interface_query (void) |
| void | run_lives_setup_wizard (int page) |
| void | on_troubleshoot_activate (LiVESMenuItem *, livespointer) |
| void | explain_missing_activate (LiVESMenuItem *menuitem, livespointer user_data) |
| void | do_bad_dir_perms_error (const char *dirname) |
| void | dir_toolong_error (const char *dirname, const char *dirtype, size_t max, boolean can_retry) |
| void | filename_toolong_error (const char *fname, const char *ftype, size_t max, boolean can_retry) |
| LiVESResponseType check_workdir_valid | ( | char ** | pdirname, |
| LiVESDialog * | dialog, | ||
| boolean | full | ||
| ) |
Definition at line 329 of file startup.c.
Referenced by apply_prefs(), do_workdir_query(), and on_filesel_button_clicked().
| 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().
| void do_bad_dir_perms_error | ( | const char * | dirname | ) |
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().
| 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().
| 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().
| void run_lives_setup_wizard | ( | int | page | ) |