dresden-elektronik / deconz-ota-plugin

Server side implementation of the standard Zigbee OTA protocol.
BSD 3-Clause "New" or "Revised" License
47 stars 13 forks source link

GUI improvements #3

Closed ebaauw closed 4 years ago

ebaauw commented 4 years ago

Several enhancements to the OTAU Update tab in the GUI:

I'm particularly happy about the last point. If this is working out, I'd like to do the same with the Node Info panel of the REST API plugin.

*) I hacked std_otau_widget.ui manually to change the order of the file attributes. I would expect you have an IDE to maintain this file? Or is it generated? In that case, the generator source might need to be updated.

Still todo:

manup commented 4 years ago

Thanks a lot :)

I'm particularly happy about the last point. If this is working out, I'd like to do the same with the Node Info panel of the REST API plugin.

That's pretty cool, especially in large networks.

I would suggest to change the column name Mf to Manufacturer Id, Manufacturer or Vendor, because Mf albeit somewhat clear is also a bit cryptic.

ebaauw commented 4 years ago

I ran into real-estate limitations. The column autosize also takes the header into account, even though the values occupy far less space. I might try "Vendor" or "Mf Id".

ebaauw commented 4 years ago

Vendor is still too wide, but changing Duration to Time makes it fit.