Comment 6 for bug 1027946

Revision history for this message
Nathan Osman (george-edison55) wrote :

Actually, I am currently in the process of rewriting NitroShare in Qt5 and I've decided to move away from the tray/AppIndicator approach. I've moved the core networking code into a separate shared library and most of the GUI dialogs and widgets into another shared library. Although there will be an official NitroShare client written in Qt5 that uses the two shared libraries, by separating the code, the possibility opens up for others to easily write a NitroShare client application.

As for the actual bug (no progress indicator), I do plan to implement this on the official NitroShare client (both for sending and receiving files). However, the point I wanted to make was that anyone else writing a NitroShare client could easily implement this. Also, there are plans for a D-Bus API.