Skip to content
Snippets Groups Projects
  1. Apr 22, 2021
  2. Mar 26, 2021
  3. Mar 25, 2021
    • Ming Rui Zhang's avatar
      misc: qml module import clean up · fcb56bfb
      Ming Rui Zhang authored
      The main reason for this change is to remove the misusage
      of QQuick one in ElidedTextLabel and useless QQuick one
      module import
      
      Change-Id: Ie296c0f7a90c6ec26ab85bcf3d8b75393463fbed
      fcb56bfb
  4. Mar 03, 2021
  5. Dec 11, 2020
  6. Dec 07, 2020
  7. Oct 30, 2020
  8. Oct 15, 2020
  9. Oct 08, 2020
    • Andreas Traczyk's avatar
      misc: fix image button svg rendering and cleanup button components · 5d8256fb
      Andreas Traczyk authored
      - provides a base component for rendering scaled svg images
      - simplifies the normal/hovered/pressed state transitions
      - uses color overlay to factor out image source changes for
        checked states
      - fixes sizing inconsistencies and visual bugs
      - removes manual background color changes and minimizes the use
        of MouseArea components
      - removes the unused HoverableGradienButton component
      
      Gitlab: #14
      Change-Id: I06357d3cc6d8d04d9d1f062753dc39223a64d4f6
      5d8256fb
  10. Oct 07, 2020
    • Albert  Babí Oller's avatar
      misc: fix contact request UI issues · 95df47c7
      Albert Babí Oller authored and Andreas Traczyk's avatar Andreas Traczyk committed
      - 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
      95df47c7
    • Albert  Babí Oller's avatar
      mainview: UI call management refactor · 2df280c3
      Albert Babí Oller authored and Andreas Traczyk's avatar Andreas Traczyk committed
      - 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
      2df280c3
  11. Sep 29, 2020
  12. Sep 26, 2020
  13. Sep 25, 2020
    • Albert  Babí Oller's avatar
      misc: refactor account change · a7378554
      Albert Babí Oller authored and Andreas Traczyk's avatar Andreas Traczyk committed
      - 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
      a7378554
  14. Sep 23, 2020
    • Albert  Babí Oller's avatar
      smartlist: fix wrong contact selection · 83584144
      Albert Babí Oller authored and Albert  Babí Oller's avatar Albert Babí Oller committed
      - unselect smartlist before contact selection. This makes possible selecting the same index when smartlist changes, i. e., when searching contacts or switching to invitations menu
      
      Gitlab: #96
      Change-Id: Id402389a3b80771f37946323d4112a5324612d33
      83584144
  15. Sep 18, 2020
  16. Sep 10, 2020
  17. Sep 02, 2020
  18. Aug 31, 2020
  19. Aug 28, 2020
  20. Aug 25, 2020
  21. Aug 13, 2020
  22. Aug 03, 2020
Loading