summary refs log tree commit diff
path: root/resources/qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Jedi182021-02-103-2/+14
| | | | to new room settings
* added room settings qmlJedi182021-02-092-0/+173
|
* 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
| |\ | | | | | | | | | # Conflicts: # resources/qml/TimelineView.qml
| | * 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
| | |\ | | | | | | | | Username editing (room specific and global)
| | * | 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
| | | | | | | | | | | | | | | | fixes #421
| | * | 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
| | | | | | | | | | | | | | | | | | | | | | | | * Add handles for window focus gained / focus lossed and connect to timer * Clean up some of the PrivacyScreen.qml code * Connect settings to PrivacyScreen visibility
| * | | Fix formattingJoseph Donofry2021-01-262-10/+18
| | | |
| * | | Initial commit for privacy screenJoseph Donofry2021-01-253-1/+83
| | | | | | | | | | | | | | | | Missing window focus event and knowing when room is encryption
* | | | add loading indicatorJedi182021-02-021-0/+7
| | | |
* | | | add error message and update avatars on avatar change in timeline and user ↵Jedi182021-02-022-0/+39
| | | | | | | | | | | | | | | | profile dialog
* | | | 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
| | | | | | | | | | | | menu action in user info widget
* | | 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
| | | | | | | | | | fixes #412 fixes #413
* | Add "open in external program" actionrnhmjoj2021-01-241-0/+6
| |
* | Merge pull request #395 from LorenDB/masterDeepBlueV7.X2021-01-232-2/+4
|\ \ | | | | | | A few small things
| * | 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
|\ | | | | Display read receipts when read indicator is clicked
| * 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
| | | | | | Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
| * Remove unnecessary properties; simplify hover codeLoren Burkholder2021-01-162-16/+5
| |
| * Use an ImageButton for the StatusIndicatorLoren Burkholder2021-01-162-32/+31
| | | | | | | | Incidentally, this allows ImageButtons to not change color.
| * 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
|\ | | | | Add call invite screen for mobile
| * 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
| | | | This reverts commit 74e32dd96b8ed04d46802226551e72b68ab17e48.
* 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
|\ | | | | Add support for viewing avatar images in full size
| * Update resources/qml/Avatar.qmlkamathmanu2020-11-301-2/+0
| | | | | | Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
| * Update resources/qml/Avatar.qmlkamathmanu2020-11-301-3/+1
| | | | | | Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
| * 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.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 all the things [v2]
| * | Smooth pictures in timelineMayeul Cantan2020-10-311-0/+2
| | |
| * | Smooth Avatars in timelineMayeul Cantan2020-10-311-1/+1
| |/ | | | | | | This helps on low-dpi screens, getting rid of the jaggies.
* | Merge pull request #320 from trilene/webrtc-videoDeepBlueV7.X2020-11-091-0/+16
|\ \ | |/ |/| Video calls: add local webcam view
| * Video calls: add local webcam viewtrilene2020-11-091-0/+16
| |
* | Merge pull request #310 from MayeulC/fix-typoDeepBlueV7.X2020-10-311-2/+2
|\ \ | |/ |/| Improve wording in multiple strings.
| * Wording: Verification request isn't a request anymore once acceptedMayeul Cantan2020-10-311-2/+2
| | | | | | | | Replace it with "verification process".
* | 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
| | | | | | | | Sadly still required for replies, otherwise this would be perfect.
| * 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
| |\ | | | | | | Display filename on mouse hover
| | * Make Text element a sibling of the Rectangle to avoid the text from ↵kamathmanu2020-10-151-14/+14
| | | | | | | | | | | | depending on the rectangle's opacity property. Switch to Nheko theme colors
| | * 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
| | | | | | | | This disables color emojis for now in filenames
| * Merge pull request #285 from Lurkki14/masterDeepBlueV7.X2020-09-191-12/+17
| |\ | | | | | | Use Rectangle for typing users so it doesn't overlap with the timeline
| | * make typing Rectangle extents cleanerJussi Kuokkanen2020-09-181-3/+3
| | |
| | * Set typing Rectangle color directly instead of ConnectionLurkki142020-09-181-10/+1
| | | | | | | | | Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
| | * 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
| | | | | | | | | | | | | | | Also fixes a bug with an empty room settings window introduced in the port.
| * | Port top bar to QmlNicolas Werner2020-09-162-21/+116
| |/ | | | | | | | | Also fixes some resize issues with stupid workarounds to our resize logic. This really needs to be cleaned up at some point!
* | 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
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt io.github.NhekoReborn.Nheko.json src/Cache.cpp src/timeline/TimelineModel.cpp src/timeline/TimelineModel.h src/timeline/TimelineViewManager.cpp
| | * 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
| | | | | | | | | | | | | | | | | | | | This fixes some weirdness on some platforms, where Qt.openUrlExternally does weird stuff.
| | * | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | | Some ImprovementsCH Chethan Reddy2020-07-302-11/+16
| | | | | | | | | | | | | | | | | | | | | - DeviceVerificationList change to LinkedList to improve time complexity while deleting - Downgrade the flow to not use key.verification.done and key.verification.ready
* | | 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
| | | | | | | | | | | | recieving start or request
* | | 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
| |