Skip to content
Snippets Groups Projects
  1. Jan 31, 2024
    • Andreas Traczyk's avatar
      project: use qmldir for QML singletons registration · 66e31bea
      Andreas Traczyk authored
      This simplifies registration and helps with IDE Intellisense for singleton components.
      
      Change-Id: Ifb424491c0fa4777ecc76ec947d57287eea94cfc
      66e31bea
    • Andreas Traczyk's avatar
      link-preview: fix UTF-8 decoding · 154ce53e
      Andreas Traczyk authored
      The HTML string was being converted to a local 8-bit string prior to parsing with tidy.
      
      According to Qt documentation, this works on Unix systems as toLocal8Bit() is equivalent to toUtf8(), however, it may not on Windows, and may result in character replacement.
      
      Gitlab: #1536
      Change-Id: I7aec98cffbd9d72771d1c489f52b38dbb3a1ed9f
      154ce53e
    • Andreas Traczyk's avatar
      qmlregister: improve singleton registration · 35f85028
      Andreas Traczyk authored
      - better manage QML interop object lifetimes
      - allow intellisense to pick up QML registered symbols
      - fix for PreviewEngine threading
      
      Change-Id: I416cdede70b155dc34fc3ee94f428ae2128c8950
      35f85028
  2. Jan 29, 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
  6. Jan 22, 2024
  7. Jan 19, 2024
  8. Jan 18, 2024
  9. Jan 17, 2024
    • Andreas Traczyk's avatar
      misc: improve client app logging · 02456718
      Andreas Traczyk authored
      - introduce a message handler
      - introduce a logging category for the mainapplication object
      - demo the filtering
      
      Gitlab: #652
      Change-Id: Ice1ea380bb330f576a0936e3048eb4c60a06d4e9
      02456718
  10. Jan 15, 2024
  11. Jan 12, 2024
  12. Jan 11, 2024
  13. Jan 10, 2024
    • Kateryna Kostiuk's avatar
      macOS: remove QT dSYM files · 677ebe32
      Kateryna Kostiuk authored
      This patch removes Qt dSYM files because their bundle identifiers
      are not accepted by the App Store.
      
      Change-Id: Ie999b8d273172a3810706fc78286fe0ddc81376d
      677ebe32
  14. Jan 08, 2024
  15. Jan 05, 2024
  16. Jan 04, 2024
  17. Jan 03, 2024
  18. Jan 02, 2024
Loading