Rename-file Usability Improvements#1
Open
thegame1999 wants to merge 39 commits intovgstef:rename-filefrom
Open
Rename-file Usability Improvements#1thegame1999 wants to merge 39 commits intovgstef:rename-filefrom
thegame1999 wants to merge 39 commits intovgstef:rename-filefrom
Conversation
Not cross-DE. Also, this is typically the responsibility of the WM, not particular apps.
Why do we need this to be a plugin? Edit -> Preferences -> custom color should apply to fullscreen instead.
postr no longer exists in Debian
* map: Replace deprecated stock icons with named symbolic icons * map: Use a non-deprecated image icon "gnome-mime-image" requires the deprecated gnome-icon-theme package. Use "image-x-generic" instead, which is part of adwaita-icon-theme. https://bugzilla.gnome.org/show_bug.cgi?id=753761 * map: Use location marker icon Instead of showing the generic "image-x-generic" icon for a marker on a map, use "mark-location" as the icon. This is what other GNOME apps do, i.e. gnome-maps. https://bugzilla.gnome.org/show_bug.cgi?id=771945 * map: Fall back to old marker icon if the new one isn't available mark-location doesn't appear to be a "standard" icon yet, so try falling back to image-x-generic as before if it is not available. https://bugzilla.gnome.org/show_bug.cgi?id=771945 * map: Slowly move to selected image instead of a quick jump When navigating through images while showing the map, the center of the map now changes slowly from the current position to the newly selected image. https://bugzilla.gnome.org/show_bug.cgi?id=771948 * map: Use meaningful initial zoom level Just be sure that all given markers are visible on the initial zoom level but on the other hand, don't show the whole world. https://bugzilla.gnome.org/show_bug.cgi?id=771976 * map: Only set initial zoom if markers are actually present Otherwise it would just zoom somewhere in the Atlantic. https://bugzilla.gnome.org/show_bug.cgi?id=771976 * map: Set move duration to 1sec Default moving duration "500 * zoom_level / 2.0" is too slow for the map plugin purpose. The center of map now move to the next image position in 1sec regardless of zoom_level, which is similar animation duration to other typical map apps/web apps. Co-authored-by: Felix Riemann <friemann@gnome.org> Co-authored-by: Thomas Bechtold <tbechtold@suse.com>
The old method with the mailto-URI doesn't work anymore. Instead, use `thunderbird -compose`. The old method was thunderbird-specific as well.
This functionality is part of xviewer core now.
* Ported build system to meson
* removed automake files
* removed `desktop2description.awk` (not used)
* removed generated gresource source files
* Updated packaging
* pushed debhelper-compat to version 12
* updated `debian/rules`
* ran `wrap-and-sort`
* Removed empty files (`AUTHORS`, `ChangeLog`, `README`)
Other changes:
* moved .metainfo files `/usr/share/{appdata => metainfo}`
* map: check return value of clutter_init * postasa: replace deprecated *_GET_INSTANCE_PRIVATE usage * send by mail: remove unused variable
Fixes the runtime error message `gtk_container_foreach: assertion 'GTK_IS_CONTAINER (container)' failed` when closing xviewer with the send-by-mail plugin enabled. This is caused by the removal of the action group on exit. Refer to the documentation of `gtk_ui_manager_ensure_update()` Also free the action group object after deactivation.
Previously, the EXIF plugin would increase the height of the statusbar when EXIF data were displayed in it.
Dark mode is now handled directly by libxapp.
This is for Google's Picassa photo service, which is discontinued.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
d4c63a8