Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make a few headers forward declarations | Nicolas Werner | 2024-03-16 | 1 | -26/+3 |
| | |||||
* | Multiple changes | NepNep21 | 2023-12-17 | 1 | -0/+2 |
| | | | | | | | | More consistent language with similar description strings Add manpage entry Add /unignore Add ignore & decline button in the invite page Add invite rejection to all ignore methods | ||||
* | Move to automatic type registration | Nicolas Werner | 2023-06-19 | 1 | -0/+26 |
| | |||||
* | Add inviter to the invite reason | Nicolas Werner | 2023-06-10 | 1 | -0/+6 |
| | | | | fixes #622 | ||||
* | Alphabetical ordering option | Sateallia | 2023-04-14 | 1 | -0/+1 |
| | |||||
* | Check isPreviewFetched property for hints | LcsTen | 2023-03-18 | 1 | -1/+3 |
| | |||||
* | 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/ | ||||
* | Automatically fetch keys for undecrypted messages after verification | Nicolas Werner | 2023-02-18 | 1 | -0/+2 |
| | | | | | | | | Also fix rerendering edited messages after keys are received. fixes #1375 fixes #770 fixes #888 | ||||
* | Navigate to space when room is selected | Nicolas Werner | 2023-01-07 | 1 | -0/+1 |
| | | | | fixes #1260 | ||||
* | A whole new year full of excitement and possibilities! | Nicolas Werner | 2023-01-02 | 1 | -0/+1 |
| | |||||
* | Show invite reason in the UI (hidden by default) | Nicolas Werner | 2022-12-27 | 1 | -1/+3 |
| | |||||
* | Mark classes as final where possible | Nicolas Werner | 2022-10-10 | 1 | -2/+2 |
| | |||||
* | cppcheck stuff (#1200) | Loren Burkholder | 2022-10-03 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | * cppcheck stuff * Update src/ui/RoomSettings.cpp Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> * Update src/ui/RoomSettings.cpp Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> * Fix linting Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> | ||||
* | Line to indicate first unread message (#1147) | Hiers | 2022-09-11 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. | ||||
* | Make notification count calculation more efficient | Nicolas Werner | 2022-07-16 | 1 | -6/+2 |
| | |||||
* | Add copy link to room context menu (#1101) | brausepulver | 2022-06-23 | 1 | -0/+1 |
| | |||||
* | Fix header order... | Nicolas Werner | 2022-05-07 | 1 | -1/+1 |
| | |||||
* | Fix potential crash when opening separate rooms | Nicolas Werner | 2022-05-07 | 1 | -1/+4 |
| | |||||
* | Add basic support for multiple windows | Nicolas Werner | 2022-05-06 | 1 | -0/+5 |
| | |||||
* | Add D-Bus API (#916) | Loren Burkholder | 2022-04-14 | 1 | -0/+9 |
| | | | | This adds functionality for viewing joined rooms and activating rooms. | ||||
* | Add reasons to everything | Nicolas Werner | 2022-03-30 | 1 | -2/+2 |
| | | | | fixes #1030 | ||||
* | Fetch previews for space children using /hierarchy | Nicolas Werner | 2022-02-02 | 1 | -1/+2 |
| | |||||
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 1 | -0/+1 |
| | |||||
* | Reserve size of some containers we are filling | Nicolas Werner | 2021-12-29 | 1 | -1/+2 |
| | |||||
* | Reduce allocations using QStringLiteral | Nicolas Werner | 2021-12-29 | 1 | -5/+5 |
| | |||||
* | make lint | Loren Burkholder | 2021-12-13 | 1 | -1/+4 |
| | |||||
* | Make opening room members from rooms settings dialog work | Loren Burkholder | 2021-12-13 | 1 | -0/+1 |
| | |||||
* | Add a filter for direct chats | Nicolas Werner | 2021-11-20 | 1 | -1/+9 |
| | | | | fixes #317 | ||||
* | Change indentation to 4 spaces | Nicolas Werner | 2021-09-18 | 1 | -157/+153 |
| | |||||
* | Merge pull request #721 from symphorien/hotlist | DeepBlueV7.X | 2021-09-14 | 1 | -0/+1 |
|\ | | | | | Implement a binding to go to a room with unread messages | ||||
| * | add Alt+A keybinding to switch to next room with unread messages | Guillaume Girol | 2021-09-14 | 1 | -0/+1 |
| | | |||||
* | | 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/+1 |
| | | |||||
* | | Get direct chat jdenticons to line up | Loren Burkholder | 2021-09-11 | 1 | -0/+2 |
|/ | |||||
* | Redesign invites and room preview joins | Nicolas Werner | 2021-07-09 | 1 | -0/+38 |
| | |||||
* | Show previews for space rooms | Nicolas Werner | 2021-07-04 | 1 | -0/+5 |
| | |||||
* | Fix hiding rooms from a space | Nicolas Werner | 2021-06-25 | 1 | -0/+1 |
| | |||||
* | Allow filtering by space | Nicolas Werner | 2021-06-25 | 1 | -0/+3 |
| | |||||
* | Reenable tag hiding | Nicolas Werner | 2021-06-11 | 1 | -0/+3 |
| | |||||
* | Enable toggling tags | Nicolas Werner | 2021-06-11 | 1 | -0/+23 |
| | |||||
* | Basic community list model | Nicolas Werner | 2021-06-09 | 1 | -1/+0 |
| | |||||
* | Implement switching in narrow mode | Nicolas Werner | 2021-06-08 | 1 | -2/+10 |
| | |||||
* | Delete old room list | Nicolas Werner | 2021-05-28 | 1 | -0/+3 |
| | |||||
* | Move currentRoom/timeline handling to roomlist | Nicolas Werner | 2021-05-28 | 1 | -1/+15 |
| | |||||
* | Reimplement room context menus | Nicolas Werner | 2021-05-28 | 1 | -0/+6 |
| | |||||
* | Reenable invites | Nicolas Werner | 2021-05-24 | 1 | -1/+7 |
| | |||||
* | Sort the room list | Nicolas Werner | 2021-05-22 | 1 | -0/+26 |
| | |||||
* | Make roomlist look nice | Nicolas Werner | 2021-05-21 | 1 | -1/+19 |
| | |||||
* | Some basic room list | Nicolas Werner | 2021-05-19 | 1 | -0/+58 |