summary refs log tree commit diff
path: root/resources/qml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update QtQuick versions to match Qt 5.10Joseph Donofry2021-01-1140-78/+78
* Add ripple to completerJoseph Donofry2021-01-111-0/+9
* Clean up Avatar click event handlingJoseph Donofry2021-01-118-15/+19
* Merge master and fix conflictsJoseph Donofry2021-01-1110-43/+470
|\
| * Fix device discovery under GStreamer 1.16trilene2021-01-072-0/+2
| * Color and icon button spacing fixestrilene2021-01-074-47/+18
| * Fix Qml control colorstrilene2021-01-076-107/+150
| * Fix previous committrilene2021-01-072-3/+3
| * Set Label text color explicitlytrilene2021-01-073-0/+5
| * Finesse PlaceCall dialogtrilene2021-01-071-32/+38
| * Add missing translation markstrilene2021-01-072-9/+9
| * Add devices dialog to CallInviteBartrilene2021-01-072-1/+117
| * Add device combos to PlaceCall dialogtrilene2021-01-071-16/+47
| * Use Layout marginstrilene2021-01-072-2/+6
| * Port PlaceCall dialog to Qmltrilene2021-01-072-1/+129
| * Fix one-way video callstrilene2021-01-071-1/+1
| * Make call invites less intrusivetrilene2021-01-074-9/+111
| * Move call-related properties to CallManagertrilene2021-01-073-24/+23
| * Fix user status that got lost at some pointNicolas Werner2021-01-041-0/+9
* | Add Ripple effects to qml buttons and avatarJoseph Donofry2021-01-114-0/+193
|/
* Background color for code and don't collapse space in timelineNicolas Werner2020-12-142-7/+8
* Don't overflow room nameNicolas Werner2020-12-131-0/+2
* Merge pull request #347 from kamathmanu/avatarFullViewSupportDeepBlueV7.X2020-11-301-0/+6
|\
| * Update resources/qml/Avatar.qmlkamathmanu2020-11-301-2/+0
| * Update resources/qml/Avatar.qmlkamathmanu2020-11-301-3/+1
| * Add support for viewing avatar images in full sizekamathmanu2020-11-301-0/+10
* | Fix selection in input area by mouseNicolas Werner2020-11-302-13/+56
* | change 'redacted' for 'removed'kirillpt2020-11-262-3/+3
* | Merge branch 'master' into fix-call-barDeepBlueV7.X2020-11-2511-22/+437
|\ \
| * | Open completer on tabNicolas Werner2020-11-251-6/+29
| * | Fix input focus when pressing reply buttonNicolas Werner2020-11-254-0/+4
| * | Implement Qml drag and dropNicolas Werner2020-11-251-0/+5
| * | Fix enter when no completion availableNicolas Werner2020-11-251-12/+13
| * | Show userid in completerNicolas Werner2020-11-251-0/+5
| * | Mouse selection of completionsNicolas Werner2020-11-252-3/+21
| * | Fix index out of range on backspace in completerNicolas Werner2020-11-251-3/+3
| * | Fix some issues with completerNicolas Werner2020-11-254-56/+67
| * | Use a trie for filtering completions (not fuzzy yet)Nicolas Werner2020-11-251-2/+2
| * | Qml emoji completerNicolas Werner2020-11-252-12/+52
| * | Simple prefix match for completionsNicolas Werner2020-11-251-1/+1
| * | Custom completer filteringNicolas Werner2020-11-251-0/+3
| * | Working User completerNicolas Werner2020-11-252-5/+23
| * | WIP Qml completerNicolas Werner2020-11-252-7/+158
| * | Reenable Ctrl+UNicolas Werner2020-11-251-1/+3
| * | Reimplement message historyNicolas Werner2020-11-251-1/+4
| * | Move emoji picker to qmlNicolas Werner2020-11-254-10/+18
| * | Use old style connection (for Qt5.12)Nicolas Werner2020-11-251-3/+1
| * | Move calls to new input barNicolas Werner2020-11-252-3/+14
| * | Add file uploadingNicolas Werner2020-11-255-21/+107
| * | Basic text input in qmlNicolas Werner2020-11-251-2/+7
| * | Pasteable textinputNicolas Werner2020-11-252-3/+25
| * | Disable scroll helper on mobileNicolas Werner2020-11-251-0/+1
| |/
* / Fix ActiveCallBartrilene2020-11-251-25/+26
|/
* Make reply background a bit less saturatedNicolas Werner2020-11-211-1/+1
* Add some padding between scrollbar and messagesNicolas Werner2020-11-211-1/+1
* Merge pull request #327 from kamathmanu/qtBackwardsCompatabilityDeepBlueV7.X2020-11-153-12/+12
|\
| * Make compatible with qt 5.12kamathmanu2020-11-143-12/+12
* | Merge pull request #314 from MayeulC/smoothie-2DeepBlueV7.X2020-11-122-1/+3
|\ \
| * | Smooth pictures in timelineMayeul Cantan2020-10-311-0/+2
| * | Smooth Avatars in timelineMayeul Cantan2020-10-311-1/+1
| |/
* | Merge pull request #320 from trilene/webrtc-videoDeepBlueV7.X2020-11-091-0/+16
|\ \ | |/ |/|
| * Video calls: add local webcam viewtrilene2020-11-091-0/+16
* | Merge pull request #310 from MayeulC/fix-typoDeepBlueV7.X2020-10-311-2/+2
|\ \ | |/ |/|
| * Wording: Verification request isn't a request anymore once acceptedMayeul Cantan2020-10-311-2/+2
* | Merge remote-tracking branch 'upstream/master' into webrtc-videotrilene2020-10-281-0/+2
|\ \
| * | Make back button bigger as it is hard to tap with your thumbNicolas Werner2020-10-281-0/+2
| |/
* | Merge remote-tracking branch 'upstream/master' into webrtc-videotrilene2020-10-2718-417/+598
|\|
| * Fix small scope issueNicolas Werner2020-10-261-6/+5
| * Disable new MessageInput, until you can paste imagesNicolas Werner2020-10-261-2/+2
| * Split up TimelineView into separate componentsNicolas Werner2020-10-267-472/+526
| * Qml message input mockupNicolas Werner2020-10-268-219/+316
| * Add mobile mode which improves scrollingNicolas Werner2020-10-241-1/+1
| * Fix copying textNicolas Werner2020-10-241-2/+0
| * Speed up rendering the timeline by a LOT by reducing clippingNicolas Werner2020-10-222-2/+2
| * Hide room name, if not loaded yetNicolas Werner2020-10-182-5/+9
| * Merge pull request #301 from kamathmanu/issue266-filenameOnHoverDeepBlueV7.X2020-10-161-1/+30
| |\
| | * Make Text element a sibling of the Rectangle to avoid the text from depending...kamathmanu2020-10-151-14/+14
| | * Avoid hardcoded font sizekamathmanu2020-10-141-1/+1
| | * Display filename on mouse hoverkamathmanu2020-10-131-1/+30
| * | Fix emoji filter losing focusNicolas Werner2020-10-121-0/+1
| |/
* / Support video callstrilene2020-10-273-157/+192
|/
* Lint qml with qml-formatNicolas Werner2020-10-0831-2350/+3034
* Merge remote-tracking branch 'origin/master' into cross-signingNicolas Werner2020-10-084-2/+120
|\
| * Allow button colors overridetrilene2020-09-252-6/+8
| * Move ActiveCallBar Qml to separate filetrilene2020-09-253-137/+112
| * Port ActiveCallBar to Qmltrilene2020-09-222-2/+143
* | Calculate verification status from cross-signing sigs and update dynamicallyNicolas Werner2020-10-082-4/+3
* | Fix in room verificationNicolas Werner2020-10-061-0/+2
* | Show different verification errorsNicolas Werner2020-10-053-16/+17
* | Make steps in verification flow explicitNicolas Werner2020-10-0512-209/+95
* | Clean up verification pages a bitNicolas Werner2020-10-029-122/+17
* | Fix room nameNicolas Werner2020-10-021-0/+1
* | Fix verification start to start with requestNicolas Werner2020-10-022-2/+1
* | Clean up verification and key cache a bitNicolas Werner2020-10-021-1/+1
* | Merge remote-tracking branch 'origin/master' into cross-signingNicolas Werner2020-09-245-39/+162
|\|
| * Fix binding loop when trying to replyNicolas Werner2020-09-201-1/+2
| * Fix emoji escape in file messagesNicolas Werner2020-09-191-1/+1
| * Merge pull request #285 from Lurkki14/masterDeepBlueV7.X2020-09-191-12/+17
| |\
| | * make typing Rectangle extents cleanerJussi Kuokkanen2020-09-181-3/+3
| | * Set typing Rectangle color directly instead of ConnectionLurkki142020-09-181-10/+1
| | * make Rectangle to fill the gap between input widget and typing usersJussi Kuokkanen2020-09-171-1/+1
| | * simplify check for no typing usersJussi Kuokkanen2020-09-171-2/+1
| | * Merge branch 'master' of https://github.com/Nheko-Reborn/nhekoJussi Kuokkanen2020-09-174-25/+138
| | |\
| | * | use Rectangle for typing users so it doesn't overlap with the timelineJussi Kuokkanen2020-09-171-12/+27
| * | | Update translationsNicolas Werner2020-09-191-1/+5
| | |/ | |/|
| * | Fix null errors in qmlNicolas Werner2020-09-164-8/+11
| * | Reenable top bar room settings menus on avatar or title clicksNicolas Werner2020-09-161-0/+15
| * | Port top bar to QmlNicolas Werner2020-09-162-21/+116
| |/
* | Split qml part of Device VerificationCH Chethan Reddy2020-09-1412-590/+637
* | Single line click handlerNicolas Werner2020-09-131-13/+7
* | Clean up UserProfile a bitNicolas Werner2020-09-131-197/+143
* | Some fixesChethan2k12020-09-121-3/+3
* | Making sure Verification Objects are deleted properlyChethan2k12020-09-101-14/+14
* | Fix wrong tran_id issueChethan2k12020-09-103-12/+13
* | Fix Wrong Emojis Issue in Room VerificationChethan2k12020-09-041-1/+1
* | Fix reactionsNicolas Werner2020-09-033-5/+3
* | Merge remote-tracking branch 'upstream/master' into device-verificationCH Chethan Reddy2020-08-304-4/+29
|\|
| * Hide CallCandidates again in new storeNicolas Werner2020-08-171-0/+6
| * Merge remote-tracking branch 'origin/master' into new-event-storeNicolas Werner2020-08-173-1/+20
| |\
| | * Merge remote-tracking branch 'upstream/master' into voiptrilene2020-08-011-0/+1
| | |\
| | | * Make dateBubble's text vertically aligned to vertical centerLorem2020-07-191-0/+1
| | * | Specify call type on timelinetrilene2020-07-241-1/+1
| | * | Merge remote-tracking branch 'upstream/master' into voiptrilene2020-07-101-1/+1
| | |\|
| | | * Open url using QDesktopServices from QmlNicolas Werner2020-07-091-1/+1
| | * | Support voice callstrilene2020-07-101-0/+18
| | |/
| * | Try to fix variable timestamp widthNicolas Werner2020-08-071-0/+1
| * | Further tweak text elementNicolas Werner2020-08-061-2/+2
* | | Small FixesCH Chethan Reddy2020-08-291-1/+0
* | | [WIP] Room Verification Works!CH Chethan Reddy2020-08-181-1/+1
* | | [WIP] Room-Verification MessagesCH Chethan Reddy2020-08-095-17/+16
* | | Add Room Verification MessagesCH Chethan Reddy2020-07-302-5/+17
* | | Adding Room Key Verification StuffCH Chethan Reddy2020-07-302-1/+75
* | | Adding icons to UserProfileCH Chethan Reddy2020-07-303-35/+52
* | | Refactor UserProfileNicolas Werner2020-07-302-224/+215
* | | Some issue with UserProfileCH Chethan Reddy2020-07-301-23/+21
* | | [WIP] Add Caching for usersCH Chethan Reddy2020-07-302-14/+15
* | | Error Handling and some fixesCH Chethan Reddy2020-07-302-51/+17
* | | Add some Userprofile buttonsCH Chethan Reddy2020-07-302-6/+71
* | | Some more fixesCH Chethan Reddy2020-07-301-13/+17
* | | Fix presence indicatorNicolas Werner2020-07-3014-46/+62
* | | Some more changesCH Chethan Reddy2020-07-303-58/+189
* | | Some ImprovementsCH Chethan Reddy2020-07-302-11/+16
* | | Add some more slots and macCH Chethan Reddy2020-07-301-2/+2
* | | Shared secret with decimal and emoji works!CH Chethan Reddy2020-07-302-21/+18
* | | Add DeviceVerificationList to keep track of all flows and Popup onCH Chethan Reddy2020-07-303-21/+67
* | | Handle Device Verification related to_device messagesChethan2k12020-07-302-10/+11
* | | Add SAS Method choice and Add send_to_device API callChethan2k12020-07-302-1/+34
* | | Tweak UI for device verification and Add more slotsChethan2k12020-07-302-11/+68
* | | Add C++ Model for DeviceListCH Chethan Reddy2020-07-302-38/+48
* | | Adding DeviceList for userprofileChethan2k12020-07-302-9/+17
* | | Rewrite UserProfile in qmlCH Chethan Reddy2020-07-302-2/+96
* | | Add DeviceVerificationFlow dummy and verification test buttonNicolas Werner2020-07-301-0/+8
* | | Use label in device verification dialogs (for proper theming)Nicolas Werner2020-07-302-16/+16
* | | Make emojis a bit smallerNicolas Werner2020-07-302-3/+28
* | | Set proper emoji font for device verificationNicolas Werner2020-07-301-0/+8
* | | Add DeviceVerificationFlow dummy and verification test buttonNicolas Werner2020-07-303-33/+76
* | | First design iteration of device verification dialogsNicolas Werner2020-07-303-0/+471
|/ /
* | Make long press menu actually workNicolas Werner2020-07-263-15/+23
* | Optimize scrolling a little bitNicolas Werner2020-07-253-29/+25
* | Fix more non integer heightsNicolas Werner2020-07-252-3/+3
* | Fix binding loop and non integer text heightNicolas Werner2020-07-253-4/+7
* | Fix reactionsNicolas Werner2020-07-205-19/+18
* | Fix reaction displayNicolas Werner2020-07-191-9/+9
* | Readd pagination and fix redactionsNicolas Werner2020-07-131-0/+6
* | WIP: Event Store split outNicolas Werner2020-07-092-2/+2
* | Fix parent undefined warningNicolas Werner2020-07-081-1/+1
|/
* Try to make text rendering in qml sharperNicolas Werner2020-06-191-0/+2
* Lower qt version used for emoji picker and scroll helperNicolas Werner2020-06-172-4/+4
* Remove online indicator for offline usersNicolas Werner2020-06-171-1/+1
* Merge remote-tracking branch 'origin/master' into presenceJoseph Donofry2020-06-118-13/+373
|\
| * Fix build issue on some versions of clangJoseph Donofry2020-06-102-19/+19
| * Remove unused QML fileJoseph Donofry2020-06-092-68/+1
| * Remove signals in favor of direct function callsJoseph Donofry2020-06-094-16/+6
| * Remove duplicate search iconsJoseph Donofry2020-06-092-2/+2
| * Fix UserSettings in QMLJoseph Donofry2020-06-094-19/+5
| * Merge master and fix conflictsJoseph Donofry2020-06-096-16/+85
| |\
| * | Minor adjustments to emoji pickerJoseph Donofry2020-06-093-9/+23
| * | Add reaction/redaction for in-line ReactionsJoseph Donofry2020-05-214-9/+40
| * | Fix reactions binding loopNicolas Werner2020-05-161-3/+2
| * | Attach emoji picker picked to reaction senderJoseph Donofry2020-05-164-4/+21
| * | Merge remote-tracking branch 'origin/master' into reactionsJoseph Donofry2020-05-162-1/+7
| |\ \
| * \ \ Merge master into reactionsJoseph Donofry2020-05-1410-8/+42
| |\ \ \
| * | | | Update emoji picker and translationsJoseph Donofry2020-05-134-76/+168
| * | | | Add new QML-based emoji picker (work in progress)Joseph Donofry2020-05-133-3/+206
| * | | | Change redaction color that accidentally got committedJoseph Donofry2020-05-071-5/+1
| * | | | Merge branch 'master' into reactionsJoseph Donofry2020-05-071-3/+3
| |\ \ \ \
| * | | | | merge master into reactionsJoseph Donofry2020-05-074-4/+22
* | | | | | Show presence and set custom status messagesNicolas Werner2020-06-082-1/+31
| |_|_|_|/ |/| | | |
* | | | | Rename settings to be more consistentNicolas Werner2020-05-261-1/+1
* | | | | Make settings update immediately in qml and allow limiting timeline widthNicolas Werner2020-05-265-35/+20
* | | | | Added an optional feature to show bigger emoji-only messages with 3 or less e...lkito2020-05-212-0/+3
| |_|_|/ |/| | |
* | | | Implemented optional message body highlighting feature.lkito2020-05-162-1/+7
| |_|/ |/| |
* | | Add un-encrypted warning icon for messages in encrypted roomsJoseph Donofry2020-05-142-3/+19
* | | Try to smooth scrolling a bit by increasing cacheBufferNicolas Werner2020-05-131-0/+2
* | | Align scrolling to pixels manuallyNicolas Werner2020-05-131-0/+2
* | | Clip replies by defaultNicolas Werner2020-05-136-5/+19
| |/ |/|
* | Fix redaction color change that accidentally got committedJoseph Donofry2020-05-071-3/+3
|/
* Add shortcuts to select/deselect reply targetsNicolas Werner2020-05-061-0/+15
* Reaction and Button layout fixesNicolas Werner2020-05-062-23/+21
* Misc color fixesNicolas Werner2020-05-053-9/+9
* Fix scroll to replied to message (somewhat)Nicolas Werner2020-05-051-1/+1
* Position reaction emoji and text on the same baselineNicolas Werner2020-05-041-0/+2
* Basic, broken reaction displayNicolas Werner2020-05-043-12/+10
* Add placeholder for reactionsNicolas Werner2020-05-042-0/+77
* Merge pull request #184 from shocklateboy92/features/backlog-progressDeepBlueV7.X2020-05-011-1/+8
|\
| * Make pagination spinner inlineLasath Fernando2020-04-291-1/+8
| * Add visual indication that data is being fetchedLasath Fernando2020-04-291-1/+1
* | Fix spacing of typing notificationsNicolas Werner2020-04-301-9/+9
|/
* Merge pull request #183 from shocklateboy92/features/smooth-scrollDeepBlueV7.X2020-04-293-21/+126
|\
| * Address CR commentsLasath Fernando2020-04-293-12/+12
| * Remove commented out code; fix padding for PillLasath Fernando2020-04-282-5/+4
| * Fix binding loops for heightLasath Fernando2020-04-282-5/+12
| * Shamelessly steal `ScrollHelper.qml` from spectralLasath Fernando2020-04-282-13/+112
* | Fix some smaller coloring issuesNicolas Werner2020-04-291-0/+2
|/
* Add menu entry to show decrypted sourceNicolas Werner2020-04-212-5/+13
* Disable opening images, when they are not loadedNicolas Werner2020-04-211-1/+1
* Fix reply not closingNicolas Werner2020-04-131-3/+3
* Use Item for transparent rectanglesNicolas Werner2020-04-102-5/+2
* Size reply background by contentsNicolas Werner2020-04-102-1/+10
* Make Filemessage background size by contentNicolas Werner2020-04-101-2/+12
* Add a few missing palette colorsNicolas Werner2020-04-082-2/+2
* Use palette for qml code for themingNicolas Werner2020-03-295-30/+30
* Make buttons hideable via setting, button contents can still be accessed via ...Nicolas Werner2020-03-103-33/+31
* Fix images without sizeNicolas Werner2020-03-081-1/+1
* Merge pull request #137 from Nheko-Reborn/blurhashDeepBlueV7.X2020-03-051-0/+13
|\
| * Make blurhash provider asyncNicolas Werner2020-03-041-1/+0
| * Experimental blurhash implementation (MXC2448)Nicolas Werner2020-03-031-0/+14
* | Add support for more room events in timelineAdasauce2020-03-031-0/+31
|/
* Revert change from TextEdit to TextAreaNicolas Werner2020-02-271-5/+2
* Improve link themingNicolas Werner2020-02-272-3/+6
* Don't let click on reply steal focus from the replied to elementsNicolas Werner2020-02-262-7/+9
* Only show reply button and option button on hoverNicolas Werner2020-02-261-63/+99
* Fix placeholder text being visible behind transparent avatarsNicolas Werner2020-02-231-0/+1
* Reset user colors on theme change (in qml timeline)Nicolas Werner2020-02-204-5/+5
* Improve styling of emote messagesNicolas Werner2020-02-093-11/+10
* Make closing the reply popup actually clear the reply messageJoseph Donofry2020-02-041-1/+1
* Improve styling a bitNicolas Werner2020-02-035-11/+12
* Close popup when clicking outsideNicolas Werner2020-02-021-0/+1
* Speed up timeline by using global ToolTip and MenuNicolas Werner2020-02-025-73/+68
* Make page scrolling half heightNicolas Werner2020-01-311-2/+2
* Add scroll page shortcutNicolas Werner2020-01-301-0/+9
* Add explicit size to reply close buttonNicolas Werner2020-01-301-0/+2
* Change tooltip palette settings for QMLJoseph Donofry2020-01-284-12/+23
* Simplify reply popup logicNicolas Werner2020-01-283-122/+94
* Improve styling of reply popupNicolas Werner2020-01-281-11/+2
* Fix resize loop of images in reply popupNicolas Werner2020-01-282-3/+5
* Add initial QML Reply PopupJoseph Donofry2020-01-271-1/+99
* Show event type string in placeholderNicolas Werner2020-01-231-1/+1
* Implement display of membership eventsNicolas Werner2020-01-231-0/+6
* PixelAlign timeline viewNicolas Werner2020-01-211-0/+1