Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Line to indicate first unread message (#1147) | Hiers | 2022-09-11 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * First draft of unread line feature. * Minor visual fix. * Removed unnecessary ternary operator. * Extended unread line functionality to work on minimised window or focusing another window. * Fix for unread line not showing when last read message is hidden. * Minor performance improvement. Fix for misbehaving event2order DB at application start. * Fix for possible performance issues when user has joined a large number of rooms. * Fix for breaking macos and clazy builds. * Changed on windows focus function to refresh unread line if room is unread. * Unread line is removed when user sends a message. * Linting. * Fixed unread line to work in standalone room windows. * Switch isRoomUnread for index 0. * Merged try/catch blocks. * Fix for crash on opening a room invite. * Call fullyReadEventId function when used instead of storing it and passing it through. * Function that was meant to sync the unread line was relying on an async function, oops. * Linting again. * More linting... * Minor changes. | ||||
* | Allow creating spaces | Nicolas Werner | 2022-09-05 | 1 | -0/+9 |
| | |||||
* | Unset the transient parent on separate chat windows | Nicolas Werner | 2022-08-31 | 1 | -3/+5 |
| | | | | relates to #1168 | ||||
* | Support editing space children | Nicolas Werner | 2022-08-10 | 1 | -29/+49 |
| | |||||
* | Merge remote-tracking branch 'origin/perSpaceNotifs' into perSpaceNotifs | Nicolas Werner | 2022-07-14 | 1 | -59/+26 |
|\ | |||||
| * | Simplify space notification options | Loren Burkholder | 2022-06-29 | 1 | -2/+2 |
| | | |||||
| * | Add space notification configuration | Loren Burkholder | 2022-06-29 | 1 | -2/+2 |
| | | |||||
| * | Add space notifs to room list | Loren Burkholder | 2022-06-29 | 1 | -64/+18 |
| | | |||||
| * | Add space notifications to room list | Loren Burkholder | 2022-06-29 | 1 | -32/+48 |
| | | |||||
| * | Display unread notifications for spaces | Loren Burkholder | 2022-06-29 | 1 | -3/+0 |
| | | |||||
* | | Allow editing aliases | Nicolas Werner | 2022-07-08 | 1 | -1/+1 |
|/ | |||||
* | Add copy link to room context menu (#1101) | brausepulver | 2022-06-23 | 1 | -1/+6 |
| | |||||
* | Make PrivacyScreen work on Popped-out Rooms | Joseph Donofry | 2022-05-12 | 1 | -0/+9 |
| | |||||
* | Activate window that already has the room open if possible | Nicolas Werner | 2022-05-07 | 1 | -1/+1 |
| | |||||
* | Rework focus handling | Nicolas Werner | 2022-05-07 | 1 | -1/+2 |
| | |||||
* | Add basic support for multiple windows | Nicolas Werner | 2022-05-06 | 1 | -1/+48 |
| | |||||
* | initial direct chat creation dialog | Malte E | 2022-03-26 | 1 | -0/+16 |
| | |||||
* | CreateRoom dialog in QML | Malte E | 2022-03-25 | 1 | -1/+12 |
| | |||||
* | Fix a few alignment issues in the roomlist | Nicolas Werner | 2022-03-09 | 1 | -3/+4 |
| | |||||
* | Fix misalignment in room list tiles | Nicolas Werner | 2022-02-26 | 1 | -1/+5 |
| | |||||
* | Fix roomlist timestamp being off-screen (#966) | Malte E | 2022-02-25 | 1 | -10/+3 |
| | | | | | * fix timestamp disappearing off-screen * remove mobileMode dependency of ScrollHelper | ||||
* | Don't leak dialogs | Nicolas Werner | 2022-02-21 | 1 | -0/+3 |
| | | | | | | It seems that you need to manually destroy created objects... Great... fixes #898 | ||||
* | make search usable on mobile | Malte E | 2022-02-18 | 1 | -0/+18 |
| | |||||
* | Fix list items being hoverable through between settings and new room buttons | Nicolas Werner | 2022-01-30 | 1 | -14/+13 |
| | |||||
* | Port usersettings to qml | Nicolas Werner | 2022-01-09 | 1 | -1/+2 |
| | |||||
* | Simplify Ripple effect and make it easier to use everywhere | Nicolas Werner | 2022-01-02 | 1 | -0/+5 |
| | |||||
* | 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 | -0/+7 |
| | | | | | | | This makes them less annoying when scrolling or accessing the popup menu. See also #860 | ||||
* | Fix a small alignment issue of text in notification bubbles | Nicolas Werner | 2021-12-16 | 1 | -4/+4 |
| | |||||
* | Fix a few things | Loren Burkholder | 2021-12-15 | 1 | -14/+2 |
| | |||||
* | Make notification count bubbles expand some more | Loren Burkholder | 2021-12-15 | 1 | -11/+30 |
| | |||||
* | Navigate to subspaces by clicking on them | Nicolas Werner | 2021-12-02 | 1 | -0/+4 |
| | |||||
* | Don't add arbitrary padding | Loren Burkholder | 2021-11-16 | 1 | -2/+1 |
| | | | | This breaks the vertical-centeredness on the close button. | ||||
* | Switch icon theme to Fluent icons | Loren Burkholder | 2021-11-17 | 1 | -6/+6 |
| | |||||
* | Improve the layout and behaviour of topbar slightly | Nicolas Werner | 2021-11-11 | 1 | -0/+2 |
| | |||||
* | Use ItemDelegate in RoomList instead of a Rectangle with handlers | Nicolas Werner | 2021-11-03 | 1 | -42/+40 |
| | | | | | fixes #683 relates to #571 | ||||
* | Fix unjoinable invites on mobile as well as unclickable previews | Nicolas Werner | 2021-11-03 | 1 | -0/+1 |
| | |||||
* | Prompt user when there are unverified devices | Nicolas Werner | 2021-11-01 | 1 | -0/+80 |
| | |||||
* | Use the same leave room dialog everywhere | Loren Burkholder | 2021-10-11 | 1 | -11/+1 |
| | | | | This ports the leave room dialog to QML, everywhere. There are now no differences between the various leave dialogs. | ||||
* | Use more descriptive property name | Loren Burkholder | 2021-09-11 | 1 | -2/+2 |
| | |||||
* | Use better id loading methodology | Loren Burkholder | 2021-09-11 | 1 | -2/+3 |
| | |||||
* | Get direct chat jdenticons to line up | Loren Burkholder | 2021-09-11 | 1 | -0/+3 |
| | |||||
* | Allow accepting knocks in the timeline | Nicolas Werner | 2021-08-17 | 1 | -4/+5 |
| | | | | As well as selecting more join rules. | ||||
* | Merge pull request #659 from kamathmanu/nhekoRoomDirectory | DeepBlueV7.X | 2021-08-17 | 1 | -0/+11 |
|\ | | | | | Nheko room directory | ||||
| * | Fix nits from code review | kamathmanu | 2021-08-09 | 1 | -1/+0 |
| | | |||||
| * | Merge branch 'master' into nhekoRoomDirectory | kamathmanu | 2021-08-07 | 1 | -18/+26 |
| |\ | |||||
| * | | Room Directory UI for exploring and joining public rooms. V1: simplistic ↵ | kamathmanu | 2021-08-07 | 1 | -0/+12 |
| | | | | | | | | | | | | server + network facilities | ||||
* | | | Show if there are unverified devices in a room | Nicolas Werner | 2021-08-13 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | Also fixes some issues where nested transactions will poison the verification cache. | ||||
* | | | Remove warnings on closing room | Loren Burkholder | 2021-08-10 | 1 | -1/+2 |
| | | | |||||
* | | | Remove unnecessary debugging log | Loren Burkholder | 2021-08-10 | 1 | -1/+0 |
| | | | |||||
* | | | Close currently open room when it is tapped again | Loren Burkholder | 2021-08-09 | 1 | -1/+6 |
| |/ |/| | |||||
* | | Open profile when clicking avatar | Loren Burkholder | 2021-08-05 | 1 | -0/+1 |
| | | |||||
* | | Fix C&P error for DeviceType | Nicolas Werner | 2021-07-31 | 1 | -2/+2 |
| | | |||||
* | | Fix annoying touch overlap in room list | Nicolas Werner | 2021-07-31 | 1 | -18/+25 |
|/ | |||||
* | Port to explicit connect syntax | Nicolas Werner | 2021-07-27 | 1 | -3/+4 |
| | | | | Also fix a lot of warnings. | ||||
* | Show confirmation dialog when leaving a room via the context menu | Nicolas Werner | 2021-07-22 | 1 | -1/+11 |
| | |||||
* | Finish converting function to property | Loren Burkholder | 2021-07-20 | 1 | -2/+2 |
| | |||||
* | Fix borked property stuff | Loren Burkholder | 2021-07-20 | 1 | -2/+2 |
| | |||||
* | Use required properties and delegate pooling for room list | Nicolas Werner | 2021-07-10 | 1 | -25/+37 |
| | |||||
* | Redesign invites and room preview joins | Nicolas Werner | 2021-07-09 | 1 | -57/+3 |
| | |||||
* | Don't use a thin font in the room list | Nicolas Werner | 2021-06-25 | 1 | -2/+0 |
| | |||||
* | Add a basic 'Space page' | Nicolas Werner | 2021-06-25 | 1 | -1/+1 |
| | |||||
* | Hide last message on spaces | Nicolas Werner | 2021-06-25 | 1 | -1/+3 |
| | |||||
* | Fix wrong tags in context menu | Nicolas Werner | 2021-06-14 | 1 | -1/+1 |
| | |||||
* | Fix button spacing | Loren Burkholder | 2021-06-13 | 1 | -3/+3 |
| | |||||
* | Try to be compatible with Qt 5.12 | Nicolas Werner | 2021-06-13 | 1 | -3/+3 |
| | |||||
* | Don't read avatarUrl from local profile, if no global avatar is set | Nicolas Werner | 2021-06-12 | 1 | -5/+7 |
| | |||||
* | Render community items | Nicolas Werner | 2021-06-11 | 1 | -3/+3 |
| | |||||
* | Basic community list model | Nicolas Werner | 2021-06-09 | 1 | -4/+2 |
| | |||||
* | Implement switching in narrow mode | Nicolas Werner | 2021-06-08 | 1 | -8/+48 |
| | |||||
* | Somewhat reenable the adaptive layout | Nicolas Werner | 2021-06-08 | 1 | -0/+8 |
| | |||||
* | Refactor to use Instantiator instead of doing it manually | Nicolas Werner | 2021-05-30 | 1 | -41/+22 |
| | |||||
* | Port remaining sidebar actions to qml | Nicolas Werner | 2021-05-30 | 1 | -0/+19 |
| | |||||
* | Move currentRoom/timeline handling to roomlist | Nicolas Werner | 2021-05-28 | 1 | -6/+15 |
| | |||||
* | Reimplement room context menus | Nicolas Werner | 2021-05-28 | 1 | -33/+99 |
| | |||||
* | Reenable invites | Nicolas Werner | 2021-05-24 | 1 | -0/+56 |
| | |||||
* | Reenable userInfo settings menu | Nicolas Werner | 2021-05-22 | 1 | -7/+75 |
| | |||||
* | Fix device list not showing up and UserProfile blocking the window | Nicolas Werner | 2021-05-22 | 1 | -0/+10 |
| | |||||
* | Fix leaving rooms | Nicolas Werner | 2021-05-22 | 1 | -1/+1 |
| | |||||
* | Fix emoji in new RoomList | Nicolas Werner | 2021-05-22 | 1 | -0/+2 |
| | |||||
* | Sort the room list | Nicolas Werner | 2021-05-22 | 1 | -1/+1 |
| | |||||
* | Make roomlist look nice | Nicolas Werner | 2021-05-21 | 1 | -19/+80 |
| | |||||
* | Some basic room list | Nicolas Werner | 2021-05-19 | 1 | -35/+136 |
| | |||||
* | Basic header and footer of room list | Nicolas Werner | 2021-05-15 | 1 | -0/+183 |