Skip to content
Snippets Groups Projects
  1. Jan 04, 2022
    • Sébastien Blin's avatar
      mainapplication: fix --minimized option · cab0ccc7
      Sébastien Blin authored
      remove useless isFullscreen (visibility already stores this and
      it's not possible to go from fullscreen to minimized anyway).
      Also --minimized was ignored
      
      GitLab: #413
      Change-Id: I610f17ce7ae5b2852aae5b40dc504174fa657c2d
      cab0ccc7
  2. Dec 30, 2021
  3. Dec 23, 2021
    • Sébastien Blin's avatar
      mainapplication: fix destruction ordering · 83f68573
      Sébastien Blin authored
      Every models (like UtilsAdapter for example) owns a pointer of
      LRCInstance. So, when the MainApplication is destroyed, the QmlEngine
      and all structures owning a pointer of LRCInstance MUST be destroyed
      before LRCInstance to avoid any segfault
      
      GitLab: #631
      Change-Id: Id30aaca325fe7172188bba468acd73525e62a34a
      83f68573
  4. Dec 22, 2021
  5. Dec 21, 2021
  6. Dec 20, 2021
  7. Dec 16, 2021
  8. Dec 15, 2021
  9. Dec 13, 2021
  10. Dec 07, 2021
  11. Dec 06, 2021
  12. Dec 02, 2021
    • Sébastien Blin's avatar
      accessibility: make button readable by screen readers · b34b8cf5
      Sébastien Blin authored
      GitLab: #601
      Change-Id: Ic60d035776c5a3ae9f1e6ee93b283c7c422d39f5
      b34b8cf5
    • Aline Gondim Santos's avatar
      misc: av settings · 218aa35e
      Aline Gondim Santos authored
      + remove "Preview unavailable" and only set preview as invisible if no video device
      + fix preview not starting after branching device
      + resets eudiometer if no videodevice.listsize changes
      + fix preview visibility in recorderbox
      + fix recorderbox closing when changing from conversation to settings
      
      GitLab: #608
      GitLab: #610
      Change-Id: Ie7069934abdf5005ed8360fad20c0de20bdc1a43
      218aa35e
Loading