Re: [pulseaudio-discuss] [PATCH v2 1/2 pavucontrol] mainwindow: Show the availability of the ports and profiles.

2012-11-24 Thread Tanu Kaskinen
On Sat, 2012-11-24 at 16:06 +0100, Damir Jelić wrote: > On Sat, Nov 24, 2012 at 04:29:05PM +0200, Tanu Kaskinen wrote: > > On Fri, 2012-11-16 at 00:12 +0100, poljar (Damir Jelić) wrote: > > > diff --git a/src/mainwindow.cc b/src/mainwindow.cc > > > index 1041eab..63e02e8 100644 > > > --- a/src/main

Re: [pulseaudio-discuss] [PATCH v2 1/2 pavucontrol] mainwindow: Show the availability of the ports and profiles.

2012-11-24 Thread Damir Jelić
On Sat, Nov 24, 2012 at 04:29:05PM +0200, Tanu Kaskinen wrote: > On Fri, 2012-11-16 at 00:12 +0100, poljar (Damir Jelić) wrote: > > diff --git a/src/mainwindow.cc b/src/mainwindow.cc > > index 1041eab..63e02e8 100644 > > --- a/src/mainwindow.cc > > +++ b/src/mainwindow.cc > > @@ -254,12 +254,31 @@

Re: [pulseaudio-discuss] [PATCH v2 1/2 pavucontrol] mainwindow: Show the availability of the ports and profiles.

2012-11-24 Thread Tanu Kaskinen
On Fri, 2012-11-16 at 00:12 +0100, poljar (Damir Jelić) wrote: > diff --git a/src/mainwindow.cc b/src/mainwindow.cc > index 1041eab..63e02e8 100644 > --- a/src/mainwindow.cc > +++ b/src/mainwindow.cc > @@ -254,12 +254,31 @@ static void set_icon_name_fallback(Gtk::Image *i, const > char *name, Gtk:

Re: [pulseaudio-discuss] [PATCH v2 1/2 pavucontrol] mainwindow: Show the availability of the ports and profiles.

2012-11-21 Thread Damir Jelić
On Wed, Nov 21, 2012 at 07:03:30PM +0100, David Henningsson wrote: > On 11/21/2012 04:33 PM, Damir Jelić wrote: > >On Wed, Nov 21, 2012 at 10:31:51AM +0530, Arun Raghavan wrote: > >>On Fri, 2012-11-16 at 00:12 +0100, poljar (Damir Jelić) wrote: > >>>From: "poljar (Damir Jelić)" > >>> > >>>If we kn

Re: [pulseaudio-discuss] [PATCH v2 1/2 pavucontrol] mainwindow: Show the availability of the ports and profiles.

2012-11-21 Thread David Henningsson
On 11/21/2012 04:33 PM, Damir Jelić wrote: On Wed, Nov 21, 2012 at 10:31:51AM +0530, Arun Raghavan wrote: On Fri, 2012-11-16 at 00:12 +0100, poljar (Damir Jelić) wrote: From: "poljar (Damir Jelić)" If we know if a certain port is available/unavailable, we can print that out, as a help to the

Re: [pulseaudio-discuss] [PATCH v2 1/2 pavucontrol] mainwindow: Show the availability of the ports and profiles.

2012-11-21 Thread Damir Jelić
On Wed, Nov 21, 2012 at 10:31:51AM +0530, Arun Raghavan wrote: > On Fri, 2012-11-16 at 00:12 +0100, poljar (Damir Jelić) wrote: > > From: "poljar (Damir Jelić)" > > > > If we know if a certain port is available/unavailable, we can print > > that out, as a help to the user (and as debugging for ou

Re: [pulseaudio-discuss] [PATCH v2 1/2 pavucontrol] mainwindow: Show the availability of the ports and profiles.

2012-11-21 Thread David Henningsson
On 11/21/2012 06:01 AM, Arun Raghavan wrote: On Fri, 2012-11-16 at 00:12 +0100, poljar (Damir Jelić) wrote: From: "poljar (Damir Jelić)" If we know if a certain port is available/unavailable, we can print that out, as a help to the user (and as debugging for ourselves). A profile is also avail

Re: [pulseaudio-discuss] [PATCH v2 1/2 pavucontrol] mainwindow: Show the availability of the ports and profiles.

2012-11-20 Thread Arun Raghavan
On Fri, 2012-11-16 at 00:12 +0100, poljar (Damir Jelić) wrote: > From: "poljar (Damir Jelić)" > > If we know if a certain port is available/unavailable, we can print > that out, as a help to the user (and as debugging for ourselves). > A profile is also available/unavailable if all ports which ha

[pulseaudio-discuss] [PATCH v2 1/2 pavucontrol] mainwindow: Show the availability of the ports and profiles.

2012-11-15 Thread Damir Jelić
From: "poljar (Damir Jelić)" If we know if a certain port is available/unavailable, we can print that out, as a help to the user (and as debugging for ourselves). A profile is also available/unavailable if all ports which have that profile are available/unavailable. Credit goes to David Hennings