In PlaylistBrowserCategory::createNewFolder() PlaylistBrowserCategory.cpp:271 regex needs to match multi-digit numbers. Reproducible: Always
This has been made a Google Code-In task, please only work on this if you are a Code-In student and claim the task here: http://www.google-melange.com/gci/task/view/google/gci2012/8173205
To reproduce: in the Saved Playlist or Podcast section, with "merged view" enabled (default) click the "add folder" button > 10 times without renaming the new folders.
Git commit a358770be9650802ab2d7e780019bc502e4cbaa6 by Edward Hades, on behalf of Peter Amidon. Committed on 07/01/2013 at 17:20. Pushed by hades into branch 'master'. Fix duplicate-name bug in creating playlist folders Previously, the code sorted numbers as string when determining the current largest number of duplicate folders. The code now uses std::max_element on a list of integers to circumvent that problem FIXED-IN: 2.7 REVIEW: 108245 M +11 -8 src/browsers/playlistbrowser/PlaylistBrowserCategory.cpp http://commits.kde.org/amarok/a358770be9650802ab2d7e780019bc502e4cbaa6