Skip to content
Snippets Groups Projects
  1. Nov 15, 2023
  2. Jul 14, 2023
  3. Feb 06, 2023
  4. Dec 02, 2022
  5. May 19, 2022
  6. Jan 21, 2022
  7. Jan 06, 2022
  8. 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
  9. Aug 23, 2021
  10. Jul 20, 2021
  11. May 07, 2021
  12. Apr 27, 2021
    • Andreas Traczyk's avatar
      misc: circumvent QtCreator "module not found" bug · 2539eb71
      Andreas Traczyk authored
      When registering into QML namespaces from a non-global context,
      certain QtCreator versions fail to find import modules. The only
      effect is a lack of correct "intellisense". We can register dummy
      namespace into the QML module namespaces we use to quiet the IDE.
      
      Change-Id: Ideb06541475788c669619be82c30d993554435a9
      2539eb71
  13. Apr 02, 2021
  14. Mar 22, 2021
  15. Sep 03, 2020
    • Andreas Traczyk's avatar
      mainview: support close to systray · 84dec083
      Andreas Traczyk authored and Sébastien Blin's avatar Sébastien Blin committed
      - Introduces a C++/Qml common mechanic for accessing system settings
      - Refactors a good chunk of application wide settings management code
      - Refactors the onboarding and quit-suppression logic
      - Makes a first stab at cleaning the Qml object registration
      - Removes some 'ClientWrapper' use
      - Fixes some file name spelling errors and inconsistencies
      
      Gitlab: #51
      Gitlab: #53
      Change-Id: I3dd1085aca72a38827ec004e347bd91106be2bcb
      Unverified
      84dec083
  16. Aug 03, 2020
Loading