Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |