Clementine-audio-player-Mac.../src/playlist
John Maguire 3323c2d094 Convert all instances of foreach() to a C++11 for
find ext src -name '*.cpp' -exec \
    sed -i -e 's/foreach(\([^,]\+\),/for (\1 :/' {} \;
2014-02-10 14:43:32 +01:00
..
dynamicplaylistcontrols.cpp Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
dynamicplaylistcontrols.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
dynamicplaylistcontrols.ui Add an "Expand" button to add more tracks to a dynamic playlist. Fixes issue 1268 2011-11-10 11:21:41 +00:00
playlist.cpp Convert all instances of foreach() to a C++11 for 2014-02-10 14:43:32 +01:00
playlist.h Convert all instances of foreach() to a C++11 for 2014-02-10 14:43:32 +01:00
playlistbackend.cpp Convert all instances of foreach() to a C++11 for 2014-02-10 14:43:32 +01:00
playlistbackend.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
playlistcontainer.cpp Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
playlistcontainer.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
playlistcontainer.ui Revert "Disable inline editing with 'SelectedClicked'. Still available using F2. Fixes 3251 (once again)." 2013-11-30 18:10:20 +01:00
playlistdelegates.cpp Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
playlistdelegates.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
playlistfilter.cpp Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
playlistfilter.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
playlistfilterparser.cpp Convert all instances of foreach() to a C++11 for 2014-02-10 14:43:32 +01:00
playlistfilterparser.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
playlistheader.cpp Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
playlistheader.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
playlistitem.cpp Convert all instances of foreach() to a C++11 for 2014-02-10 14:43:32 +01:00
playlistitem.h Merge branch 'skip_track' of https://github.com/asiviero/Clementine into asiviero-skip_track 2014-02-08 13:19:23 +11:00
playlistitemmimedata.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
playlistlistcontainer.cpp Convert all instances of foreach() to a C++11 for 2014-02-10 14:43:32 +01:00
playlistlistcontainer.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
playlistlistcontainer.ui Add a playlistlist view with a helper text 2013-06-29 18:05:03 +02:00
playlistlistmodel.cpp Convert all instances of foreach() to a C++11 for 2014-02-10 14:43:32 +01:00
playlistlistmodel.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
playlistlistview.cpp Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
playlistlistview.h Add a playlistlist view with a helper text 2013-06-29 18:05:00 +02:00
playlistmanager.cpp Convert all instances of foreach() to a C++11 for 2014-02-10 14:43:32 +01:00
playlistmanager.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
playlistsequence.cpp Convert all instances of foreach() to a C++11 for 2014-02-10 14:43:32 +01:00
playlistsequence.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
playlistsequence.ui Rename the existing "Shuffle by album" mode to "Shuffle tracks in this album", and add a new "Shuffle albums" mode that plays all the tracks in each album sequentially, but then jumps to a different random album afterwards. 2011-11-27 15:01:10 +00:00
playlisttabbar.cpp Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
playlisttabbar.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
playlistundocommands.cpp Convert all instances of foreach() to a C++11 for 2014-02-10 14:43:32 +01:00
playlistundocommands.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
playlistview.cpp Convert all instances of foreach() to a C++11 for 2014-02-10 14:43:32 +01:00
playlistview.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
queue.cpp Convert all instances of foreach() to a C++11 for 2014-02-10 14:43:32 +01:00
queue.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
queuemanager.cpp Convert all instances of foreach() to a C++11 for 2014-02-10 14:43:32 +01:00
queuemanager.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
queuemanager.ui added a button to remove items and keyboard shortcuts in the Queue 2011-03-30 18:41:34 +00:00
songloaderinserter.cpp Convert all instances of foreach() to a C++11 for 2014-02-10 14:43:32 +01:00
songloaderinserter.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
songmimedata.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
songplaylistitem.cpp Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
songplaylistitem.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00