summary refs log tree commit diff
path: root/resources/qml/RoomList.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace some user visible mentions of spacesNicolas Werner2022-10-011-1/+1
|
* Line to indicate first unread message (#1147)Hiers2022-09-111-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 spacesNicolas Werner2022-09-051-0/+9
|
* Unset the transient parent on separate chat windowsNicolas Werner2022-08-311-3/+5
| | | | relates to #1168
* Support editing space childrenNicolas Werner2022-08-101-29/+49
|
* Merge remote-tracking branch 'origin/perSpaceNotifs' into perSpaceNotifsNicolas Werner2022-07-141-59/+26
|\
| * Simplify space notification optionsLoren Burkholder2022-06-291-2/+2
| |
| * Add space notification configurationLoren Burkholder2022-06-291-2/+2
| |
| * Add space notifs to room listLoren Burkholder2022-06-291-64/+18
| |
| * Add space notifications to room listLoren Burkholder2022-06-291-32/+48
| |
| * Display unread notifications for spacesLoren Burkholder2022-06-291-3/+0
| |
* | Allow editing aliasesNicolas Werner2022-07-081-1/+1
|/
* Add copy link to room context menu (#1101)brausepulver2022-06-231-1/+6
|
* Make PrivacyScreen work on Popped-out RoomsJoseph Donofry2022-05-121-0/+9
|
* Activate window that already has the room open if possibleNicolas Werner2022-05-071-1/+1
|
* Rework focus handlingNicolas Werner2022-05-071-1/+2
|
* Add basic support for multiple windowsNicolas Werner2022-05-061-1/+48
|
* initial direct chat creation dialogMalte E2022-03-261-0/+16
|
* CreateRoom dialog in QMLMalte E2022-03-251-1/+12
|
* Fix a few alignment issues in the roomlistNicolas Werner2022-03-091-3/+4
|
* Fix misalignment in room list tilesNicolas Werner2022-02-261-1/+5
|
* Fix roomlist timestamp being off-screen (#966)Malte E2022-02-251-10/+3
| | | | | * fix timestamp disappearing off-screen * remove mobileMode dependency of ScrollHelper
* Don't leak dialogsNicolas Werner2022-02-211-0/+3
| | | | | | It seems that you need to manually destroy created objects... Great... fixes #898
* make search usable on mobileMalte E2022-02-181-0/+18
|
* Fix list items being hoverable through between settings and new room buttonsNicolas Werner2022-01-301-14/+13
|
* Port usersettings to qmlNicolas Werner2022-01-091-1/+2
|
* Simplify Ripple effect and make it easier to use everywhereNicolas Werner2022-01-021-0/+5
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Use the styles default delay for tooltipsNicolas Werner2021-12-311-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 bubblesNicolas Werner2021-12-161-4/+4
|
* Fix a few thingsLoren Burkholder2021-12-151-14/+2
|
* Make notification count bubbles expand some moreLoren Burkholder2021-12-151-11/+30
|
* Navigate to subspaces by clicking on themNicolas Werner2021-12-021-0/+4
|
* Don't add arbitrary paddingLoren Burkholder2021-11-161-2/+1
| | | | This breaks the vertical-centeredness on the close button.
* Switch icon theme to Fluent iconsLoren Burkholder2021-11-171-6/+6
|
* Improve the layout and behaviour of topbar slightlyNicolas Werner2021-11-111-0/+2
|
* Use ItemDelegate in RoomList instead of a Rectangle with handlersNicolas Werner2021-11-031-42/+40
| | | | | fixes #683 relates to #571
* Fix unjoinable invites on mobile as well as unclickable previewsNicolas Werner2021-11-031-0/+1
|
* Prompt user when there are unverified devicesNicolas Werner2021-11-011-0/+80
|
* Use the same leave room dialog everywhereLoren Burkholder2021-10-111-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 nameLoren Burkholder2021-09-111-2/+2
|
* Use better id loading methodologyLoren Burkholder2021-09-111-2/+3
|
* Get direct chat jdenticons to line upLoren Burkholder2021-09-111-0/+3
|
* Allow accepting knocks in the timelineNicolas Werner2021-08-171-4/+5
| | | | As well as selecting more join rules.
* Merge pull request #659 from kamathmanu/nhekoRoomDirectoryDeepBlueV7.X2021-08-171-0/+11
|\ | | | | Nheko room directory
| * Fix nits from code reviewkamathmanu2021-08-091-1/+0
| |
| * Merge branch 'master' into nhekoRoomDirectorykamathmanu2021-08-071-18/+26
| |\
| * | Room Directory UI for exploring and joining public rooms. V1: simplistic ↵kamathmanu2021-08-071-0/+12
| | | | | | | | | | | | server + network facilities
* | | Show if there are unverified devices in a roomNicolas Werner2021-08-131-0/+1
| | | | | | | | | | | | | | | Also fixes some issues where nested transactions will poison the verification cache.
* | | Remove warnings on closing roomLoren Burkholder2021-08-101-1/+2
| | |
* | | Remove unnecessary debugging logLoren Burkholder2021-08-101-1/+0
| | |
* | | Close currently open room when it is tapped againLoren Burkholder2021-08-091-1/+6
| |/ |/|
* | Open profile when clicking avatarLoren Burkholder2021-08-051-0/+1
| |
* | Fix C&P error for DeviceTypeNicolas Werner2021-07-311-2/+2
| |
* | Fix annoying touch overlap in room listNicolas Werner2021-07-311-18/+25
|/
* Port to explicit connect syntaxNicolas Werner2021-07-271-3/+4
| | | | Also fix a lot of warnings.
* Show confirmation dialog when leaving a room via the context menuNicolas Werner2021-07-221-1/+11
|
* Finish converting function to propertyLoren Burkholder2021-07-201-2/+2
|
* Fix borked property stuffLoren Burkholder2021-07-201-2/+2
|
* Use required properties and delegate pooling for room listNicolas Werner2021-07-101-25/+37
|
* Redesign invites and room preview joinsNicolas Werner2021-07-091-57/+3
|
* Don't use a thin font in the room listNicolas Werner2021-06-251-2/+0
|
* Add a basic 'Space page'Nicolas Werner2021-06-251-1/+1
|
* Hide last message on spacesNicolas Werner2021-06-251-1/+3
|
* Fix wrong tags in context menuNicolas Werner2021-06-141-1/+1
|
* Fix button spacingLoren Burkholder2021-06-131-3/+3
|
* Try to be compatible with Qt 5.12Nicolas Werner2021-06-131-3/+3
|
* Don't read avatarUrl from local profile, if no global avatar is setNicolas Werner2021-06-121-5/+7
|
* Render community itemsNicolas Werner2021-06-111-3/+3
|
* Basic community list modelNicolas Werner2021-06-091-4/+2
|
* Implement switching in narrow modeNicolas Werner2021-06-081-8/+48
|
* Somewhat reenable the adaptive layoutNicolas Werner2021-06-081-0/+8
|
* Refactor to use Instantiator instead of doing it manuallyNicolas Werner2021-05-301-41/+22
|
* Port remaining sidebar actions to qmlNicolas Werner2021-05-301-0/+19
|
* Move currentRoom/timeline handling to roomlistNicolas Werner2021-05-281-6/+15
|
* Reimplement room context menusNicolas Werner2021-05-281-33/+99
|
* Reenable invitesNicolas Werner2021-05-241-0/+56
|
* Reenable userInfo settings menuNicolas Werner2021-05-221-7/+75
|
* Fix device list not showing up and UserProfile blocking the windowNicolas Werner2021-05-221-0/+10
|
* Fix leaving roomsNicolas Werner2021-05-221-1/+1
|
* Fix emoji in new RoomListNicolas Werner2021-05-221-0/+2
|
* Sort the room listNicolas Werner2021-05-221-1/+1
|
* Make roomlist look niceNicolas Werner2021-05-211-19/+80
|
* Some basic room listNicolas Werner2021-05-191-35/+136
|
* Basic header and footer of room listNicolas Werner2021-05-151-0/+183