summary refs log tree commit diff
path: root/src/ui (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-30Install libevent dev dependency for appimageNicolas Werner1-1/+1
2021-06-30Ignore return value of write() in signal handlerNicolas Werner1-2/+2
2021-06-30Add libevent in flatpakNicolas Werner1-10/+15
2021-06-30Get rid of boost dependency for stacktracesNicolas Werner4-7/+48
2021-06-30Update mtxclient and add coeurl to flatpakNicolas Werner2-12/+8
2021-06-30Add curl deps to CINicolas Werner3-9/+16
2021-06-30Fix too many newlines in reply fallbackNicolas Werner1-1/+1
2021-06-30Fix error message for /syncNicolas Werner1-1/+1
2021-06-30Use coeurl for networkingNicolas Werner6-67/+97
2021-06-26Fix tags going missing if you join communitiesNicolas Werner1-1/+1
2021-06-25Try to fix appveyorNicolas Werner1-2/+2
2021-06-25Apply suggestions from code reviewStuart Mumford1-1/+1
2021-06-25Update src/timeline/TimelineModel.cppStuart Mumford1-1/+1
2021-06-25Add another regex to match inline img tags using single quotesStuart Mumford1-0/+4
2021-06-25fix sort by unread not getting persistedNicolas Werner1-0/+1
2021-06-25Fix clicking links in mobile modeNicolas Werner1-1/+2
2021-06-25Increase contrast of dark theme secondary colors slightlyNicolas Werner1-1/+1
2021-06-25Don't use a thin font in the room listNicolas Werner1-2/+0
2021-06-25Fix spaces showing up with world filterNicolas Werner1-25/+44
2021-06-25Don't spam key requests directly after startupNicolas Werner3-0/+23
2021-06-25Fix missing back button on spaces page in narrow mode as well as topic not re...Nicolas Werner1-4/+17
2021-06-25Fix null warning for space avatarsNicolas Werner1-1/+1
2021-06-25Add a basic 'Space page'Nicolas Werner7-3/+83
2021-06-25Fix off by 1 in previousRoom conditionNicolas Werner1-1/+1
2021-06-25Hide last message on spacesNicolas Werner1-1/+3
2021-06-25Hide spaces by default, unless they are in the current space filterNicolas Werner4-7/+59
2021-06-25Fix hiding rooms from a spaceNicolas Werner3-13/+50
2021-06-25Update mtxclient for spacesNicolas Werner2-2/+2
2021-06-25Allow filtering by spaceNicolas Werner5-14/+70
2021-06-25update SingleApplicationNicolas Werner30-64/+1051
2021-06-25Show some spaces in the community sidebarNicolas Werner6-106/+341
2021-06-19fixup! Allow editing unsent messagesAlexander Bantyev2-1/+7
2021-06-19fixup! Allow editing unsent messagesAlexander Bantyev1-0/+1
2021-06-19add avatar changed event support issue #550BShipman1-0/+8
2021-06-18fixup! Allow editing unsent messagesAlexander Bantyev2-7/+21
2021-06-18Allow editing unsent messagesAlexander Bantyev4-7/+67
2021-06-15Translated using Weblate (Esperanto)Weblate1-5/+5
2021-06-16Fix missing clang format in lint jobNicolas Werner1-1/+1
2021-06-15Translated using Weblate (Esperanto)Weblate1-7/+7
2021-06-14Fix wrong tags in context menuNicolas Werner2-1/+11
2021-06-14Fix copy and paste fail for low prio avatarNicolas Werner1-1/+1
2021-06-14Change collapse positionNicolas Werner1-2/+2
2021-06-14Update libolmNicolas Werner2-3/+3
2021-06-12Translated using Weblate (Italian)Weblate1-41/+42
2021-06-12Translated using Weblate (Esperanto)Weblate1-2/+2
2021-06-13Fix button spacingLoren Burkholder2-3/+4
2021-06-13Layout 1.15 -> 1.12Nicolas Werner2-2/+2
2021-06-13Try to be compatible with Qt 5.12Nicolas Werner10-20/+28
2021-06-12Don't read avatarUrl from local profile, if no global avatar is setNicolas Werner3-11/+12
2021-06-12Persist sidebar sizesNicolas Werner4-6/+62
2021-06-11Remove useless captureNicolas Werner1-12/+11
2021-06-11Fix PrivacyScreen for qml-roomlistJoseph Donofry1-1/+1
2021-06-11Reenable tag hidingNicolas Werner6-22/+94
2021-06-11Enable toggling tagsNicolas Werner8-15/+73
2021-06-11Render community itemsNicolas Werner9-14/+180
2021-06-09Translated using Weblate (Esperanto)Weblate1-140/+157
2021-06-09Basic community list modelNicolas Werner8-29/+234
2021-06-08Translated using Weblate (Esperanto)Weblate1-45/+47
2021-06-08Avoid unnecessary QColor -> QString conversionsJoseph Donofry3-8/+6
2021-06-08Implement switching in narrow modeNicolas Werner8-77/+109
2021-06-08Somewhat reenable the adaptive layoutNicolas Werner5-19/+200
2021-06-08Fix html in completerNicolas Werner1-0/+3
2021-06-08Add ugly borders to tablesNicolas Werner1-1/+18
2021-06-07Translated using Weblate (Esperanto)Weblate1-8/+8
2021-06-07Translated using Weblate (Italian)Weblate1-61/+61
2021-06-06Translated using Weblate (Esperanto)Weblate1-30/+30
2021-06-05Translated using Weblate (Esperanto)Weblate1-4/+4
2021-06-04Translated using Weblate (Esperanto)Weblate1-2/+2
2021-06-04Translated using Weblate (Esperanto)Weblate1-7/+7
2021-06-04Translated using Weblate (Esperanto)Weblate1-2/+2
2021-06-04Translated using Weblate (Esperanto)Weblate1-25/+25
2021-06-03Translated using Weblate (Portuguese (Brazil))Weblate1-36/+36
2021-06-03Do a .well-known lookup during registrationCallum Brown2-30/+109
2021-06-03Give registration server input its own error labelCallum Brown2-1/+10
2021-05-30Refactor to use Instantiator instead of doing it manuallyNicolas Werner3-44/+26
2021-05-30Port remaining sidebar actions to qmlNicolas Werner10-677/+50
2021-05-30Try to get rid of an allocationNicolas Werner3-11/+9
2021-05-30Optimize completion model by only splitting on normal spacesNicolas Werner1-3/+3
2021-05-30Fix use after free from Qml widgetNicolas Werner3-3/+13
2021-05-29Fix notifications in narrow view when content is hiddenpcworld2-4/+7
2021-05-28Fix warningNicolas Werner1-1/+1
2021-05-28Delete old room listNicolas Werner23-3082/+76
2021-05-28Move currentRoom/timeline handling to roomlistNicolas Werner30-346/+350
2021-05-28Reimplement room context menusNicolas Werner6-34/+232
2021-05-25Translated using Weblate (German)Weblate1-12/+12
2021-05-24Translated using Weblate (Spanish)Weblate1-5/+5
2021-05-24Added mnemonic letters to context menu.AppAraat1-12/+12
2021-05-24Reenable invitesNicolas Werner14-51/+260
2021-05-23Use a few more dbus name in flatpakNicolas Werner1-1/+3
2021-05-22Reenable userInfo settings menuNicolas Werner4-7/+82
2021-05-22Fix device list not showing up and UserProfile blocking the window