Julien Wadel
bf99675d08
Fix vertical tabbar width
2023-11-29 16:22:42 +01:00
Julien Wadel
b316074feb
Feature : Avatar from default account.
...
- Update SDK for accountRemoved callback and fix on setting default account.
- Update AccountGui from list modification and default account selection.
- Add Avatar provider for Qml.
- Create avatar file and store it into avatars folder.
- Delete old avatar file if replaced.
2023-11-29 14:47:04 +01:00
Julien Wadel
9e1e797d8c
Redirect to the main page if we have an account.
...
Add API to account list to check usable account.
On removed, redirect to login page if there is no more account(TODO: need SDK update for core callback)
2023-11-29 10:53:53 +01:00
Julien Wadel
cd82964b23
Replace postAsync functions by SafeConnection in order to make more robust thread connections and guarantee to have always caller/callee while processing signals.
...
Introduce ObjectCore, ObjectGui, ObjectModel.
Simulate addAccount signals on adding account (in waiting for SDK callback).
2023-11-22 14:55:38 +01:00
Gaelle Braud
3fad8ee49e
Overview : call page (with no call history)
...
New items : Vertical tab bar, search bar, numeric pad
2023-11-20 15:22:13 +01:00
Gaelle Braud
22724d8cd2
connection feedbacks + pages after connection (to design)
2023-11-09 09:59:57 +01:00
Gaelle Braud
053d0bcacc
rearrange page layouts :
...
welcome page
login page
login form
login layout
register
register check
+ items appearance (focus/error/disable/pressed)
2023-11-07 09:52:37 +01:00
Gaelle Braud
99b1fb9bde
Test file for qml items :
...
Text
ComboBox
TextInput
Button
TabBar
Tooltip
Carousel
+ fixes on this items
2023-11-02 17:26:47 +01:00
Gaelle Braud
440b3991f1
resolve mr threads
2023-10-31 09:30:21 +01:00
Gaelle Braud
94c2617dfe
fixes
2023-10-31 09:30:21 +01:00
Gaelle Braud
592d64bc8c
Welcome page images
...
add resources file
belledonne image
Revert "belledonne image"
This reverts commit 4f7ea04c16aaec1ed321590620c61fad6010a148.
image
add images resources
new images
Welcome page images
add resources file
belledonne image
Revert "belledonne image"
This reverts commit 4f7ea04c16aaec1ed321590620c61fad6010a148.
image
add images resources
new images
image
image cmake
providers
Constants
Constants
start welcome page
start welcome page
Welcome page
welcome and login pages
default text item
Item : default input cell for any form
qml items
welcome/login template
add resources files to macro cmake
LoginPage : get username/pwd and call login
make welcome page temporary
icons
main stack view
Add final text + anims welcome page
fix previous
register constants in initCppInterfaces
unify images names
MR thread : clean
move login pages
use styling qml file
mr threads: unify colors
remove anchors warnings
custom combobox + modify custom textinput
mr thread : indent
mr thread : pointsize in style
mr thread : default style singleton
icons as style
change login base layout name
mr thread : color in style
2023-10-31 09:30:21 +01:00
Julien Wadel
154a322dd3
Use replace instead of pop/push in order to destroy the Welcome page.
...
The first pop will do nothing as the welcome page is the initial item.
2023-10-25 14:02:54 +00:00
Gaëlle Braud
86d776a62b
Welcome / Login pages ui
2023-10-23 11:12:27 +00:00
Julien Wadel
23c0b9bd42
Add an example of Cpp model for views.
...
Remove qml folder.
Update SDK
2023-10-03 15:44:20 +02:00