CIA.vc
link
Real-time open source activity stats
Stats » Authors » link
informationsyndicateUTC clock
04:37 on Mar 21, 2010
event counters
The last message was received 2.29 days ago at 21:43 on Mar 18, 2010
0 messages so far today, 0 messages yesterday
1 messages so far this week, 0 messages last week
1 messages so far this month, 0 messages last month
293 messages since the first one, 5.15 years ago, for an average of 0.92 weeks between messages
recent messages
dateReversed sort columnprojectcontentlink
21:43 ThursdayKDE
Commit by link :: r1104912 akregator/trunk/KDE/kdepim/ (12 files in 12 dirs):
Use proper DBUS_INTERFACE install directory. KDE4_DBUS_INTERFACE_DIR is for reading, DBUS_INTERFACES_INSTALL_DIR is for installing. Now kdepim can be installed in a separate prefix than kdelibs.
#
13:03 on May 18, 2009KDE
Commit by link :: r969503 amarok/trunk/extragear/multimedia/amarok/playground/src/scripts/CMakeLists.txt:
Remove extraneous subdir entry (the directory doesn't exist in svn)
#
09:11 on May 17, 2009KDE
Commit by link :: r968987 amarok/trunk/extragear/multimedia/amarok/src/services/lastfm/LastFmTreeView.cpp:
Change "Load" -> "Replace Playlist" in the lastfm tree view's context menu to make it more consistent with the rest of Amarok.
#
09:10 on May 17, 2009KDE
Commit by link :: r968986 amarok/trunk/extragear/multimedia/amarok/src/browsers/filebrowser/MyDirOperator.cpp:
Change "Load" -> "Replace Playlist" in the filebrowser's context menu to make it more consistent with the rest of Amarok.
#
19:20 on Feb 19, 2009KDE
Commit by link :: r928666 amarok/trunk/extragear/multimedia/amarok/ChangeLog:
Mark the return of the bookmark handler in the file browser. See commit
r926563.
ChangeLog++
#
19:51 on Feb 17, 2009KDE
Commit by link :: r927532 amarok/trunk/extragear/multimedia/amarok/ (8 files in 5 dirs):
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 at kde dot org
BUG: 148740
#
19:51 on Feb 17, 2009KDE
Commit by link :: r927531 amarok/trunk/extragear/multimedia/amarok/src/amarokurls/AmarokUrlHandler.cpp:
Properly instantiate member pointers.
#
17:32 on Feb 15, 2009KDE
Commit by link :: r926563 amarok/trunk/extragear/multimedia/amarok/src/browsers/filebrowser/FileBrowser.cpp:
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
#
13:43 on Feb 15, 2009KDE
Commit by link :: r926476 amarok/trunk/extragear/multimedia/amarok/src/ (3 files in 2 dirs):
Deleting tracks will now show a nice Dolphin-like confirmation dialog
with the list of files being deleted.
#
15:58 on Feb 14, 2009KDE
Commit by link :: r926047 amarok/trunk/extragear/multimedia/amarok/ChangeLog:
Update ChangeLog for SVN commit 925963 by markey
~lart markey
#
15:52 on Feb 14, 2009KDE
Commit by link :: r926043 amarok/trunk/extragear/multimedia/amarok/ (7 files in 3 dirs):

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 at kde dot org BUG: 170999
#
15:00 on Feb 11, 2009KDE
Commit by link :: r924769 amarok/trunk/extragear/multimedia/amarok/src/services/lastfm/ (LastFmService.cpp LastFmService.h):
Remove the Love/Ban/Skip buttons from the last.fm service browser. They
are extraneous and ugly.
#
07:46 on Feb 01, 2009KDE
Commit by link :: r919500 amarok/trunk/extragear/multimedia/amarok/ChangeLog:
ChangeLog++
#
07:43 on Feb 01, 2009KDE
Commit by link :: r919499 amarok/trunk/extragear/multimedia/amarok/src/meta/cue/ (Cue.cpp Cue.h):
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!
#
07:43 on Feb 01, 2009KDE
Commit by link :: r919498 amarok/trunk/extragear/multimedia/amarok/src/amarokurls/ (PlayUrlGenerator.cpp PlayUrlGenerator.h):
Allow for a play url to have a custom name.
#
07:42 on Feb 01, 2009KDE
Commit by link :: r919497 amarok/trunk/extragear/multimedia/amarok/src/ (8 files in 7 dirs):
Created a TimecodeLoadCapability that allows the extraction of stored
(via the TimecodeWriteCapability) timecodes from track.
Currently Sql and File Meta types are supported.
#
07:42 on Feb 01, 2009KDE
Commit by link :: r919496 amarok/trunk/extragear/multimedia/amarok/src/CMakeLists.txt:
Remove old class from CMakeLists.
#
07:42 on Feb 01, 2009KDE
Commit by link :: r919495 amarok/trunk/extragear/multimedia/amarok/src/ (7 files in 6 dirs):
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.
#
07:41 on Feb 01, 2009KDE
Commit by link :: r919494 amarok/trunk/extragear/multimedia/amarok/src/meta/cue/ (Cue.cpp Cue.h Cue_p.h):
Introduced the private pointer model for MetaCue. At this point amarok 2
is feature complete cue-sheet-wise with amarok 1.4.

style fixes
#
07:41 on Feb 01, 2009KDE
Commit by link :: r919493 amarok/trunk/extragear/multimedia/amarok/src/collection/CollectionManager.cpp:
Check for a CueFile in the CollectionManager's trackForUrl to determine if we should
return a standard MetaFile::Track or or MetaCue::Track
#