Skip to content
Snippets Groups Projects
  1. Apr 07, 2023
    • Sébastien Blin's avatar
      migration: avoid race conditions for account status · 91163b8b
      Sébastien Blin authored
      Setting an account to migrating is asynchronous. So the status
      of the account should be checked via dedicated signals and not
      just at the startup, else the migration view is not shown.
      
      Also removing two accounts to migrate wasn't working correctly.
      
      Change-Id: I0bb716982ec5fe76aaba3ad4cb6f47b1ef0aa710
      GitLab: #1062
      91163b8b
  2. Apr 06, 2023
  3. Apr 05, 2023
    • Andreas Traczyk's avatar
      tests: qml: initialize the preview engine · 5566c1a9
      Andreas Traczyk authored
      This was causing invalid connections during test setup. Not having a null preview engine will prevent dereferencing a null pointer once messaging tests are implemented, however, the webengine will not work correctly due to missing resources which may be corrected in a subsequent patch.
      
      This commit also moves .clang-format to the root repo dir so it will apply to the test source code (the test source code should be within the src dir).
      
      Gitlab: #899
      Change-Id: I8cac1fb937a0c60a91219b11ed1e0b5f323b1816
      5566c1a9
  4. Apr 04, 2023
  5. Mar 30, 2023
  6. Mar 24, 2023
  7. Mar 23, 2023
  8. Mar 22, 2023
  9. Mar 16, 2023
  10. Mar 15, 2023
  11. Mar 10, 2023
    • Andreas Traczyk's avatar
      misc: save split view states · 9ff32433
      Andreas Traczyk authored
      This commit simplifies the view coordinator and restructures the main view stack to not include a split view.
      
      This removes workaround logic for single pane view support that was previously in the view coordinator.
      
      The main view is now a stack that may contain both single and dual pane views.
      
      The ListSelectionView further specializes DualPaneView to add an index-based or custom selection mechanism.
      
      Gitlab: #902
      Change-Id: I81c9fe579b95c8d4774c3e491a16d7600323c40c
      9ff32433
    • Franck Laurent's avatar
      wizardview: Redesign the wizardview · f5f5ae13
      Franck Laurent authored and Sébastien Blin's avatar Sébastien Blin committed
      + back button,
      + material button,
      + welcome page,
      + advanced account settings page
      + margins in all wizardview pages
      
      GitLab: #995
      
      Change-Id: I2cf49b654afa814bbac35cff94d8323fa0d016e8
      f5f5ae13
    • Franck Laurent's avatar
      CallMessageDelegate: fix missed call bubble color · 911a9af0
      Franck Laurent authored
      Change-Id: Ib445cd2b4071b859e877b5192612c46517b475e7
      911a9af0
  12. Mar 09, 2023
Loading