Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make images always fit the timeline | Nicolas Werner | 2019-12-13 | 1 | -2/+7 | |
| | ||||||
* | Show topic and name changes in timeline | Nicolas Werner | 2019-12-10 | 2 | -1/+14 | |
| | ||||||
* | 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 | |
| | ||||||
* | Add encrypted file download | Nicolas Werner | 2019-12-03 | 4 | -5/+5 | |
| | ||||||
* | Rename qml namespace from com.github.nheko to im.nheko | Nicolas Werner | 2019-11-30 | 7 | -7/+7 | |
| | ||||||
* | Show encryption enabled and use a non zero size for zero size vide | Nicolas Werner | 2019-11-23 | 4 | -4/+11 | |
| | ||||||
* | Wrap text in pre tags | Nicolas Werner | 2019-11-23 | 1 | -1/+1 | |
| | ||||||
* | Add loading spinner and restore message send queue | Nicolas Werner | 2019-11-23 | 1 | -5/+8 | |
| | ||||||
* | Fix links opening user dialog and in browser | Nicolas Werner | 2019-11-23 | 1 | -2/+2 | |
| | ||||||
* | Fix infinite item instantiating loop by using height instead of contentHeight | Nicolas Werner | 2019-11-23 | 1 | -2/+3 | |
| | ||||||
* | optionally use QQuickWidget and replace ColorOverlay -> colorImageProvider | Nicolas Werner | 2019-11-23 | 5 | -146/+128 | |
| | ||||||
* | Make replies format nicer | Nicolas Werner | 2019-11-23 | 1 | -2/+13 | |
| | | | | Also lays a bit of groundwork for better reply rendering | |||||
* | Enable link handling | Nicolas Werner | 2019-11-23 | 4 | -18/+39 | |
| | ||||||
* | Make user clickable and improve button cursor look | Nicolas Werner | 2019-11-23 | 3 | -39/+52 | |
| | ||||||
* | Improve avatar look and layouting | Nicolas Werner | 2019-11-23 | 4 | -5/+10 | |
| | | | | Thanks to red_sky for the feedback! | |||||
* | Remove unused import | Nicolas Werner | 2019-11-23 | 1 | -1/+0 | |
| | ||||||
* | break height binding loop | Nicolas Werner | 2019-11-23 | 1 | -1/+1 | |
| | ||||||
* | Organize qml files a bit | Nicolas Werner | 2019-11-23 | 10 | -34/+26 | |
| | ||||||
* | Incubate delegates asynchronously | Nicolas Werner | 2019-11-23 | 1 | -1/+1 | |
| | ||||||
* | Small fixes to delegate chooser implementation | Nicolas Werner | 2019-11-23 | 2 | -3/+10 | |
| | ||||||
* | Use a basic implementation of a DelegateChooser for compat with older Qt | Nicolas Werner | 2019-11-23 | 2 | -45/+53 | |
| | | | | | 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 | 2 | -10/+23 | |
| | ||||||
* | 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 | |
| | ||||||
* | Size images/videos by timeline width | Nicolas Werner | 2019-11-23 | 2 | -9/+22 | |
| | ||||||
* | Misc layout fixes | Nicolas Werner | 2019-11-23 | 2 | -0/+6 | |
| | ||||||
* | Try out DelegateChooser | Nicolas Werner | 2019-11-23 | 8 | -157/+188 | |
| | | | | requires Qt5.12+ | |||||
* | Disable autoplayback again | Nicolas Werner | 2019-11-23 | 2 | -1/+1 | |
| | ||||||
* | Lower requirement on QtQuick.Layouts version | Nicolas Werner | 2019-11-23 | 3 | -3/+3 | |
| | ||||||
* | Use QtQuick.Controls compatible with Qt 5.8 | Nicolas Werner | 2019-11-23 | 6 | -6/+6 | |
| | ||||||
* | Enable Sticker and Emote messages | Nicolas Werner | 2019-11-23 | 2 | -1/+6 | |
| | ||||||
* | Add basic video messages | Nicolas Werner | 2019-11-23 | 2 | -2/+14 | |
| | | | | Size is fixed for now, otherwise the Video output ends up somewhere... | |||||
* | Add progress bar to audio messages | Nicolas Werner | 2019-11-23 | 1 | -68/+110 | |
| | ||||||
* | Add simple audio message widget | Nicolas Werner | 2019-11-23 | 3 | -19/+118 | |
| | ||||||
* | File messages (qml) | Nicolas Werner | 2019-11-23 | 2 | -0/+58 | |
| | ||||||
* | Reenable redactions | Nicolas Werner | 2019-11-23 | 1 | -0/+1 | |
| | ||||||
* | Restore saving of media | Nicolas Werner | 2019-11-23 | 2 | -5/+10 | |
| | ||||||
* | Reenable ImageOverlay | Nicolas Werner | 2019-11-23 | 1 | -0/+6 | |
| | ||||||
* | Add lock to encrypted messages | Nicolas Werner | 2019-11-23 | 2 | -0/+36 | |
| | ||||||
* | Make avatar in timeline smaller | Nicolas Werner | 2019-11-23 | 1 | -3/+5 | |
| | ||||||
* | Fix read indicator | Nicolas Werner | 2019-11-23 | 1 | -2/+2 | |
| | ||||||
* | 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 | 2 | -0/+49 | |
| | ||||||
* | Implement basic placeholder and disable unimplemented event types | Nicolas Werner | 2019-11-23 | 2 | -12/+22 | |
| | ||||||
* | 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 | 2 | -1/+17 | |
| | ||||||
* | Reenable view raw message | Nicolas Werner | 2019-11-23 | 1 | -2/+1 | |
| | ||||||
* | Implement basic ImageMessages in qml timeline | Nicolas Werner | 2019-11-23 | 2 | -1/+19 | |
| | | | | | 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 | 2 | -2/+48 | |
| | ||||||
* | 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 | 3 | -4/+36 | |
| | ||||||
* | Implement TextMessage delegate | Nicolas Werner | 2019-11-23 | 2 | -8/+49 | |
| | | | | 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 | |