Sale Djenic
a9f179cab3
StatusSyntaxHighlighter added
2022-07-07 23:23:09 +02:00
Sale Djenic
922a38108d
feat(@desktop/cpp-app): base structure for new cpp app
...
- applied new project structure
- new cmake scripts organizations
- conan script for adding gtest and boost::di
- boost::di introduced
- gtest introduced
Fixes #4894 #4834
2022-07-07 23:23:09 +02:00
Richard Ramos
75a3ff858c
feat: check for updates (using status-go)
2022-07-07 09:54:55 -04:00
Pascal Precht
04037d1d64
fix(Profile): ensure backup seedphrase warning disappears
...
The warning to back up the seedphrase should disappear after either
dismissing the message, or in fact backing up the seed phrase.
The latter was not happening because the banner didn't take that
information into account. This commit fixes this by ensuring we let the
banner know whether the seed phrase was already backed up.
Notice that we don't want to render the banner when the seed phrase has
*not* been backed up yet, but was dismissed by the user.
Fixes #6255
2022-07-07 15:18:56 +02:00
Iuri Matias
264a0410b3
Update pull_request_template.md
2022-07-07 08:55:05 -04:00
Mikhail Rogachev
f03d89ad0d
Update ui/app/AppLayouts/Profile/popups/BackupSeedModal.qml
...
Co-authored-by: osmaczko <33099791+osmaczko@users.noreply.github.com>
2022-07-07 14:47:12 +03:00
MishkaRogachev
6d72e19568
fix(@desktop): Refactor Backupseed modal
...
Close #6144
2022-07-07 14:47:12 +03:00
Anthony Laibe
97a553ff8c
chores(@general): bump status-go
2022-07-07 11:47:22 +02:00
Lukáš Tinkl
4e71f813a2
fix(settings): flags are blurred in the Languages list
...
Fixes #6306
- update the StatusQ components to the latest commit which includes
the StatusIcon fixes
- switch the LanguageStore and CurrenciesStore to use SVG icons for flags
and money icons instead of PNGs
2022-07-06 20:52:48 +02:00
Jonathan Rainville
f5d2d9d0ac
fix(MessageView): slow chat switching because of height recalculation
2022-07-06 14:05:06 -04:00
Patryk Osmaczko
963374502b
chore(translations): update qml_en.ts file
2022-07-06 19:09:50 +02:00
Patryk Osmaczko
e0a5afebee
chore(translations): transform `qsTrId` to `qsTr`
...
issue: #4544
2022-07-06 19:09:50 +02:00
Patryk Osmaczko
757a05900f
chore(translations): update i18n docs
...
issue: #4544
2022-07-06 19:09:50 +02:00
Patryk Osmaczko
356f9c53db
chore(translations): add update-en-ts.py
2022-07-06 19:09:50 +02:00
Boris Melnik
bb2c9e02c2
feat(communities): Add muting category methods
...
Closes : #5975
2022-07-06 19:48:44 +03:00
Jonathan Rainville
1e7c648300
feat: contact verification request and trust status
...
feat: contact verification
fix: add remove identity verified btn
fix: add toast message
feat: received verification request model
feat: finish identity verification flow
Fixes #4784
2022-07-06 10:43:33 -04:00
Anthony Laibe
5d4aba62e3
fix(@node): set bloom filter to normal
...
fixes #6221
2022-07-06 13:12:26 +02:00
Michal Iskierko
45448db90a
feat(@desktop/general): Change user statuses
...
Handle user statuses from status-go: Always Online, Automatic, Inactive.
Handling updating own status on member list.
Issue #5886
2022-07-06 09:38:11 +02:00
Boris Melnik
42fca84c76
fix(chat): Fix chat screen for empty state visibility
...
Closes : #6199
2022-07-06 09:48:37 +03:00
MishkaRogachev
6fac00673f
Hotfix: Community settings tags
2022-07-05 19:29:50 +03:00
Patryk Osmaczko
0e3c20fb22
chore: remove duplication
2022-07-05 17:10:15 +02:00
Sale Djenic
c9fe428940
fix(@desktop/chat): messages sometimes assigned to the wrong user
...
Fixes #6004
2022-07-05 17:10:15 +02:00
Patryk Osmaczko
51aa4a6d86
chore: extract Utils.elideText()
2022-07-05 17:08:36 +02:00
Patryk Osmaczko
ff747c2a5f
chore(@desktop/community): refactor TransferOwnershipPopup
2022-07-05 17:08:36 +02:00
Patryk Osmaczko
1b49fd4c35
fix(@desktop/community): make backup community key field readonly
...
fixes : #6104
2022-07-05 17:08:36 +02:00
Lukáš Tinkl
94bf0a0f88
fix(gif popup): fix the popup after sending a GIF
...
Close #6083
2022-07-05 12:37:56 +02:00
Lukáš Tinkl
6c155092a4
fix(nim/module): fix default tooltip for Chat section
...
provide the default "Chat" name for the personal chat
2022-07-05 12:04:07 +02:00
Lukáš Tinkl
79398ffe77
fix(@desktop): enable the hover effects by default
...
Close #6254
- since Qt 5.xy, hover is not enabled by default for QQC2, so enable it
unconditionally as we are a desktop app anyway
- this fixes several hover effects being broken, mostly for builtin
components like MenuItem and some buttons (eg. the leftmost NavBar)
where we haven't enabled those with `hoverEnabled: true` explicitely
2022-07-05 12:04:07 +02:00
Lukáš Tinkl
6d8cee9541
fix(gif/emoji popup): pre-focus the search field
...
Close #6165
2022-07-05 10:16:52 +02:00
Lukáš Tinkl
f306ecebfe
fix(QtC): QtCreator fixes
...
- display our own JS files in the Project tree as well
- help QtC detect some more module imports
- QML files are not resources, don't confuse QtC with them
2022-07-05 10:16:52 +02:00
Patryk Osmaczko
a2489f4cc3
chore(translations): update qml_en.ts file
2022-07-04 20:23:32 +02:00
Patryk Osmaczko
9baf31c6ea
chore(translations): remove *.ts files other than qml_en.ts
...
Current Lokalise workflow is:
1) Upload strings to translate (qml_en.ts)
2) Translate strings to selected languages (this is driven by Lokalise
configuration)
3) Export *.ts files with translations (e.g. qml_de.ts, qml_es.ts)
2022-07-04 20:23:32 +02:00
Patryk Osmaczko
a57fdf698a
chore(translations): fix qml_en.ts locale
...
Lokalise expects *_en files to be en, not en_US.
2022-07-04 20:23:32 +02:00
Anthony Laibe
d4d9797eec
feat: Add network balance
2022-07-04 20:14:46 +02:00
Igor Sirotin
c7d2157d20
fix(MyProfileView): New design
2022-07-04 21:56:04 +04:00
MishkaRogachev
5c6b5f1f47
feat(Communities): support tags in community edit page
...
Close #6089
2022-07-04 18:53:48 +03:00
Jonathan Rainville
416cedd033
fix(1-1): fix contact label not updating when mutual contact changes
...
Fixes #5709
2022-07-04 09:32:44 -04:00
Khushboo Mehta
e6f809b921
feat(@desktop/wallet): Using Floating Buttons in the Send Modal
...
fixes #6228
2022-07-04 15:28:35 +02:00
Anthony Laibe
9b298e4ace
fix(@wallet): Always display snt/eth/dai
...
fixes #6160
2022-07-04 11:12:50 +02:00
Anthony Laibe
ce7340b9a5
feat(@wallet): multi network history
2022-07-04 09:58:39 +02:00
Stefan
c296fa21bc
chore(CPP) install conan dependencies in CI
2022-07-01 16:57:51 +02:00
Stefan
cecfd7f8e8
chore(CPP): base for the window and layouting system
...
Demo controls migrations to Qt6
POC for an application layout with isolated components
Closes : #5902
2022-07-01 16:57:51 +02:00
Igor Sirotin
36a079aea8
fix(icons): Updated arrow icons
2022-07-01 17:43:13 +04:00
Stefan
37ab1a5513
chore(CPP/CI): basic CI setup for linux cmake build
...
Linux dockerized build and AppDir generation for compilation errors
Also added AppImage TODOs, basic setup for MacOS and Windows but they
still need work to have at least validation running
Temporary disable CPP windows/mac until limitations are
addressed in a follow up commit
Extra: add build configuration fixes for rest of the platforms
closes : #5998
2022-07-01 14:41:28 +02:00
Jakub Sokołowski
a802dcf916
ci: bump macos job timeout to 25 minutes
...
For some release builds the notarization step fails because Apple
backend takes too long to return results. But the timeout triggered is
the Jenkins job timeout and no the notarization timeout.
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-07-01 11:52:49 +02:00
Igor Sirotin
eb7fa5be8b
fix(ChatButtonsPanel): Added pin/unpin and delete buttons
2022-07-01 12:59:03 +04:00
Patryk Osmaczko
39020f8f17
chore: remove .gitignore from build dir
...
- build directory is already ignored by main .gitignore
- removing build directory shows build/.gitignore in git status
which is annoying
2022-07-01 10:52:16 +02:00
Patryk Osmaczko
1cfc9dfd1e
chore(cpp): remove STRINGIFY macro
2022-07-01 10:45:09 +02:00
Iuri Matias
9f9d0a4e87
update version to 0.6.0
2022-06-30 12:11:24 -04:00
Jonathan Rainville
deca07c0c6
fix(contacts): only open 1x1 chat when mutual contact when sending req
...
Fixes #6291
2022-06-30 10:13:08 -04:00