Skip to content
Snippets Groups Projects
  1. Feb 15, 2024
  2. Jan 31, 2024
  3. Jan 26, 2024
    • Andreas Traczyk's avatar
      misc: implement frameless window · 35482fa9
      Andreas Traczyk authored
      Several major changes to the layout have been made.
      - The chat search bar is moved into the message search layout.
      - The Searchbar component is stripped of unused features.
      - Some remaining logic that was used to switch main loader components is removed.
      - ViewCoordinator.getView gets a "force create" parameter and we no longer preload low-cost views.
      
      NOTE: the option to use a frameless window is available within general settings
      
      Gitlab: #1524 (Frameless Window)
      Change-Id: Iec6bdf162cb0335d3ae3d9bd09dd9783991a4a57
  4. Jan 25, 2024
  5. Jan 24, 2024
    • Andreas Traczyk's avatar
      chat view: don't attempt to redefine a Loader's final property · 99d415b1
      Andreas Traczyk authored and Sébastien Blin's avatar Sébastien Blin committed
      We can't define a property called `status` for a Loader as it exists already. At best, the app will crash as it should be unable to create the chat view. At worst, this will introduce undefined behavior by confounding transfer/loader status assignments and comparisons.
      
      Gitlab: #1537 (crash)
      Change-Id: I66fb6da25cae695f7f1f520200f6eed8a2c93d03
      99d415b1
  6. Jan 19, 2024
    • Sébastien Blin's avatar
      datatransfer: allow to download a cancelled file · 90e9a36a
      Sébastien Blin authored
      Change-Id: If94c5e1c24d1a90f7a20f29bafc087d26782fe67
      GitLab: #1523
      90e9a36a
    • François-Simon Fauteux-Chapleau's avatar
      tests/qml: fix various issues with the MessageOptions test · 95e36ef8
      François-Simon Fauteux-Chapleau authored and Sébastien Blin's avatar Sébastien Blin committed
      This commit fixes three issues related to tst_MessageOptions.qml:
      1) There was no test to check that the call to createSIPAccount() at the
         beginning of test_createMessageOptionsPopup() actually succeeded
      2) The created account was not deleted at the end of the test
      3) The test would occasionally crash due to an uncaught
         std::out_of_range exception thrown by the
         AccountModelPimpl::slotAccountDetailsChanged function. I've modified
         the function to issue a warning instead, which makes it consistent
         with AccountModelPimpl::slotVolatileAccountDetailsChanged and avoids
         throwing an exception from a Qt slot (which is considered undefined
         behavior according to the Qt documentation)
      
      Change-Id: I4d939b29f27ee27de673aea7046997ef756fbcee
      95e36ef8
  7. Jan 15, 2024
  8. Jan 05, 2024
  9. Jan 03, 2024
  10. Jan 02, 2024
    • Sébastien Blin's avatar
      messagelist: use history given from daemon (except SIP accounts) · 32b76c8d
      Sébastien Blin authored
      With Jami-Daemon >= 14.0.0, the client doesn't need to construct
      itself the history. This part is now handled by the daemon.
      This patch uses the new API:
      + loadConversationMessages->loadConversation
      + SwarmMessageReceived/SwarmMessageUpdated/ReactionAdded/ReactionRemoved
      + remove MessageReceived
      + ConversationLoaded->SwarmLoaded
      
      + No need to use loadConversationUntil, the daemon will load whatever
      the client needs.
      + No need to clear cache, just reset the body and emit data changes
      
      Everything should work like before (even re-translation & changing
      preview preference)
      
      Change-Id: Iaf1fa3e84e8e157ae2d0bec210977f9a34415ebc
      32b76c8d
    • Sébastien Blin's avatar
      misc: fix QML tests · 2d664eac
      Sébastien Blin authored and Adrien Béraud's avatar Adrien Béraud committed
      Moreover, add two accounts (for ChatView testing)
      
      Change-Id: Ifb2a45002dd9e86921868257124561764e9b94c5
      2d664eac
  11. Oct 24, 2023
  12. Aug 21, 2023
  13. Jul 14, 2023
  14. Jun 07, 2023
  15. Jun 02, 2023
    • Andreas Traczyk's avatar
      chatview: fix emoji responses under Qt v 6.4.x and up · d94c3083
      Andreas Traczyk authored and Adrien Béraud's avatar Adrien Béraud committed
      Qt.bindings are not supported for properties within when calling createObject anymore. Instead, we can pass component references, or generate bindings post-creation.
      
      Note: in this case, the popup closes and observation is not really needed here.
      
      Gitlab: #1169
      Change-Id: I21c1d95f4ca725c86fcf276834830145587458cc
      d94c3083
  16. May 15, 2023
  17. Apr 26, 2023
  18. Apr 11, 2023
  19. Apr 06, 2023
  20. Feb 06, 2023
  21. Dec 20, 2022
  22. Dec 05, 2022
  23. Dec 02, 2022
  24. Nov 11, 2022
  25. Sep 19, 2022
    • Sébastien Blin's avatar
      backupkeypage: transform into TipBox · fe3f8521
      Sébastien Blin authored and Nicolas Vengeon's avatar Nicolas Vengeon committed
      Split TipBox into dynamic components to avoid to load all the things.
      Show the Customize Tip Box only if necessary
      Replace backup key page by a tipbox
      
      Change-Id: Ie499fb16fe67648bbdd327eb24705a1881d9cea8
      fe3f8521
  26. May 19, 2022
  27. Jan 06, 2022
  28. Dec 21, 2021
  29. Oct 06, 2021
    • Trevor Tabah's avatar
      chatview: replace web chat view with qml listview · 2e67dc1b
      Trevor Tabah authored and Ming Rui Zhang's avatar Ming Rui Zhang committed
      Introduces a primitive QML ListView based chat view lacking
      features present in the previous web chat view, that will be added
      in subsequent commits(styling, preview/media/link/file-transfer
      message type support, etc.).
      
      Gitlab: #467
      Change-Id: Iedc40f6172a6cdacc48cda6f4187053fbf226713
      2e67dc1b
  30. Sep 14, 2021
    • Ming Rui Zhang's avatar
      settings: refactor for SettingsView - stage one · a196513d
      Ming Rui Zhang authored
      1. Add account config QML properties and use them
         in settings directly to avoid manual update
      2. Rough clean up for video/audio settings
      3. Remove settingsAdapter entirely and split the
         responsibility
      
      Change-Id: Icf81b91d5a3a0dd9f2a52824159cd222367b801f
      a196513d
  31. Aug 23, 2021
  32. Aug 16, 2021
    • Ming Rui Zhang's avatar
      wizardview: line edit enter key submits · 37fd2514
      Ming Rui Zhang authored
      Add enter key event handle for lineEdits in wizardview
      
      Gitlab: #470
      
      Change-Id: I41948196742068cd0a03ff37efe93982410e91ce
      37fd2514
    • Ming Rui Zhang's avatar
      profilepage: improvments on ui · 6ceba6a7
      Ming Rui Zhang authored
      1. Remove the "Select file" button during the camera picture-taking process
      2. Add missing cancel (x) button during the first step of the camera picture-taking process
      3. Disable all interactive components when the account creation is unfinished
      
      Gitlab: #486
      Change-Id: I91e279052aecdd9327f59e9a1377c344d9052323
      6ceba6a7
Loading