<?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>103362</bug_id>
          
          <creation_ts>2005-04-06 16:42:29 +0000</creation_ts>
          <short_desc>kpdf shows complete filename including folder instead of just filename in taskbar</short_desc>
          <delta_ts>2008-01-04 18:03:57 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>10</classification_id>
          <classification>Unmaintained</classification>
          <product>kpdf</product>
          <component>general</component>
          <version>0.4</version>
          <rep_platform>unspecified</rep_platform>
          <op_sys>Linux</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>1</everconfirmed>
          <reporter name="Markus Waibel">markus.waibel</reporter>
          <assigned_to name="Albert Astals Cid">aacid</assigned_to>
          <cc>facorread</cc>
    
    <cc>greatbunzinni</cc>
          
          <cf_commitlink></cf_commitlink>
          <cf_versionfixedin></cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>43</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>332307</commentid>
    <comment_count>0</comment_count>
    <who name="Markus Waibel">markus.waibel</who>
    <bug_when>2005-04-06 16:42:29 +0000</bug_when>
    <thetext>Version:           0.4 (using KDE 3.4.0, Debian Package 4:3.4.0-0pre2 (3.1))
Compiler:          gcc version 3.3.5 (Debian 1:3.3.5-8)
OS:                Linux (i686) release 2.6.8-1-386

Currently, kpdf shows complete filenames including foldernames in the taskbar (e.g. file:///home/wherever/whatever/thefile/is/only/here.pdf). This makes navigation between windows difficult if multiple files are opened. I suggest just showing the filenames (kate does it, e.g.).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>395752</commentid>
    <comment_count>1</comment_count>
    <who name="Nicolas Dumoulin">nicolas</who>
    <bug_when>2005-12-05 14:52:47 +0000</bug_when>
    <thetext>Or the title metada (if present) ?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>405613</commentid>
    <comment_count>2</comment_count>
    <who name="Matt Rudary">kde.bugzilla</who>
    <bug_when>2006-01-12 22:07:01 +0000</bug_when>
    <thetext>I agree with bobuse -- adding title metadata if present would be a good alternative to long filenames.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>405614</commentid>
    <comment_count>3</comment_count>
    <who name="Matt Rudary">kde.bugzilla</who>
    <bug_when>2006-01-12 22:07:39 +0000</bug_when>
    <thetext>*** This bug has been confirmed by popular vote. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>485407</commentid>
    <comment_count>4</comment_count>
    <who name="Pino Toscano">pino</who>
    <bug_when>2006-11-09 13:39:27 +0000</bug_when>
    <thetext>*** Bug 137093 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>485760</commentid>
    <comment_count>5</comment_count>
    <who name="Pino Toscano">pino</who>
    <bug_when>2006-11-10 21:14:46 +0000</bug_when>
    <thetext>This was recently implemented in KPDF, so with KDE 3.5.6 you will have the file name only in the KPDF window title. Thanks İsmail &apos;cartman&apos; Dönmez for the patch!
About the possibility to use the document title is available, it was already implemented time ago in okular, the KPDF successor for KDE 4.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>535964</commentid>
    <comment_count>6</comment_count>
    <who name="Edgar Kalkowski">eMail</who>
    <bug_when>2007-07-12 12:38:49 +0000</bug_when>
    <thetext>I&apos;m using KPDF 0.5.7 and indeed it only displays the filename as window title. But I&apos;ve chosen the option to watch changes of the file and if KPDF automatically reloads the changed file the window title again displays the full path!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>535966</commentid>
    <comment_count>7</comment_count>
    <who name="Pino Toscano">pino</who>
    <bug_when>2007-07-12 13:12:41 +0000</bug_when>
    <thetext>SVN commit 686888 by pino:

Sets the filename as title also when reloading the document.

CCBUG: 103362


 M  +1 -0      part.cpp  


--- branches/KDE/3.5/kdegraphics/kpdf/part.cpp #686887:686888
@@ -623,6 +623,7 @@
     }
     if (m_wasPresentationOpen) slotShowPresentation();
     emit enablePrintAction(true);
+    emit setWindowCaption(url().filename());
   }
   else
   {
</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>