[Gambas-user] [Gambas Bug Tracker] Bug #725: gb.dbus makes invalid interface name if application name has hyphen

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.725=L21haW4-

ADMINISTRATOR changed the state of the bug to: Fixed.




--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #725: gb.dbus makes invalid interface name if application name has hyphen

2015-09-10 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.725=L21haW4-

Comment #5 by Benoît MINISINI:

Maybe I should have not replaced hyphens by dot, because visually it creates a 
confusion.
Maybe I should have just removed them... Don't know...



--
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991=/4140
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #725: gb.dbus makes invalid interface name if application name has hyphen

2015-09-10 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.725=L21haW4-

Benoît MINISINI changed the state of the bug to: Closed.




--
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991=/4140
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #725: gb.dbus makes invalid interface name if application name has hyphen

2015-09-09 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.725=L21haW4-

Comment #4 by nemuru TAKEDA:

On revision #7294, now it works!
Thank you for your hard work.



--
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991=/4140
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #725: gb.dbus makes invalid interface name if application name has hyphen

2015-09-09 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.725=L21haW4-

nemuru TAKEDA added an attachment:

screenshot_20150910.png



--
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991=/4140
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #725: gb.dbus makes invalid interface name if application name has hyphen

2015-09-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.725=L21haW4-

Comment #2 by nemuru TAKEDA:

I installed revision #7292 from PPA:gambas-daily, but looks like it doesn't 
work.



--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #725: gb.dbus makes invalid interface name if application name has hyphen

2015-09-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.725=L21haW4-

nemuru TAKEDA added an attachment:

screenshot_20150909.png



--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #725: gb.dbus makes invalid interface name if application name has hyphen

2015-09-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.725=L21haW4-

Comment #3 by Benoît MINISINI:

Is it better now with revision #7293?



--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #725: gb.dbus makes invalid interface name if application name has hyphen

2015-09-07 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.725=L21haW4-

Benoît MINISINI changed the state of the bug to: Accepted.




--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #725: gb.dbus makes invalid interface name if application name has hyphen

2015-09-07 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.725=L21haW4-

Benoît MINISINI changed the state of the bug to: Waiting.




--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #725: gb.dbus makes invalid interface name if application name has hyphen

2015-09-07 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.725=L21haW4-

nemuru TAKEDA reported a new bug.

Summary
---

gb.dbus makes invalid interface name if application name has hyphen

Type : Bug
Priority : Medium
Gambas version   : 3.8
Product  : Unknown


Description
---

Distribution : Ubuntu 15.04
Gambas Version : 3.8.1 from PPA(Stable Build)



until version 3.7, hyphen automatically converted into a dot.
for example, when "some-application" has a DBus interface "someinterface",
DBus interface name shoul be

org.gambas.some.application.someinterface

but now(version 3.8.1)

org.gambas.some-application.someinterface

dbus interface doen't accept hyphen and it causes fatal error.
please fix it.





--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user