CIA.vc
gsteinert
Real-time open source activity stats
Stats » Authors » gsteinert
informationsyndicateUTC clock
10:20 on May 26, 2012
event counters
The last message was received 1.84 years ago at 00:39 on Jul 25, 2010
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
45 messages since the first one, 3.56 years ago, for an average of 0.96 months between messages
recent messages
dateReversed sort columnprojectcontentlink
00:39 on Jul 25, 2010KDE
Commit by gsteinert :: r1154177 /trunk/www/sites/planet/planetkde/config:
Update planet config for Gary Steinert (gsteinert)
#
13:26 on Feb 03, 2010KDE
Commit by gsteinert :: r1084682 /trunk/www/sites/planet/ (2 files in 2 dirs):
Add Gary Steinert (gsteinert) to planet KDE
#
17:09 on Jul 11, 2009KDE
Commit by gsteinert :: r995004 amarok/trunk/extragear/ (25 files in 10 dirs):
License header style update

SVN_SILENT
#
13:28 on Jul 06, 2009KDE
Commit by gsteinert :: r992202 amarok/trunk/extragear/multimedia/amarok/src/ (2 files in 2 dirs):
Fix typo and remove obsolete elseif clause. Thanks to Ralf Jung for the patch.
#
09:04 on Jun 28, 2009KDE
Commit by gsteinert :: r988529 amarok/trunk/extragear/multimedia/amarok/supplementary_scripts/licenseChecker/main.cpp:
Revert part of my last commit:
   3) Now indicates which line a mismatch in the license terms is found
Turns out my logic was b0rked =(
#
09:04 on Jun 28, 2009KDE
Commit by gsteinert :: r988528 amarok/trunk/extragear/multimedia/amarok/supplementary_scripts/licenseChecker/ (CMakeLists.txt log.cpp log.h main.cpp):
A few changes to the license checker.
1) It now installs =)
2) Removed a few lines i was using to make the initial changes easier
3) Now indicates which line a mismatch in the license terms is found
#
19:54 on Jun 26, 2009KDE
Commit by gsteinert :: r987868 amarok/trunk/extragear/multimedia/amarok/supplementary_scripts/licenseChecker/main.cpp:
No more ugly hack =) Thanks illissius
#
19:43 on Jun 26, 2009KDE
Commit by gsteinert :: r987863 amarok/trunk/extragear/multimedia/amarok/ (9 files in 2 dirs):
LicenseChecker: Added support for more than one valid license header. Also moved to supplementary_scripts.

This should pass any KDE e.v.-style license headers, as well as any others we choose to add in the future.

The initialisation of the QList<QStringList> used to hold the different valid license headers is quite ugly at the
moment. I couldn't work out how to initialise a QList with a list of values in one line.
#
19:41 on Jun 25, 2009KDE
Commit by gsteinert :: r987301 amarok/trunk/extragear/multimedia/amarok/src/browsers/ (7 files in 3 dirs):
Re-include KDE e.v. parts to relevant headers
#
18:33 on Jun 25, 2009KDE
Commit by gsteinert :: r987260 amarok/trunk/extragear/multimedia/amarok/utilities/licenseChecker/ (. CMakeLists.txt log.cpp log.h main.cpp):
Adding a small app I've written for keeping on top of license headers. Its still a work in progress,
but feel free to use and abuse it for your own ends =) Adding it to utilities as it seems the best
place to me, let me know if it needs moving.
#
16:18 on Jun 01, 2009KDE
Commit by gsteinert :: r976415 amarok/trunk/extragear/multimedia/amarok/ChangeLog:
Changelog++
#
16:01 on Jun 01, 2009KDE
Commit by gsteinert :: r976410 amarok/trunk/extragear/multimedia/amarok/src/playlist/view/listview/PrettyListView.cpp:
Revert "If 'Stop ater this track' is set, then a track is queued, remove the 'Stop after this track' so that the queued track will be played."

This reverts commit 8541fe31f4705d5f74afb092a01e575b978f7d6f.

Heh, sorry guys, forgot i'd committed this one locally =/
#
15:57 on Jun 01, 2009KDE
Commit by gsteinert :: r976409 amarok/trunk/extragear/multimedia/amarok/src/dialogs/PlaylistLayoutEditDialog.cpp:
Allow cancelling of rename input box in playlist layout dialog

BUG:193479
#
15:57 on Jun 01, 2009KDE
Commit by gsteinert :: r976408 amarok/trunk/extragear/multimedia/amarok/src/playlist/view/listview/PrettyListView.cpp:
If 'Stop ater this track' is set, then a track is queued, remove the 'Stop after this track' so that the queued track will be played.

BUG:192797
#
11:18 on Jun 01, 2009KDE
Commit by gsteinert :: r976232 amarok/trunk/extragear/multimedia/amarok/src/App.cpp:
Code cleanup
#
10:54 on Jun 01, 2009KDE
Commit by gsteinert :: r976227 amarok/trunk/extragear/multimedia/amarok/src/App.cpp:
Fix for .m3u files. The m3u code is redundant now =)

BUG:191347
#
10:42 on Jun 01, 2009KDE
Commit by gsteinert :: r976224 amarok/trunk/extragear/multimedia/amarok/src/App.cpp:
Fixes problems with .pls playlists not being loaded from command line.

This code now matches the 'Add media' menu item code. Converting the list to TrackPtrs
appears to bea pointless step, which breaks any playlist format not already processed
(i.e. anything other than .m3u)

BUG:191347
#
15:35 on May 31, 2009KDE
Commit by gsteinert :: r975995 amarok/trunk/extragear/multimedia/amarok/src/dialogs/PlaylistLayoutEditDialog.cpp:
Prevent users creating playlist layouts with names containing '/'.

There may be a more elegant way of doing this (possibly allowing the slashes and
dealing with them better when it comes to saving) but this will fix the bug.

Also, swap caption and text in a few dialogs so that they read correctly.

BUG:191489
#
13:56 on Feb 12, 2009KDE
Commit by gsteinert :: r925124 amarok/trunk/extragear/multimedia/amarok/src/Sidebar.h:
Revert "Fix problems for Mamarok where the sidebar's"

Didnt fix the problem =(

This reverts commit fa434fbacfbf9118cab9497361568f05482e8405.
#
13:28 on Feb 12, 2009KDE
Commit by gsteinert :: r925104 amarok/trunk/extragear/multimedia/amarok/src/Sidebar.h:
Fix problems for Mamarok where the sidebar's
minimum width is far too large on a large
resolution display.
#