Skip to content
Snippets Groups Projects
  1. Mar 22, 2021
    • Andreas Traczyk's avatar
      settings: use default audio devices · 28aa5aab
      Andreas Traczyk authored
      Refactors audio settings to avoid list model code duplication. This code
      could be greatly simplified by using string lists, however the combo-box
      component design is highly dependent on QAbstractItemModel based models.
      
      Also translates the handlebarred strings upon presentation, which is
      currently used to translate the "Default" prefix for the first device
      item.
      
      Gitlab: #346
      Change-Id: I5ed282d29cc4ec6a090a9cdf47b0459f0db2a99b
      28aa5aab
  2. Mar 02, 2021
  3. Feb 12, 2021
  4. Feb 03, 2021
    • Albert  Babí Oller's avatar
      packaging: add global installation support for linux · 69db8684
      Albert Babí Oller authored and Albert  Babí Oller's avatar Albert Babí Oller committed
      - avoid using fixed paths and find LRC either when globally installed or located in custom directory
      - add installation rules for binaries, .desktop files, .appdata.xml, logo and doc
      - add support for generating and copying runtime files (webresources and translations)
      - add launcher script (client qt/gnome/kde selector)
      - add uninstall support
      - add missing sources (moderatorlistmodel)
      - update README
      
      Gitlab: #160, #230, #263, #264
      
      Change-Id: I3fee77a917be038072a20c7f99b510f9a8bf65b4
      69db8684
    • Aline Gondim Santos's avatar
      plugins: add ChatHandler API · a5ec0c8e
      Aline Gondim Santos authored
      Change-Id: I415fc953b9111ca7e3d899c1531a42bd43716ab2
      a5ec0c8e
  5. Jan 15, 2021
  6. Dec 17, 2020
  7. Dec 16, 2020
    • Albert  Babí Oller's avatar
      build: add support for custom lrc installation path · 2d461cc5
      Albert Babí Oller authored and Sébastien Blin's avatar Sébastien Blin committed
      - qmake: add custom lrc path support
      - cmake: add custom lrc path support, check qt version, update dependencies, optional test compilation
      - readme: update flags building with make-ring.py
      - tests: avoid using pandoc
      
      Change-Id: I97dea21ca7c720c2d619c44bfa7dae5290de72f9
      2d461cc5
  8. Dec 14, 2020
  9. Oct 30, 2020
  10. Oct 23, 2020
  11. Oct 20, 2020
  12. Sep 24, 2020
    • Andreas Traczyk's avatar
      misc: implement update system · 3b6bbe77
      Andreas Traczyk authored
      - re-introduce a genericized NetworkManager
      - isolate update logic into a qml accessible class derived from
        NetworkManager
      - fix QtWebEngineProcess missing when re-installing over existing
        version
      - provide a command line option to override the base url
        for testing local and remote updates
      - clean-up manual update-check UI
      
      Gitlab: #101
      Change-Id: I9c8d2badae59ec31cab12d38b8470edf2bcad401
      3b6bbe77
  13. Sep 17, 2020
  14. Sep 15, 2020
  15. Sep 10, 2020
  16. Sep 09, 2020
  17. Sep 03, 2020
    • Andreas Traczyk's avatar
      qml interop: start replacing QMetaObject::invokeMethod with signals · eb53a622
      Andreas Traczyk authored
      It seems concurrent calls to invokeMethod using qml component
      object pointers can lead to access violations. These method
      invocations can be replaced with a signal/slot mechanism.
      
      This patch replaces only the invocations in conversationsadapter
      and accountsadapter that are known to be problematic for now.
      
      Some code cleanup is done for QmlAdapterBase derived classes.
      
      Gitlab: #61
      Change-Id: I72f47c9229a9bf42299ae52822c3a1a8c04eb423
      eb53a622
    • 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
  18. Aug 31, 2020
  19. Aug 21, 2020
  20. Aug 20, 2020
  21. Aug 12, 2020
  22. Aug 03, 2020
Loading