summary refs log tree commit diff
path: root/resources (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make images always fit the timelineNicolas Werner2019-12-131-2/+7
|
* Update translationsNicolas Werner2019-12-119-9/+189
|
* Show topic and name changes in timelineNicolas Werner2019-12-102-1/+14
|
* Simplify scroll logicNicolas Werner2019-12-081-4/+0
|
* Change scroll behaviour of timelineNicolas Werner2019-12-081-1/+24
| | | | | | | This requires Qt 5.9 (to calculate overshoot). The default scroll behaviour of list views has far too much inertia. This should make scrolling feel more like scrolling the other scroll areas of nheko.
* Try to fix binding loop warningNicolas Werner2019-12-071-3/+4
|
* Update translationsNicolas Werner2019-12-059-492/+375
|
* Add encrypted file downloadNicolas Werner2019-12-034-5/+5
|
* Rename qml namespace from com.github.nheko to im.nhekoNicolas Werner2019-11-307-7/+7
|
* Show encryption enabled and use a non zero size for zero size videNicolas Werner2019-11-235-5/+12
|
* Wrap text in pre tagsNicolas Werner2019-11-231-1/+1
|
* Add loading spinner and restore message send queueNicolas Werner2019-11-231-5/+8
|
* Update translationsNicolas Werner2019-11-239-1009/+1702
|
* Fix links opening user dialog and in browserNicolas Werner2019-11-231-2/+2
|
* Fix infinite item instantiating loop by using height instead of contentHeightNicolas Werner2019-11-231-2/+3
|
* optionally use QQuickWidget and replace ColorOverlay -> colorImageProviderNicolas Werner2019-11-235-146/+128
|
* Make replies format nicerNicolas Werner2019-11-231-2/+13
| | | | Also lays a bit of groundwork for better reply rendering
* Enable link handlingNicolas Werner2019-11-235-18/+40
|
* Make user clickable and improve button cursor lookNicolas Werner2019-11-234-39/+53
|
* Improve avatar look and layoutingNicolas Werner2019-11-234-5/+10
| | | | Thanks to red_sky for the feedback!
* Remove unused importNicolas Werner2019-11-231-1/+0
|
* break height binding loopNicolas Werner2019-11-231-1/+1
|
* Organize qml files a bitNicolas Werner2019-11-2311-36/+28
|
* Incubate delegates asynchronouslyNicolas Werner2019-11-231-1/+1
|
* Small fixes to delegate chooser implementationNicolas Werner2019-11-232-3/+10
|
* Use a basic implementation of a DelegateChooser for compat with older QtNicolas Werner2019-11-233-45/+54
| | | | | The interface is taken from Qt/KDE, but the implementation is different, because the Qt implementation depends on some Qt internals.
* Add native themeing to QML (where possible)Nicolas Werner2019-11-232-10/+23
|
* Fix section layout issues and pagination issuesNicolas Werner2019-11-231-3/+2
| | | | | | | Pagination could get stuck, if the messages request failed. Section height seemes to have been calculated to late, which would make some section overlap the next message in some cases. Fix that by doing the height calculation manually.
* Load content if no scrollbar is neededNicolas Werner2019-11-231-0/+10
|
* Size images/videos by timeline widthNicolas Werner2019-11-232-9/+22
|
* Misc layout fixesNicolas Werner2019-11-233-1/+7
|
* Try out DelegateChooserNicolas Werner2019-11-239-157/+189
| | | | requires Qt5.12+
* Disable autoplayback againNicolas Werner2019-11-232-1/+1
|
* Lower requirement on QtQuick.Layouts versionNicolas Werner2019-11-233-3/+3
|
* Use QtQuick.Controls compatible with Qt 5.8Nicolas Werner2019-11-236-6/+6
|
* Enable Sticker and Emote messagesNicolas Werner2019-11-232-1/+6
|
* Add basic video messagesNicolas Werner2019-11-233-3/+15
| | | | Size is fixed for now, otherwise the Video output ends up somewhere...
* Add progress bar to audio messagesNicolas Werner2019-11-231-68/+110
|
* Add simple audio message widgetNicolas Werner2019-11-234-19/+119
|
* File messages (qml)Nicolas Werner2019-11-233-0/+59
|
* Reenable redactionsNicolas Werner2019-11-231-0/+1
|
* Restore saving of mediaNicolas Werner2019-11-232-5/+10
|
* Reenable ImageOverlayNicolas Werner2019-11-231-0/+6
|
* Add lock to encrypted messagesNicolas Werner2019-11-233-0/+37
|
* Make avatar in timeline smallerNicolas Werner2019-11-231-3/+5
|
* Fix read indicatorNicolas Werner2019-11-231-2/+2
|
* Enable read receipts action and sync read receipts from cacheNicolas Werner2019-11-231-0/+1
|
* Add send/received indicatorNicolas Werner2019-11-233-0/+50
|
* Implement basic placeholder and disable unimplemented event typesNicolas Werner2019-11-233-12/+23
|
* Implement simple scroll state handlingNicolas Werner2019-11-231-1/+46
|
* Implement replies in qml timelineNicolas Werner2019-11-231-0/+2
|
* Show redactions in qml timelineNicolas Werner2019-11-233-1/+18
|
* Reenable view raw messageNicolas Werner2019-11-231-2/+1
|
* Implement basic ImageMessages in qml timelineNicolas Werner2019-11-233-1/+20
| | | | | 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-233-2/+49
|
* Make reply and options buttons smallerNicolas Werner2019-11-231-6/+22
|
* Fix QML emojisNicolas Werner2019-11-231-1/+2
|
* Use system colors for nowNicolas Werner2019-11-234-4/+37
|
* Implement TextMessage delegateNicolas Werner2019-11-233-8/+50
| | | | Text selection over multiple items doesn't work yet
* Format date (close to) the old way in qml timelineNicolas Werner2019-11-231-1/+1
|
* Add avatar placeholder and scrollbar to qml timelineNicolas Werner2019-11-231-4/+30
|
* Add basic sections and button placeholders to qml timelineNicolas Werner2019-11-231-4/+86
|
* Implement loading of history, when timeline is displayedNicolas Werner2019-11-231-6/+0
|
* Add items to timlineNicolas Werner2019-11-231-5/+14
|
* Add placeholder timeline modelNicolas Werner2019-11-231-0/+11
|
* Replace timeline with empty qml viewNicolas Werner2019-11-232-0/+14
|
* Fix themeing issues on mentionsJoseph Donofry2019-08-293-0/+32
|
* Translated using Weblate (German)nheko rocks2019-08-011-12/+12
| | | | | | | Currently translated at 97.0% (191 of 197 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/de/
* Translated using Weblate (English)Joseph Donofry2019-07-281-2/+2
| | | | | | | Currently translated at 100.0% (197 of 197 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/en/
* Translated using Weblate (English)Joseph Donofry2019-07-281-9/+9
| | | | | | | Currently translated at 100.0% (195 of 195 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/en/
* Update mentions dialogJoseph Donofry2019-07-289-81/+198
| | | | | | | | Mentions are now separated into 'this room' and 'all rooms' tab., which allows the user to filter on the current room if they desire. Should add additional logic in the future to show which room the mention was in the for the 'all rooms' view.
* Update translation contextJoseph Donofry2019-07-289-315/+396
|
* Translated using Weblate (English)Joseph Donofry2019-07-281-12/+12
| | | | | | | Currently translated at 100.0% (195 of 195 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/en/
* Merge branch '0.7.0-dev' of ssh://github.com/Nheko-Reborn/nheko into 0.7.0-devJoseph Donofry2019-07-283-61/+65
|\
| * Translated using Weblate (Finnish)Tulir2019-07-281-20/+22
| | | | | | | | | | | | | | Currently translated at 97.3% (180 of 185 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/fi/
| * Translated using Weblate (German)philipp2019-07-281-1/+1
| | | | | | | | | | | | | | Currently translated at 97.8% (181 of 185 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/de/
| * Translated using Weblate (German)nheko rocks2019-07-281-22/+22
| | | | | | | | | | | | | | Currently translated at 97.8% (181 of 185 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/de/
| * Manually translate long source stringsNicolas Werner2019-07-281-2/+4
| |
| * Translated using Weblate (English)DeepBlueV7.X2019-07-281-16/+16
| | | | | | | | | | | | | | Currently translated at 98.9% (183 of 185 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/en/
* | Address 'sent' translation issueJoseph Donofry2019-07-289-12/+489
|/
* Merge branch '0.7.0-dev' of github.com:Nheko-Reborn/nheko into 0.7.0-devWeblate2019-07-289-398/+1056
|\ | | | | | | Fix merge conflicts with weblate translation files.
| * Add 'and' to typing displayNicolas Werner2019-07-289-81/+73
| |
| * media->file in error message, when image upload failsNicolas Werner2019-07-289-177/+42
| |
| * Add decryption error messages to translationsNicolas Werner2019-07-289-0/+270
| |
| * Fix newly added languages after timestamp localizationNicolas Werner2019-07-282-34/+93
| |
| * Try to localise timestampsNicolas Werner2019-07-288-169/+641
| | | | | | | | | | | | | | | | I'm not sure, if that is the right way, but Qt doesn't really have a way to format custom localised dates, so I tried to find the closest approximations to what we currently have. Relates to #69
* | Translated using Weblate (Finnish)Tulir2019-07-281-169/+171
| | | | | | | | | | | | | | Currently translated at 94.8% (165 of 174 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/fi/
* | Translated using Weblate (English)DeepBlueV7.X2019-07-281-116/+118
| | | | | | | | | | | | | | Currently translated at 96.6% (168 of 174 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/en/
* | Translated using Weblate (German)DeepBlueV7.X2019-07-281-3/+3
| | | | | | | | | | | | | | Currently translated at 93.1% (162 of 174 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/de/
* | Translated using Weblate (German)nheko rocks2019-07-281-80/+80
|/ | | | | | | Currently translated at 93.1% (162 of 174 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/de/
* Translated using Weblate (German)philipp2019-07-281-7/+7
| | | | | | | Currently translated at 37.4% (65 of 174 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/de/
* Added translation using Weblate (Finnish)Tulir2019-07-281-0/+1004
|
* Translated using Weblate (German)DeepBlueV7.X2019-07-271-2/+2
| | | | | | | Currently translated at 34.5% (60 of 174 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/de/
* Translated using Weblate (English)DeepBlueV7.X2019-07-271-46/+46
| | | | | | | Currently translated at 31.6% (55 of 174 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/en/
* Translated using Weblate (English)DeepBlueV7.X2019-07-271-3/+3
| | | | | | | Currently translated at 5.2% (9 of 174 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/en/
* Translated using Weblate (English)Joseph Donofry2019-07-271-1/+1
| | | | | | | Currently translated at 5.2% (9 of 174 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/en/
* Translated using Weblate (German)DeepBlueV7.X2019-07-271-8/+8
| | | | | | | Currently translated at 48.9% (85 of 174 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/de/
* Translated using Weblate (English)Joseph Donofry2019-07-271-6/+6
| | | | | | | Currently translated at 3.4% (6 of 174 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/en/
* Improve layout of Emoji PickerNicolas Werner2019-07-253-3/+27
| | | | | | | | Respect system styling Increase size of emojis (to remove empty space) Add hover effect (partially adresses #41) Less hardcoding of sizes Use emoji font (color)
* Update Mentions UIJoseph Donofry2019-07-212-0/+2
| | | | | | | | 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 User Mentions DialogJoseph Donofry2019-07-161-0/+29
| | | | | | | | | | | | Add a RoomListItem-like button that opens a dialog containing all of the messages that would result in a highlight from the server (for example, the user is mentioned, or @room is mentioned). This is VERY rudimentary and will be completely reworked in the future to take advantage of the existing TimelineView class, instead of using a dialog like it does now. The button to show the mentions also needs work.
* Show room version in settingsNicolas Werner2019-07-048-40/+144
|
* Support well-known for server discoveryNicolas Werner2019-06-278-688/+3064
|
* Add style for reply popup. Fix ALL of the linting issuesredsky172019-06-112-0/+8
|
* Merge in masterredsky172019-05-271-2/+27
|\
| * Update to v0.6.4Joseph Donofry2019-05-221-0/+1
| |
| * Update appdata.xmlJoseph Donofry2019-05-141-2/+26
| |
* | Add reply and menu buttons to TimelineItemredsky172019-05-272-0/+2
|/
* Updated Dutch translationHeimen Stoffels2019-02-201-69/+69
|
* Update nheko_de.tsmiocho2019-02-171-22/+22
|
* Release Nheko 0.6.3Joe2019-02-081-2/+3
| | | | | - Update version numbers and documentation - Fix github releases oauth key
* merge master and fix conflictsredsky172019-01-301-129/+461
|\
| * Update Russian translationArtem Polishchuk2019-01-241-129/+461
| |
* | Restore Emoji Picker, but remove forcing EmojiOneredsky172019-01-2611-0/+202
| | | | | | | | | | | | Restored the emoji picker, but it now falls back to the system instead of forcing Emoji One. The allows users to user the picker for convenience, but doesn't enforce the emoji style on them.
* | Revert "Remove built-in emoji picker"redsky172019-01-2620-0/+47
| | | | | | | | This reverts commit 4b807229aa20d6f4891e35f08d489da427d3d0b6.
* | Add unread notification color for user mentionedredsky172019-01-253-0/+3
| | | | | | | | | | | | When user is mentioned (via matrix 'highlight_count'), inactive rooms will use a different color for the notification circle than when only general unread messages exist.
* | Modified the code that generates user's colors so that it willredsky172019-01-183-0/+12
|/ | | | | | | | | | | | | work regardless of the theme choices the user makes. The code now incorporates the contrast between the background color and the color generated by the user_name when picking colors. It currently has two 'big' issues: 1. Colors are not cached. I am planning on adding a QHash for this a little later. This should improve performance by not calculating the color for the same users over and over and over again. 2. Theme changes do not trigger the colors to get refreshed. Currently, you will have to switch to a different room and back to get the colors to refresh.
* Add hover color for timestamp.redsky172019-01-123-0/+9
| | | | | Update dark and system themes to provide colors for the hover states for title, subtitle, and timestamp.
* Tweak some of the colors in the CSS rules for nheko.Joe Donofry2019-01-121-8/+10
| | | | Add room list hover title/subtitle color change support.
* v0.6.2Konstantinos Sideris2018-10-071-0/+1
|
* Remove the bundled open sans fontKonstantinos Sideris2018-10-0712-208/+0
|
* Remove built-in emoji pickerKonstantinos Sideris2018-10-0720-41/+0
|
* Display tags as sorting items in the community panel (#401)Victor Berger2018-09-287-0/+7
|
* v0.6.1Konstantinos Sideris2018-09-261-0/+1
|
* v0.6.0Konstantinos Sideris2018-09-211-0/+1
|
* Improvements on the system themeKonstantinos Sideris2018-09-193-83/+65
|
* create zh_CN translation (#442)Iru Cai (vimacs)2018-09-171-0/+915
|
* i18n: Update Polish translation (#430)Marcin Mikołajczak2018-09-071-13/+49
| | | Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
* Bump version to 0.5.5Konstantinos Sideris2018-09-011-0/+1
|
* Bump version to v0.5.4Konstantinos Sideris2018-08-211-0/+1
|
* i18n: Update Polish translation (#411)Marcin Mikołajczak2018-08-211-21/+71
| | | Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
* Bump version to 0.5.3Konstantinos Sideris2018-08-121-1/+2
|
* Add solid background in TypingDisplayKonstantinos Sideris2018-08-103-0/+3
|
* Update polish translation (#402)Marcin Mikołajczak2018-08-091-1/+1
|
* Import appdata file from flatpakKonstantinos Sideris2018-08-081-21/+23
|
* Remove hardcoded colors from the typing displayKonstantinos Sideris2018-08-083-0/+12
|
* i18n: Update Polish translation (#390)Marcin Mikołajczak2018-07-271-39/+98
| | | Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
* Add foreground color for disabled buttons on the dark themeKonstantinos Sideris2018-07-261-0/+1
|
* Increase the opacity of the hover color on the room listKonstantinos Sideris2018-07-262-4/+4
|
* Fix background color on the room list widgetKonstantinos Sideris2018-07-262-0/+8
|
* Improve the style of snackbar a bitKonstantinos Sideris2018-07-253-0/+20
|
* Enable scrollbar on the room list for macOS (#174)Konstantinos Sideris2018-07-253-0/+7
|
* Use native scrollbar in the timelineKonstantinos Sideris2018-07-253-0/+11
|
* Refactor the room settings menu to look like the user profileKonstantinos Sideris2018-07-227-4/+6
|
* i18n: Update Polish translation (#382)Marcin Mikołajczak2018-07-221-49/+165
| | | Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
* Show device list in user profile & add option to create 1-1 chatKonstantinos Sideris2018-07-208-0/+0
|
* Create user profile modalKonstantinos Sideris2018-07-2017-1/+12
|
* Mark own read messages with a double checkmark (#377)Konstantinos Sideris2018-07-173-0/+2
|
* Use a brighter color for button text (#355)Konstantinos Sideris2018-07-151-1/+1
|
* Add a timeline message when encryption is enabledKonstantinos Sideris2018-07-073-3/+3
|
* Mark encrypted messages with a lock iconKonstantinos Sideris2018-07-018-1/+7
|
* i18n: Add Polish translation (#349)Marcin Mikołajczak2018-06-221-0/+582
| | | Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
* Slightly improved ru+de translations (#333)Peter2018-06-122-56/+56
| | | | removed type=unfinished for translated items
* French translation (#329)Victor Berger2018-06-031-0/+583
|
* Use the white for text on the dark themeKonstantinos Sideris2018-05-252-0/+2
| | | | fixes #331
* Generate missing translations stringsKonstantinos Sideris2018-05-185-5/+120
|
* Add menu to modify the name & topic of the roomKonstantinos Sideris2018-05-164-0/+4
| | | | fixes #235
* Initial Russian translate (#318)Anton Karmanov2018-05-141-0/+559
|
* Fix translationsKonstantinos Sideris2018-05-134-323/+1768
|
* Add scrollbar in the settings menuKonstantinos Sideris2018-05-092-0/+22
|
* Add member listKonstantinos Sideris2018-05-012-0/+2
|
* Add prototype room settings menuKonstantinos Sideris2018-04-302-0/+10
|
* Fix UI inconsistencies between room list & communitiesKonstantinos Sideris2018-04-286-103/+15
| | | | | fixes #204 fixes #255
* Improve the date separator widgetKonstantinos Sideris2018-04-253-0/+15
|
* Adjust completion menu to fit its contentsKonstantinos Sideris2018-04-243-0/+12
|
* Bump version to v0.3.1Konstantinos Sideris2018-04-132-2/+2
|
* Add more Dutch translations (#296)Bart Ribbers2018-04-111-32/+33
|
* Add some more German Translations (#295)Marcel2018-04-101-24/+26
|
* Update translation filesKonstantinos Sideris2018-03-284-468/+472
|
* Fix invite button colors on the system themeKonstantinos Sideris2018-03-271-2/+2
| | | | fixes #248
* Add basic support for username auto-completionKonstantinos Sideris2018-03-243-0/+15
| | | | fixes #40
* Fix text color on room switcherKonstantinos Sideris2018-03-223-0/+18
| | | | fixes #245
* Adjust unread msg bubbleKonstantinos Sideris2018-03-201-1/+4
|
* More stylistic changes & dark theme tweaksKonstantinos Sideris2018-03-192-7/+10
|
* Dark theme revisitedKonstantinos Sideris2018-03-183-32/+56
|
* Add border in community list & minor refactorings (#204)Konstantinos Sideris2018-03-183-25/+9
|
* Add border line above the text inputKonstantinos Sideris2018-03-183-0/+12
|
* Implement user registration with reCAPTCHAKonstantinos Sideris2018-03-122-0/+2
| | | | fixes #264
* Update screenhost on appdata.xmlKonstantinos Sideris2018-03-041-1/+1
|
* Support audio, video, generic file for pasting (#220)christarazi2018-02-182-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | * Refactor widget items to use same interface * Support audio, video, generic file for pasting * Add utils function for human readable file sizes * Set correct MIME type for media messages This change also determines the size of the upload once from the ContentLengthHeader, rather than seeking the QIODevice and asking for its size. This prevents any future trouble in case the QIODevice is sequential (cannot be seeked). The MIME type is also determined at upload once, rather than using the QIODevice and the underlying data inside. * Allow for file urls to be used as fall-back This fixes an issue on macOS which uses `text/uri-list` for copying files to the clipboard. fixes #228
* Added AppData manifest file for Gnome Software (#224)Vitaly Zaitsev2018-02-011-0/+22
| | | Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
* Add bordersKonstantinos Sideris2018-01-153-0/+60
|
* Add support for pasting images into a room (#180)christarazi2018-01-102-11/+5
| | | fixes #132
* Communities (#195)Max Sandholm2018-01-096-0/+126
|
* Initial support for read receiptsKonstantinos Sideris2018-01-032-0/+2
|
* Bold room namesKonstantinos Sideris2017-12-212-3/+3
|
* Handle incoming invitesKonstantinos Sideris2017-12-193-0/+9
| | | | fixes #128
* Add dialog to create roomsKonstantinos Sideris2017-12-112-0/+2
| | | | fixes #25
* Add system theme colors for FloatingButton (#112)Konstantinos Sideris2017-12-111-0/+5
|
* Add menu to invite usersKonstantinos Sideris2017-12-106-0/+19
|
* Add gui option for joining rooms (#25)Konstantinos Sideris2017-12-102-2/+11
|
* Add style colors for the ScrollBarKonstantinos Sideris2017-12-053-0/+15
|
* Allow audio clip uploadsKonstantinos Sideris2017-12-013-0/+18
|
* Add inline audio clip player (m.audio) (#143)Konstantinos Sideris2017-12-015-0/+4
|
* Group emoji and dialogs with namespacesKonstantinos Sideris2017-11-303-32/+20
|
* Add read support for m.file messages (#24)Konstantinos Sideris2017-11-286-0/+20
|
* Add desktop icons on the AppImageKonstantinos Sideris2017-11-261-1/+0
|
* Paint RoomList's background (#137)Konstantinos Sideris2017-11-252-7/+17
|
* Add dark themeKonstantinos Sideris2017-11-252-0/+103
|
* Update system themeKonstantinos Sideris2017-11-251-7/+36
|
* Fix qss formattingKonstantinos Sideris2017-11-232-40/+55
|
* Fix colors on the scroll-down buttonKonstantinos Sideris2017-11-231-0/+5
|
* Fix emoji picker's themeKonstantinos Sideris2017-11-221-0/+12
|
* Fix minor stylistic issues on the nheko themeKonstantinos Sideris2017-11-221-6/+29
|
* Use system color scheme (using a Qt stylesheet) #104Max Sandholm2017-11-163-3/+99
| | | | | | | 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-273-0/+2
|
* Fix icons for retina displaysKonstantinos Sideris2017-10-1570-372/+40
|
* Fixed Version in desktop file. (#91)Vitaly Zaitsev2017-10-091-1/+1
| | | Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
* Update from Weblate. (#38)RiotTranslate2017-10-051-2/+2
| | | Minor translation fixes
* Remove custom badge counter from mac and windows (#42)Konstantinos Sideris2017-07-092-0/+0
| | | | - Add icon set on mac for future packaging
* Improve login flow (#35)jansol2017-07-082-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-312-0/+1
|
* Translated using Weblate (German)Krombel2017-05-301-35/+35
| | | | | | | Currently translated at 100.0% (34 of 34 strings) Translation: Nheko/Nheko Translate-URL: https://translate.nordgedanken.de/projects/nheko/nheko/de/
* Translated using Weblate (Dutch)Bart Ribbers2017-05-291-35/+35
| | | | | | | Currently translated at 97.0% (33 of 34 strings) Translation: Nheko/Nheko Translate-URL: https://translate.nordgedanken.de/projects/nheko/nheko/nl/
* Fill out translation fields for englishKonstantinos Sideris2017-05-291-34/+34
|
* Add translation file for englishKonstantinos Sideris2017-05-294-3/+198
|
* Set up translationsKonstantinos Sideris2017-05-293-0/+585
|
* Add PKGBUILDKonstantinos Sideris2017-05-091-0/+11
| | | | Thanks @ha:matrix.org for the initial script
* Add .ico and .bmp logos for Windows installerKonstantinos Sideris2017-04-253-0/+0
|
* Remove invalid fontKonstantinos Sideris2017-04-251-0/+0
|
* Add full emoji supportKonstantinos Sideris2017-04-2323-0/+363
|
* Add logo iconsKonstantinos Sideris2017-04-218-0/+10
|
* Add initial read-only emoji supportKonstantinos Sideris2017-04-1913-10/+12
|
* Add logout buttonKonstantinos Sideris2017-04-092-0/+1
| | | | Logout from the current session and invalidate the current token
* Initial commitKonstantinos Sideris2017-04-0622-0/+229