summary refs log tree commit diff
path: root/resources/qml/RoomSettings.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize all the dialogs into the dialogs folderLoren Burkholder2021-09-291-304/+0
|
* Fix a few jdenticon bugsJoseph Donofry2021-09-141-1/+1
|
* Finish getting all avatars jdenticonifiedLoren Burkholder2021-09-111-0/+1
|
* Add Qt.WindowTitleHint to qml dialogsJoseph Donofry2021-08-191-1/+1
|
* Allow accepting knocks in the timelineNicolas Werner2021-08-171-1/+10
| | | | As well as selecting more join rules.
* increase settings window sizeNicolas Werner2021-08-081-2/+2
|
* Basic sticker pack editorNicolas Werner2021-08-061-2/+2
|
* Fix window placement on wayland and add close buttonsNicolas Werner2021-08-041-4/+3
| | | | | | We explicitly set a parent. We can't assign to ApplicationWindow.transientParent though, only to Window.transientParent, so we just call setTransientParent in C++.
* Merge master and fix conflictsJoe2021-07-241-9/+30
|\
| * Add menu to enable or disable stickers globallyNicolas Werner2021-07-231-0/+11
| |
| * Show confirmation dialog when leaving a room via the context menuNicolas Werner2021-07-221-1/+1
| |
| * Move various room auxiliary functions to TimelineManagerLoren Burkholder2021-07-211-1/+1
| |
| * Open room members when member info label clickedLoren Burkholder2021-07-211-1/+11
| |
| * Don't hardcode fontsLoren Burkholder2021-07-201-3/+3
| | | | | | | | Fix hardcoded fonts (again)
| * Use standard buttons for OK buttonLoren Burkholder2021-07-201-4/+4
| |
* | Remove 'respond to key requests' functionalityJoseph Donofry2021-07-151-17/+0
|/
* Redesign invites and room preview joinsNicolas Werner2021-07-091-2/+4
|
* Fixes from code reviewJoseph Donofry2021-07-081-6/+0
|
* Add nheko logo spinner to relevant places in UIJoseph Donofry2021-06-091-2/+10
|
* Fix device list not showing up and UserProfile blocking the windowNicolas Werner2021-05-221-2/+2
|
* Move openLink to Nheko globalsNicolas Werner2021-05-131-1/+1
|
* Make palette global in QmlNicolas Werner2021-05-131-3/+3
|
* Set a title for the room settingsNicolas Werner2021-04-171-0/+1
|
* Update translationsNicolas Werner2021-04-171-1/+0
|
* Set Dialog flag on DialogsNicolas Werner2021-04-151-0/+1
| | | | Relates to #538
* Use qsTr() for stringsLoren Burkholder2021-03-311-12/+12
|
* Fix conflict between qmlformat and license checkNicolas Werner2021-03-071-0/+1
|
* Show mxid on hovering usernameNicolas Werner2021-03-071-1/+0
| | | | fixes #507
* Update license headersNicolas Werner2021-03-051-0/+4
|
* Fix avatar fallback in roomsNicolas Werner2021-03-031-0/+1
|
* Fix qml formattingNicolas Werner2021-02-231-9/+9
|
* Linkify topic in room settings and use non-deprecated MessageDialogNicolas Werner2021-02-221-9/+15
|
* Fix miscalculation of padding in timelineNicolas Werner2021-02-201-32/+36
|
* fixed roomsettings spacing and toggle button right align bugJedi182021-02-161-2/+15
|
* change togglebutton size, set textarea color to colors.textJedi182021-02-161-1/+2
|
* Replace rowlayouts with gridlayout and fix room settings initializer listJedi182021-02-141-36/+25
|
* added togglebutton stylingJedi182021-02-131-3/+2
|
* fix roomsetting layoutJedi182021-02-131-31/+17
|
* added room topicJedi182021-02-131-4/+33
|
* added changing of name through edit modal, removed old roomsettingsJedi182021-02-121-4/+5
|
* shifted room avatar changingJedi182021-02-111-3/+44
|
* added roomversion, roomid etcJedi182021-02-111-5/+4
|
* added notifications and encryption for the new roomsettingsJedi182021-02-111-1/+57
|
* ui almost looks the same, midway between transition from old room settings ↵Jedi182021-02-101-1/+1
| | | | to new room settings
* added room settings qmlJedi182021-02-091-0/+157