summary refs log tree commit diff
path: root/resources/qml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove background of quick switcher popupNicolas Werner2021-03-141-0/+1
* Improve sorting and sizing of completions a bitNicolas Werner2021-03-1451-116/+75
* Fix text corruption from unrounded pixel heightNicolas Werner2021-03-131-2/+2
* Merge branch 'quickswitcher_qml' of git://github.com/Jedi18/nheko into Jedi18...Nicolas Werner2021-03-135-11/+238
|\
| * change allowed mistakes, fix minor style issues, remove old completer functio...Jedi182021-03-073-6/+12
| * changed bottomToTop to true and renamed textWidth to textHeightJedi182021-02-261-5/+5
| * remove old quick switcherJedi182021-02-241-1/+1
| * added margins and ui changes for quickswitcher and completerJedi182021-02-242-11/+19
| * fix row content centeringJedi182021-02-242-5/+11
| * fix matrixtextfield color and quickswitcher font sizeJedi182021-02-232-4/+5
| * add matrix text fieldJedi182021-02-233-13/+84
| * fix timeline focusJedi182021-02-231-0/+1
| * enter key now works, fix room highlighting and add overlayJedi182021-02-233-1/+16
| * selecting room in quickswitcher now works, added completionSelected signalJedi182021-02-222-2/+30
| * add room alias delegate, fix some quickswitcher ui problemsJedi182021-02-223-8/+41
| * add quick switcher qml file and moved completerFor from inputbar to timeline ...Jedi182021-02-213-1/+59
* | Fix popup opening at wrong placeNicolas Werner2021-03-072-7/+4
* | Fix conflict between qmlformat and license checkNicolas Werner2021-03-0749-0/+50
* | Show mxid on hovering usernameNicolas Werner2021-03-0749-52/+13
* | Merge pull request #506 from Nheko-Reborn/timeline-buttonsDeepBlueV7.X2021-03-064-80/+131
|\ \
| * | Use short format for timeNicolas Werner2021-03-051-1/+1
| * | Mark message currently being editedNicolas Werner2021-03-051-2/+2
| * | Fix janky hoverhandling for text messagesNicolas Werner2021-03-052-1/+4
| * | Use overlay buttons for message actionsNicolas Werner2021-03-044-79/+127
* | | Update license headersNicolas Werner2021-03-0549-18/+198
|/ /
* | Avoid some duplicate property queriesNicolas Werner2021-03-032-2/+2
* | Fix avatar fallback in roomsNicolas Werner2021-03-031-0/+1
* | Use toggles for screen share settingsNicolas Werner2021-02-251-27/+38
* | Merge remote-tracking branch 'upstream/master' into screenshare-x11trilene2021-02-257-47/+422
|\ \
| * | Fix potential issue with modifiers and edit shortcutsNicolas Werner2021-02-251-2/+2
| * | Fix text input restoring after editsNicolas Werner2021-02-251-2/+0
| * | Allow editing via up and down arrowsNicolas Werner2021-02-241-0/+33
| * | Fix qml formattingNicolas Werner2021-02-231-9/+9
| * | Merge pull request #488 from Nheko-Reborn/scroll-view-thingyDeepBlueV7.X2021-02-221-41/+14
| |\ \
| | * | Use scrollview again for inputNicolas Werner2021-02-221-41/+14
| | |/
| * / Linkify topic in room settings and use non-deprecated MessageDialogNicolas Werner2021-02-221-9/+15
| |/
| * Fix miscalculation of padding in timelineNicolas Werner2021-02-204-39/+48
| * Merge pull request #479 from Jedi18/add_rooms_model_completerDeepBlueV7.X2021-02-192-0/+32
| |\
| | * add rooms model, add room delegate for completerJedi182021-02-162-0/+32
| * | fixed roomsettings spacing and toggle button right align bugJedi182021-02-162-2/+17
| * | change togglebutton size, set textarea color to colors.textJedi182021-02-162-4/+7
| * | Replace rowlayouts with gridlayout and fix room settings initializer listJedi182021-02-141-36/+25
| * | Merge branch 'master' into room_settings_qmlAkhil Nair2021-02-1417-215/+317
| |\|
| * | replaced with togglebutton using qtquickcontrols2Jedi182021-02-131-13/+23
| * | added togglebutton stylingJedi182021-02-132-8/+19
| * | fix roomsetting layoutJedi182021-02-131-31/+17
| * | added room topicJedi182021-02-132-5/+34
| * | added changing of name through edit modal, removed old roomsettingsJedi182021-02-123-7/+7
| * | fix avatar update on timeline syncJedi182021-02-111-1/+1
| * | shifted room avatar changingJedi182021-02-111-3/+44
| * | added roomversion, roomid etcJedi182021-02-111-5/+4
| * | added notifications and encryption for the new roomsettingsJedi182021-02-112-2/+58
| * | ui almost looks the same, midway between transition from old room settings t...Jedi182021-02-103-2/+14
| * | added room settings qmlJedi182021-02-092-0/+173
* | | Add screen sharing window previewtrilene2021-02-251-0/+7
* | | Allow choice of single window when sharing screentrilene2021-02-241-6/+31
* | | Display screen sharing content locallytrilene2021-02-213-7/+10
* | | Require GStreamer 1.18 for voip supporttrilene2021-02-202-2/+0
* | | Screen sharing (X11): support picture-in-picturetrilene2021-02-201-0/+12
* | | Screen sharing (X11): add hide mouse cursor optiontrilene2021-02-181-0/+11
* | | Support desktop screen sharing on X11trilene2021-02-187-16/+174
| |/ |/|
* | Add double tap to reply featureNicolas Werner2021-02-141-0/+1
* | Fix hover handling in the timelineNicolas Werner2021-02-1411-63/+70
* | Improve scroll to message a bit by using a ScrollViewNicolas Werner2021-02-131-166/+168
* | Mark messages as read, when Nheko gets focusedNicolas Werner2021-02-131-1/+14
* | Revert keeping whitespace in html, it breaks listsNicolas Werner2021-02-121-1/+1
* | Fix cancel edit order on Escape keyNicolas Werner2021-02-101-3/+3
* | Fix messages sometimes not being rendered, when they are too largeNicolas Werner2021-02-101-1/+0
* | Try to avoid QTBUG-89568Nicolas Werner2021-02-102-2/+2
* | Fix UI allowing edits of foreign messages in some casesNicolas Werner2021-02-105-8/+14
* | Abort -> CancelNicolas Werner2021-02-101-1/+1
* | Add edit shortcuts and fix some focus stuffNicolas Werner2021-02-095-7/+30
* | Implement message editingNicolas Werner2021-02-093-3/+23
* | Display edits correctlyNicolas Werner2021-02-091-0/+14
* | Merge pull request #459 from Jedi18/minor_fixesDeepBlueV7.X2021-02-092-0/+11
|\ \
| * | focus message input on adding emoji/reacting to a messageJedi182021-02-052-0/+7
| * | close emoji autocompleter if space typed after : issue #433 and adds default ...Jedi182021-02-051-0/+4
| |/
* / make linttrilene2021-02-072-6/+12
|/
* Merge branch 'master' into avatar_username_featureDeepBlueV7.X2021-02-036-19/+168
|\
| * Cleanup privacy screen, no more grabImageNicolas Werner2021-02-033-35/+13
| * Fix QML layout warningsLoren Burkholder2021-02-021-4/+4
| * Merge branch 'master' into 'privacy_screen'Nicolas Werner2021-02-022-6/+4
| |\
| | * Allow drag/drop of files on whole timelineLoren Burkholder2021-02-012-7/+4
| * | Update format script againJoseph Donofry2021-02-021-3/+3
| * | Try to fix format script and fix lintingJoseph Donofry2021-02-022-13/+12
| * | Small UX fixesJoseph Donofry2021-02-011-1/+3
| * | Merge remote-tracking branch 'nheko-im/master' into privacy_screenJoseph Donofry2021-02-016-57/+116
| |\|
| | * Merge pull request #431 from Jedi18/avatar_username_featureDeepBlueV7.X2021-02-011-2/+32
| | |\
| | * | Close user profile dialog on EscLoren Burkholder2021-01-291-0/+5
| | * | Center user info dialog on the screenLoren Burkholder2021-01-291-0/+2
| | * | Fix username completion deleting characters before itNicolas Werner2021-01-271-1/+4
| | * | Only select elements in completer when mouse is movedNicolas Werner2021-01-272-3/+4
| | * | Autoclose completer when space is pressed and no suggestion availableNicolas Werner2021-01-273-1/+5
| * | | Remove redundant import and fix visible warningJoseph Donofry2021-02-012-5/+6
| * | | Implement Privacy ScreenJoseph Donofry2021-01-261-27/+93
| * | | Fix formattingJoseph Donofry2021-01-262-10/+18
| * | | Initial commit for privacy screenJoseph Donofry2021-01-253-1/+83
* | | | add loading indicatorJedi182021-02-021-0/+7
* | | | add error message and update avatars on avatar change in timeline and user pr...Jedi182021-02-022-0/+39
* | | | update room and global avatar through user profileJedi182021-02-011-1/+1
| |_|/ |/| |
* | | focus and select text on clicking edit buttonJedi182021-01-301-0/+2
* | | shifted isUsernameEditingAllowed to qml from c++Jedi182021-01-291-5/+12
* | | made requeste changesJedi182021-01-291-5/+5
* | | Changed edit method from double clicking to an edit buttonJedi182021-01-281-7/+15
* | | Username can be edited by double clicking on text, added global user profile ...Jedi182021-01-281-36/+15
* | | update room specific username from userprofileJedi182021-01-271-0/+34
| |/ |/|
* | Get category switching workingLoren Burkholder2021-01-251-18/+18
* | Remove test log messageNicolas Werner2021-01-251-4/+1
* | Focus input area on room switch and reply change againNicolas Werner2021-01-252-31/+41
* | Add "open in external program" actionrnhmjoj2021-01-241-0/+6
* | Merge pull request #395 from LorenDB/masterDeepBlueV7.X2021-01-232-2/+4
|\ \
| * | Use colors.mid for Completer borderLoren Burkholder2021-01-221-2/+1
| * | Fix UserProfile's behavior in dark themeLoren Burkholder2021-01-221-0/+1
| * | Add border to Completer to distinguish it from the windowLoren Burkholder2021-01-211-2/+4
| |/
* / Fix font tags showing up in playable media messagesNicolas Werner2021-01-231-1/+0
|/
* Fix flickable direction for MessageInputNicolas Werner2021-01-201-0/+1
* Simplify section handling a bitNicolas Werner2021-01-192-46/+26
* Fix typotrilene2021-01-181-1/+1
* Fix completer opening in wrong place after warning fixNicolas Werner2021-01-191-2/+2
* Fix qml warningsNicolas Werner2021-01-192-15/+23
* Improve hover stuff, needs HoverHandler for a proper fixNicolas Werner2021-01-182-8/+11
* Fix placeholderTextColor not supported below Qt 5.12Nicolas Werner2021-01-181-1/+8
* Fix more anchors.centerInNicolas Werner2021-01-183-4/+15
* Remove unused stuff in profileNicolas Werner2021-01-181-8/+0
* Merge pull request #378 from LorenDB/readReceiptsDeepBlueV7.X2021-01-173-32/+24
|\
| * Only use a pointing hand if there is something to click onLoren Burkholder2021-01-162-0/+2
| * Fix warning messages about null image pathLoren Burkholder2021-01-161-1/+1
| * Fix tooltipsLoren Burkholder2021-01-161-1/+1
| * Simplify source URL constructionLoren Burkholder2021-01-161-6/+1
| * Remove unnecessary properties; simplify hover codeLoren Burkholder2021-01-162-16/+5
| * Use an ImageButton for the StatusIndicatorLoren Burkholder2021-01-162-32/+31
| * Display read receipts when read indicator is clickedLoren Burkholder2021-01-152-0/+7
* | Fix crash with ScrollViewNicolas Werner2021-01-176-45/+78
* | Make read markers a bit less confusingNicolas Werner2021-01-161-2/+2
|/
* Update translationsNicolas Werner2021-01-153-8/+8
* Merge pull request #374 from trilene/masterDeepBlueV7.X2021-01-153-1/+201
|\
| * Finesse mobile call invite screentrilene2021-01-131-28/+37
| * Add call invite screen for mobiletrilene2021-01-123-1/+192
* | Don't use centerIn on popup on Qt < 5.12Nicolas Werner2021-01-121-1/+7
|/
* Use minimum required versions for qml importsNicolas Werner2021-01-1210-10/+10
* Revert "Update QtQuick versions to match Qt 5.10"Nicolas Werner2021-01-1240-78/+78
* Make it easier to understand, what button to click for verification from profileNicolas Werner2021-01-122-4/+13
* Make device verification request dialogs easier to understand.Nicolas Werner2021-01-121-2/+18
* 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