summary refs log tree commit diff
path: root/resources/qml/TimelineView.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix chat effect particles sometimes getting 'stuck' on screenJoseph Donofry2023-10-091-1/+4
|
* More linter fixesNicolas Werner2023-06-191-2/+1
|
* Fix dialog pathsNicolas Werner2023-06-191-1/+3
|
* Move to automatic type registrationNicolas Werner2023-06-191-10/+9
|
* Add inviter to the invite reasonNicolas Werner2023-06-101-1/+24
| | | | fixes #622
* Format qmlNicolas Werner2023-06-081-160/+115
|
* Fix palette access and QMediaPlayer errorsNicolas Werner2023-06-081-9/+5
|
* Get rid of old emoji pickerNicolas Werner2023-05-251-0/+7
|
* Workaround a WM bug that switches the focus incorrectly after initiating a ↵Sateallia2023-05-231-1/+1
| | | | search
* Type keypresses that focus the input barLoren Burkholder2023-05-121-1/+6
|
* Move effects into a separate fileLoren Burkholder2023-04-081-90/+5
|
* Use particle groups to separate effectsLoren Burkholder2023-04-081-13/+10
|
* Add rainfall effectLoren Burkholder2023-04-081-3/+59
| | | | | This is a proof-of-concept example of inplementing a msgtype not found in the spec.
* Fix space-community wordingNicolas Werner2023-03-181-1/+1
|
* Check isPreviewFetched property for hintsLcsTen2023-03-181-2/+2
|
* Show an appropriate hint if the room is inaccessibleLcsTen2023-03-111-1/+1
|
* Merge pull request #1388 from Nheko-Reborn/commandDeepBlueV7.X2023-03-101-1/+14
|\ | | | | Warn if an invalid command is entered
| * Handle incomplete commands betterLoren Burkholder2023-03-071-1/+7
| |
| * Don't show timeline behind warningsLoren Burkholder2023-02-281-2/+2
| |
| * Simplify code a bitLoren Burkholder2023-02-281-1/+0
| |
| * Move command calculation logic into InputBarLoren Burkholder2023-02-281-11/+2
| |
| * Show warning when invalid command is enteredLoren Burkholder2023-02-281-1/+18
| | | | | | | | | | | | Fixes #1363 Please note that this doesn't prompt when you try to send a message with a bad command.
* | Add leave button to space previewLoren Burkholder2023-03-021-0/+7
|/
* Merge pull request #1374 from Nheko-Reborn/private_imagesDeepBlueV7.X2023-02-231-0/+1
|\ | | | | | | Blur images properly
| * Blurhash images when the privacy screen is activeLoren Burkholder2023-02-201-0/+1
| |
* | print errors on failed dialog creationMarcus Hoffmann2023-02-221-5/+10
| | | | | | | | Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu>
* | Get rid of year in license headersNicolas Werner2023-02-211-3/+1
|/ | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/
* Pause ParticleEmitter when not in use (#1284)Joseph Donofry2023-01-141-21/+43
| | | | | * Pause ParticleEmitter when not in use * Use timer instead to pause particle system
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
|
* Show invite reason in the UI (hidden by default)Nicolas Werner2022-12-271-0/+39
|
* Fix copy and paste againNicolas Werner2022-12-141-1/+2
|
* Focus text field on key press (swallows first though...)Nicolas Werner2022-12-131-0/+2
|
* confetti (#1243)Loren Burkholder2022-12-101-0/+64
| | | * 🎉 (confetti) message support. Thanks @LorenDB !
* Add a slow way to search a roomNicolas Werner2022-10-061-0/+3
|
* Fix raw message dialogNicolas Werner2022-10-041-1/+1
|
* Merge pull request #1056 from Nheko-Reborn/uiTweaksDeepBlueV7.X2022-04-271-2/+10
|\ | | | | UI tweaks
| * Modifications to member list buttonsLoren Burkholder2022-04-231-1/+0
| |
| * Better handle pluralizationLoren Burkholder2022-04-231-1/+1
| |
| * Allow users to see through the spinnerLoren Burkholder2022-04-231-0/+9
| |
* | Fix pinned messages getting clippedNicolas Werner2022-04-241-1/+1
|/
* Add member list and settings buttons to spaces (#1051)Loren Burkholder2022-04-221-6/+34
| | | | | | | * Add member list and settings buttons to spaces * Un-buttonify the member list button * Properly button settings *and* members
* Close current room on Ctrl+WLoren Burkholder2022-04-021-0/+5
|
* drag to reply (#1018)Malte E2022-03-271-0/+1
|
* Fix thumbnails for encrypted files and factor upload box outNicolas Werner2022-03-211-69/+1
|
* Show some previews in upload windowNicolas Werner2022-03-211-3/+69
|
* Move uploads to InputBarNicolas Werner2022-03-201-0/+6
|
* Don't leak dialogsNicolas Werner2022-02-211-0/+2
| | | | | | It seems that you need to manually destroy created objects... Great... fixes #898
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Switch icon theme to Fluent iconsLoren Burkholder2021-11-171-1/+1
|
* Fix unjoinable invites on mobile as well as unclickable previewsNicolas Werner2021-11-031-4/+4
|
* Use correct form of roomIdLoren Burkholder2021-09-111-2/+2
|
* Finish getting all avatars jdenticonifiedLoren Burkholder2021-09-111-0/+2
|
* Warn the user before they ping the whole roomNicolas Werner2021-09-021-0/+3
|
* Fix a few null warningsNicolas Werner2021-08-291-5/+4
|
* Loaded causes weird artifacts loading roomsNicolas Werner2021-08-291-7/+2
|
* Disable async timeline loading, since it hangs in a layout loop sometimesNicolas Werner2021-08-201-1/+1
|
* Load message list asyncNicolas Werner2021-08-171-0/+1
|
* Round images in the image providerNicolas Werner2021-08-141-1/+0
|
* Show if there are unverified devices in a roomNicolas Werner2021-08-131-0/+1
| | | | | Also fixes some issues where nested transactions will poison the verification cache.
* Remove warnings on closing roomLoren Burkholder2021-08-101-2/+6
|
* Fix window placement on wayland and add close buttonsNicolas Werner2021-08-041-1/+1
| | | | | | We explicitly set a parent. We can't assign to ApplicationWindow.transientParent though, only to Window.transientParent, so we just call setTransientParent in C++.
* QML the raw message dialogLoren Burkholder2021-07-311-0/+7
|
* Move read receipts connection to allow for future pop-out room viewsLoren Burkholder2021-07-301-0/+12
|
* Consolidate connectionsLoren Burkholder2021-07-201-10/+0
|
* Finish converting function to propertyLoren Burkholder2021-07-201-1/+1
|
* make lintLoren Burkholder2021-07-201-0/+1
|
* make lintLoren Burkholder2021-07-201-1/+0
|
* Fix high CPU usage when a room is openNicolas Werner2021-07-101-2/+1
|
* Redesign invites and room preview joinsNicolas Werner2021-07-091-7/+48
|
* Merge remote-tracking branch 'origin/master' into nheko_loading_spinnerJoseph Donofry2021-07-081-2/+76
|\
| * Fix missing back button on spaces page in narrow mode as well as topic not ↵Nicolas Werner2021-06-251-4/+17
| | | | | | | | resizing properly
| * Fix null warning for space avatarsNicolas Werner2021-06-251-1/+1
| |
| * Add a basic 'Space page'Nicolas Werner2021-06-251-1/+62
| |
| * Try to be compatible with Qt 5.12Nicolas Werner2021-06-131-1/+1
| |
* | Add nheko logo spinner to relevant places in UIJoseph Donofry2021-06-091-1/+1
| |
* | Change variable for runningJoseph Donofry2021-06-091-1/+1
| |
* | Add Nheko logo QML SpinnerJoseph Donofry2021-06-091-3/+6
|/
* Implement switching in narrow modeNicolas Werner2021-06-081-0/+2
|
* Move currentRoom/timeline handling to roomlistNicolas Werner2021-05-281-5/+17
|
* Basic header and footer of room listNicolas Werner2021-05-151-2/+2
|
* Reorganize TimelineView to prepare porting the room listNicolas Werner2021-05-141-318/+71
|
* Move global avatarSize propertyNicolas Werner2021-05-131-6/+0
|
* Make palette global in QmlNicolas Werner2021-05-131-15/+9
|
* Only show actions, when you have permissions to do themNicolas Werner2021-05-021-2/+7
|
* Fix crash when you have no rooms and open the global user profileNicolas Werner2021-04-301-4/+0
|
* UI/UX improvement: Better naming suggestion.absorber2021-04-291-1/+1
| | | Copy address location -> Copy link location
* Allow copying messages via right clickNicolas Werner2021-04-291-1/+13
| | | | fixes #291
* Copy address locationNicolas Werner2021-04-291-2/+14
| | | | fixes #463
* Copy link to messageNicolas Werner2021-04-291-0/+7
| | | | fixes #499
* Clean up design a bitNicolas Werner2021-04-271-1/+2
|
* Merge branch 'forward_message_feature' of https://github.com/Jedi18/nheko ↵Nicolas Werner2021-04-241-0/+17
|\ | | | | | | into Jedi18-forward_message_feature
| * show forward menu item only for relevant events, changes to uitargetakhil2021-04-151-1/+2
| |
| * Fix basic UI for forward completertargetakhil2021-04-151-68/+3
| |
| * added basic forwardingtargetakhil2021-04-151-0/+81
| |
* | Use one CompletionProxy for everything including EmojiPickerNicolas Werner2021-04-181-9/+1
|/
* Fix some TapHandler focus issuesNicolas Werner2021-04-111-4/+5
|
* Fix emoji picker appearing in wrong locationsNicolas Werner2021-03-231-6/+5
|
* Use native menusNicolas Werner2021-03-141-21/+23
|
* Use readonly properties where possibleNicolas Werner2021-03-141-1/+1
|
* Fix qml license headers againNicolas Werner2021-03-141-0/+1
|
* Improve sorting and sizing of completions a bitNicolas Werner2021-03-141-2/+2
|
* Merge branch 'quickswitcher_qml' of git://github.com/Jedi18/nheko into ↵Nicolas Werner2021-03-131-0/+16
|\ | | | | | | Jedi18-quickswitcher_qml
| * remove old quick switcherJedi182021-02-241-1/+1
| |
| * fix timeline focusJedi182021-02-231-0/+1
| |
| * enter key now works, fix room highlighting and add overlayJedi182021-02-231-1/+0
| |
| * add quick switcher qml file and moved completerFor from inputbar to timeline ↵Jedi182021-02-211-0/+16
| | | | | | | | view class
* | Fix popup opening at wrong placeNicolas Werner2021-03-071-5/+2
| | | | | | | | fixes #512
* | Fix conflict between qmlformat and license checkNicolas Werner2021-03-071-0/+1
| |
* | Show mxid on hovering usernameNicolas Werner2021-03-071-1/+0
| | | | | | | | fixes #507
* | Update license headersNicolas Werner2021-03-051-0/+4
| |
* | Merge remote-tracking branch 'upstream/master' into screenshare-x11trilene2021-02-251-0/+18
|\|
| * Merge branch 'master' into room_settings_qmlAkhil Nair2021-02-141-1/+10
| |\
| * | fix avatar update on timeline syncJedi182021-02-111-1/+1
| | |
| * | added notifications and encryption for the new roomsettingsJedi182021-02-111-1/+1
| | |
| * | ui almost looks the same, midway between transition from old room settings ↵Jedi182021-02-101-1/+3
| | | | | | | | | | | | to new room settings
| * | added room settings qmlJedi182021-02-091-0/+16
| | |
* | | Display screen sharing content locallytrilene2021-02-211-1/+1
| | |
* | | Support desktop screen sharing on X11trilene2021-02-181-1/+1
| |/ |/|
* | Fix UI allowing edits of foreign messages in some casesNicolas Werner2021-02-101-1/+5
| |
* | Add edit shortcuts and fix some focus stuffNicolas Werner2021-02-091-0/+5
|/
* Cleanup privacy screen, no more grabImageNicolas Werner2021-02-031-6/+8
|
* Fix QML layout warningsLoren Burkholder2021-02-021-4/+4
|
* Merge branch 'master' into 'privacy_screen'Nicolas Werner2021-02-021-0/+4
|\ | | | | | | # Conflicts: # resources/qml/TimelineView.qml
| * Allow drag/drop of files on whole timelineLoren Burkholder2021-02-011-1/+4
| |
* | Merge remote-tracking branch 'nheko-im/master' into privacy_screenJoseph Donofry2021-02-011-1/+8
|\|
| * Autoclose completer when space is pressed and no suggestion availableNicolas Werner2021-01-271-1/+1
| |
| * Focus input area on room switch and reply change againNicolas Werner2021-01-251-0/+1
| | | | | | | | | | fixes #412 fixes #413
| * Add "open in external program" actionrnhmjoj2021-01-241-0/+6
| |
* | Remove redundant import and fix visible warningJoseph Donofry2021-02-011-1/+0
| |
* | Fix formattingJoseph Donofry2021-01-261-0/+1
| |
* | Initial commit for privacy screenJoseph Donofry2021-01-251-0/+8
|/ | | | Missing window focus event and knowing when room is encryption
* Fix crash with ScrollViewNicolas Werner2021-01-171-0/+2
|
* Add call invite screen for mobiletrilene2021-01-121-0/+18
|
* Revert "Update QtQuick versions to match Qt 5.10"Nicolas Werner2021-01-121-3/+3
| | | | This reverts commit 74e32dd96b8ed04d46802226551e72b68ab17e48.
* Update QtQuick versions to match Qt 5.10Joseph Donofry2021-01-111-3/+3
|
* Merge master and fix conflictsJoseph Donofry2021-01-111-1/+9
|\
| * Make call invites less intrusivetrilene2021-01-071-1/+8
| |
| * Move call-related properties to CallManagertrilene2021-01-071-1/+1
|/
* change 'redacted' for 'removed'kirillpt2020-11-261-1/+1
|
* Fix input focus when pressing reply buttonNicolas Werner2020-11-251-0/+1
|
* Fix some issues with completerNicolas Werner2020-11-251-2/+0
|
* Move emoji picker to qmlNicolas Werner2020-11-251-1/+3
|
* Add file uploadingNicolas Werner2020-11-251-1/+4
|
* Pasteable textinputNicolas Werner2020-11-251-2/+2
|
* Make compatible with qt 5.12kamathmanu2020-11-141-6/+6
|
* Merge remote-tracking branch 'upstream/master' into webrtc-videotrilene2020-10-271-403/+51
|\
| * 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-261-471/+24
| |
| * Qml message input mockupNicolas Werner2020-10-261-211/+308
| |
| * Hide room name, if not loaded yetNicolas Werner2020-10-181-1/+1
| |
* | Support video callstrilene2020-10-271-156/+174
|/
* Lint qml with qml-formatNicolas Werner2020-10-081-509/+565
|
* Merge remote-tracking branch 'origin/master' into cross-signingNicolas Werner2020-10-081-0/+5
|\
| * Move ActiveCallBar Qml to separate filetrilene2020-09-251-136/+1
| |
| * Port ActiveCallBar to Qmltrilene2020-09-221-0/+140
| |
* | Make steps in verification flow explicitNicolas Werner2020-10-051-13/+1
| |
* | Fix room nameNicolas Werner2020-10-021-0/+1
| |
* | Merge remote-tracking branch 'origin/master' into cross-signingNicolas Werner2020-09-241-34/+151
|\|
| * Fix binding loop when trying to replyNicolas Werner2020-09-201-1/+2
| |
| * 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-171-22/+133
| |\
| | * Fix null errors in qmlNicolas Werner2020-09-161-5/+8
| | |
| | * 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-161-21/+114
| | | | | | | | | | | | | | | Also fixes some resize issues with stupid workarounds to our resize logic. This really needs to be cleaned up at some point!
| * | use Rectangle for typing users so it doesn't overlap with the timelineJussi Kuokkanen2020-09-171-12/+27
| |/
* | Fix wrong tran_id issueChethan2k12020-09-101-1/+1
| |
* | Merge remote-tracking branch 'upstream/master' into device-verificationCH Chethan Reddy2020-08-301-1/+1
|\|
| * Merge remote-tracking branch 'origin/master' into new-event-storeNicolas Werner2020-08-171-0/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt io.github.NhekoReborn.Nheko.json src/Cache.cpp src/timeline/TimelineModel.cpp src/timeline/TimelineModel.h src/timeline/TimelineViewManager.cpp
| | * Make dateBubble's text vertically aligned to vertical centerLorem2020-07-191-0/+1
| | |
* | | [WIP] Room-Verification MessagesCH Chethan Reddy2020-08-091-5/+0
| | |
* | | Add Room Verification MessagesCH Chethan Reddy2020-07-301-4/+11
| | |
* | | Adding icons to UserProfileCH Chethan Reddy2020-07-301-1/+1
| | |
* | | Refactor UserProfileNicolas Werner2020-07-301-11/+11
| | |
* | | [WIP] Add Caching for usersCH Chethan Reddy2020-07-301-9/+9
| | |
* | | Fix presence indicatorNicolas Werner2020-07-301-8/+13
| | |
* | | Some more changesCH Chethan Reddy2020-07-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-301-0/+1
| | | | | | | | | | | | | | | | | | | | | - DeviceVerificationList change to LinkedList to improve time complexity while deleting - Downgrade the flow to not use key.verification.done and key.verification.ready
* | | Shared secret with decimal and emoji works!CH Chethan Reddy2020-07-301-8/+5
| | |
* | | Add DeviceVerificationList to keep track of all flows and Popup onCH Chethan Reddy2020-07-301-8/+10
| | | | | | | | | | | | recieving start or request
* | | Add C++ Model for DeviceListCH Chethan Reddy2020-07-301-16/+12
| | |
* | | Rewrite UserProfile in qmlCH Chethan Reddy2020-07-301-2/+11
| | |
* | | Add DeviceVerificationFlow dummy and verification test buttonNicolas Werner2020-07-301-0/+19
|/ /
* | Make long press menu actually workNicolas Werner2020-07-261-1/+5
| |
* | Optimize scrolling a little bitNicolas Werner2020-07-251-25/+24
| |
* | Fix binding loop and non integer text heightNicolas Werner2020-07-251-3/+3
| |
* | Fix reactionsNicolas Werner2020-07-201-3/+4
| |
* | WIP: Event Store split outNicolas Werner2020-07-091-1/+1
| |
* | Fix parent undefined warningNicolas Werner2020-07-081-1/+1
|/
* Try to make text rendering in qml sharperNicolas Werner2020-06-191-0/+2
|
* Merge remote-tracking branch 'origin/master' into presenceJoseph Donofry2020-06-111-1/+20
|\
| * Fix build issue on some versions of clangJoseph Donofry2020-06-101-1/+1
| |
| * Remove signals in favor of direct function callsJoseph Donofry2020-06-091-3/+0
| |
| * Fix UserSettings in QMLJoseph Donofry2020-06-091-14/+0
| |
| * Merge master and fix conflictsJoseph Donofry2020-06-091-8/+9
| |\
| * | Add reaction/redaction for in-line ReactionsJoseph Donofry2020-05-211-0/+3
| | |
| * | Attach emoji picker picked to reaction senderJoseph Donofry2020-05-161-0/+3
| | |
| * | Merge remote-tracking branch 'origin/master' into reactionsJoseph Donofry2020-05-161-0/+2
| |\ \
| * \ \ Merge master into reactionsJoseph Donofry2020-05-141-0/+2
| |\ \ \
| * | | | Update emoji picker and translationsJoseph Donofry2020-05-131-0/+13
| | | | |
| * | | | merge master into reactionsJoseph Donofry2020-05-071-1/+4
| | | | |
* | | | | Show presence and set custom status messagesNicolas Werner2020-06-081-1/+13
| |_|_|/ |/| | |
* | | | Make settings update immediately in qml and allow limiting timeline widthNicolas Werner2020-05-261-24/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Limiting improves readability on wide monitors. The immediate update of the settings is done by just exposing settings as properties and then setting the settings as a context property.
* | | | Added an optional feature to show bigger emoji-only messages with 3 or less ↵lkito2020-05-211-0/+2
| |_|/ |/| | | | | | | | emoji
* | | Implemented optional message body highlighting feature.lkito2020-05-161-0/+2
| |/ |/|
* | Try to smooth scrolling a bit by increasing cacheBufferNicolas Werner2020-05-131-0/+2
|/
* Add shortcuts to select/deselect reply targetsNicolas Werner2020-05-061-0/+15
|
* Misc color fixesNicolas Werner2020-05-051-2/+2
|
* Basic, broken reaction displayNicolas Werner2020-05-041-0/+1
|
* Merge pull request #184 from shocklateboy92/features/backlog-progressDeepBlueV7.X2020-05-011-1/+8
|\ | | | | Add visual indication that data is being fetched
| * Make pagination spinner inlineLasath Fernando2020-04-291-1/+8
| |
| * Add visual indication that data is being fetchedLasath Fernando2020-04-291-1/+1
| | | | | | | | | | This turns `paginationInProgress` field of `TimelineModel` into a `Q_PROPERTY`, so the Ui can bind to it. For the moment, I'm showing the same spinner as we do during initial sync. It's not ideal, on the count of being giant and in the middle but it's better than nothing. We can make it more subtle later.
* | Fix spacing of typing notificationsNicolas Werner2020-04-301-9/+9
|/
* Merge pull request #183 from shocklateboy92/features/smooth-scrollDeepBlueV7.X2020-04-291-19/+14
|\ | | | | Improve scrolling in timeline view
| * Address CR commentsLasath Fernando2020-04-291-6/+7
| |
| * Remove commented out code; fix padding for PillLasath Fernando2020-04-281-2/+0
| |
| * Fix binding loops for heightLasath Fernando2020-04-281-3/+8
| |
| * Shamelessly steal `ScrollHelper.qml` from spectralLasath Fernando2020-04-281-13/+4
| | | | | | | | I mean, we're both GPL so... :P
* | Fix some smaller coloring issuesNicolas Werner2020-04-291-0/+2
|/
* Add menu entry to show decrypted sourceNicolas Werner2020-04-211-1/+10
| | | | | Also make hidden entries not consume space in Menus with some qml styles.
* Fix reply not closingNicolas Werner2020-04-131-3/+3
| | | | fixes #124
* Use palette for qml code for themingNicolas Werner2020-03-291-9/+8
| | | | | Can't do it for QtWidgets code. We need to fully transition, before we can fully switch over probably.
* Make buttons hideable via setting, button contents can still be accessed via ↵Nicolas Werner2020-03-101-0/+19
| | | | context menu
* Reset user colors on theme change (in qml timeline)Nicolas Werner2020-02-201-2/+2
|
* Make closing the reply popup actually clear the reply messageJoseph Donofry2020-02-041-1/+1
|
* Improve styling a bitNicolas Werner2020-02-031-3/+3
|
* Close popup when clicking outsideNicolas Werner2020-02-021-0/+1
|
* Speed up timeline by using global ToolTip and MenuNicolas Werner2020-02-021-7/+38
|
* 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-281-3/+5
|
* Simplify reply popup logicNicolas Werner2020-01-281-76/+34
|
* Improve styling of reply popupNicolas Werner2020-01-281-11/+2
|
* Fix resize loop of images in reply popupNicolas Werner2020-01-281-0/+2
|
* Add initial QML Reply PopupJoseph Donofry2020-01-271-1/+99
|
* PixelAlign timeline viewNicolas Werner2020-01-211-0/+1
|
* Account for spacing when checking for bottom message for read statusNicolas Werner2020-01-211-1/+1
|
* Fix colors in typing display, when username contains emojiNicolas Werner2020-01-211-0/+1
|
* Move typing display to qmlNicolas Werner2020-01-171-1/+30
|
* Reduce memory usage and make room switching quickerNicolas Werner2020-01-141-2/+0
| | | | May make scrolling more laggy or jumpy.
* Adapt play buttons to theme and remove accidental message bgNicolas Werner2020-01-061-0/+1
|
* Simplify read message logic with inverted timelineNicolas Werner2020-01-061-46/+12
|
* Use fetchMore for native lazy loading of item model dataNicolas Werner2020-01-061-5/+1
|
* invert timelineNicolas Werner2020-01-061-9/+47
|
* Simplify scroll logicNicolas Werner2019-12-081-4/+0
|
* Change scroll behaviour of timelineNicolas Werner2019-12-081-1/+24
| | | | | | | This requires Qt 5.9 (to calculate overshoot). The default scroll behaviour of list views has far too much inertia. This should make scrolling feel more like scrolling the other scroll areas of nheko.