Re: Accessing a (sub)menu defined in an XmlGui ui.rc file

2021-01-14 Thread Tobias Leupold
Hi David! Thanks for the input! In my case, it was only about how to get a pointer to a menu defined via XML. What Alexander wrote does this very job: auto *someMenu = qobject_cast( guiFactory()->container("menuId", this)); (for the XML you wrote, calling this with "foo", would return a poin

KIO::UDSEntry support in kdiff3

2021-01-14 Thread Michael Reeves
I have added support for KIO::UDSEntry::UDS_LOCAL_PATH in master this will be part of the upcoming 1.9 branch. Also the detection of links via KIO has been fixed. This is fixed in the 1.8 branch official release of 1.8.5 will come late today or tomorrow. Display name support is planned for master