From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <5bab330d0602080353h64f42106y661cb4faf8cdcea8@mail.gmail.com> From: Nigel Sim To: bluez-devel@lists.sourceforge.net Subject: Re: [Bluez-devel] GBlueZConf Prototype In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_133_12762690.1139399580009" References: Sender: bluez-devel-admin@lists.sourceforge.net Errors-To: bluez-devel-admin@lists.sourceforge.net Reply-To: bluez-devel@lists.sourceforge.net List-Unsubscribe: , List-Id: BlueZ development List-Post: List-Help: List-Subscribe: , List-Archive: Date: Wed, 8 Feb 2006 21:53:00 +1000 ------=_Part_133_12762690.1139399580009 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Just a quick comment. Maybe you should put a libnotify version requirement in configuration.in. GBlueZConf won't compile with libnotify 0.3.0, but doe= s with 0.3.2, so maybe >=3D 0.3.2. Nigel. On 2/7/06, Claudio Takahasi wrote: > > Hi Marcel, > > Here is a new GBlueZConf version. > http://www.cin.ufpe.br/~ckt/gbluezconf/gbluezconf-00.08.tar.gz > > > It's required the set/get scan mode patch. > > Main changes/bug fixes: > - Fixed dbus.h header file. Now it's belongs to "include/" directory > while "dbus.h" doesn't belongs to BlueZ utils. > - Fixed incomming pairing failure. The app was blocking for incomming > authentication requests > - Set/Get local name > - Set/Get scan mode > - Code cleanup: removed win atribute from private window(pair, > configuration and search) data > > Regards, > Claudio. > > -- > --------------------------------------------------------- > Claudio Takahasi > Instituto Nokia de Tecnologia - INdT > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmdlnk&kid=103432&bid#0486&dat=121642 > _______________________________________________ > Bluez-devel mailing list > Bluez-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bluez-devel > ------=_Part_133_12762690.1139399580009 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Just a quick comment. Maybe you should put a libnotify version requirement = in configuration.in. GBlueZConf won= 't compile with libnotify 0.3.0, but does with 0.3.2, so maybe >=3D 0.3.= 2 .

Nigel.

On 2/7/06, Claudio Takahasi <cktakahasi@gmail.com> wrote:
Hi Marcel,

Here is a new GBlueZConf version.
http://www.cin.ufpe.= br/~ckt/gbluezconf/gbluezconf-00.08.tar.gz


It's required the= set/get scan mode patch.

Main changes/bug fixes:
- Fixed dbus.h header file. Now it's bel= ongs to "include/" directory
while "dbus.h" doesn't = belongs to BlueZ utils.
- Fixed incomming pairing failure. The app was b= locking for incomming
authentication requests
- Set/Get local name
- Set/Get scan mode<= br>- Code cleanup: removed win atribute from private window(pair,
config= uration and search) data

Regards,
Claudio.

--
---------= ------------------------------------------------
Claudio Takahasi
Instituto Nokia de Tecnologia - INdT


---= ----------------------------------------------------
This SF.net email i= s sponsored by: Splunk Inc. Do you grep through log files
for problems?&= nbsp; Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web. &n= bsp;DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?= cmdlnk&kid=103432&bid#0486&dat=121642
_______________________________________________
Bluez-devel mail= ing list
Bluez-deve= l@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

------=_Part_133_12762690.1139399580009-- ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Bluez-devel mailing list Bluez-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-devel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [Bluez-devel] GBlueZConf Prototype From: Marcel Holtmann To: bluez-devel@lists.sourceforge.net In-Reply-To: References: Content-Type: text/plain Message-Id: <1139365565.31545.16.camel@localhost> Mime-Version: 1.0 Sender: bluez-devel-admin@lists.sourceforge.net Errors-To: bluez-devel-admin@lists.sourceforge.net Reply-To: bluez-devel@lists.sourceforge.net List-Unsubscribe: , List-Id: BlueZ development List-Post: List-Help: List-Subscribe: , List-Archive: Date: Wed, 08 Feb 2006 03:26:05 +0100 Hi Claudio, > Here is a new GBlueZConf version. > http://www.cin.ufpe.br/~ckt/gbluezconf/gbluezconf-00.08.tar.gz some comments from me after playing with it a little bit. The integration of the notifications is really great. The insert and removal bubbles for an adapter are cool. However I prefer not to show the the path. We should choose the address or name. Maybe we need to cache some of these information for the removal event. I also think that the timeout for disappearing is quite long. For the PIN code input we might wanna open the PIN input dialog anyway if someone hits the bubble. Adding a reject option to the bubble might also be a good idea. It should however not disappear until the user clicked it or the authentication timed out. Please also display the name and not the address if available. The icon stays the same even when we run an inquiry or when a connection is established. Is this a missing feature or a bug? Is it possible to integrate the applet to appear in the "Add to panel" dialog. Regards Marcel ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Bluez-devel mailing list Bluez-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-devel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [Bluez-devel] GBlueZConf Prototype From: Marcel Holtmann To: bluez-devel@lists.sourceforge.net In-Reply-To: References: Content-Type: text/plain Message-Id: <1139309340.7633.4.camel@localhost> Mime-Version: 1.0 Sender: bluez-devel-admin@lists.sourceforge.net Errors-To: bluez-devel-admin@lists.sourceforge.net Reply-To: bluez-devel@lists.sourceforge.net List-Unsubscribe: , List-Id: BlueZ development List-Post: List-Help: List-Subscribe: , List-Archive: Date: Tue, 07 Feb 2006 11:49:00 +0100 Hi Claudio, > Here is a new GBlueZConf version. > http://www.cin.ufpe.br/~ckt/gbluezconf/gbluezconf-00.08.tar.gz this now compiles without any problems. Keep on the good work. Regards Marcel ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Bluez-devel mailing list Bluez-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-devel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: From: Claudio Takahasi To: bluez-devel@lists.sourceforge.net MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Subject: [Bluez-devel] GBlueZConf Prototype Sender: bluez-devel-admin@lists.sourceforge.net Errors-To: bluez-devel-admin@lists.sourceforge.net Reply-To: bluez-devel@lists.sourceforge.net List-Unsubscribe: , List-Id: BlueZ development List-Post: List-Help: List-Subscribe: , List-Archive: Date: Mon, 6 Feb 2006 15:50:08 -0200 Hi Marcel, Here is a new GBlueZConf version. http://www.cin.ufpe.br/~ckt/gbluezconf/gbluezconf-00.08.tar.gz It's required the set/get scan mode patch. Main changes/bug fixes: - Fixed dbus.h header file. Now it's belongs to "include/" directory while "dbus.h" doesn't belongs to BlueZ utils. - Fixed incomming pairing failure. The app was blocking for incomming authentication requests - Set/Get local name - Set/Get scan mode - Code cleanup: removed win atribute from private window(pair, configuration and search) data Regards, Claudio. -- --------------------------------------------------------- Claudio Takahasi Instituto Nokia de Tecnologia - INdT ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Bluez-devel mailing list Bluez-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-devel