Loren Burkholder
5109dc5e0f
Fix QML layout warnings
4 years ago
Loren Burkholder
1c3e113d4e
Allow drag/drop of files on whole timeline
4 years ago
Joseph Donofry
d59910a8f2
Remove redundant import and fix visible warning
4 years ago
Nicolas Werner
d1280af2e4
Autoclose completer when space is pressed and no suggestion available
4 years ago
Joseph Donofry
cb93ac3402
Fix formatting
4 years ago
Joseph Donofry
0794f0a3fd
Initial commit for privacy screen
...
Missing window focus event and knowing when room is encryption
4 years ago
Nicolas Werner
2165eb8cb8
Focus input area on room switch and reply change again
...
fixes #412
fixes #413
4 years ago
rnhmjoj
c569ab24bc
Add "open in external program" action
4 years ago
Nicolas Werner
07e71e6eae
Fix crash with ScrollView
4 years ago
trilene
a85823b68a
Add call invite screen for mobile
4 years ago
Nicolas Werner
6090d00251
Revert "Update QtQuick versions to match Qt 5.10"
...
This reverts commit 74e32dd96b
.
4 years ago
Joseph Donofry
74e32dd96b
Update QtQuick versions to match Qt 5.10
4 years ago
trilene
7124024977
Make call invites less intrusive
4 years ago
trilene
ac410f46f2
Move call-related properties to CallManager
4 years ago
kirillpt
22997439ba
change 'redacted' for 'removed'
4 years ago
Nicolas Werner
08e9461611
Fix input focus when pressing reply button
4 years ago
Nicolas Werner
29625ae253
Fix some issues with completer
4 years ago
Nicolas Werner
82c441dddd
Move emoji picker to qml
4 years ago
Nicolas Werner
a31d3d0816
Add file uploading
4 years ago
Nicolas Werner
7a74b86340
Pasteable textinput
4 years ago
kamathmanu
eb72fd2cf9
Make compatible with qt 5.12
4 years ago
trilene
d1f3a3ef40
Support video calls
4 years ago
Nicolas Werner
7f2d18c36d
Fix small scope issue
4 years ago
Nicolas Werner
0e7baa21ab
Disable new MessageInput, until you can paste images
4 years ago
Nicolas Werner
3d64df41da
Split up TimelineView into separate components
4 years ago
Nicolas Werner
3a0e55e97b
Qml message input mockup
4 years ago
Nicolas Werner
b3a7f0b888
Hide room name, if not loaded yet
4 years ago
Nicolas Werner
1a029112d9
Lint qml with qml-format
4 years ago
Nicolas Werner
bca29a4227
Make steps in verification flow explicit
4 years ago
Nicolas Werner
d4dccc8e36
Fix room name
4 years ago
trilene
3f73853e4b
Move ActiveCallBar Qml to separate file
4 years ago
trilene
da27670cbe
Port ActiveCallBar to Qml
4 years ago
Nicolas Werner
4179be427f
Fix binding loop when trying to reply
4 years ago
Jussi Kuokkanen
13658d536e
make typing Rectangle extents cleaner
4 years ago
Lurkki14
8741e5f36a
Set typing Rectangle color directly instead of Connection
...
Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
4 years ago
Jussi Kuokkanen
1f71f7227a
make Rectangle to fill the gap between input widget and typing users
4 years ago
Jussi Kuokkanen
c463568031
simplify check for no typing users
4 years ago
Jussi Kuokkanen
e49691fe3b
use Rectangle for typing users so it doesn't overlap with the timeline
4 years ago
Nicolas Werner
b05c101021
Fix null errors in qml
4 years ago
Nicolas Werner
77e241b9e5
Reenable top bar room settings menus on avatar or title clicks
...
Also fixes a bug with an empty room settings window introduced in the
port.
4 years ago
Nicolas Werner
640b0ee405
Port top bar to Qml
...
Also fixes some resize issues with stupid workarounds to our resize
logic. This really needs to be cleaned up at some point!
4 years ago
Chethan2k1
e70b4e4268
Fix wrong tran_id issue
4 years ago
CH Chethan Reddy
2e20049b36
[WIP] Room-Verification Messages
4 years ago
CH Chethan Reddy
3635c185e9
Add Room Verification Messages
4 years ago
CH Chethan Reddy
1103cc15cf
Adding icons to UserProfile
4 years ago
Nicolas Werner
08028d5c57
Refactor UserProfile
4 years ago
CH Chethan Reddy
6fae36abc4
[WIP] Add Caching for users
4 years ago
Nicolas Werner
4862be06be
Fix presence indicator
4 years ago
CH Chethan Reddy
1633650303
Some more changes
...
- remove unnecessary field sender in userprofile.qml
- cover user facing string with qsTr to get picked by translations
- add spacing and fix theming issue
- increase and add color to username
- change back to QVector from QLinkedList cause I have mistaken
better time complexity to give better benchmark
red
4 years ago
CH Chethan Reddy
d49ab15656
Some Improvements
...
- DeviceVerificationList change to LinkedList to improve time
complexity while deleting
- Downgrade the flow to not use key.verification.done and
key.verification.ready
4 years ago