CIA.vc
peterzl
Real-time open source activity stats
Stats » Authors » peterzl
informationsyndicateUTC clock
07:04 on May 28, 2012
event counters
The last message was received 2.88 years ago at 18:18 on Jul 10, 2009
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
193 messages since the first one, 3.93 years ago, for an average of 1.06 weeks between messages
recent messages
dateReversed sort columnprojectcontentlink
18:18 on Jul 10, 2009KDE
Commit by peterzl :: r994561 amarok/trunk/extragear/multimedia/amarok/ChangeLog:
changelog++
#
18:13 on Jul 10, 2009KDE
Commit by peterzl :: r994551 amarok/trunk/extragear/multimedia/amarok/ChangeLog:
changelog++
#
18:08 on Jul 10, 2009KDE
Commit by peterzl :: r994547 amarok/trunk/extragear/multimedia/amarok/src/scriptengine/ (2 files):
fix Bug 194220, fixed the trackInserted and trackRemoved API signals
#
08:44 on Jul 09, 2009KDE
Commit by peterzl :: r993643 amarok/trunk/extragear/multimedia/amarok/utilities/collectionscanner/CollectionScanner.cpp:
fixing encoding. non-english UTF-8 tracks should be mostly(99%) decoded correctly now.
#
08:43 on Jul 09, 2009KDE
Commit by peterzl :: r993642 amarok/trunk/extragear/multimedia/amarok/src/meta/file/File_p.h:
fixing encoding. non-english UTF-8 tracks should be mostly(99%) decoded correctly now.
#
07:49 on Jun 05, 2009KDE
Commit by peterzl :: r977726 amarok/trunk/extragear/multimedia/amarok/utilities/collectionscanner/CollectionScanner.cpp:
fix formatting
#
07:44 on Jun 05, 2009KDE
Commit by peterzl :: r977725 amarok/trunk/extragear/multimedia/amarok/ (3 files in 3 dirs):
add tag existence check before encoding probing
#
07:40 on Jun 05, 2009KDE
Commit by peterzl :: r977721 amarok/trunk/extragear/multimedia/amarok/src/dialogs/ScriptManager.cpp:
script API version check in the script manager. We should make the GetHotStuff work with versioning before informing the script authors to pay attention to the versioning.
#
08:46 on May 31, 2009KDE
Commit by peterzl :: r975791 amarok/trunk/extragear/multimedia/amarok/src/meta/file/File_p.h:
fixing the mpeg tag encoding problem. The old code may possibly cause crash, and could not decode UTF-8 tag correctly.
#
08:46 on May 31, 2009KDE
Commit by peterzl :: r975790 amarok/trunk/extragear/multimedia/amarok/utilities/collectionscanner/CollectionScanner.cpp:
fixing the mpeg tag encoding problem. The old code may possibly cause crash, and could not decode UTF-8 tag correctly.
#
16:09 on May 30, 2009KDE
Commit by peterzl :: r975645 amarok/trunk/extragear/multimedia/amarok/src/scriptengine/ (2 files):
this fix the Amarok.Playlist.addMediaList problem, maybe need to verify the QVariant before using it?
#
14:37 on Nov 27, 2008KDE
Commit by peterzl :: r889751 amarok/trunk/extragear/multimedia/amarok/ChangeLog:
changlog update
#
17:15 on Nov 26, 2008KDE
Commit by peterzl :: r889389 amarok/trunk/extragear/multimedia/amarok/ (4 files in 3 dirs):
Fix the bug that stopping a running script crashes amarok. It has nothing to do with the associated slot. :)
The following scripts will not cause crash anymore:
var i = 0; while(true){ print( "I am a buggy script!" ); i++; if ( i == 10 ) Amarok.end(); };
while(true){};

BUG: 175050
#
05:52 on Nov 25, 2008KDE
Commit by peterzl :: r888683 amarok/trunk/extragear/multimedia/amarok/ChangeLog:
changelog++
#
05:39 on Nov 25, 2008KDE
Commit by peterzl :: r888682 amarok/trunk/extragear/multimedia/amarok/src/dialogs/ScriptManager.cpp:
Users need to relaunch Amarok after installing/removing scripts! The fix does not introduce new strings.

BUG: 173919
#
12:29 on Nov 24, 2008KDE
Commit by peterzl :: r888383 amarok/trunk/extragear/multimedia/amarok/ChangeLog:
changlog++
#
01:14 on Nov 24, 2008KDE
Commit by peterzl :: r888215 amarok/trunk/extragear/multimedia/amarok/src/ (6 files in 4 dirs):
revert what I've commit
#
23:43 on Nov 23, 2008KDE
Commit by peterzl :: r888184 amarok/trunk/extragear/multimedia/amarok/src/ (6 files in 4 dirs):
1. move the encoding detector code to a seperate class. 2. enable the mp3 id3v2 tag charset detect. 3. non-latin word with UTF-8 encodings still cannot be decoded correctly though. This could possibly caused by default mysql encoding settings, I'll look into it.
#
13:38 on Nov 22, 2008KDE
Commit by peterzl :: r887585 amarok/trunk/extragear/multimedia/amarok/src/ (3 files in 2 dirs):
comment++
#
13:37 on Nov 22, 2008KDE
Commit by peterzl :: r887584 amarok/trunk/extragear/multimedia/amarok/playground/src/scripts/encoding_fixer/ (main.js main.ui):
the encoding fixer configuration dialog is functional now
#