summary refs log tree commit diff
path: root/resources/res.qrc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use cleaned up logoNicolas Werner2020-01-311-0/+1
|
* Simplify reply popup logicNicolas Werner2020-01-281-0/+1
|
* Remove embedded fontsNicolas Werner2020-01-161-7/+0
|
* Show encryption enabled and use a non zero size for zero size videNicolas Werner2019-11-231-1/+1
|
* Enable link handlingNicolas Werner2019-11-231-0/+1
|
* Make user clickable and improve button cursor lookNicolas Werner2019-11-231-0/+1
|
* Organize qml files a bitNicolas Werner2019-11-231-2/+2
|
* Use a basic implementation of a DelegateChooser for compat with older QtNicolas Werner2019-11-231-0/+1
| | | | | The interface is taken from Qt/KDE, but the implementation is different, because the Qt implementation depends on some Qt internals.
* Misc layout fixesNicolas Werner2019-11-231-1/+1
|
* Try out DelegateChooserNicolas Werner2019-11-231-0/+1
| | | | requires Qt5.12+
* Add basic video messagesNicolas Werner2019-11-231-1/+1
| | | | Size is fixed for now, otherwise the Video output ends up somewhere...
* Add simple audio message widgetNicolas Werner2019-11-231-0/+1
|
* File messages (qml)Nicolas Werner2019-11-231-0/+1
|
* Add lock to encrypted messagesNicolas Werner2019-11-231-0/+1
|
* Add send/received indicatorNicolas Werner2019-11-231-0/+1
|
* Implement basic placeholder and disable unimplemented event typesNicolas Werner2019-11-231-0/+1
|
* Show redactions in qml timelineNicolas Werner2019-11-231-0/+1
|
* Implement basic ImageMessages in qml timelineNicolas Werner2019-11-231-0/+1
| | | | | I suck at sizing so the images in the message are currently hardcoded to 300 pixels in width...
* Implement avatars in qml timelineNicolas Werner2019-11-231-0/+1
|
* Use system colors for nowNicolas Werner2019-11-231-0/+1
|
* Implement TextMessage delegateNicolas Werner2019-11-231-0/+1
| | | | Text selection over multiple items doesn't work yet
* Replace timeline with empty qml viewNicolas Werner2019-11-231-0/+3
|
* Update Mentions UIJoseph Donofry2019-07-211-0/+1
| | | | | | | | Mentions are now an '@' icon in the upper right. UI Popup is now a smaller dialog. Still lots of work to be done here.
* Add reply and menu buttons to TimelineItemredsky172019-05-271-0/+2
|
* Revert "Remove built-in emoji picker"redsky172019-01-261-0/+23
| | | | This reverts commit 4b807229aa20d6f4891e35f08d489da427d3d0b6.
* Remove the bundled open sans fontKonstantinos Sideris2018-10-071-6/+0
|
* Remove built-in emoji pickerKonstantinos Sideris2018-10-071-17/+0
|
* Display tags as sorting items in the community panel (#401)Victor Berger2018-09-281-0/+7
|
* Refactor the room settings menu to look like the user profileKonstantinos Sideris2018-07-221-2/+6
|
* Create user profile modalKonstantinos Sideris2018-07-201-0/+9
|
* Mark own read messages with a double checkmark (#377)Konstantinos Sideris2018-07-171-0/+2
|
* Mark encrypted messages with a lock iconKonstantinos Sideris2018-07-011-0/+6
|
* Add menu to modify the name & topic of the roomKonstantinos Sideris2018-05-161-0/+1
| | | | fixes #235
* Fix UI inconsistencies between room list & communitiesKonstantinos Sideris2018-04-281-1/+1
| | | | | fixes #204 fixes #255
* Communities (#195)Max Sandholm2018-01-091-0/+1
|
* Add menu to invite usersKonstantinos Sideris2017-12-101-0/+2
|
* Add inline audio clip player (m.audio) (#143)Konstantinos Sideris2017-12-011-0/+4
|
* Add read support for m.file messages (#24)Konstantinos Sideris2017-11-281-0/+2
|
* Add dark themeKonstantinos Sideris2017-11-251-0/+1
|
* Use system color scheme (using a Qt stylesheet) #104Max Sandholm2017-11-161-3/+4
| | | | | | | The color scheme of nheko obeys the default color theme of Qt (i.e. the system theme). It uses a Qt stylesheet to accomplish this, which means replacing the color theme with a custom theme would only be a matter of writing a new style sheet and loading it into the app.
* Add scroll-down buttonKonstantinos Sideris2017-10-271-0/+2
|
* Fix icons for retina displaysKonstantinos Sideris2017-10-151-21/+40
|
* Improve login flow (#35)jansol2017-07-081-0/+1
| | | | | * Validate both inferred and explicitly entered server addresses by attempting to call the /versions endpoint * If the domain from the mxid fails validation, try prefixing it with 'matrix' * Only show server address field if address validation ultimately fails
* Add menu to toggle notificationsKonstantinos Sideris2017-05-311-0/+1
|
* Add full emoji supportKonstantinos Sideris2017-04-231-0/+11
|
* Add logo iconsKonstantinos Sideris2017-04-211-0/+10
|
* Add initial read-only emoji supportKonstantinos Sideris2017-04-191-10/+12
|
* Add logout buttonKonstantinos Sideris2017-04-091-0/+1
| | | | Logout from the current session and invalidate the current token
* Initial commitKonstantinos Sideris2017-04-061-0/+27