Bug 229042 - Track split dialog lost functionality
Summary: Track split dialog lost functionality
Status: RESOLVED FIXED
Alias: None
Product: k3b
Classification: Applications
Component: general (show other bugs)
Version: 1.70.0
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Sebastian Trueg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-01 17:31 UTC by Fathi Boudra
Modified: 2010-04-19 21:24 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fathi Boudra 2010-03-01 17:31:24 UTC
Version:           1.70.0 beta1 (using KDE 4.3.4)
OS:                Linux
Installed from:    Debian testing/unstable Packages

forwarded Debian bug report:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569839

I use the track split functionality very often to cut a single track into 
pieces of 5 Minutes. In previous releases of k3b it was possible to do this by 
splitting the track roughly with the mouse (double click on the track bar) and 
then edit the pieces with the start and end input. A nice feature used to be 
that I only needed to enter the minutes followed by a ":0".
Unfortunately this is no longer possible. It is not possible any more to use 
the ":" to separate minutes and seconds.
I think this is a bug as it removes useful functionality while there is no 
visible advantage of the new behavior.
Comment 1 Michał Małek 2010-03-01 19:22:26 UTC
This feature is still available in KDE4 version and works exactly the same as in KDE3 version.
Can you elaborate more on what doesn't work for you? Maybe a screenshot would describe your problem better.
Comment 2 Michał Małek 2010-03-01 21:48:21 UTC
Ok, I think I understand now what doesn't work. Time ranges cannot be changed by entering the time directly into begin/end entries.
Comment 3 Michał Małek 2010-03-03 18:48:37 UTC
SVN commit 1098427 by mmalek:

Time values can be adjusted by hand again in "Split Audio" and "Edit Audio".
MsfEdit is now based on QAbstractSpinBox which makes easier to do a custom SpinBox.
BUG: 229042

 M  +3 -3      libk3b/tools/k3blistview.cpp  
 M  +103 -46   libk3b/tools/k3bmsfedit.cpp  
 M  +14 -20    libk3b/tools/k3bmsfedit.h  
 M  +6 -6      src/projects/k3baudiodatasourceeditwidget.cpp  
 M  +15 -13    src/projects/k3baudiotracksplitdialog.cpp  
 M  +2 -2      src/projects/k3baudiotrackwidget.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1098427