<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>213666</bug_id>
          
          <creation_ts>2009-11-08 12:16:50 +0000</creation_ts>
          <short_desc>add refresh directory content button (shortut) to files tab</short_desc>
          <delta_ts>2013-05-24 09:49:12 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>2</classification_id>
          <classification>Applications</classification>
          <product>amarok</product>
          <component>File Browser</component>
          <version>2.1.1</version>
          <rep_platform>openSUSE</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>wishlist</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="loigu">loigu</reporter>
          <assigned_to name="Amarok Bugs">amarok-bugs-null</assigned_to>
          <cc>abhiin1947</cc>
    
    <cc>cordawyn</cc>
    
    <cc>eugene</cc>
    
    <cc>get.sonic</cc>
    
    <cc>kde+bgu7</cc>
    
    <cc>nhn</cc>
    
    <cc>silver.salonen</cc>
          
          <cf_commitlink>http://commits.kde.org/amarok/67920bdeb4342a483543a0f8dbabaaa06af17e2c</cf_commitlink>
          <cf_versionfixedin>2.8</cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>20</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>857856</commentid>
    <comment_count>0</comment_count>
    <who name="loigu">loigu</who>
    <bug_when>2009-11-08 12:16:50 +0000</bug_when>
    <thetext>Version:           2.1.1 (using KDE 4.3.1)
Installed from:    openSUSE RPMs

When using files tab, there is no &apos;refresh&apos; button, so when directory content changes, there is need for going out of the folder and then back to refresh content.

This is very annoying for me, since I use nfs-mounted music library, so very often when starting amarok, the directory is empty (but amarok opens it) and after mount I must go out and back to view the content. F5 won&apos;t work either :/

thanks</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1187137</commentid>
    <comment_count>1</comment_count>
    <who name="">cordawyn</who>
    <bug_when>2011-11-19 11:51:03 +0000</bug_when>
    <thetext>+1 for the feature. I have files on a local HDD (not NFS or anything), but occasionally, the file list is not refreshed. I could not reliably reproduce this bug and the only workaround for me is restarting Amarok (2.4.3). Until this bug is somehow hunted down, a &quot;refresh&quot; button would be helpful.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1232111</commentid>
    <comment_count>2</comment_count>
    <who name="Triton Circonflexe">kde+bgu7</who>
    <bug_when>2012-03-01 18:00:30 +0000</bug_when>
    <thetext>Same problem on my side with NFS and local HDD.
Even when getting out of the directory and getting back in (using or not &quot;previous&quot; and &quot;next&quot; buttons.

OS : Gentoo/Linux x86_64 kernel 3.2.1-r2
Amarok 2.4.3-r1 with kdelibs 4.7.4</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1268965</commentid>
    <comment_count>3</comment_count>
    <who name="Myriam Schweingruber">myriam</who>
    <bug_when>2012-06-22 17:52:00 +0000</bug_when>
    <thetext>*** Bug 283837 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1323877</commentid>
    <comment_count>4</comment_count>
    <who name="Matěj Laitl">matej</who>
    <bug_when>2012-12-15 10:01:27 +0000</bug_when>
    <thetext>*** Bug 302238 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1369631</commentid>
    <comment_count>5</comment_count>
    <who name="Abhinandan">abhiin1947</who>
    <bug_when>2013-05-18 11:26:35 +0000</bug_when>
    <thetext>patch: https://git.reviewboard.kde.org/r/110498/</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1370758</commentid>
    <comment_count>6</comment_count>
    <who name="Mark Kretschmann">kretschmann</who>
    <bug_when>2013-05-24 09:35:36 +0000</bug_when>
    <thetext>*** Bug 320208 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1370761</commentid>
    <comment_count>7</comment_count>
    <who name="Mark Kretschmann">kretschmann</who>
    <bug_when>2013-05-24 09:49:12 +0000</bug_when>
    <thetext>Git commit 67920bdeb4342a483543a0f8dbabaaa06af17e2c by Mark Kretschmann, on behalf of Abhinandan Ramaprasath.
Committed on 24/05/2013 at 11:37.
Pushed by markey into branch &apos;master&apos;.

Add refresh button to FileBrowser

A tiny patch that adds a refresh button to the file browser and maps &quot;F5&quot; key to refresh.
FIXED-IN: 2.8

M  +1    -0    ChangeLog
M  +11   -0    src/browsers/filebrowser/FileBrowser.cpp
M  +4    -0    src/browsers/filebrowser/FileBrowser.h
M  +1    -0    src/browsers/filebrowser/FileBrowser_p.h
M  +3    -0    src/browsers/filebrowser/FileView.cpp
M  +1    -0    src/browsers/filebrowser/FileView.h

http://commits.kde.org/amarok/67920bdeb4342a483543a0f8dbabaaa06af17e2c</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>