<?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>283361</bug_id>
          
          <creation_ts>2011-10-05 03:30:01 +0000</creation_ts>
          <short_desc>&quot;Copy to Collection&quot; window doesn&apos;t fit on small screens (1024x600)</short_desc>
          <delta_ts>2013-11-13 20:54:45 +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>Collections/Local</component>
          <version>2.6.0</version>
          <rep_platform>Fedora RPMs</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>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>harlequix</reporter>
          <assigned_to name="Amarok Bugs">amarok-bugs-null</assigned_to>
          <cc>matej</cc>
    
    <cc>mscho527</cc>
    
    <cc>ralf-engels</cc>
          
          <cf_commitlink>http://commits.kde.org/amarok/7c780bf57aa69a961dd7b6c95a5eda53767d4558</cf_commitlink>
          <cf_versionfixedin>2.8</cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1170173</commentid>
    <comment_count>0</comment_count>
    <who name="">harlequix</who>
    <bug_when>2011-10-05 03:30:01 +0000</bug_when>
    <thetext>Version:           2.4.3 (using KDE 4.6.5) 
OS:                Linux

If you are using a small screen device, like a netbook, the window where you can choose in which pattern the tracks should be copied to another device will be too big. You cannot proceed the action. Attached a screenshot from the window

Reproducible: Always

Steps to Reproduce:
1. grab a small screen device
2. try to copy a track onto a different device
3. enjoy the bug ;-)

Actual Results:  
You cannot proceed

Expected Results:  
You should be able to proceed. The window should comply to the size of the screen.

It does not.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1170221</commentid>
    <comment_count>1</comment_count>
    <who name="Myriam Schweingruber">myriam</who>
    <bug_when>2011-10-05 07:38:58 +0000</bug_when>
    <thetext>Could you please be a bit more detailed (in pixels) about the size of screen you are talking of?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1170730</commentid>
    <comment_count>2</comment_count>
    <who name="">harlequix</who>
    <bug_when>2011-10-07 03:24:02 +0000</bug_when>
    <thetext>the device in question is a 10.1 inch netbook with a 1024x600 resolution</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1170765</commentid>
    <comment_count>3</comment_count>
    <who name="Myriam Schweingruber">myriam</who>
    <bug_when>2011-10-07 08:10:40 +0000</bug_when>
    <thetext>Thank you for the feedback.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1320353</commentid>
    <comment_count>4</comment_count>
    <who name="MinSik CHO">mscho527</who>
    <bug_when>2012-12-02 12:00:54 +0000</bug_when>
    <thetext>reproducible with amarok 2.6, 800*600 resolution</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1340167</commentid>
    <comment_count>5</comment_count>
    <who name="Ralf Engels">ralf-engels</who>
    <bug_when>2013-02-10 21:26:53 +0000</bug_when>
    <thetext>The dialog is a little bit overloaded, even in my new version for 2.8 
I will try to save some space...</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1340969</commentid>
    <comment_count>6</comment_count>
    <who name="Ralf Engels">ralf-engels</who>
    <bug_when>2013-02-12 11:33:10 +0000</bug_when>
    <thetext>Git commit 7c780bf57aa69a961dd7b6c95a5eda53767d4558 by Ralf Engels.
Committed on 11/02/2013 at 20:24.
Pushed by rengels into branch &apos;master&apos;.

Fix: &quot;Copy to Collection&quot; window doesn&apos;t fit on small screens (1024x600)
FIXED-IN: 2.8

M  +20   -11   src/dialogs/OrganizeCollectionDialog.cpp
M  +2    -8    src/dialogs/OrganizeCollectionDialogBase.ui

http://commits.kde.org/amarok/7c780bf57aa69a961dd7b6c95a5eda53767d4558</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1411247</commentid>
    <comment_count>7</comment_count>
    <who name="Matěj Laitl">matej</who>
    <bug_when>2013-11-13 20:54:45 +0000</bug_when>
    <thetext>Related commit:
&gt; Git commit 36e63e986938c1a3f289c51789a8f35bfc47a15e by Matěj Laitl.
&gt; Committed on 13/11/2013 at 17:58.
&gt; Pushed by laitl into branch &apos;master&apos;.
&gt; 
&gt; OrganizeCollectionDialog: hide complex options behind a button
&gt; 
&gt; In commit 7c780bf5, Ralf addressed bug 283361 by only showing the preview
&gt; table when the screen is large enough, which I believe went too far.
&gt; 
&gt; This is a bit different approach, the file scheme and other options are
&gt; hidden behind the Options button when the dialog is shown, making it much
&gt; more cleaner. The rationale is that the user usually sets up the options
&gt; once, not every time (and beginner users may be happy with the default
&gt; schema right away).
&gt; FIXED-IN: 2.9
&gt; 
&gt; M  +2    -0    ChangeLog
&gt; M  +6    -5    src/dialogs/OrganizeCollectionDialog.cpp
&gt; M  +25   -28   src/dialogs/OrganizeCollectionDialogBase.ui
&gt; 
&gt; http://commits.kde.org/amarok/36e63e986938c1a3f289c51789a8f35bfc47a15e</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>