Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reimplement reply delegate by moving out the timeline event without layout | Nicolas Werner | 2023-08-25 | 1 | -1/+1 |
| | |||||
* | Use mipmap on custom reactions | Loren Burkholder | 2023-07-22 | 1 | -0/+1 |
| | |||||
* | Format qml | Nicolas Werner | 2023-06-08 | 1 | -41/+35 |
| | |||||
* | Fix palette access and QMediaPlayer errors | Nicolas Werner | 2023-06-08 | 1 | -7/+7 |
| | |||||
* | Render custom reactions | Nicolas Werner | 2023-05-27 | 1 | -6/+12 |
| | |||||
* | 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 |
| | |||||
* | Reactions: avoid highlight color misuse, subdue border color | Forest | 2022-08-19 | 1 | -9/+8 |
| | | | | | | | | | | | | | | | | | This addresses a few problems with reaction colors: - The state-checking conditionals for reaction text, background, and border were inconsistent, making it difficult to choose colors for each state (normal, hovered, and self reactions) that worked well in all themes. - The QPalette::Highlight color was being misused as a text/foreground color. This color role is intended for background areas. It has little contrast against the background in themes like KDE Plasma's Breeze High Contrast, so using it for text and icons makes those things difficult to read. https://doc.qt.io/qt-5/qpalette.html#ColorRole-enum - The reaction border was drawn in the same color as normal text, making it so bright in some dark themes that it distracted from reading nearby text. Fixes Nheko-Reborn/nheko#1159 | ||||
* | right-align reactions of right-aligned bubbles | Malte E | 2022-03-10 | 1 | -2/+0 |
| | |||||
* | Remove extra … from reaction text if it is already there | tastytea | 2022-03-09 | 1 | -1/+9 |
| | | | | | | elidedText should have … in it if the text doesn't fit, but it seems that it is omitted if the emoji font doesn't have it. 🙄 See <https://github.com/Nheko-Reborn/nheko/pull/982>. | ||||
* | Show long reaction text in tooltip | tastytea | 2022-03-09 | 1 | -1/+8 |
| | | | | If the reaction text is elided, it will be shown in the tooltip. | ||||
* | Strip variant selector in some cases | Nicolas Werner | 2022-01-01 | 1 | -2/+3 |
| | | | | | | fixes #439 Workaround for https://bugreports.qt.io/browse/QTBUG-97401 fixes #810 | ||||
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 1 | -0/+1 |
| | |||||
* | Move currentRoom/timeline handling to roomlist | Nicolas Werner | 2021-05-28 | 1 | -1/+1 |
| | |||||
* | Make palette global in Qml | Nicolas Werner | 2021-05-13 | 1 | -8/+8 |
| | |||||
* | 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 |
| | |||||
* | Revert "Update QtQuick versions to match Qt 5.10" | Nicolas Werner | 2021-01-12 | 1 | -2/+2 |
| | | | | This reverts commit 74e32dd96b8ed04d46802226551e72b68ab17e48. | ||||
* | Update QtQuick versions to match Qt 5.10 | Joseph Donofry | 2021-01-11 | 1 | -2/+2 |
| | |||||
* | Qml message input mockup | Nicolas Werner | 2020-10-26 | 1 | -1/+1 |
| | |||||
* | Lint qml with qml-format | Nicolas Werner | 2020-10-08 | 1 | -86/+87 |
| | |||||
* | Fix reactions | Nicolas Werner | 2020-09-03 | 1 | -3/+2 |
| | |||||
* | [WIP] Room-Verification Messages | CH Chethan Reddy | 2020-08-09 | 1 | -6/+1 |
| | |||||
* | Fix presence indicator | Nicolas Werner | 2020-07-30 | 1 | -3/+10 |
| | |||||
* | Fix reactions | Nicolas Werner | 2020-07-20 | 1 | -1/+1 |
| | |||||
* | Fix reaction display | Nicolas Werner | 2020-07-19 | 1 | -9/+9 |
| | |||||
* | Remove signals in favor of direct function calls | Joseph Donofry | 2020-06-09 | 1 | -4/+2 |
| | |||||
* | Fix UserSettings in QML | Joseph Donofry | 2020-06-09 | 1 | -2/+2 |
| | |||||
* | Merge master and fix conflicts | Joseph Donofry | 2020-06-09 | 1 | -2/+2 |
|\ | |||||
| * | Make settings update immediately in qml and allow limiting timeline width | Nicolas Werner | 2020-05-26 | 1 | -4/+4 |
| | | | | | | | | | | | | | | 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. | ||||
* | | Add reaction/redaction for in-line Reactions | Joseph Donofry | 2020-05-21 | 1 | -4/+24 |
| | | |||||
* | | Fix reactions binding loop | Nicolas Werner | 2020-05-16 | 1 | -3/+2 |
|/ | |||||
* | Reaction and Button layout fixes | Nicolas Werner | 2020-05-06 | 1 | -16/+20 |
| | |||||
* | Misc color fixes | Nicolas Werner | 2020-05-05 | 1 | -5/+5 |
| | |||||
* | Position reaction emoji and text on the same baseline | Nicolas Werner | 2020-05-04 | 1 | -0/+2 |
| | |||||
* | Basic, broken reaction display | Nicolas Werner | 2020-05-04 | 1 | -12/+8 |
| | |||||
* | Add placeholder for reactions | Nicolas Werner | 2020-05-04 | 1 | -0/+74 |