summary refs log tree commit diff
path: root/resources/qml/CommunitiesList.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Try to improve the native menu situation on Qt 6.8Nicolas Werner2024-11-171-0/+7
|
* Fix menu positionsNicolas Werner2024-10-081-4/+5
|
* Get rid of platform dialogs/menus now that Qt6.8 supports native menus ↵Nicolas Werner2024-10-081-4/+3
| | | | | | | without them This will look bad on some platforms and older versions for now, but should fix a lot of crashes and we can report the rest as bugs.
* Fix default insets on Qt6.7 in room and communities listNicolas Werner2024-09-091-0/+5
|
* More qml cleanupsNicolas Werner2023-10-261-17/+16
|
* prevent overscroll in roomlist and communities listNicolas Werner2023-10-231-5/+6
|
* Small qml fixesNicolas Werner2023-10-181-3/+3
|
* Make settings combobox width dependent on contentNicolas Werner2023-06-081-3/+2
| | | | fixes #1164
* Fix communites sidebar colorNicolas Werner2023-06-081-3/+5
|
* Fix request for empty imageNicolas Werner2023-06-081-1/+3
|
* Format qmlNicolas Werner2023-06-081-91/+81
|
* Get rid of scrollhelperNicolas Werner2023-06-081-6/+0
|
* Fix palette access and QMediaPlayer errorsNicolas Werner2023-06-081-15/+15
|
* Get rid of year in license headersNicolas Werner2023-02-211-3/+1
| | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/
* Explicitly set parent for scrollbars to prevent them from showing on some ↵Nicolas Werner2023-02-161-3/+3
| | | | platforms
* Make scrollbars optional and disabled by defaultNicolas Werner2023-02-141-1/+6
| | | | Also add them to the communities sidebar
* Fix some leftover menus from #1319q234rty2023-02-011-0/+8
|
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
|
* Replace some user visible mentions of spacesNicolas Werner2022-10-011-2/+2
|
* Make notification count calculation more efficientNicolas Werner2022-07-161-35/+25
|
* Simplify space notification optionsLoren Burkholder2022-06-291-34/+2
|
* Allow muting spaces; other general improvementsLoren Burkholder2022-06-291-5/+28
|
* Add space notification configurationLoren Burkholder2022-06-291-2/+25
|
* Make the notification bubble its own componentLoren Burkholder2022-06-291-79/+43
|
* Add loud notifications for spacesLoren Burkholder2022-06-291-4/+4
|
* Display unread notifications for spacesLoren Burkholder2022-06-291-0/+70
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Use the styles default delay for tooltipsNicolas Werner2021-12-311-0/+2
| | | | | | | This makes them less annoying when scrolling or accessing the popup menu. See also #860
* Don't waste space for non existing subspacesNicolas Werner2021-12-011-1/+1
|
* Don't pad, just fillNicolas Werner2021-12-011-1/+2
|
* Leaves can't collapseNicolas Werner2021-12-011-2/+2
|
* Hide me underneath the space treeNicolas Werner2021-12-011-3/+26
|
* Format qmlNicolas Werner2021-11-111-7/+6
|
* Use ItemDelegate for CommunitiesListNicolas Werner2021-11-031-23/+22
|
* Use correct form of roomIdLoren Burkholder2021-09-111-1/+1
|
* Finish getting all avatars jdenticonifiedLoren Burkholder2021-09-111-0/+1
|
* Try to be compatible with Qt 5.12Nicolas Werner2021-06-131-3/+3
|
* Reenable tag hidingNicolas Werner2021-06-111-5/+5
|
* Enable toggling tagsNicolas Werner2021-06-111-8/+17
|
* Render community itemsNicolas Werner2021-06-111-0/+151