Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support video calls | trilene | 2020-10-27 | 1 | -156/+174 |
| | |||||
* | Lint qml with qml-format | Nicolas Werner | 2020-10-08 | 1 | -509/+565 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into cross-signing | Nicolas Werner | 2020-10-08 | 1 | -0/+5 |
|\ | |||||
| * | Move ActiveCallBar Qml to separate file | trilene | 2020-09-25 | 1 | -136/+1 |
| | | |||||
| * | Port ActiveCallBar to Qml | trilene | 2020-09-22 | 1 | -0/+140 |
| | | |||||
* | | Make steps in verification flow explicit | Nicolas Werner | 2020-10-05 | 1 | -13/+1 |
| | | |||||
* | | Fix room name | Nicolas Werner | 2020-10-02 | 1 | -0/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into cross-signing | Nicolas Werner | 2020-09-24 | 1 | -34/+151 |
|\| | |||||
| * | Fix binding loop when trying to reply | Nicolas Werner | 2020-09-20 | 1 | -1/+2 |
| | | |||||
| * | make typing Rectangle extents cleaner | Jussi Kuokkanen | 2020-09-18 | 1 | -3/+3 |
| | | |||||
| * | Set typing Rectangle color directly instead of Connection | Lurkki14 | 2020-09-18 | 1 | -10/+1 |
| | | | | | | Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> | ||||
| * | make Rectangle to fill the gap between input widget and typing users | Jussi Kuokkanen | 2020-09-17 | 1 | -1/+1 |
| | | |||||
| * | simplify check for no typing users | Jussi Kuokkanen | 2020-09-17 | 1 | -2/+1 |
| | | |||||
| * | Merge branch 'master' of https://github.com/Nheko-Reborn/nheko | Jussi Kuokkanen | 2020-09-17 | 1 | -22/+133 |
| |\ | |||||
| | * | Fix null errors in qml | Nicolas Werner | 2020-09-16 | 1 | -5/+8 |
| | | | |||||
| | * | Reenable top bar room settings menus on avatar or title clicks | Nicolas Werner | 2020-09-16 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | Also fixes a bug with an empty room settings window introduced in the port. | ||||
| | * | Port top bar to Qml | Nicolas Werner | 2020-09-16 | 1 | -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 timeline | Jussi Kuokkanen | 2020-09-17 | 1 | -12/+27 |
| |/ | |||||
* | | Fix wrong tran_id issue | Chethan2k1 | 2020-09-10 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/master' into device-verification | CH Chethan Reddy | 2020-08-30 | 1 | -1/+1 |
|\| | |||||
| * | Merge remote-tracking branch 'origin/master' into new-event-store | Nicolas Werner | 2020-08-17 | 1 | -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 center | Lorem | 2020-07-19 | 1 | -0/+1 |
| | | | |||||
* | | | [WIP] Room-Verification Messages | CH Chethan Reddy | 2020-08-09 | 1 | -5/+0 |
| | | | |||||
* | | | Add Room Verification Messages | CH Chethan Reddy | 2020-07-30 | 1 | -4/+11 |
| | | | |||||
* | | | Adding icons to UserProfile | CH Chethan Reddy | 2020-07-30 | 1 | -1/+1 |
| | | | |||||
* | | | Refactor UserProfile | Nicolas Werner | 2020-07-30 | 1 | -11/+11 |
| | | | |||||
* | | | [WIP] Add Caching for users | CH Chethan Reddy | 2020-07-30 | 1 | -9/+9 |
| | | | |||||
* | | | Fix presence indicator | Nicolas Werner | 2020-07-30 | 1 | -8/+13 |
| | | | |||||
* | | | Some more changes | CH Chethan Reddy | 2020-07-30 | 1 | -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 Improvements | CH Chethan Reddy | 2020-07-30 | 1 | -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 Reddy | 2020-07-30 | 1 | -8/+5 |
| | | | |||||
* | | | Add DeviceVerificationList to keep track of all flows and Popup on | CH Chethan Reddy | 2020-07-30 | 1 | -8/+10 |
| | | | | | | | | | | | | recieving start or request | ||||
* | | | Add C++ Model for DeviceList | CH Chethan Reddy | 2020-07-30 | 1 | -16/+12 |
| | | | |||||
* | | | Rewrite UserProfile in qml | CH Chethan Reddy | 2020-07-30 | 1 | -2/+11 |
| | | | |||||
* | | | Add DeviceVerificationFlow dummy and verification test button | Nicolas Werner | 2020-07-30 | 1 | -0/+19 |
|/ / | |||||
* | | Make long press menu actually work | Nicolas Werner | 2020-07-26 | 1 | -1/+5 |
| | | |||||
* | | Optimize scrolling a little bit | Nicolas Werner | 2020-07-25 | 1 | -25/+24 |
| | | |||||
* | | Fix binding loop and non integer text height | Nicolas Werner | 2020-07-25 | 1 | -3/+3 |
| | | |||||
* | | Fix reactions | Nicolas Werner | 2020-07-20 | 1 | -3/+4 |
| | | |||||
* | | WIP: Event Store split out | Nicolas Werner | 2020-07-09 | 1 | -1/+1 |
| | | |||||
* | | Fix parent undefined warning | Nicolas Werner | 2020-07-08 | 1 | -1/+1 |
|/ | |||||
* | Try to make text rendering in qml sharper | Nicolas Werner | 2020-06-19 | 1 | -0/+2 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into presence | Joseph Donofry | 2020-06-11 | 1 | -1/+20 |
|\ | |||||
| * | Fix build issue on some versions of clang | Joseph Donofry | 2020-06-10 | 1 | -1/+1 |
| | | |||||
| * | Remove signals in favor of direct function calls | Joseph Donofry | 2020-06-09 | 1 | -3/+0 |
| | | |||||
| * | Fix UserSettings in QML | Joseph Donofry | 2020-06-09 | 1 | -14/+0 |
| | | |||||
| * | Merge master and fix conflicts | Joseph Donofry | 2020-06-09 | 1 | -8/+9 |
| |\ | |||||
| * | | Add reaction/redaction for in-line Reactions | Joseph Donofry | 2020-05-21 | 1 | -0/+3 |
| | | | |||||
| * | | Attach emoji picker picked to reaction sender | Joseph Donofry | 2020-05-16 | 1 | -0/+3 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into reactions | Joseph Donofry | 2020-05-16 | 1 | -0/+2 |
| |\ \ | |||||
| * \ \ | Merge master into reactions | Joseph Donofry | 2020-05-14 | 1 | -0/+2 |
| |\ \ \ | |||||
| * | | | | Update emoji picker and translations | Joseph Donofry | 2020-05-13 | 1 | -0/+13 |
| | | | | | |||||
| * | | | | merge master into reactions | Joseph Donofry | 2020-05-07 | 1 | -1/+4 |
| | | | | | |||||
* | | | | | Show presence and set custom status messages | Nicolas Werner | 2020-06-08 | 1 | -1/+13 |
| |_|_|/ |/| | | | |||||
* | | | | Make settings update immediately in qml and allow limiting timeline width | Nicolas Werner | 2020-05-26 | 1 | -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 ↵ | lkito | 2020-05-21 | 1 | -0/+2 |
| |_|/ |/| | | | | | | | | emoji | ||||
* | | | Implemented optional message body highlighting feature. | lkito | 2020-05-16 | 1 | -0/+2 |
| |/ |/| | |||||
* | | Try to smooth scrolling a bit by increasing cacheBuffer | Nicolas Werner | 2020-05-13 | 1 | -0/+2 |
|/ | |||||
* | Add shortcuts to select/deselect reply targets | Nicolas Werner | 2020-05-06 | 1 | -0/+15 |
| | |||||
* | Misc color fixes | Nicolas Werner | 2020-05-05 | 1 | -2/+2 |
| | |||||
* | Basic, broken reaction display | Nicolas Werner | 2020-05-04 | 1 | -0/+1 |
| | |||||
* | Merge pull request #184 from shocklateboy92/features/backlog-progress | DeepBlueV7.X | 2020-05-01 | 1 | -1/+8 |
|\ | | | | | Add visual indication that data is being fetched | ||||
| * | Make pagination spinner inline | Lasath Fernando | 2020-04-29 | 1 | -1/+8 |
| | | |||||
| * | Add visual indication that data is being fetched | Lasath Fernando | 2020-04-29 | 1 | -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 notifications | Nicolas Werner | 2020-04-30 | 1 | -9/+9 |
|/ | |||||
* | Merge pull request #183 from shocklateboy92/features/smooth-scroll | DeepBlueV7.X | 2020-04-29 | 1 | -19/+14 |
|\ | | | | | Improve scrolling in timeline view | ||||
| * | Address CR comments | Lasath Fernando | 2020-04-29 | 1 | -6/+7 |
| | | |||||
| * | Remove commented out code; fix padding for Pill | Lasath Fernando | 2020-04-28 | 1 | -2/+0 |
| | | |||||
| * | Fix binding loops for height | Lasath Fernando | 2020-04-28 | 1 | -3/+8 |
| | | |||||
| * | Shamelessly steal `ScrollHelper.qml` from spectral | Lasath Fernando | 2020-04-28 | 1 | -13/+4 |
| | | | | | | | | I mean, we're both GPL so... :P | ||||
* | | Fix some smaller coloring issues | Nicolas Werner | 2020-04-29 | 1 | -0/+2 |
|/ | |||||
* | Add menu entry to show decrypted source | Nicolas Werner | 2020-04-21 | 1 | -1/+10 |
| | | | | | Also make hidden entries not consume space in Menus with some qml styles. | ||||
* | Fix reply not closing | Nicolas Werner | 2020-04-13 | 1 | -3/+3 |
| | | | | fixes #124 | ||||
* | Use palette for qml code for theming | Nicolas Werner | 2020-03-29 | 1 | -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 Werner | 2020-03-10 | 1 | -0/+19 |
| | | | | context menu | ||||
* | Reset user colors on theme change (in qml timeline) | Nicolas Werner | 2020-02-20 | 1 | -2/+2 |
| | |||||
* | Make closing the reply popup actually clear the reply message | Joseph Donofry | 2020-02-04 | 1 | -1/+1 |
| | |||||
* | Improve styling a bit | Nicolas Werner | 2020-02-03 | 1 | -3/+3 |
| | |||||
* | Close popup when clicking outside | Nicolas Werner | 2020-02-02 | 1 | -0/+1 |
| | |||||
* | Speed up timeline by using global ToolTip and Menu | Nicolas Werner | 2020-02-02 | 1 | -7/+38 |
| | |||||
* | Make page scrolling half height | Nicolas Werner | 2020-01-31 | 1 | -2/+2 |
| | |||||
* | Add scroll page shortcut | Nicolas Werner | 2020-01-30 | 1 | -0/+9 |
| | |||||
* | Add explicit size to reply close button | Nicolas Werner | 2020-01-30 | 1 | -0/+2 |
| | |||||
* | Change tooltip palette settings for QML | Joseph Donofry | 2020-01-28 | 1 | -3/+5 |
| | |||||
* | Simplify reply popup logic | Nicolas Werner | 2020-01-28 | 1 | -76/+34 |
| | |||||
* | Improve styling of reply popup | Nicolas Werner | 2020-01-28 | 1 | -11/+2 |
| | |||||
* | Fix resize loop of images in reply popup | Nicolas Werner | 2020-01-28 | 1 | -0/+2 |
| | |||||
* | Add initial QML Reply Popup | Joseph Donofry | 2020-01-27 | 1 | -1/+99 |
| | |||||
* | PixelAlign timeline view | Nicolas Werner | 2020-01-21 | 1 | -0/+1 |
| | |||||
* | Account for spacing when checking for bottom message for read status | Nicolas Werner | 2020-01-21 | 1 | -1/+1 |
| | |||||
* | Fix colors in typing display, when username contains emoji | Nicolas Werner | 2020-01-21 | 1 | -0/+1 |
| | |||||
* | Move typing display to qml | Nicolas Werner | 2020-01-17 | 1 | -1/+30 |
| | |||||
* | Reduce memory usage and make room switching quicker | Nicolas Werner | 2020-01-14 | 1 | -2/+0 |
| | | | | May make scrolling more laggy or jumpy. | ||||
* | Adapt play buttons to theme and remove accidental message bg | Nicolas Werner | 2020-01-06 | 1 | -0/+1 |
| | |||||
* | Simplify read message logic with inverted timeline | Nicolas Werner | 2020-01-06 | 1 | -46/+12 |
| | |||||
* | Use fetchMore for native lazy loading of item model data | Nicolas Werner | 2020-01-06 | 1 | -5/+1 |
| | |||||
* | invert timeline | Nicolas Werner | 2020-01-06 | 1 | -9/+47 |
| | |||||
* | Simplify scroll logic | Nicolas Werner | 2019-12-08 | 1 | -4/+0 |
| | |||||
* | Change scroll behaviour of timeline | Nicolas Werner | 2019-12-08 | 1 | -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. | ||||
* | Try to fix binding loop warning | Nicolas Werner | 2019-12-07 | 1 | -3/+4 |
| | |||||
* | Rename qml namespace from com.github.nheko to im.nheko | Nicolas Werner | 2019-11-30 | 1 | -1/+1 |
| | |||||
* | Show encryption enabled and use a non zero size for zero size vide | Nicolas Werner | 2019-11-23 | 1 | -1/+1 |
| | |||||
* | Add loading spinner and restore message send queue | Nicolas Werner | 2019-11-23 | 1 | -5/+8 |
| | |||||
* | optionally use QQuickWidget and replace ColorOverlay -> colorImageProvider | Nicolas Werner | 2019-11-23 | 1 | -119/+119 |
| | |||||
* | Make user clickable and improve button cursor look | Nicolas Werner | 2019-11-23 | 1 | -0/+12 |
| | |||||
* | Improve avatar look and layouting | Nicolas Werner | 2019-11-23 | 1 | -2/+5 |
| | | | | Thanks to red_sky for the feedback! | ||||
* | Organize qml files a bit | Nicolas Werner | 2019-11-23 | 1 | -2/+1 |
| | |||||
* | Incubate delegates asynchronously | Nicolas Werner | 2019-11-23 | 1 | -1/+1 |
| | |||||
* | Small fixes to delegate chooser implementation | Nicolas Werner | 2019-11-23 | 1 | -1/+9 |
| | |||||
* | Use a basic implementation of a DelegateChooser for compat with older Qt | Nicolas Werner | 2019-11-23 | 1 | -45/+1 |
| | | | | | The interface is taken from Qt/KDE, but the implementation is different, because the Qt implementation depends on some Qt internals. | ||||
* | Add native themeing to QML (where possible) | Nicolas Werner | 2019-11-23 | 1 | -2/+3 |
| | |||||
* | Fix section layout issues and pagination issues | Nicolas Werner | 2019-11-23 | 1 | -3/+2 |
| | | | | | | | Pagination could get stuck, if the messages request failed. Section height seemes to have been calculated to late, which would make some section overlap the next message in some cases. Fix that by doing the height calculation manually. | ||||
* | Load content if no scrollbar is needed | Nicolas Werner | 2019-11-23 | 1 | -0/+10 |
| | |||||
* | Misc layout fixes | Nicolas Werner | 2019-11-23 | 1 | -0/+6 |
| | |||||
* | Try out DelegateChooser | Nicolas Werner | 2019-11-23 | 1 | -142/+34 |
| | | | | requires Qt5.12+ | ||||
* | Lower requirement on QtQuick.Layouts version | Nicolas Werner | 2019-11-23 | 1 | -1/+1 |
| | |||||
* | Use QtQuick.Controls compatible with Qt 5.8 | Nicolas Werner | 2019-11-23 | 1 | -1/+1 |
| | |||||
* | Enable Sticker and Emote messages | Nicolas Werner | 2019-11-23 | 1 | -1/+3 |
| | |||||
* | Add basic video messages | Nicolas Werner | 2019-11-23 | 1 | -2/+2 |
| | | | | Size is fixed for now, otherwise the Video output ends up somewhere... | ||||
* | Add simple audio message widget | Nicolas Werner | 2019-11-23 | 1 | -0/+1 |
| | |||||
* | File messages (qml) | Nicolas Werner | 2019-11-23 | 1 | -0/+1 |
| | |||||
* | Reenable redactions | Nicolas Werner | 2019-11-23 | 1 | -0/+1 |
| | |||||
* | Restore saving of media | Nicolas Werner | 2019-11-23 | 1 | -4/+9 |
| | |||||
* | Add lock to encrypted messages | Nicolas Werner | 2019-11-23 | 1 | -0/+6 |
| | |||||
* | Make avatar in timeline smaller | Nicolas Werner | 2019-11-23 | 1 | -3/+5 |
| | |||||
* | Enable read receipts action and sync read receipts from cache | Nicolas Werner | 2019-11-23 | 1 | -0/+1 |
| | |||||
* | Add send/received indicator | Nicolas Werner | 2019-11-23 | 1 | -0/+5 |
| | |||||
* | Implement basic placeholder and disable unimplemented event types | Nicolas Werner | 2019-11-23 | 1 | -12/+12 |
| | |||||
* | Implement simple scroll state handling | Nicolas Werner | 2019-11-23 | 1 | -1/+46 |
| | |||||
* | Implement replies in qml timeline | Nicolas Werner | 2019-11-23 | 1 | -0/+2 |
| | |||||
* | Show redactions in qml timeline | Nicolas Werner | 2019-11-23 | 1 | -1/+2 |
| | |||||
* | Reenable view raw message | Nicolas Werner | 2019-11-23 | 1 | -2/+1 |
| | |||||
* | Implement basic ImageMessages in qml timeline | Nicolas Werner | 2019-11-23 | 1 | -1/+5 |
| | | | | | I suck at sizing so the images in the message are currently hardcoded to 300 pixels in width... | ||||
* | Implement avatars in qml timeline | Nicolas Werner | 2019-11-23 | 1 | -2/+3 |
| | |||||
* | Make reply and options buttons smaller | Nicolas Werner | 2019-11-23 | 1 | -6/+22 |
| | |||||
* | Fix QML emojis | Nicolas Werner | 2019-11-23 | 1 | -1/+2 |
| | |||||
* | Use system colors for now | Nicolas Werner | 2019-11-23 | 1 | -4/+23 |
| | |||||
* | Implement TextMessage delegate | Nicolas Werner | 2019-11-23 | 1 | -8/+39 |
| | | | | Text selection over multiple items doesn't work yet | ||||
* | Format date (close to) the old way in qml timeline | Nicolas Werner | 2019-11-23 | 1 | -1/+1 |
| | |||||
* | Add avatar placeholder and scrollbar to qml timeline | Nicolas Werner | 2019-11-23 | 1 | -4/+30 |
| | |||||
* | Add basic sections and button placeholders to qml timeline | Nicolas Werner | 2019-11-23 | 1 | -4/+86 |
| | |||||
* | Implement loading of history, when timeline is displayed | Nicolas Werner | 2019-11-23 | 1 | -6/+0 |
| | |||||
* | Add items to timline | Nicolas Werner | 2019-11-23 | 1 | -5/+14 |
| | |||||
* | Add placeholder timeline model | Nicolas Werner | 2019-11-23 | 1 | -0/+11 |
| | |||||
* | Replace timeline with empty qml view | Nicolas Werner | 2019-11-23 | 1 | -0/+11 |