-
Notifications
You must be signed in to change notification settings - Fork 614
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
Changes from 15 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
37353b7
implemented xdg thumbnails fetching with fallback on mimetype icons f…
a6271dc
included original license text
68272ce
added md5 header and source file
5b64132
implemented xdg compatible thumbnail's creation
423ee4e
added -preview-cmd string option to program settings
1b9eec5
support custom command to create images for entries with thumbnail://…
32a9ffa
fix custom thumbnailer command crash caused by null uri when entry is…
aa44499
check entry_name is not NULL or empty when generating thumbnails;
c573765
avoid using gstrvbuilder to build thumbnailer command args
50d8ed9
fixed static analyzer complain about always wrong condition
059f748
use g_spawn_check_exit_status to avoid bump to glib 2.70
e243304
Merge branch 'davatorium:next' into next
giomatfois62 e6e2f87
removed md5-c dependency and use glib checksum implementation
600563c
fixed meson build after md5-c library removal
9d8e0f3
support thumbnail generation in recursivebrowser mode
b57bc6d
restored check rofi_icon_fetcher_file_is_image
29a2b39
create thumbnail directories if not existing
8152a71
use g_malloc0, g_strdup and g_strdup_printf
c5e13e6
fixed formatting with clang-format
15e206d
don't wait for jobs in execution when finalizing the icon fetcher wor…
cfdcc09
destroy and rebuild the icon fetcher worker threadpool when the curre…
f7fe484
added query_started boolean member to IconFetcherEntry;
6c5b8be
force icon cache lookup even if the item has a valid icon_fetch_uid (…
3284837
search binaries in PATH when executing thumbnailer command
dcf7505
Merge branch 'davatorium:next' into next
giomatfois62 f5227cc
Merge branch 'next' into next
giomatfois62 4933d4b
Merge branch 'davatorium:next' into next
giomatfois62 b179ff0
mark icon query as not started in threadpool item free_func
58ff766
added listview page_changed_callback; rebuild icon fetcher threadpool…
97b25eb
[listview] Add missing code documentation param
DaveDavenport 92a7aae
Merge branch 'davatorium:next' into next
giomatfois62 5d69c64
Create rofi-thumbnails.5.markdown
giomatfois62 46473d4
Updated documentation with apparmor issues and workaround
giomatfois62 0d0b476
Merge branch 'next' into next
DaveDavenport 90c4ea8
Merge branch 'next' into next
giomatfois62 6acf5db
[Doc] Ship rofi-thumbnails.5
lbonn 8a671cb
use a more compact thumbnailer example
giomatfois62 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small styling issue: there are trailing white spaces on empty lines in the whole diff. We can remove them before merging if possible.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I recommend running clang-format with default settings, that should in general be the style used.