Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Show widgets as links | Nicolas Werner | 2022-02-04 | 1 | -2/+38 |
| | |||||
* | Fix list items being hoverable through between settings and new room buttons | Nicolas Werner | 2022-01-30 | 1 | -218/+224 |
| | |||||
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 1 | -0/+1 |
| | |||||
* | Multiply source size by scale factor | Nicolas Werner | 2021-12-13 | 1 | -2/+3 |
| | | | | Might be unnecessary, but docs are unclear on that. | ||||
* | Fix broken top bar clicks without pins | Nicolas Werner | 2021-12-11 | 1 | -7/+7 |
| | |||||
* | Change width of pinned message box | Nicolas Werner | 2021-12-11 | 1 | -1/+1 |
| | |||||
* | Support pinned messages | Nicolas Werner | 2021-12-11 | 1 | -11/+126 |
| | | | | fixes #519 | ||||
* | Fix mouse cursor on top bar | Nicolas Werner | 2021-11-19 | 1 | -0/+5 |
| | |||||
* | Use filled shields everywhere and distinguish different states more | Nicolas Werner | 2021-11-17 | 1 | -0/+2 |
| | |||||
* | Switch icon theme to Fluent icons | Loren Burkholder | 2021-11-17 | 1 | -2/+2 |
| | |||||
* | Improve the layout and behaviour of topbar slightly | Nicolas Werner | 2021-11-11 | 1 | -11/+32 |
| | |||||
* | Fix incorrect pluralization of "rooms" | Eldred Habert | 2021-10-19 | 1 | -1/+1 |
| | |||||
* | Use correct form of roomId | Loren Burkholder | 2021-09-11 | 1 | -6/+9 |
| | |||||
* | Use more descriptive property name | Loren Burkholder | 2021-09-11 | 1 | -1/+1 |
| | |||||
* | Use better id loading methodology | Loren Burkholder | 2021-09-11 | 1 | -1/+2 |
| | |||||
* | Get direct chat jdenticons to line up | Loren Burkholder | 2021-09-11 | 1 | -0/+1 |
| | |||||
* | Show verification status in memberlist | Nicolas Werner | 2021-08-13 | 1 | -1/+1 |
| | |||||
* | Show if there are unverified devices in a room | Nicolas Werner | 2021-08-13 | 1 | -1/+25 |
| | | | | | Also fixes some issues where nested transactions will poison the verification cache. | ||||
* | Move various room auxiliary functions to TimelineManager | Loren Burkholder | 2021-07-21 | 1 | -5/+5 |
| | |||||
* | Finish converting function to property | Loren Burkholder | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Simplify room details access | Loren Burkholder | 2021-07-20 | 1 | -2/+2 |
| | | | | This removes the redundant room name property | ||||
* | make lint | Loren Burkholder | 2021-07-20 | 1 | -13/+1 |
| | |||||
* | QML the invite dialog | Loren Burkholder | 2021-07-20 | 1 | -1/+13 |
| | | | | This also adds a property `roomId` to TimelineModel. | ||||
* | QML the room member list | Loren Burkholder | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Fix high CPU usage when a room is open | Nicolas Werner | 2021-07-10 | 1 | -2/+2 |
| | |||||
* | Redesign invites and room preview joins | Nicolas Werner | 2021-07-09 | 1 | -8/+16 |
| | |||||
* | Implement switching in narrow mode | Nicolas Werner | 2021-06-08 | 1 | -2/+4 |
| | |||||
* | Move currentRoom/timeline handling to roomlist | Nicolas Werner | 2021-05-28 | 1 | -8/+6 |
| | |||||
* | Basic header and footer of room list | Nicolas Werner | 2021-05-15 | 1 | -2/+2 |
| | |||||
* | Move global avatarSize property | Nicolas Werner | 2021-05-13 | 1 | -4/+4 |
| | |||||
* | Make palette global in Qml | Nicolas Werner | 2021-05-13 | 1 | -2/+2 |
| | |||||
* | Only show actions, when you have permissions to do them | Nicolas Werner | 2021-05-02 | 1 | -0/+1 |
| | |||||
* | Clean up design a bit | Nicolas Werner | 2021-04-27 | 1 | -2/+2 |
| | |||||
* | Escape html in topics and show line breaks in the settings | Nicolas Werner | 2021-04-19 | 1 | -1/+2 |
| | |||||
* | Fix some TapHandler focus issues | Nicolas Werner | 2021-04-11 | 1 | -3/+6 |
| | |||||
* | Fix room settings opening twice on room title | Nicolas Werner | 2021-03-19 | 1 | -4/+0 |
| | |||||
* | Use native menus | Nicolas Werner | 2021-03-14 | 1 | -14/+13 |
| | |||||
* | 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 |
| | |||||
* | added room topic | Jedi18 | 2021-02-13 | 1 | -1/+1 |
| | |||||
* | added changing of name through edit modal, removed old roomsettings | Jedi18 | 2021-02-12 | 1 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | Clean up Avatar click event handling | Joseph Donofry | 2021-01-11 | 1 | -6/+1 |
| | |||||
* | Don't overflow room name | Nicolas Werner | 2020-12-13 | 1 | -0/+2 |
| | |||||
* | Make back button bigger as it is hard to tap with your thumb | Nicolas Werner | 2020-10-28 | 1 | -0/+2 |
| | |||||
* | Split up TimelineView into separate components | Nicolas Werner | 2020-10-26 | 1 | -0/+127 |