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.
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.
Ok, I think I understand now what doesn't work. Time ranges cannot be changed by entering the time directly into begin/end entries.
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