robotology-legacy / qtyarp

QtYarp
1 stars 1 forks source link

QtYARPManager right panel empty #6

Closed kt10aan closed 10 years ago

kt10aan commented 10 years ago

Hi,

running QtYARPManager, and double-clicking on an application on the left-side panel, the right-side panel remains empty. Starting the QtYM from terminal, I get the following output:

bishop@terra:~/robotcub/qtyarp/build/bin$ ./QtYARPManager ||| did not find ymanager.ini yarp: cannot read from ymanager.ini ||| did not find ymanager.ini QObject::connect: No such signal EntitiesTreeWidget::viewResource(Computer) QObject::connect: (sender name: 'entitiesTree') QObject::connect: (receiver name: 'MainWindow') QObject::connect: No such signal EntitiesTreeWidget::viewModule(Module) QObject::connect: (sender name: 'entitiesTree') QObject::connect: (receiver name: 'MainWindow') QObject::connect: No such signal EntitiesTreeWidget::viewApplication(Application*) QObject::connect: (sender name: 'entitiesTree') QObject::connect: (receiver name: 'MainWindow')

I don't know if this happens because the functionality is not implemented yet or because there is a bug. Tested on Ubuntu 14.04 and Debian Jessie.

aitek4iit commented 10 years ago

Fixed!

kt10aan commented 10 years ago

Great :). Just another very minor thing, that I suppose I shouldn't open a ticket just for it, so someone with write access can change it: In file: qtyarp/QtYARPManager/applicationviewwidget.cpp there are a couple of typos: Line 1093 "avaiable" should be "available" Line 1118 "unavaiable" should be "unavailable"

aitek4iit commented 10 years ago

Ok. Thank you! Fixed! :)