CIA.vc
firetech
Real-time open source activity stats
Stats » Authors » firetech
informationsyndicateUTC clock
05:49 on May 26, 2012
event counters
The last message was received 4.65 years ago at 10:11 on Oct 03, 2007
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
109 messages since the first one, 6.54 years ago, for an average of 3.13 weeks between messages
recent messages
dateReversed sort columnprojectcontentlink
10:11 on Oct 03, 2007KDE
Commit by firetech :: r720604 /branches/stable/extragear/multimedia/amarok/src/scripts/amarok-svn/amarok-svn.sh:
Fix unsermake downloading. (hydrogen made the patch.)
#
21:06 on Feb 03, 2007KDE
Commit by firetech :: r629821 /branches/stable/extragear/multimedia/amarok/src/scripts/amarok-svn/amarok-svn.sh:
Use branches/stable instead of trunk. Notify me when I need to change it back ;)
#
21:57 on Dec 07, 2006KDE
Commit by firetech :: r611381 amarok/trunk/extragear/multimedia/amarok/src/ (osd.cpp osd.h):

  • Don't change rating and/or volume properties if OSD is disabled. (It can still be shown with a global shortcut or by enabling it again, and then it would have the wrong properties when showing a "normal" OSD.)
  • A few minor code style fixes.
#
11:04 on Aug 02, 2006KDE
Commit by firetech :: r568809 amarok/trunk/extragear/multimedia/amarok/src/scripts/amarok-svn/amarok-svn.sh:
Fix comment typo...
#
01:41 on Jul 27, 2006KDE
Commit by firetech :: r566783 amarok/trunk/extragear/multimedia/amarok/src/scripts/score2rating/ (README score2rating.rb):
Ok, I'm stupid. Why the HELL didn't I do the conversions this way earlier, it's about 500 times faster (seriosly!)
Anyway, here is Score2Rating v3.0, which is TOTALLY immune to strange file names, because it doesn't care about
them. Can someone with PgSQL try this before I upload it to kde-apps? I've tested with MySQL and SQLite, so no need
for that.
#
19:01 on Jul 26, 2006KDE
Commit by firetech :: r566699 amarok/trunk/extragear/multimedia/amarok/src/scripts/score2rating/ (README score2rating.rb):

New version of Score2Rating! (will hit kde-apps after packaging...)

  • Better error handling, prints a list of failed tracks (together with my mail address) to STDERR when unsuccessful (It prepares its own "backtrace", which ends up in Amarok's error dialog).
  • Escapes all (?) bad characters which confuses the dcop query commands (now also including "double quotes").
#
17:29 on Jul 26, 2006KDE
Commit by firetech :: r566677 amarok/trunk/extragear/multimedia/amarok/src/collectiondb.cpp:
Make compilation detection work again.
I like working an hour with debug() suff and then finding out the error was just a
misspelling. Yay.
So here is one hour of work: adding one character.
#
22:34 on Jul 23, 2006KDE
Commit by firetech :: r565630 amarok/trunk/extragear/multimedia/amarok/src/scripts/amarok-svn/amarok-bench.sh:
Suppress a warning when no argument is given. I'm quite sure I tried that, but anyway...
It's still only a useless script I made for fun (not knowing "time" existed).
Opposed to "time", this script does the cleaning for me, though ;)
(And this is a quite silly commit message for a one character patch...)
#
09:49 on Jul 16, 2006KDE
Commit by firetech :: r562928 amarok/trunk/extragear/multimedia/amarok/src/scripts/score2rating/ (README score2rating.rb):
Oops, found a bug with the conversion, here comes v2.2 (v2.1 has already hit kde-apps...)
#
09:34 on Jul 16, 2006KDE
Commit by firetech :: r562923 amarok/trunk/extragear/multimedia/amarok/src/scripts/score2rating/ (README TODO score2rating.rb):
Commit Score2Rating v2.1, which should fix problems some people have with backticks in filenames.
I also forgot to commit v2.0 :/
#
13:53 on Jul 04, 2006KDE
Commit by firetech :: r557979 amarok/trunk/extragear/multimedia/amarok/src/playlist.cpp:
Use setCurrentItem() to set m_currentItem (instead of m_CurrentItem = ...) after stop after track,
else item heights get messed up in non-random mode (previous track is too high)
and in dynamic mode (previous track is too high, AND the new current track is too small)
#
18:35 on Jun 29, 2006KDE
Commit by firetech :: r556263 amarok/trunk/extragear/multimedia/amarok/src/scripts/amarok-svn/amarok-bench.sh:
Uncomment cleaning command, the comment was just for testing...
#
18:29 on Jun 29, 2006KDE
Commit by firetech :: r556259 amarok/trunk/extragear/multimedia/amarok/src/scripts/amarok-svn/amarok-bench.sh:
Commit a script that can be used for benchmarking Amarok compilation... Useless but fun. Needs to be run in a configured source tree that can use unsermake, like a directory controlled by Amarok-svn.
#
17:18 on Jun 29, 2006KDE
Commit by firetech :: r556235 amarok/trunk/extragear/multimedia/amarok/ChangeLog:
Add my InfoPane stuff to the ChangeLog
#
16:50 on Jun 29, 2006KDE
Commit by firetech :: r556231 amarok/trunk/extragear/multimedia/amarok/src/playlistbrowser.cpp:
Fix shrinking issue (InfoPane got smaller every time you showed it) and remove an unneeded assignment...
#
16:40 on Jun 29, 2006KDE
Commit by firetech :: r556227 amarok/trunk/extragear/multimedia/amarok/src/playlistbrowser.cpp:
Fix minimum height to NOT affect the button-only state.
#
16:27 on Jun 29, 2006KDE
Commit by firetech :: r556223 amarok/trunk/extragear/multimedia/amarok/src/playlistbrowser.cpp:
Increase default (and minimum) size. 100px is a tad bit too small, since the button is 24 of
those...
#
16:02 on Jun 29, 2006KDE
Commit by firetech :: r556215 amarok/trunk/extragear/multimedia/amarok/src/ (playlistbrowser.cpp playlistbrowser.h):
Make the Extended Info thingie remember its height. Yay.
Also make it non-snappable, since snapping it would be confusing, it has its own hiding
function.
#
10:05 on Jun 29, 2006KDE
Commit by firetech :: r556122 amarok/trunk/extragear/multimedia/amarok/src/playlistbrowser.cpp:

Some improvements for the InfoPane:

  • Set maximum HEIGHT instead of WIDTH in resizeEvent... Silly me.
  • Make the border smaller, 5px -> 3px. I tried removing it, but it didn't look too good.
  • Set a bigger minimum height for the pane. I'm working on getting the height saved, but I only got to this point before I realized that it was the QSplitter' properties I should modify... (Still working on it, but though this was a good milestone.)
#
23:29 on Jun 28, 2006KDE
Commit by firetech :: r556023 amarok/trunk/extragear/multimedia/amarok/TODO:
I just did that! ;)
#