Skip to content
Snippets Groups Projects
  1. Jan 25, 2022
    • Andreas Traczyk's avatar
      chatview: base previewengine on QWebEnginePage not QWebEngineView · 9aad9776
      Andreas Traczyk authored and Sébastien Blin's avatar Sébastien Blin committed
      Qt6 allows us to set the RHI backend, however QQuickWidget is only
      supported when using OpenGL. QWebEngineView instantiation uses
      QQuickWidget and isn't required as we wish to use the previewengine
      in a headless mode. So it can just be based on QWebEnginePage.
      
      Change-Id: If05ca5c89272704b54c29318803c8773984b087c
      9aad9776
  2. Jan 06, 2022
  3. Dec 21, 2021
  4. Oct 27, 2021
  5. 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
Loading