- Remove deprecated libboost_signals-devel swift-im uses signal2 which is in libboost_headers-devel - Add swift-4.0-qt5.11-includes.patch: Add includes explicitly, so it builds with Qt 5.11 - Remove filler wording and bias from descriptions. - Add GPG checking * Add swift-4.0.tar.gz.asc * Add swift.keyring - Update to version 4.0: * New chat theme including a new font * Support for message carbons (XEP-0280) * Enabled trellis mode as a default feature, allowing several tiled chats windows to be shown at once * Redesigned keyword highlighting * Improve date formatting * Fix Last Message Correction in multi client scenarios * Fix UI layout issue for translations that require right-to-left (RTL) layout * Fix UX issues in trellis mode * Improvements to font size handling in the chat theme * Improved spell checker support on Linux * And assorted smaller features and usability enhancements - Altering Swift/QtUI/SConscript is no longer required. - Update to version 4RC3: * Fix crash in emoticon dialog OBS-URL: https://build.opensuse.org/package/show/network:messaging:xmpp/swift-im?expand=0&rev=1
12 lines
438 B
Diff
12 lines
438 B
Diff
diff -urEbwB swift-4.0/Swift/QtUI/UserSearch/QtUserSearchWindow.h swift-4.0.new/Swift/QtUI/UserSearch/QtUserSearchWindow.h
|
|
--- swift-4.0/Swift/QtUI/UserSearch/QtUserSearchWindow.h 2018-03-19 14:28:55.000000000 +0100
|
|
+++ swift-4.0.new/Swift/QtUI/UserSearch/QtUserSearchWindow.h 2018-06-12 12:01:32.980255186 +0200
|
|
@@ -9,6 +9,7 @@
|
|
#include <set>
|
|
|
|
#include <QWizard>
|
|
+#include <QAbstractItemModel>
|
|
|
|
#include <Swiften/Base/Override.h>
|
|
|