CIA.vc
Phonon
Real-time open source activity stats
Stats » Projects » KDE » Phonon
informationsyndicateUTC clock
12:53 on May 28, 2012
event counters
The last message was received 1.02 months ago at 20:30 on Apr 27, 2012
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 8 messages last month
2893 messages since the first one, 6.19 years ago, for an average of 18.75 hours between messages
recent messages
dateReversed sort columnprojectcontentlink
16:19 on Apr 27KDE
Commit by Leo Franchi on master :: rv4.6.0-27-gb3db286 phonon/phonon/CMakeLists.txt: (link)
Don't use PARENT_SCOPE with CACHE variable.

Makes variable invisible to rest of CMakeLists.txt and breaks
detecting PulseAudio correctly.
#
07:56 on Apr 04KDE
Commit by Casian Andrei on master :: rv4.6.0-26-gc7c200b phonon/phonon/ (2 files in 2 dirs): (link)
Fix a couple of trivial unused variable warnings

The variables were used only for assertions, but that doesn't count.
#
19:18 on Mar 29KDE
Commit by Trever Fischer on master :: rv4.6.0-25-ge5d42c1 phonon/phonon/mediaobject.cpp: (link)
Fix actor URI
#
18:38 on Mar 29KDE
Commit by Trever Fischer on master :: rv4.6.0-24-ge3b4944 phonon/phonon/ (mediaobject.cpp mediaobject_p.h): (link)
Use ZGScheduledActivity for playlist advancement when sending to zeitgeist
#
09:21 on Mar 26KDE
Commit by Casian Andrei on master :: rv4.6.0-20-g97989d1 phonon/ (3 files in 3 dirs): (link)
Make definitions that disable capture visible to the plugins
#
08:26 on Mar 20KDE
Commit by Casian Andrei on master :: rv4.6.0-19-gfb50e12 phonon/phonon/mediasource.cpp: (link)
Quick fix for compile fail with phonon_no_capture
#
02:04 on Mar 20KDE
Commit by Aleix Pol on master :: rv4.6.0-23-g8053df8 phonon/phonon/CMakeLists.txt: (link)
Use the proper variable to figure out if pulse support should be compiled.

CCMAIL: apachelogger at ubuntu dot com
#
01:53 on Mar 20KDE
Commit by Aleix Pol on master :: rv4.6.0-22-g8496c59 phonon/phonon/CMakeLists.txt: (link)
Don't pass HAVE_PULSEAUDIO if the user has requested not to compile using pulseaudio

CCMAIL: apachelogger at ubuntu dot com
#
01:50 on Mar 20KDE
Commit by Aleix Pol on master :: rv4.6.0-21-g4f60bb8 phonon/phonon/CMakeLists.txt: (link)
Don't force the PulseAudio use, just set it on the parent's scope

FORCE is not for that, RTFM.

CCMAIL: apachelogger at ubuntu dot com
#
22:11 on Mar 05KDE
Commit by Casian Andrei on master :: rv4.6.0-18-gf6b75e4 phonon/phonon/mediasource.h: (link)
Fix broken MediaSource::Type enum, my bad

abi compat was broken by commit dbe4307b1313b35c22050cc165bfa22aec92a4af
#
19:30 on Feb 28KDE
Commit by Casian Andrei on master :: rv4.6.0-17-g51a84d8 phonon/phonon/audiooutput.cpp: (link)
Remove function that was redundant
#
17:27 on Feb 27KDE
Commit by Casian Andrei on master :: rv4.6.0-16-gdbe4307 phonon/phonon/ (3 files): (link)
Introduce a new type of MediaSource, for AVCapture

This type of media source describes an audio device and a video device
together. It's purpouse is to enable the backends to implement audio
video capture, for example capturing video from a webcam and audio from
a microphone, at the same time.

MediaSourcePrivate now has separate device access lists.

Deprecated an old unused protected constructor that stood in the way.

This commit tries to preserve source / abi compatibility.
#
21:15 on Feb 01KDE
Commit by Harald Sitter on qml :: rv4.6.0-238-gc053848 phonon/phonon/graphicsview/ (5 files): (link)
[qml] move glpainter code to cpp
#
13:16 on Sep 25, 2011KDE
Commit by Casian Andrei on master :: rv4.6.0-15-gc954be3 phonon/phonon/objectdescriptionmodel.cpp: (link)
Insert a subicon for an object if it has the 'discovererIcon' property set

This will allow identifying who discovered the device (possibly in the
Phonon KCM) if there are problems with it.

The subicon would represent either a backend or a platform plugin. The
value of the "discovererIcon" property is either the icon or it's name.
#
20:17 on Mar 17, 2011KDE
Commit by Leo Franchi on threaded-streaming :: r4.4.3-254-g6c8f66e phonon/: (link)
Merge branch 'threaded-streaming' of git.kde.org:phonon into threaded-streaming
#
21:15 on Feb 27, 2011KDE
Commit by Harald Sitter on threaded-streaming :: r4.4.3-236-ga11d87e phonon/phonon/ (3 files): (link)
Revert "the streamers' qthreads are now parented by the mediasource each and"

This reverts commit 92fb41d92366fae8e859ca7f7c1693d5d43ce4c8.
#
20:39 on Feb 27, 2011KDE
Commit by Harald Sitter on threaded-streaming :: r4.4.3-235-gbe2a9fd phonon/phonon/ (3 files): (link)
the streamers' qthreads are now parented by the mediasource each and
everywhere which raises a couple of concerns ... i.e. less todo and at
the same time more todo :S
#
23:19 on Feb 22, 2011KDE
Commit by Harald Sitter on threaded-streaming :: r4.4.3-234-gb4acded phonon/phonon/ (mediasource.cpp platform.cpp): (link)
confucious says: man who walk in middle of road get run over by bus - consequently if you do not go anywhere you don't hit by a bus, but since we like apps to segfault from bad threading we should really start our abstractmediastream threads :S
#
12:47 on Feb 22, 2011KDE
Commit by Harald Sitter on threaded-streaming :: r4.4.3-233-g53e59a6 phonon/phonon/mediasource.cpp: (link)
also put QIODevice streams into a thread
#
12:40 on Feb 22, 2011KDE
Commit by Harald Sitter on threaded-streaming :: r4.4.3-232-gcb9987e phonon/phonon/platform.cpp: (link)
put a platform abstractstream into a thread to ensure it cannot block the backend
#