Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] xdg thumbnails fetching with fallback on mimetype icons #1939

Merged
merged 37 commits into from
Jun 21, 2024

Commits on Jan 28, 2024

  1. implemented xdg thumbnails fetching with fallback on mimetype icons f…

    …or menu entries in filebrowser mode
    giomatfois62 committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    37353b7 View commit details
    Browse the repository at this point in the history
  2. included original license text

    giomatfois62 committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    a6271dc View commit details
    Browse the repository at this point in the history
  3. added md5 header and source file

    giomatfois62 committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    68272ce View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. implemented xdg compatible thumbnail's creation

    giomatfois62 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    5b64132 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. added -preview-cmd string option to program settings

    giomatfois62 committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    423ee4e View commit details
    Browse the repository at this point in the history
  2. support custom command to create images for entries with thumbnail://…

    … prefix
    giomatfois62 committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    1b9eec5 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. fix custom thumbnailer command crash caused by null uri when entry is…

    … not a valid filename
    giomatfois62 committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    32a9ffa View commit details
    Browse the repository at this point in the history
  2. check entry_name is not NULL or empty when generating thumbnails;

    use snprintf to avoid static analyzer complains
    giomatfois62 committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    aa44499 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    c573765 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50d8ed9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    059f748 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Configuration menu
    Copy the full SHA
    e243304 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    e6e2f87 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. fixed meson build after md5-c library removal

    giomatfois62 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    600563c View commit details
    Browse the repository at this point in the history
  2. support thumbnail generation in recursivebrowser mode

    giomatfois62 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    9d8e0f3 View commit details
    Browse the repository at this point in the history
  3. restored check rofi_icon_fetcher_file_is_image

    giomatfois62 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    b57bc6d View commit details
    Browse the repository at this point in the history
  4. create thumbnail directories if not existing

    giomatfois62 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    29a2b39 View commit details
    Browse the repository at this point in the history
  5. use g_malloc0, g_strdup and g_strdup_printf

    giomatfois62 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    8152a71 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. fixed formatting with clang-format

    giomatfois62 committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    c5e13e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. don't wait for jobs in execution when finalizing the icon fetcher wor…

    …ker threadpool
    giomatfois62 committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    15e206d View commit details
    Browse the repository at this point in the history
  2. destroy and rebuild the icon fetcher worker threadpool when the curre…

    …nt page is changed
    giomatfois62 committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    cfdcc09 View commit details
    Browse the repository at this point in the history
  3. added query_started boolean member to IconFetcherEntry;

    check if an icon fetcher query was started on an IconFetcherEntry and submit the query again otherwise
    giomatfois62 committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    f7fe484 View commit details
    Browse the repository at this point in the history
  4. force icon cache lookup even if the item has a valid icon_fetch_uid (…

    …the fetching job could have been discarded before starting)
    giomatfois62 committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    6c5b8be View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    3284837 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Configuration menu
    Copy the full SHA
    dcf7505 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Configuration menu
    Copy the full SHA
    f5227cc View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    4933d4b View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Configuration menu
    Copy the full SHA
    b179ff0 View commit details
    Browse the repository at this point in the history
  2. added listview page_changed_callback; rebuild icon fetcher threadpool…

    … in page_changed_callback
    giomatfois62 committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    58ff766 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Configuration menu
    Copy the full SHA
    97b25eb View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    92a7aae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d69c64 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Configuration menu
    Copy the full SHA
    46473d4 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Configuration menu
    Copy the full SHA
    0d0b476 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    90c4ea8 View commit details
    Browse the repository at this point in the history
  2. [Doc] Ship rofi-thumbnails.5

    With some formatting fixes
    lbonn committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    6acf5db View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    8a671cb View commit details
    Browse the repository at this point in the history