- Dec 07, 2020
-
-
GitLab: #160 Change-Id: I44e7584af070fd355af623fe12433cdd68d32d30
-
- Nov 03, 2020
-
-
- hide / show mainview window on fullscreen switch in order to avoid undesirable UI transitions or incorrect layout (when working with multiple screens) - update and show only on top page of callStackView - back button always present on CallOverlay (use close button icon on fullscreen mode) Gitlab: #135 Change-Id: I0d7c6aac26ba9c899ee97ac58f41f2746dda2148
-
- Oct 30, 2020
-
-
Ming Rui Zhang authored
1. Use avatarimageprovider 2. Remove redundant base64 code Change-Id: I2a2517890e95b4a9f9a363fbea2251d6d5dd1c8f
-
- Oct 23, 2020
-
-
- QML headers revision - networkmanager: use of deprecated QNetworkReply::error instead of errorOcurred Gitlab: #127 Change-Id: I74f4fd01a0bf34f7a2cb4ae21e3ce611839846f5
-
- Oct 09, 2020
-
-
Andreas Traczyk authored
Change-Id: Id39e14ac93b68a2c8d069e5a4d2ac5e3aa07f140
-
- Oct 08, 2020
-
-
Andreas Traczyk authored
- simplifies the settings menu - removes the IconButton component Gitlab: #14 Change-Id: Ib5cdc01dde47835befcdfa34aff35e5351a3b09d
-
- Oct 07, 2020
-
-
Gitlab: #134 Change-Id: I0d6406b80ad80cc7278e395bd51d0d7b02538aa0
-
- switch between "conversations" - "invitations" smartlists according to call origin - "Accept Request" button from msg's view header: hide on contact accepted, set on view load according to userType - correct requests smartlist item selection on tab switch - accept incoming call from pending contact makes conversation permanent Gitlab: #74 Change-Id: Iadfef0d7e4032002d8007a4f18a9eae27f7ba230
-
- AccountAdapter::navigateToWelcomePageRequired is no longer required since subscription to property change in QML - avoid unnecessary CallAdapter signals for UI management. Listen to BehaviorController and avoid duplicated / unnecessary signals. - avoid duplicated code: - account selection only in AccountAdapter::changeAccount and ConversationsAdapter::selectConversation - simplification of ConversationsAdapter::selectConversation - conversation UI always managed by ConversationsAdapter -> ConversationSmartListItemDelegate - smartlistmodel: no need to show callstack for outgoing calls in state ENDED Gitlab: #86 Gitlab: #87 Gitlab: #88 Change-Id: I7025d4292914939f5a78aee1c4742104b370641d
-
Change-Id: I8ff7122a430b73f1c5626ae931f13f5a4ffe242a
-
- Oct 02, 2020
-
-
Andreas Traczyk authored
Change-Id: Ie22e7bcadc0f0a19a0050670bc087d761acba5a9
-
Change-Id: Ifb6c321dffb90aed3e39f0ffb6426a79a00300b1
-
For hang up call shortcut, use onActivatedAmbiguously since we have two existences. Gitlab: #126 Change-Id: I46167b95212821c88651a06700013aeec38a96a3
-
- Sep 30, 2020
-
-
Andreas Traczyk authored
Gitlab: #116 Change-Id: Ibf2fdf3eeeb2e36c08450ef99ac42ca48913a0ed
-
- Sep 29, 2020
-
-
Andreas Traczyk authored
Change-Id: I0f4ad161f0f05959c4f5a312e92f256b56c9fd57 Gitlab: #107
-
- switch to welcome view or call view when exiting wizard Gitlab: #105 Change-Id: Ib6c334b7297b17d92e9292ffb454f6430b3e7034
-
- Sep 25, 2020
-
-
- UI sensitive to currentAccountId property, remove getCurrAccId from UtilsAdapter - centralize signals / functions at MainView and avoid unnecessary propagation between modules - name revision (avoid syntax such as "needTo" or "slot..") Gitlab: #85 Gitlab: #86 Change-Id: Ie4060df4b64990bdd3f412d0e491080a4cd20092
-
- Sep 24, 2020
- Sep 23, 2020
-
-
refresh is already performed on property change Change-Id: I274d22e131e628db40f6a91c425fc72369310117
-
- Sep 18, 2020
-
-
fix inSettingsView flag toggle avoids infinite loops when coming back from settings menu with an incoming call Gitlab: #89 Change-Id: I54e0bdd4b437a9aee4f0575010e889bf891c287c
-
Gitlab: #93 Change-Id: I6bab91cf691cba40095ec8a8571c0e3b3772192c
-
Albert Babí Oller authored
- use of specific MessagesAdapter::blockConversation function - signal contactBanned subscription - fix missing string Gitlab: #82 Change-Id: I5e35d0939f8a5f23208f91f19bbb9cc2047b33b4
-
- Sep 17, 2020
-
-
Ming Rui Zhang authored
Change-Id: I67230d9395a1f25214692a24f099d4306b6b1dc9
-
Andreas Traczyk authored
- Note: adds forcing the main window to the top to overcome a Qt/QML bug which prevents this from working when activating from a notification window source. Change-Id: Ib5a93d3937fe5a4de0229f7aeae8469d1ffdfba3
-
- Sep 16, 2020
-
-
Gitlab: #20 Change-Id: I05358244ad9cae5d335934a2947c18de6d79683e
-
Change-Id: I87b731f754762b78fc13257a0a9aede0bd8c034c
-
Change-Id: I3f7e2050be74cd8cc9f6d732cc96b0f218cd1676
-
- Sep 15, 2020
-
-
- Resolves a portion of the warnings present prior to navigation or resizing. Gitlab: #5 Change-Id: Ifa843d7613ddcca562256399a977c2eec62df404
-
- Sep 14, 2020
-
-
Albert Babí Oller authored
- incoming / outgoing call UI management - add system native notifications - incoming call page same model as outgoing - UserInfoCallPage is used to display common information for incoming / outgoing calls Gitlab: #32 Change-Id: If33196a30c51698b4edad55cb8f718066034e422
-
- Sep 10, 2020
-
-
Andreas Traczyk authored
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
-
Andreas Traczyk authored
- Separate utilsadapter into files and expose it to Qml so it can be used without passing through clientwrapper. Change-Id: I7c351d7191cd166521b6e0a685ea9d4a9731f165 Gitlab: #66
-
Correct Layout and Anchors emplacement Erase inutile code Fix binding loop warnings Replace magic numbers by JamiTheme values Remove multiline comments from qml files Change-Id: Icdde094750ccc39fa3b3c9fb9368f8609eb8981d Gitlab: #5
-
- Sep 03, 2020
-
-
Andreas Traczyk authored
It seems concurrent calls to invokeMethod using qml component object pointers can lead to access violations. These method invocations can be replaced with a signal/slot mechanism. This patch replaces only the invocations in conversationsadapter and accountsadapter that are known to be problematic for now. Some code cleanup is done for QmlAdapterBase derived classes. Gitlab: #61 Change-Id: I72f47c9229a9bf42299ae52822c3a1a8c04eb423
-
Change-Id: Iba3e67431c817362c3242af9d56c8985c2e62534 Gitlab: #21
-
- Sep 02, 2020
-
-
Gitlab: #2 Change-Id: Ic04fe6f2dfd01c561799d1707601b48058a9c89c
-
- Sep 01, 2020
-
-
Change-Id: I8ea60715a14b481da5c4d4d0078dc8de7df28eec
-
Make account presence cycle a component, and remove redundant update function Gitlab: #23 Change-Id: I93cb37f2886da2e8e5e41d4c97ce054497e4e399
-
- Aug 31, 2020
-
-
Sébastien Blin authored
Change-Id: Ic5bad27e2d20f6c84b1defe4c37c0328000bb1af Gitlab: #26
-
In order to make it work with the translations, call status is no longer passed as a string but as an integer (from enum lrc::api::call::Status). Gitlab: #10 Change-Id: If8d8b7093fbf82e9b7732e6991eec647ad0d50b7
-