Time for another release of DBus-Explorer, your favorite D-Bus API viewer.
Summary
D-Bus Explorer is a GTK+ application written in C# which use NDesk’s managed D-Bus library to display the API of D-Bus services. In summary, it’s a clone of dbus-viewer with a GTK+ interface.
New in this release
- UI cleanup. Interface generation is now only available when right clicking interface item and allow to select items individually :

- Method invoking for simple methods (i.e. only when base type are involved in the method prototype) :

- Property support is back :

- Yet another parser rewrite. This time it’s definitely cool.
Download
Tarball : http://www.ndesk.org/archive/dbus-explorer/dbus-explorer-0.5.tar.gz
Future
For my usage, D-Bus Explorer is starting to get rather feature complete. Therefore, if you have any idea of a cool feature that could be implemented don’t hesitate to drop your thought in the comments.
Finally after months of postponing the 0.4 release of D-Bus Explorer I managed to get it out as a Christmas/New Year present
. For the impatient you will find download link at the usual place.
For those who doesn’t know what D-Bus Explorer is, it’s a little tool I wrote up a long time ago which allows to browse D-Bus bus services and services’ API. It’s similar in concept to dbus-viewer or DFeet with extra feature which make it sweet when you work with C# and Managed D-Bus.
For instance when you want to know the signature of a method/event/property it’s both shown with D-Bus own syntax and C# syntax. In this release this mechanism is extensible to other language though only C# is provided at the moment.

Coming to this release is also a C# generator which will create the necessary interface definition for use with Managed D-Bus. Simply right-click on the path / interface you want to use in your program and save it somewhere. Again this is extensible to other language.

In other news, the interface is now fully tabbed to let you browse different API at the same time.

Happy D-Bus hacking !
Long time I hadn’t hacked on DBus-Explorer but as a exam stress killer I brought together all the piece I had already randomly coded. This resulted in a number of appreciable improvements that were long overdue like :
Tabbed browsing :
Good if you get lost like me with multiple DBus-Explorer windows (Ctrl+T to open and [...]
The good :
I’m going to Prologin final ! (list here).
PH01’s teacher is an infinite source of fun (and he works on some computer-related researches, great).
Did the pole commission for Lolut this week. Productive meeting. Some good things already done.
General refactoring for DBus-Explorer, UI should be much better too. Not yet in public repository.
The bad :
Got [...]
First of all, happy new year everyone.
ParserNg is the name of the new parser that I committed today in git. It’s a somehow more flexible redesign of the precedent parser which allow to parse D-Bus type expressions to other things than just string and will, thus, facilitate the coding of, both, the code autogenerator and [...]
Time for a new (small) release of D-Bus Explorer which is now 0.3
New in this release :
The treeview now supports search & sorting
Added checks to prevent some exceptions both from Gtk# and D-Bus
Added the corresponding dialogs to nicely report these errors
Miscellaneous refractoring and bug fixing
Downloads :
Tarball : http://www.ndesk.org/archive/dbus-explorer/dbus-explorer-0.3.tar.gz
Debian package : http://www.ndesk.org/archive/dbus-explorer/dbus-explorer_0.3-1_all.deb
(Credits goes to slomo for [...]
I decided to make a 0.2 release of D-Bus Explorer which contains, among others improvements, the fix for the speed caveat.
D-Bus Explorer is a GTK+ application written in C# which use NDesk’s managed D-Bus library to display the API of D-Bus services.
Here is the ChangeLog :
Fixed the speed caveat with the XML parsing.
Use XmlTextReader for [...]
Yesterday I just squashed the « bug » which was causing DBus Explorer to be so slow. Alp had said that it was probably something simple and indeed it was. But first a little background : D-Bus Explorer’s first development took place when I was at school and thus without direct access to Internet. At that time [...]
Thanks to Alp, D-Bus Explorer is now hosted on NDesk.
The wiki page of the project is here : http://www.ndesk.org/DBusExplorer
You can track the development in the Git repository : http://git.ndesk.org/?p=dbus-explorer;a=summary
WTF ?
D-Bus Explorer is a Gtk# application written in C# which use Alp’s DBusSharp library to display the API of DBus services. For the big picture it’s a clone of dbus-viewer but with a Gtk interface.
A little screenie :
Features and what is missing
Features :
Viewing of a D-Bus service’s methods
Selectable bus
Description of the method’s prototype with, [...]