Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Small qml fixes | Nicolas Werner | 2023-10-18 | 1 | -3/+0 |
| | |||||
* | Merge branch 'delegate-rework' | Nicolas Werner | 2023-10-10 | 1 | -15/+15 |
|\ | |||||
| * | Reimplement reply delegate by moving out the timeline event without layout | Nicolas Werner | 2023-08-25 | 1 | -12/+11 |
| | | |||||
| * | Working text messages in delegate rework | Nicolas Werner | 2023-08-25 | 1 | -16/+16 |
| | | |||||
* | | Fix reply text color | Loren Burkholder | 2023-10-02 | 1 | -1/+3 |
| | | |||||
* | | Qt 6.4 properly supports scrolling text with touch | Loren Burkholder | 2023-09-30 | 1 | -4/+3 |
|/ | |||||
* | More linter fixes | Nicolas Werner | 2023-06-19 | 1 | -1/+0 |
| | |||||
* | Temporarily revert TextArea change until I find a proper fix for the binding ↵ | Nicolas Werner | 2023-06-19 | 1 | -13/+13 |
| | | | | loop | ||||
* | Move to automatic type registration | Nicolas Werner | 2023-06-19 | 1 | -1/+1 |
| | |||||
* | Use TextArea for message text | Nicolas Werner | 2023-06-10 | 1 | -1/+16 |
| | | | | | | | Allows double click with the middle mouse button to reply and fixed the theming. fixes #1462 | ||||
* | Format qml | Nicolas Werner | 2023-06-08 | 1 | -9/+9 |
| | |||||
* | Fix palette access and QMediaPlayer errors | Nicolas Werner | 2023-06-08 | 1 | -1/+1 |
| | |||||
* | Get rid of year in license headers | Nicolas Werner | 2023-02-21 | 1 | -3/+1 |
| | | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/ | ||||
* | A whole new year full of excitement and possibilities! | Nicolas Werner | 2023-01-02 | 1 | -0/+1 |
| | |||||
* | Revert "Disable keyboard selection for text by default" | Nicolas Werner | 2022-12-13 | 1 | -2/+0 |
| | | | | This reverts commit 0035c359ce97bf5975e19fd519f5852a40967bd7. | ||||
* | Disable keyboard selection for text by default | Nicolas Werner | 2022-12-13 | 1 | -0/+2 |
| | |||||
* | Add member list and settings buttons to spaces (#1051) | Loren Burkholder | 2022-04-22 | 1 | -0/+4 |
| | | | | | | | * Add member list and settings buttons to spaces * Un-buttonify the member list button * Properly button settings *and* members | ||||
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 1 | -0/+1 |
| | |||||
* | Use the styles default delay for tooltips | Nicolas Werner | 2021-12-31 | 1 | -1/+3 |
| | | | | | | | This makes them less annoying when scrolling or accessing the popup menu. See also #860 | ||||
* | 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 |