Igor Sirotin
70e8370aae
fix(Makefile): Bugfixes and minor improvements ( #10423 )
2023-04-25 18:01:19 +03:00
Alexandra Betouni
f507e33cba
feat(StatusChatList): adding drag n drop functionality
...
Closes #3364
2023-04-19 12:26:15 -04:00
Igor Sirotin
aefa2b9f48
fix(StatusQ): StatusQ is QML module ( #10207 )
...
* StatusQ QML module
* qzxing is static lib again
* updated StatusQ resources
* fixed Emoji lookup
* added display to tests-imports ci
2023-04-14 11:18:56 +03:00
Dario Gabriel Lipicar
ed6ea5d90c
feat(@desktop/wallet): add support for more NFTs media types
...
Fixes #9836
2023-04-11 12:40:38 -03:00
Lukáš Tinkl
19e7c42cc2
chore: extract input cursor delegate into StatusCursorDelegate
...
- unified UI/UX; no code changes, just reduces code duplication
- use the correct OS/platform blink interval with
`Qt.styleHints.cursorFlashTime`
2023-04-07 20:40:56 +02:00
Michał Cieślak
7df80bfa1c
StatusQ: StatusFlowSelector added
2023-03-21 11:59:12 +01:00
Michał Cieślak
840ebbe1eb
feat(StatusQ): StatusGroupBox component added
2023-03-21 11:59:12 +01:00
Igor Sirotin
0689a8f386
fix(Syncing): Fixed synced devices list UI bugs ( #9929 )
...
* Added online badge to device delegates
* Fixing device last timestamp processing
* Synced devices sorting - current device is always first
* Devices list scrolling fixes
* Fix device list duplication
* Hide online badge for "Synced device" subtitle
2023-03-21 16:10:06 +11:00
Igor Sirotin
7c1c178d37
QR code scanner (QML component) ( #9464 )
...
Co-authored-by: Richard Ramos <info@richardramos.me>
2023-03-07 12:08:38 -04:00
Michał Cieślak
a97c8a720e
feat(CommunityPermissions): Implement duplication checking
...
Moreover:
- adapt flow to the design
- introduce ModelChangeTracker utility component
Closes : #9048
2023-02-20 18:40:59 +01:00
Michał Cieślak
0af9c27910
chore(CommunityNewPermissionView): simplified by introducing ModelsComparator component for tracking dirty state
...
Closes : #8830
2023-02-20 18:40:59 +01:00
Michał Cieślak
9f884605cb
chore(CommunityNewPermissionView): Operations on models excluded to ModelUtils singleton
2023-02-20 18:40:59 +01:00
Khushboo Mehta
dfcba80df2
fix(@desktop/wallet): Added missing LoadingGraphComponent in qmldir
2023-01-31 11:20:28 +01:00
Lukáš Tinkl
b2328d6643
chore: Consolidate date/time formatting
...
- simplify locale settings
- extract/fix datetime related functions into LocaleUtils
- port code to the new LocaleUtils
Closes #7230
2023-01-17 16:42:34 +01:00
Khushboo Mehta
00817aedf9
fix(@desktop/wallet): Remove Animations from StatusQ and solve sanity check failure
2023-01-12 18:24:49 +01:00
Noelia
1cbb3e2ad3
feat(CommunityPermissions): Created `CommunityPermissionsView` layout
...
- Created `CommunityPermissionsView` and integrated into the flow.
- Created `PermissionItem` component.
- Added `holdingsListModel`, `permissionsObjectModel` and `channelsListModel` flows with mocked data.
- Added `isPrivate` permission property.
- Added button header in `SettingsPageLayout`
- Added signals/methods for edit/duplicate/remove permissions
- Created new file `OperatorsUtils.qml` specific for `Operators`
2022-12-10 14:02:02 +01:00
Igor Sirotin
e3bfdc0f09
fix(StatusPopupMenu): Refactoring
2022-12-02 10:30:50 +03:00
Patryk Osmaczko
316372b469
chore: remove StatusAppNavBarFilterModel
2022-11-29 16:06:33 +01:00
MishkaRogachev
e233771e6c
feat(ActivityCenter): Remove MessageView from the Activity Center
...
Close #8285
2022-11-21 16:08:12 +04:00
Patryk Osmaczko
bb28c4e30a
chore(StatusQ): fix Sandbox release build
...
- regenerated qrc files
- added qrc files as CMake's Sandbox target dependency
2022-10-27 11:40:00 +02:00
Sale Djenic
938a544330
feat(Controls): introduce `StatusPasswordInput`
...
`StatusPasswordInput` is a wrapper around `TextField` with an option
to display signing phrase.
2022-09-21 18:20:14 +02:00
Alexandra Betouni
dff3d95e14
feat(StatusQ): Merging Icon, Background and Image Settings ( #788 )
...
Closes #781
2022-09-21 18:20:14 +02:00
Alexandra Betouni
5d3bd00cd8
feat(StatusQ/Layout)!: Cleaning up Layouts for consistency ( #836 )
...
- Created StatusMainLayout to be used as the apps' main
layout
- Created StatusSectionLayout to be used for all sections as
their base
- Created StatusToolBar as part of StatusAppLayout with
standard component the ActivityButton and posibility to
add custom implementation components
Needed for https://github.com/status-im/status-desktop/issues/6635
2022-09-21 18:20:14 +02:00
Lukáš Tinkl
2d22b4260e
feat(StatusDatePicker): introduce StatusDatePicker component
...
nothing fancy, just a combo box with a calendar popup; needed for the
discord import tool UI
Related to status-im/status-desktop#6081
2022-09-21 18:20:13 +02:00
Stefan
603d8e7ee9
feature(StatusAddressPanel): Implement generic address display control
...
Provides frame, prefix icon and copy operation int addition to StatusAddress
Updates: #6798
2022-09-21 18:20:13 +02:00
Patryk Osmaczko
444981723c
chore(StatusListPicker): enable picker to work with incompatible models
2022-09-21 18:20:13 +02:00
Lukáš Tinkl
ab817c862c
feat(StatusTextArea): Implement StatusTextArea
...
Implements a standard QQC2 TextArea control with Status styling
Closes #236
2022-09-21 18:20:13 +02:00
Lukáš Tinkl
af59155150
hotfix(@qrc): remove the StatusAssetSelector from qrc files too
...
fixes the build of StatusQ/sandbox
2022-09-21 18:20:12 +02:00
Patryk Osmaczko
6dd8c5fa46
feat: use cmake instead of qmake
...
- cmake is superior to qmake (e.g. linking custom libraries)
- maintaining two build system generators is costly
iterates: status-im/status-desktop#6510
2022-09-21 18:20:12 +02:00