SUMMARY There are commands (ie. starting with a / ) doesn't work at all: poll, tenor, giphy Other commands like urbandictionary, amazon, etc which usually prints a web link just show some text Text commands like system commands or shrug, tableflip, etc are working STEPS TO REPRODUCE 1. install tenor, poll, amazon,imgur and urban dictionary on RC instance from the Marketplace 2. try to invoke them OBSERVED RESULT None happens EXPECTED RESULT A window to select gifs, images or invoke the poll form should appear SOFTWARE/OS VERSIONS Linux/KDE Plasma: Arch Linux KDE Plasma Version: 5.21.2 KDE Frameworks Version: 5.79.0 Qt Version: 5.15.2
Could you add screenshot here please?
Created attachment 136693 [details] commands in ruqola This are the commands in ruqola, first some working as they are just plain text output, then some other with the html preview converted to plain text and finally some others non-working at all
Created attachment 136694 [details] same on RC Same tests on official RC client
Here you have, some command invocation on ruqola and their counterpart on RC
Hum I should open another issue regarding commands? they not just not autocomplete (by pressing Tab) but also hangs the system for a while if I click on the result dropdown, once ruqola itself had a unexpected closing.
RC is a web apps. So it's not really possible to reimplement all in widget. I will look at what I can fix but some web features can't reimplement easily
I'm not a developer, but I'm aware some options are hard to develop in an IRC-like desktop application like ruqola. Perhaps we can tackle most of the scenarios with modals like you're doing to show images and so. By the way, I still didn't thank you for your awesome work!
(In reply to Angel Docampo from comment #7) > I'm not a developer, but I'm aware some options are hard to develop in an > IRC-like desktop application like ruqola. Perhaps we can tackle most of the > scenarios with modals like you're doing to show images and so. > By the way, I still didn't thank you for your awesome work! some plugins create dialogbox generated by html but we can't intercept it. So I will try to fix some bugs but for others it will not be possible
A crazy idea just passed to me. I know you will say a categorical "NO" because it must be a giant effort to implement, and I'm not pretty sure it would solve anything of the current issue, but I will tell you anyway, just in case you didn't think about it, and because the interface could solve some other issues like chat grouping or embed videos and preview links and other modern and cool stuff. What about using Telegram desktop UI? Is QT5 and C++, so perhaps is not as crazy idea as it can sound. https://github.com/telegramdesktop/tdesktop
(In reply to Angel Docampo from comment #9) > A crazy idea just passed to me. I know you will say a categorical "NO" > because it must be a giant effort to implement, and I'm not pretty sure it > would solve anything of the current issue, but I will tell you anyway, just > in case you didn't think about it, and because the interface could solve > some other issues like chat grouping or embed videos and preview links and > other modern and cool stuff. > > What about using Telegram desktop UI? Is QT5 and C++, so perhaps is not as > crazy idea as it can sound. > https://github.com/telegramdesktop/tdesktop :) As you wrote not sure that it fixes all and code is not adapted to use it, and they don't use lib for ui etc :)
I had to try :P Telegram has a very nice GUI and feature-wise, and shows awesome QT capabilities
Hi, Just for info I am implementing "autogenerate ui" so it will fix some plugins support. For tenor/imgur it seems that it uses some code that I can't intercept yet with ruqola. I continue on it
Ok I understood how to implement other commands support. it will be done for next release.
Ok all support is done in master