Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix window placement on wayland and add close buttons | Nicolas Werner | 2021-08-04 | 1 | -1/+1 |
| | | | | | | We explicitly set a parent. We can't assign to ApplicationWindow.transientParent though, only to Window.transientParent, so we just call setTransientParent in C++. | ||||
* | Fix annoying touch overlap in room list | Nicolas Werner | 2021-07-31 | 1 | -2/+2 |
| | |||||
* | Fix incorrect function name | Loren Burkholder | 2021-07-29 | 1 | -1/+1 |
| | |||||
* | Port to explicit connect syntax | Nicolas Werner | 2021-07-27 | 1 | -7/+19 |
| | | | | Also fix a lot of warnings. | ||||
* | make lint | Loren Burkholder | 2021-07-22 | 1 | -0/+1 |
| | |||||
* | Pad the loading spinner | Loren Burkholder | 2021-07-21 | 1 | -4/+14 |
| | |||||
* | Explicitly reload data in delegates, if related events got loaded | Nicolas Werner | 2021-07-20 | 1 | -0/+2 |
| | |||||
* | Fix reaction button again | Nicolas Werner | 2021-07-19 | 1 | -1/+1 |
| | |||||
* | Basic sticker support | Nicolas Werner | 2021-07-19 | 1 | -3/+7 |
| | |||||
* | Fix a few missing properties | Nicolas Werner | 2021-07-12 | 1 | -0/+6 |
| | |||||
* | Prepare for reuseItems in timeline | Nicolas Werner | 2021-07-12 | 1 | -27/+87 |
| | | | | The actual reuseItems is still blocked on a few upstream bugs. | ||||
* | Fix high CPU usage when a room is open | Nicolas Werner | 2021-07-10 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into nheko_loading_spinner | Joseph Donofry | 2021-07-08 | 1 | -12/+12 |
|\ | |||||
| * | Merge branch 'master' into qml-roomlist | Nicolas Werner | 2021-06-12 | 1 | -12/+12 |
| |\ | |||||
* | | | Add nheko logo spinner to relevant places in UI | Joseph Donofry | 2021-06-09 | 1 | -4/+5 |
|/ / | |||||
* | | Move currentRoom/timeline handling to roomlist | Nicolas Werner | 2021-05-28 | 1 | -1/+139 |
| | | |||||
* | | Move global avatarSize property | Nicolas Werner | 2021-05-13 | 1 | -3/+3 |
| | | |||||
* | | Make palette global in Qml | Nicolas Werner | 2021-05-13 | 1 | -9/+9 |
|/ | |||||
* | Only show actions, when you have permissions to do them | Nicolas Werner | 2021-05-02 | 1 | -1/+3 |
| | |||||
* | Allow copying messages via right click | Nicolas Werner | 2021-04-29 | 1 | -1/+1 |
| | | | | fixes #291 | ||||
* | Copy address location | Nicolas Werner | 2021-04-29 | 1 | -1/+1 |
| | | | | fixes #463 | ||||
* | Highlight navigated to message | Nicolas Werner | 2021-04-29 | 1 | -0/+49 |
| | |||||
* | Add Alt-F to forward messages | Nicolas Werner | 2021-04-27 | 1 | -1/+13 |
| | |||||
* | Update translations | Nicolas Werner | 2021-04-17 | 1 | -1/+1 |
| | |||||
* | Fix some TapHandler focus issues | Nicolas Werner | 2021-04-11 | 1 | -1/+0 |
| | |||||
* | Disable horizontal scrollbar in timeline | Nicolas Werner | 2021-03-26 | 1 | -0/+2 |
| | | | | fixes #530 | ||||
* | Fix emoji picker appearing in wrong locations | Nicolas Werner | 2021-03-23 | 1 | -1/+0 |
| | |||||
* | Use readonly properties where possible | Nicolas Werner | 2021-03-14 | 1 | -1/+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 | -3/+13 |
| | | | | fixes #507 | ||||
* | Merge pull request #506 from Nheko-Reborn/timeline-buttons | DeepBlueV7.X | 2021-03-06 | 1 | -0/+108 |
|\ | | | | | Use overlay buttons for message actions | ||||
| * | Fix janky hoverhandling for text messages | Nicolas Werner | 2021-03-05 | 1 | -1/+1 |
| | | | | | | | | Add a 1px border to get more hover enter events... | ||||
| * | Use overlay buttons for message actions | Nicolas Werner | 2021-03-04 | 1 | -0/+108 |
| | | |||||
* | | Update license headers | Nicolas Werner | 2021-03-05 | 1 | -0/+4 |
|/ | |||||
* | Avoid some duplicate property queries | Nicolas Werner | 2021-03-03 | 1 | -1/+1 |
| | |||||
* | Fix miscalculation of padding in timeline | Nicolas Werner | 2021-02-20 | 1 | -1/+1 |
| | |||||
* | Fix hover handling in the timeline | Nicolas Werner | 2021-02-14 | 1 | -5/+8 |
| | |||||
* | Improve scroll to message a bit by using a ScrollView | Nicolas Werner | 2021-02-13 | 1 | -166/+168 |
| | |||||
* | Mark messages as read, when Nheko gets focused | Nicolas Werner | 2021-02-13 | 1 | -1/+14 |
| | | | | fixes #235 | ||||
* | Fix cancel edit order on Escape key | Nicolas Werner | 2021-02-10 | 1 | -3/+3 |
| | |||||
* | Fix messages sometimes not being rendered, when they are too large | Nicolas Werner | 2021-02-10 | 1 | -1/+0 |
| | |||||
* | Try to avoid QTBUG-89568 | Nicolas Werner | 2021-02-10 | 1 | -1/+1 |
| | |||||
* | Fix UI allowing edits of foreign messages in some cases | Nicolas Werner | 2021-02-10 | 1 | -1/+3 |
| | |||||
* | Add edit shortcuts and fix some focus stuff | Nicolas Werner | 2021-02-09 | 1 | -1/+11 |
| | |||||
* | make lint | trilene | 2021-02-07 | 1 | -2/+3 |
| | |||||
* | add error message and update avatars on avatar change in timeline and user ↵ | Jedi18 | 2021-02-02 | 1 | -0/+8 |
| | | | | profile dialog | ||||
* | Simplify section handling a bit | Nicolas Werner | 2021-01-19 | 1 | -44/+24 |
| | |||||
* | Fix crash with ScrollView | Nicolas Werner | 2021-01-17 | 1 | -1/+2 |
| | |||||
* | Make read markers a bit less confusing | Nicolas Werner | 2021-01-16 | 1 | -2/+2 |
| | |||||
* | Revert "Update QtQuick versions to match Qt 5.10" | Nicolas Werner | 2021-01-12 | 1 | -3/+3 |
| | | | | This reverts commit 74e32dd96b8ed04d46802226551e72b68ab17e48. | ||||
* | Update QtQuick versions to match Qt 5.10 | Joseph Donofry | 2021-01-11 | 1 | -3/+3 |
| | |||||
* | Clean up Avatar click event handling | Joseph Donofry | 2021-01-11 | 1 | -8/+8 |
| | |||||
* | Fix user status that got lost at some point | Nicolas Werner | 2021-01-04 | 1 | -0/+9 |
| | |||||
* | Fix some issues with completer | Nicolas Werner | 2020-11-25 | 1 | -1/+0 |
| | |||||
* | Disable scroll helper on mobile | Nicolas Werner | 2020-11-25 | 1 | -0/+1 |
| | |||||
* | Add some padding between scrollbar and messages | Nicolas Werner | 2020-11-21 | 1 | -1/+1 |
| | |||||
* | Make compatible with qt 5.12 | kamathmanu | 2020-11-14 | 1 | -3/+3 |
| | |||||
* | Split up TimelineView into separate components | Nicolas Werner | 2020-10-26 | 1 | -0/+202 |