summary refs log tree commit diff
path: root/resources/qml/Root.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a reduced motion optionNicolas Werner2023-02-061-0/+57
| | | | fixes #1350
* add user search to invite dialog (#1253)Malte E2023-01-311-1/+9
|
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
|
* Merge pull request #1202 from Nheko-Reborn/grammarDeepBlueV7.X2022-10-031-1/+1
|\ | | | | Grammar
| * Various grammar fixes (mostly removing commas)Loren Burkholder2022-09-301-1/+1
| |
* | Fix wrong file urlsNicolas Werner2022-10-011-3/+3
| |
* | Load components on demandNicolas Werner2022-10-011-167/+26
|/
* Allow editing permissions in spaces recursivelyNicolas Werner2022-09-281-0/+16
|
* Rework how access rules for rooms are modified completelyNicolas Werner2022-09-191-0/+16
|
* Show a room preview in the join confirmation dialogNicolas Werner2022-08-051-0/+14
| | | | | | Requires MSC3266 Fixes #1129
* Allow editing aliasesNicolas Werner2022-07-081-6/+21
|
* Fix crash when closing room directory windowNicolas Werner2022-07-011-0/+4
|
* Add basic powerlevel editorNicolas Werner2022-05-271-0/+16
|
* More image dialog fixesNicolas Werner2022-05-101-1/+2
|
* Rework focus handlingNicolas Werner2022-05-071-2/+0
|
* Add basic support for multiple windowsNicolas Werner2022-05-061-0/+2
|
* Remove boundary handling in image overlayNicolas Werner2022-04-101-1/+3
| | | | They hurt more than they are helping
* Add reasons to everythingNicolas Werner2022-03-301-2/+3
| | | | fixes #1030
* Don't destroy components in useNicolas Werner2022-03-101-3/+3
| | | | | | | | Add a delay to all destructions and move the call dialog stuff up a level, so that we don't destroy the component when destroying the parent dialog. fixes #984
* Fix server switching to https after bootstrapNicolas Werner2022-03-071-1/+2
| | | | fixes #878
* Fix a few small completer glitchesNicolas Werner2022-03-011-1/+5
|
* Fix mobile call screenNicolas Werner2022-02-251-1/+1
| | | | See #469
* Don't leak dialogsNicolas Werner2022-02-211-0/+23
| | | | | | It seems that you need to manually destroy created objects... Great... fixes #898
* Reimplement error notificationsNicolas Werner2022-01-301-0/+7
|
* keep the RegisterPage nameNicolas Werner2022-01-291-1/+1
| | | | So we don't have to retranslate.
* Port registration to QmlNicolas Werner2022-01-281-0/+7
|
* Functional login pageNicolas Werner2022-01-261-4/+23
|
* Initial qml root windowNicolas Werner2022-01-261-4/+19
|
* Move usersettings page to pages subdirNicolas Werner2022-01-121-0/+1
|
* Port usersettings to qmlNicolas Werner2022-01-091-1/+14
|
* Port image overlay to qmlNicolas Werner2022-01-021-0/+17
| | | | | | Allows you to zoom and pan now. relates to #647
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Add alternative shortcut to Alt-A for systems, where that is taken alreadyNicolas Werner2021-12-221-1/+3
|
* Only show room pack button, when you can actually create oneNicolas Werner2021-12-131-1/+2
|
* Use ItemDelegate in RoomList instead of a Rectangle with handlersNicolas Werner2021-11-031-4/+10
| | | | | fixes #683 relates to #571
* Fix registration on matrix.orgNicolas Werner2021-11-031-0/+62
| | | | | | | | This was a bit of a journey: https://github.com/matrix-org/matrix-doc/pull/3471 But it should work now and we now use the UIAHandler everywhere. fixes #670
* move device verification management to its own fileNicolas Werner2021-10-171-0/+4
|
* Use the same leave room dialog everywhereLoren Burkholder2021-10-111-0/+14
| | | | This ports the leave room dialog to QML, everywhere. There are now no differences between the various leave dialogs.
* Merge pull request #741 from LorenDB/qmlJoinRoomDlgDeepBlueV7.X2021-10-111-0/+12
|\ | | | | QML the join room dialog
| * QML the join room dialogLoren Burkholder2021-10-091-0/+12
| |
* | Merge pull request #755 from Nheko-Reborn/bootstrappingDeepBlueV7.X2021-10-091-0/+23
|\ \ | |/ |/| Support bootstrapping crosssigning
| * Support bootstrapping crosssigningNicolas Werner2021-10-091-0/+23
| | | | | | | | | | Showing the bootstrap state and showing there are unverified devices is still missing.
* | QML the logout dialogLoren Burkholder2021-10-051-0/+16
|/
* add Alt+A keybinding to switch to next room with unread messagesGuillaume Girol2021-09-141-0/+5
|
* Round images in the image providerNicolas Werner2021-08-141-1/+0
|
* Show verification status in memberlistNicolas Werner2021-08-131-2/+2
|
* Fix window placement on wayland and add close buttonsNicolas Werner2021-08-041-3/+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++.
* QML the raw message dialogLoren Burkholder2021-07-311-0/+8
|
* Move read receipts connection to allow for future pop-out room viewsLoren Burkholder2021-07-301-12/+0
|
* Don't switch room that read receipt-related stuff is opened inLoren Burkholder2021-07-291-2/+3
|
* QML the read receipts listLoren Burkholder2021-07-291-0/+19
| | | | There are probably a few things wrong with this, but I'm going to call it good enough for an initial commit
* Port to explicit connect syntaxNicolas Werner2021-07-271-20/+23
| | | | Also fix a lot of warnings.
* Add menu to enable or disable stickers globallyNicolas Werner2021-07-231-0/+15
|
* Move various room auxiliary functions to TimelineManagerLoren Burkholder2021-07-211-1/+1
|
* Add property for plain room nameLoren Burkholder2021-07-201-1/+1
|
* make lintLoren Burkholder2021-07-201-2/+0
|
* Consolidate connectionsLoren Burkholder2021-07-201-6/+0
|
* make lintLoren Burkholder2021-07-201-0/+3
|
* Actually set invitees propertyLoren Burkholder2021-07-201-1/+2
|
* Fix up componentsLoren Burkholder2021-07-201-21/+28
|
* make lintLoren Burkholder2021-07-201-0/+38
|
* Try to be compatible with Qt 5.12Nicolas Werner2021-06-131-1/+1
|
* Refactor to use Instantiator instead of doing it manuallyNicolas Werner2021-05-301-2/+3
|
* Delete old room listNicolas Werner2021-05-281-0/+9
|
* Move currentRoom/timeline handling to roomlistNicolas Werner2021-05-281-147/+0
|
* Reorganize TimelineView to prepare porting the room listNicolas Werner2021-05-141-0/+260