Amarok

  • Filter
Casey Link

committed 23899 to Amarok

18 May 09
Remove extraneous subdir entry (the directory doesn't exist in svn)
deleted from CMakeLists.txt

Properties

 svm:headrev = 283d02a7-25f6-0310-bc7c-ecb5cbfe19da:969503


Casey Link

committed 23878 to Amarok

17 May 09
Change "Load" -> "Replace Playlist" in the lastfm tree view's context menu to make it more consistent with the rest of Amarok.
modified LastFmTreeView.cpp

Properties

 svm:headrev = 283d02a7-25f6-0310-bc7c-ecb5cbfe19da:968987


Casey Link

committed 23877 to Amarok

17 May 09
Change "Load" -> "Replace Playlist" in the filebrowser's context menu to make it more consistent with the rest of Amarok.
modified MyDirOperator.cpp

Properties

 svm:headrev = 283d02a7-25f6-0310-bc7c-ecb5cbfe19da:968986


Casey Link

committed 22256 to Amarok

19 Feb 09
Mark the return of the bookmark handler in the file browser. See commit
r926563.
ChangeLog++
added to ChangeLog

Properties

 svk:copy_cache_prev = 22226
 svm:headrev = 283d02a7-25f6-0310-bc7c-ecb5cbfe19da:928666


Casey Link

committed 22222 to Amarok

17 Feb 09
Add the Auto-Timecode feature. Now, when ever a track with length > 10
minutes is being played and a stop or skip action occurs a bookmark is
automatically created at the last position played.
Audiobook and Podcast listeners rejoice.
~yay
CCMAIL: amarok-devel@kde.org
BUG: 148740
added 3 files and modified 5 files
Casey Link

committed 22221 to Amarok

17 Feb 09
Properly instantiate member pointers.
added to AmarokUrlHandler.cpp

Properties

 svm:headrev = 283d02a7-25f6-0310-bc7c-ecb5cbfe19da:927531


Casey Link

committed 22196 to Amarok

15 Feb 09
Re-enable the Bookmark Action in the file browser.. the bug that was
causing this seems to have been fixed (I no longer get crashes).
CCBUG: 173634
modified FileBrowser.cpp

Properties

 svk:copy_cache_prev = 22138
 svm:headrev = 283d02a7-25f6-0310-bc7c-ecb5cbfe19da:926563


Casey Link

committed 22195 to Amarok

15 Feb 09
Deleting tracks will now show a nice Dolphin-like confirmation dialog
with the list of files being deleted.
added to CollectionCapability.h and modified 2 cpp files
Casey Link

committed 22162 to Amarok

14 Feb 09
Update ChangeLog for SVN commit 925963 by markey
~lart markey
added to ChangeLog

Properties

 svk:copy_cache_prev = 22138
 svm:headrev = 283d02a7-25f6-0310-bc7c-ecb5cbfe19da:926047


Casey Link

committed 22160 to Amarok

14 Feb 09
Add the delete action the local collection. There are still a few TODOs:
* The confirmation dialog should be improved (and abstracted outside SqlCollection)
* The CollectionTreeView/Model still shows the deleted tracks until a
rescan is performed, the model should show the track's removal right
away.
CCMAIL: amarok-devel@kde.org
BUG: 170999
Casey Link

committed 22103 to Amarok

11 Feb 09
Remove the Love/Ban/Skip buttons from the last.fm service browser. They
are extraneous and ugly.
deleted from LastFmService.h and modified LastFmService.cpp

Properties

 svk:copy_cache_prev = 22059
 svm:headrev = 283d02a7-25f6-0310-bc7c-ecb5cbfe19da:924769


Casey Link

committed 21858 to Amarok

01 Feb 09
ChangeLog++
modified ChangeLog

Properties

 svk:copy_cache_prev = 21855
 svm:headrev = 283d02a7-25f6-0310-bc7c-ecb5cbfe19da:919500


Casey Link

committed 21857 to Amarok

01 Feb 09
Cue Tracks now have the TimecodeLoadCapability, which means all the cue
points show up as timecodes in the progress bar. This is the first step
beyond the basic cue support that existed in Amarok 1.4. Woo!
added to Cue.cpp and modified Cue.h

Properties

 svk:copy_cache_prev = 21855
 svm:headrev = 283d02a7-25f6-0310-bc7c-ecb5cbfe19da:919499


Casey Link

committed 21856 to Amarok

01 Feb 09
Allow for a play url to have a custom name.
modified 2 files

Properties

 svk:copy_cache_prev = 21855
 svm:headrev = 283d02a7-25f6-0310-bc7c-ecb5cbfe19da:919498


Casey Link

committed 21855 to Amarok

01 Feb 09
Created a TimecodeLoadCapability that allows the extraction of stored
(via the TimecodeWriteCapability) timecodes from track.
Currently Sql and File Meta types are supported.
added 2 files and modified 6 files
Casey Link

committed 21854 to Amarok

01 Feb 09
Remove old class from CMakeLists.
deleted from CMakeLists.txt

Properties

 svm:headrev = 283d02a7-25f6-0310-bc7c-ecb5cbfe19da:919496


Casey Link

committed 21853 to Amarok

01 Feb 09
Create TimecodeWriteCapability to abstract the creation of Timecodes
(track position bookmarks). Each Meta::Track type is now responsible for
creating it's timecodes, or it can use the default writeTimecode()
implementaiton, which is what I have elected to do for Meta::File and
Meta::Sql Tracks.
Casey Link

committed 21852 to Amarok

01 Feb 09
Introduced the private pointer model for MetaCue. At this point amarok 2
is feature complete cue-sheet-wise with amarok 1.4.

style fixes
added Cue_p.h and modified 2 files

Properties

 svm:headrev = 283d02a7-25f6-0310-bc7c-ecb5cbfe19da:919494


Casey Link

committed 21851 to Amarok

01 Feb 09
Check for a CueFile in the CollectionManager's trackForUrl to determine if we should
return a standard MetaFile::Track or or MetaCue::Track
modified CollectionManager.cpp

Properties

 svm:headrev = 283d02a7-25f6-0310-bc7c-ecb5cbfe19da:919493


Casey Link

committed 21850 to Amarok

01 Feb 09
Initial implementation of the MetaCue::Track type. This replaces the
CueFile implementation from 1.4.

Added some static helper methods to the MetaCue::Track class to assist in the locating and validating of cue sheets.

locateCueSheet now returns a KUrl to the cue file
debug++ and some little tweaks to the loading function, also style
fixes.
added 3 files, deleted 2 files and modified CMakeLists.txt
Casey Link

committed 21849 to Amarok

01 Feb 09
Initial Qt4 port of the CueFile feature from the 1.4 series. Doesn't do much right now except compile.
added 2 files and added to CMakeLists.txt

Properties

 svk:copy_cache_prev = 21798
 svm:headrev = 283d02a7-25f6-0310-bc7c-ecb5cbfe19da:919491


Casey Link

committed 21798 to Amarok

26 Jan 09
Add a pretty widget when you mouse over the Bookmark Triangle.
Also, add some new art by Lee Olsen.
Casey Link

committed 21797 to Amarok

26 Jan 09
remove unneeded Debug
deleted from File.cpp

Properties

 svk:copy_cache_prev = 21792
 svm:headrev = 283d02a7-25f6-0310-bc7c-ecb5cbfe19da:916976


Casey Link

committed 21796 to Amarok

26 Jan 09
documentation++
style++
added to 2 h files and modified 3 cpp files
Casey Link

committed 21746 to Amarok

22 Jan 09
Clicking on a bookmark triangle will actually seek to that position.
modified 3 files

Properties

 svk:copy_cache_prev = 21662
 svm:headrev = 283d02a7-25f6-0310-bc7c-ecb5cbfe19da:915458


Casey Link

committed 21723 to Amarok

21 Jan 09
Clicking on a triangle bookmark should now seek to that position.
added to SliderWidget.h and modified 3 files
Casey Link

committed 21722 to Amarok

21 Jan 09
Remove the bookmark button from the bookmarkmanager applet.
modified 2 files

Properties

 svk:copy_cache_prev = 21662
 svm:headrev = 283d02a7-25f6-0310-bc7c-ecb5cbfe19da:914927


Casey Link

committed 21721 to Amarok

21 Jan 09
When a new track starts playing query the database to see if the track
has any bookmarks stored. If so, display them on the ProgressSlider.
added to 2 files and modified ProgressSlider.cpp

Properties

 svk:copy_cache_prev = 21662
 svm:headrev = 283d02a7-25f6-0310-bc7c-ecb5cbfe19da:914926


Casey Link

committed 21716 to Amarok

21 Jan 09
Changelog++
modified ChangeLog

Properties

 svk:copy_cache_prev = 21662
 svm:headrev = 283d02a7-25f6-0310-bc7c-ecb5cbfe19da:914872


Casey Link

committed 21714 to Amarok

21 Jan 09
Commit patches submitted by Adriaan de Groot <groot@kde.org>. Fixes
compilation issues on OpenSolaris.