Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Port to explicit connect syntax | Nicolas Werner | 2021-07-27 | 1 | -2/+2 |
| | | | | Also fix a lot of warnings. | ||||
* | Basic sticker support | Nicolas Werner | 2021-07-19 | 1 | -4/+4 |
| | |||||
* | Add workaround for TextEdit not rerendering after image loaded | Nicolas Werner | 2021-07-15 | 1 | -0/+5 |
| | | | | fixes #541 | ||||
* | Fix clicking links in mobile mode | Nicolas Werner | 2021-06-25 | 1 | -1/+2 |
| | | | | fixes #617 | ||||
* | Move openLink to Nheko globals | Nicolas Werner | 2021-05-13 | 1 | -1/+1 |
| | |||||
* | Make palette global in Qml | Nicolas Werner | 2021-05-13 | 1 | -1/+1 |
| | |||||
* | Highlight navigated to message | Nicolas Werner | 2021-04-29 | 1 | -1/+1 |
| | |||||
* | Rewrite matrix.to links to matrix uris and handle them the same way | Nicolas Werner | 2021-04-28 | 1 | -13/+1 |
| | |||||
* | Fix conflict between qmlformat and license check | Nicolas Werner | 2021-03-07 | 1 | -0/+1 |
| | |||||
* | Show mxid on hovering username | Nicolas Werner | 2021-03-07 | 1 | -1/+0 |
| | | | | fixes #507 | ||||
* | Update license headers | Nicolas Werner | 2021-03-05 | 1 | -0/+4 |
| | |||||
* | Fix hover handling in the timeline | Nicolas Werner | 2021-02-14 | 1 | -5/+3 |
| | |||||
* | Revert "Update QtQuick versions to match Qt 5.10" | Nicolas Werner | 2021-01-12 | 1 | -1/+1 |
| | | | | This reverts commit 74e32dd96b8ed04d46802226551e72b68ab17e48. | ||||
* | Update QtQuick versions to match Qt 5.10 | Joseph Donofry | 2021-01-11 | 1 | -1/+1 |
| | |||||
* | Fix input focus when pressing reply button | Nicolas Werner | 2020-11-25 | 1 | -0/+1 |
| | |||||
* | Add mobile mode which improves scrolling | Nicolas Werner | 2020-10-24 | 1 | -1/+1 |
| | |||||
* | Fix copying text | Nicolas Werner | 2020-10-24 | 1 | -2/+0 |
| | |||||
* | Lint qml with qml-format | Nicolas Werner | 2020-10-08 | 1 | -27/+29 |
| | |||||
* | Fix Wrong Emojis Issue in Room Verification | Chethan2k1 | 2020-09-04 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' into device-verification | CH Chethan Reddy | 2020-08-30 | 1 | -3/+3 |
|\ | |||||
| * | Merge remote-tracking branch 'origin/master' into new-event-store | Nicolas Werner | 2020-08-17 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt io.github.NhekoReborn.Nheko.json src/Cache.cpp src/timeline/TimelineModel.cpp src/timeline/TimelineModel.h src/timeline/TimelineViewManager.cpp | ||||
| | * | Open url using QDesktopServices from Qml | Nicolas Werner | 2020-07-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | This fixes some weirdness on some platforms, where Qt.openUrlExternally does weird stuff. | ||||
| * | | Further tweak text element | Nicolas Werner | 2020-08-06 | 1 | -2/+2 |
| | | | |||||
* | | | Fix presence indicator | Nicolas Werner | 2020-07-30 | 1 | -2/+4 |
|/ / | |||||
* | | Make long press menu actually work | Nicolas Werner | 2020-07-26 | 1 | -1/+2 |
| | | |||||
* | | Optimize scrolling a little bit | Nicolas Werner | 2020-07-25 | 1 | -3/+0 |
| | | |||||
* | | Fix binding loop and non integer text height | Nicolas Werner | 2020-07-25 | 1 | -0/+3 |
|/ | |||||
* | Revert change from TextEdit to TextArea | Nicolas Werner | 2020-02-27 | 1 | -5/+2 |
| | | | | | | It made some messages unreadabe. We loose proper highlight colors, but we will have to do for now, until I can figure out, why the TextArea doesn't work. | ||||
* | Improve link theming | Nicolas Werner | 2020-02-27 | 1 | -2/+5 |
| | |||||
* | Don't let click on reply steal focus from the replied to elements | Nicolas Werner | 2020-02-26 | 1 | -1/+2 |
| | |||||
* | Speed up timeline by using global ToolTip and Menu | Nicolas Werner | 2020-02-02 | 1 | -5/+3 |
| | |||||
* | Fix links opening user dialog and in browser | Nicolas Werner | 2019-11-23 | 1 | -2/+2 |
| | |||||
* | Enable link handling | Nicolas Werner | 2019-11-23 | 1 | -0/+33 |