summary refs log tree commit diff
path: root/resources/qml/TopBar.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Show widgets as linksNicolas Werner2022-02-041-2/+38
|
* Fix list items being hoverable through between settings and new room buttonsNicolas Werner2022-01-301-218/+224
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Multiply source size by scale factorNicolas Werner2021-12-131-2/+3
| | | | Might be unnecessary, but docs are unclear on that.
* Fix broken top bar clicks without pinsNicolas Werner2021-12-111-7/+7
|
* Change width of pinned message boxNicolas Werner2021-12-111-1/+1
|
* Support pinned messagesNicolas Werner2021-12-111-11/+126
| | | | fixes #519
* Fix mouse cursor on top barNicolas Werner2021-11-191-0/+5
|
* Use filled shields everywhere and distinguish different states moreNicolas Werner2021-11-171-0/+2
|
* Switch icon theme to Fluent iconsLoren Burkholder2021-11-171-2/+2
|
* Improve the layout and behaviour of topbar slightlyNicolas Werner2021-11-111-11/+32
|
* Fix incorrect pluralization of "rooms"Eldred Habert2021-10-191-1/+1
|
* Use correct form of roomIdLoren Burkholder2021-09-111-6/+9
|
* Use more descriptive property nameLoren Burkholder2021-09-111-1/+1
|
* Use better id loading methodologyLoren Burkholder2021-09-111-1/+2
|
* Get direct chat jdenticons to line upLoren Burkholder2021-09-111-0/+1
|
* Show verification status in memberlistNicolas Werner2021-08-131-1/+1
|
* Show if there are unverified devices in a roomNicolas Werner2021-08-131-1/+25
| | | | | Also fixes some issues where nested transactions will poison the verification cache.
* Move various room auxiliary functions to TimelineManagerLoren Burkholder2021-07-211-5/+5
|
* Finish converting function to propertyLoren Burkholder2021-07-201-1/+1
|
* Simplify room details accessLoren Burkholder2021-07-201-2/+2
| | | | This removes the redundant room name property
* make lintLoren Burkholder2021-07-201-13/+1
|
* QML the invite dialogLoren Burkholder2021-07-201-1/+13
| | | | This also adds a property `roomId` to TimelineModel.
* QML the room member listLoren Burkholder2021-07-201-1/+1
|
* Fix high CPU usage when a room is openNicolas Werner2021-07-101-2/+2
|
* Redesign invites and room preview joinsNicolas Werner2021-07-091-8/+16
|
* Implement switching in narrow modeNicolas Werner2021-06-081-2/+4
|
* Move currentRoom/timeline handling to roomlistNicolas Werner2021-05-281-8/+6
|
* Basic header and footer of room listNicolas Werner2021-05-151-2/+2
|
* Move global avatarSize propertyNicolas Werner2021-05-131-4/+4
|
* Make palette global in QmlNicolas Werner2021-05-131-2/+2
|
* Only show actions, when you have permissions to do themNicolas Werner2021-05-021-0/+1
|
* Clean up design a bitNicolas Werner2021-04-271-2/+2
|
* Escape html in topics and show line breaks in the settingsNicolas Werner2021-04-191-1/+2
|
* Fix some TapHandler focus issuesNicolas Werner2021-04-111-3/+6
|
* Fix room settings opening twice on room titleNicolas Werner2021-03-191-4/+0
|
* Use native menusNicolas Werner2021-03-141-14/+13
|
* 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
|
* added room topicJedi182021-02-131-1/+1
|
* added changing of name through edit modal, removed old roomsettingsJedi182021-02-121-2/+2
|
* Revert "Update QtQuick versions to match Qt 5.10"Nicolas Werner2021-01-121-2/+2
| | | | This reverts commit 74e32dd96b8ed04d46802226551e72b68ab17e48.
* Update QtQuick versions to match Qt 5.10Joseph Donofry2021-01-111-2/+2
|
* Clean up Avatar click event handlingJoseph Donofry2021-01-111-6/+1
|
* Don't overflow room nameNicolas Werner2020-12-131-0/+2
|
* Make back button bigger as it is hard to tap with your thumbNicolas Werner2020-10-281-0/+2
|
* Split up TimelineView into separate componentsNicolas Werner2020-10-261-0/+127