Commit Graph

42 Commits

Author SHA1 Message Date
Joseph Donofry 9504d02f18 Add Qt.WindowTitleHint to qml dialogs 2021-08-19 10:55:54 -04:00
Nicolas Werner 5b460861b1
Allow accepting knocks in the timeline
As well as selecting more join rules.
2021-08-17 23:31:25 +02:00
Nicolas Werner d0947fd7c4
increase settings window size 2021-08-08 11:35:26 +02:00
Nicolas Werner a57a15a2e0
Basic sticker pack editor 2021-08-06 04:31:53 +02:00
Nicolas Werner 87e81498b7
Fix window placement on wayland and add close buttons
We explicitly set a parent. We can't assign to
ApplicationWindow.transientParent though, only to
Window.transientParent, so we just call setTransientParent in C++.
2021-08-04 02:27:50 +02:00
Joe 3f567a8da7 Merge master and fix conflicts 2021-07-24 18:26:25 -04:00
Nicolas Werner eafbab6ae1
Add menu to enable or disable stickers globally 2021-07-23 17:43:17 +02:00
Nicolas Werner 0ac550ecbb
Show confirmation dialog when leaving a room via the context menu 2021-07-22 15:07:33 +02:00
Loren Burkholder 44be4c1f4a Move various room auxiliary functions to TimelineManager 2021-07-21 18:56:20 -04:00
Loren Burkholder b17002929c Open room members when member info label clicked 2021-07-21 12:36:02 -04:00
Loren Burkholder fa06881c49 Don't hardcode fonts
Fix hardcoded fonts (again)
2021-07-20 21:48:07 -04:00
Loren Burkholder 182de32380 Use standard buttons for OK button 2021-07-20 21:47:32 -04:00
Joseph Donofry 19f2c02eda
Remove 'respond to key requests' functionality 2021-07-15 18:08:59 -04:00
Nicolas Werner 2f08f5181c
Redesign invites and room preview joins 2021-07-09 11:36:34 +02:00
Joseph Donofry 8871f7e9d8
Fixes from code review 2021-07-08 22:39:27 -04:00
Joseph Donofry 284ca27fdc
Add nheko logo spinner to relevant places in UI 2021-06-09 19:01:49 -04:00
Nicolas Werner f2bc184550
Fix device list not showing up and UserProfile blocking the window 2021-05-22 14:31:38 +02:00
Nicolas Werner 22afa122c4
Move openLink to Nheko globals 2021-05-13 08:53:56 +02:00
Nicolas Werner a7f8b23b52
Make palette global in Qml 2021-05-13 08:23:56 +02:00
Nicolas Werner 663c3b0014
Set a title for the room settings 2021-04-17 20:40:31 +02:00
Nicolas Werner fcda5ace6b
Update translations 2021-04-17 20:14:50 +02:00
Nicolas Werner 84b2cf08a1
Set Dialog flag on Dialogs
Relates to #538
2021-04-15 21:13:53 +02:00
Loren Burkholder 877685d66d Use qsTr() for strings 2021-03-31 17:07:07 -04:00
Nicolas Werner c03f716e8b
Fix conflict between qmlformat and license check 2021-03-07 05:57:56 +01:00
Nicolas Werner bb6ff8cec8
Show mxid on hovering username
fixes #507
2021-03-07 05:53:54 +01:00
Nicolas Werner a6f0d2ea7d
Update license headers 2021-03-05 01:04:07 +01:00
Nicolas Werner 3b4f8f2016
Fix avatar fallback in rooms 2021-03-03 17:54:00 +01:00
Nicolas Werner 7560972cac
Fix qml formatting 2021-02-23 05:24:34 +01:00
Nicolas Werner af9b66dd3e Linkify topic in room settings and use non-deprecated MessageDialog 2021-02-22 21:37:32 +01:00
Nicolas Werner 8351cc4180 Fix miscalculation of padding in timeline 2021-02-20 02:53:14 +01:00
Jedi18 f76f7b7f8a fixed roomsettings spacing and toggle button right align bug 2021-02-16 22:22:55 +05:30
Jedi18 8c4f0a070e change togglebutton size, set textarea color to colors.text 2021-02-16 11:52:03 +05:30
Jedi18 b5e351ab02 Replace rowlayouts with gridlayout and fix room settings initializer list 2021-02-14 11:26:10 +05:30
Jedi18 4996ae27a0 added togglebutton styling 2021-02-13 21:49:21 +05:30
Jedi18 6540352123 fix roomsetting layout 2021-02-13 20:46:40 +05:30
Jedi18 f3596aed55 added room topic 2021-02-13 19:08:52 +05:30
Jedi18 35aa0126ac added changing of name through edit modal, removed old roomsettings 2021-02-12 12:48:12 +05:30
Jedi18 a7d7d18e92 shifted room avatar changing 2021-02-11 23:39:11 +05:30
Jedi18 473b14ed0f added roomversion, roomid etc 2021-02-11 21:23:33 +05:30
Jedi18 7401bd13b2 added notifications and encryption for the new roomsettings 2021-02-11 19:54:09 +05:30
Jedi18 b70f37194f ui almost looks the same, midway between transition from old room settings to new room settings 2021-02-10 21:22:42 +05:30
Jedi18 37679ac57e added room settings qml 2021-02-09 23:11:39 +05:30