Summary: | Filename in fullscreen toolbar not updated after renaming image | ||
---|---|---|---|
Product: | [Applications] gwenview | Reporter: | null <null> |
Component: | general | Assignee: | Gwenview Bugs <gwenview-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bugseforuns |
Priority: | NOR | ||
Version: | 17.12.2 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/gwenview/00ee923edea5196bbf11c046104d8a89d6331157 | Version Fixed In: | |
Sentry Crash Report: |
Description
null
2018-02-12 17:21:40 UTC
Git commit 00ee923edea5196bbf11c046104d8a89d6331157 by Peter Mühlenpfordt, on behalf of Silas Lenz. Committed on 25/02/2018 at 13:00. Pushed by muhlenpfordt into branch 'Applications/17.12'. Update filename in fullscreen view on rename Summary: When a file was renamed in fullscreen view the filename displayed in InformationLabel was not updated until you navigated to another image and back. This was caused by the current url not being updated, which also resulted in edits and saves affecting the wrong image. This patch fixes the missing url update. Also makes full screen thumbnailBar scroll to the new file similar to other thumbnailviews. Closes T8071 Test Plan: Case 1: 1. Open image in fullscreen view. 2. Rename image using F2 or right click menu. 3. Verify that all visible filenames are updated, and that navigation between images still work. Case 2: 1. Open image in normal view. 2. Rename image using F2 or Operations sidebar. 3. Verify that all visible filenames are updated, and that navigation between images still work. Case 3: 1. Select image thumbnail in browse view. 2. Rename image using F2 or right click menu. 3. Verify that all visible filenames are updated, and that the image is still selected. Reviewers: #gwenview, muhlenpfordt Reviewed By: #gwenview, muhlenpfordt Subscribers: rkflx, muhlenpfordt Tags: #gwenview Maniphest Tasks: T8071 Differential Revision: https://phabricator.kde.org/D10745 M +2 -1 app/fileoperations.cpp M +1 -1 app/fileoperations.h M +1 -1 app/fileopscontextmanageritem.cpp M +1 -0 app/mainwindow.cpp https://commits.kde.org/gwenview/00ee923edea5196bbf11c046104d8a89d6331157 |