![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <glib.h>
Include dependency graph for crawler.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| GList * | dt_control_crawler_run () |
| void | dt_control_crawler_run_in_background (void) |
| void | dt_control_crawler_show_image_list (GList *images) |
| GList * dt_control_crawler_run | ( | ) |
Definition at line 533 of file crawler.c.
References _crawler_run().
Referenced by crawl_xmp_changes(), test_crawl_corrects_an_entry_the_row_already_agrees_with(), test_crawl_keeps_a_cached_entry_in_step(), test_crawl_reads_a_miscased_name_as_the_filesystem_does(), and test_crawl_waits_for_a_held_entry().
Definition at line 569 of file crawler.c.
References _crawler_job_run(), dt_control_add_job(), dt_control_get_global(), dt_control_job_create(), dt_control_running(), DT_JOB_QUEUE_SYSTEM_BG, and IS_NULL_PTR.
Referenced by dt_init().
| void dt_control_crawler_show_image_list | ( | GList * | images | ) |
Definition at line 989 of file crawler.c.
References _free_crawler_result(), _newest_button_clicked(), _oldest_button_clicked(), _overwrite_button_clicked(), _reload_button_clicked(), _select_all_callback(), _select_invert_callback(), _select_none_callback(), DT_CONTROL_CRAWLER_COL_ID, DT_CONTROL_CRAWLER_COL_IMAGE_PATH, DT_CONTROL_CRAWLER_COL_REPORT, DT_CONTROL_CRAWLER_COL_TIME_DELTA, DT_CONTROL_CRAWLER_COL_TS_DB, DT_CONTROL_CRAWLER_COL_TS_DB_INT, DT_CONTROL_CRAWLER_COL_TS_XMP, DT_CONTROL_CRAWLER_COL_TS_XMP_INT, DT_CONTROL_CRAWLER_COL_XMP_PATH, DT_CONTROL_CRAWLER_NUM_COLS, dt_control_crawler_response_callback(), dt_free, dt_free_gpointer(), dt_gui_add_class(), DT_GUI_BOX_SPACING, dt_gui_main_window(), dt_osx_disallow_fullscreen(), DT_PIXEL_APPLY_DPI, FALSE, dt_control_crawler_result_t::id, dt_control_crawler_result_t::image_path, IS_NULL_PTR, dt_control_crawler_gui_t::log, dt_control_crawler_gui_t::model, dt_control_crawler_gui_t::spinner, store, str_time_delta(), dt_control_crawler_result_t::timestamp_db, dt_control_crawler_result_t::timestamp_xmp, dt_control_crawler_gui_t::tree, TRUE, and dt_control_crawler_result_t::xmp_path.
Referenced by _crawler_show_results(), and crawl_xmp_changes().