qml interop: remove clientwrapper
The clientwrapper class masks granular object registration within qml, and encourages code duplication between viewmodels(adapters) and code lasagnafication and the misuse of declarative Qml. Change-Id: I85fef214363e62e54fc0681282323ea4861000d6 Gitlab: #66
Showing
- jami-qt.pro 83 additions, 82 deletionsjami-qt.pro
- src/MainApplicationWindow.qml 1 addition, 1 deletionsrc/MainApplicationWindow.qml
- src/accountadapter.cpp 59 additions, 47 deletionssrc/accountadapter.cpp
- src/accountadapter.h 45 additions, 22 deletionssrc/accountadapter.h
- src/avadapter.h 1 addition, 1 deletionsrc/avadapter.h
- src/clientwrapper.cpp 0 additions, 97 deletionssrc/clientwrapper.cpp
- src/clientwrapper.h 0 additions, 93 deletionssrc/clientwrapper.h
- src/commoncomponents/AccountMigrationDialog.qml 4 additions, 3 deletionssrc/commoncomponents/AccountMigrationDialog.qml
- src/commoncomponents/DeleteAccountDialog.qml 1 addition, 1 deletionsrc/commoncomponents/DeleteAccountDialog.qml
- src/commoncomponents/PasswordDialog.qml 5 additions, 4 deletionssrc/commoncomponents/PasswordDialog.qml
- src/commoncomponents/PhotoboothView.qml 4 additions, 3 deletionssrc/commoncomponents/PhotoboothView.qml
- src/commoncomponents/PreferenceItemDelegate.qml 2 additions, 3 deletionssrc/commoncomponents/PreferenceItemDelegate.qml
- src/commoncomponents/UsernameLineEdit.qml 2 additions, 2 deletionssrc/commoncomponents/UsernameLineEdit.qml
- src/conversationsadapter.cpp 101 additions, 95 deletionssrc/conversationsadapter.cpp
- src/conversationsadapter.h 14 additions, 12 deletionssrc/conversationsadapter.h
- src/lrcinstance.h 116 additions, 134 deletionssrc/lrcinstance.h
- src/mainview/MainView.qml 3 additions, 7 deletionssrc/mainview/MainView.qml
- src/mainview/components/AccountComboBox.qml 2 additions, 1 deletionsrc/mainview/components/AccountComboBox.qml
- src/mainview/components/CallStackView.qml 1 addition, 0 deletionssrc/mainview/components/CallStackView.qml
- src/mainview/components/MediaHandlerPicker.qml 3 additions, 3 deletionssrc/mainview/components/MediaHandlerPicker.qml
Loading
Please register or sign in to comment