Summary: | Refresh button in the toolbar and/or menu | ||
---|---|---|---|
Product: | [Applications] kphotoalbum | Reporter: | Risto H. Kurppa <risto> |
Component: | general | Assignee: | KPhotoAlbum Bugs <kpabugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Risto H. Kurppa
2007-05-20 01:10:20 UTC
I see what you mean. I admit this is something that could be useful. At the moment, when wanting to refresh, I click on the datebar to select only a part of the time (bottom of the bar), then anywhere in the bar to redisplay the refreshed filtered content :-). So, yeah, maybe we need an F5-style button to do it more logically :-). SVN commit 724280 by jkt: Added a "refresh" button that makes ThumbnailView update its view based on real data (so that after selecting "no tokens" and then marking some pictures with some tokens, you will see only those images that really match your criteria). FEATURE: 145690 M +2 -0 MainWindow/Window.cpp M +1 -0 kphotoalbumui.rc WebSVN link: http://websvn.kde.org/?view=rev&revision=724280 I updated my copy and recompiled: I now have two "View" menu (can provide screenshot if you will). The first contains the new "refresh" item, and the second contains the old preexisting options. The problem also exists with the demo db. Could it be related to something in my conf? Please run `make install` (and adjust $KDEDIRS) as well, there was a change in the kphotoalbumui.rc. If you don't install, kphotoalbum uses the system-wide one which is outdated. OK, now it works, thanks. I always run make && make install. However the system-wide kphotoalbumui.rc didn't seem to be used. So I replaced the one in /home/baptiste/.kde/share/apps/kphotoalbum/kphotoalbumui.rc by the system-wide one and it worked. Is it a normal behaviour? For basic user even more, it seems to me that having to do this replace isn't really straightforward... Shouldn't the system try to merge this file if the system-wide becomes more recent that the copy in the user home directory? There is no ~/.kde/share/apps/kphotoalbum/kphotoalbumui.rc on my system, perhaps this one is from some older version. |