summary refs log tree commit diff
path: root/resources/qml/RoomList.qml (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't leak dialogsNicolas Werner2022-02-211-0/+3
* 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
* 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
* 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
* 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
* 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
* Merge pull request #659 from kamathmanu/nhekoRoomDirectoryDeepBlueV7.X2021-08-171-0/+11
|\
| * 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 serv...kamathmanu2021-08-071-0/+12
* | | Show if there are unverified devices in a roomNicolas Werner2021-08-131-0/+1
* | | 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
* 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