Tobias Markmann
Tobias Markmann
I see a lot merged PRs related to this issue. What's the current state? We also sue /Zi on our windows builds and it the latest release no cache seems...
@Kev, both @intosi and I have reviewed this PR. If you can give it a review too I can go on and submit it to master.
Mind adding a unit test for this?
I think an input field in the original dialog would be preferred over opening an addition window to input the XML. Other than that it look great.
The MainController should have a Swift::Client instance. It has sendMessage() and sendPresence) method. For sending IQs you can also get the IQRouter from that Swift::Client instance. They are all defined...
@pasnox What version of Swift? What OS (version, edition, etc.)? What does the about dialog say about the Qt configuration?
@pasnox You could give the Swift 4.0 (beta) a shot, which uses Qt 5.5.1 and might be a bit faster. You can download it under http://swift.im/releases.html .
@Kev suggested adding `bool includeMIX = false` to `Client::requestRoster` and do away with automatic feature discovery. `Client::getMIXRegistry()` should always return a registry. Feature discovery on whether an account supports MIX...
Finally it would be great if you could license the PR under the BSD license by adding ``` License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. ``` to the...
@urvashipriyam any news on this? IIRC you wanted to change the code to use a QCheckBox instead like it's done in https://github.com/swift/swift/blob/master/Swift/QtUI/QtVCardWidget/QtVCardGeneralField.cpp#L35 to allow quick change between bookmarked/not-bookmark states without...