Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make images always fit the timeline | Nicolas Werner | 2019-12-13 | 1 | -2/+7 |
| | |||||
* | Update translations | Nicolas Werner | 2019-12-11 | 9 | -9/+189 |
| | |||||
* | Show topic and name changes in timeline | Nicolas Werner | 2019-12-10 | 2 | -1/+14 |
| | |||||
* | Simplify scroll logic | Nicolas Werner | 2019-12-08 | 1 | -4/+0 |
| | |||||
* | Change scroll behaviour of timeline | Nicolas Werner | 2019-12-08 | 1 | -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 warning | Nicolas Werner | 2019-12-07 | 1 | -3/+4 |
| | |||||
* | Update translations | Nicolas Werner | 2019-12-05 | 9 | -492/+375 |
| | |||||
* | Add encrypted file download | Nicolas Werner | 2019-12-03 | 4 | -5/+5 |
| | |||||
* | Rename qml namespace from com.github.nheko to im.nheko | Nicolas Werner | 2019-11-30 | 7 | -7/+7 |
| | |||||
* | Show encryption enabled and use a non zero size for zero size vide | Nicolas Werner | 2019-11-23 | 5 | -5/+12 |
| | |||||
* | Wrap text in pre tags | Nicolas Werner | 2019-11-23 | 1 | -1/+1 |
| | |||||
* | Add loading spinner and restore message send queue | Nicolas Werner | 2019-11-23 | 1 | -5/+8 |
| | |||||
* | Update translations | Nicolas Werner | 2019-11-23 | 9 | -1009/+1702 |
| | |||||
* | Fix links opening user dialog and in browser | Nicolas Werner | 2019-11-23 | 1 | -2/+2 |
| | |||||
* | Fix infinite item instantiating loop by using height instead of contentHeight | Nicolas Werner | 2019-11-23 | 1 | -2/+3 |
| | |||||
* | optionally use QQuickWidget and replace ColorOverlay -> colorImageProvider | Nicolas Werner | 2019-11-23 | 5 | -146/+128 |
| | |||||
* | Make replies format nicer | Nicolas Werner | 2019-11-23 | 1 | -2/+13 |
| | | | | Also lays a bit of groundwork for better reply rendering | ||||
* | Enable link handling | Nicolas Werner | 2019-11-23 | 5 | -18/+40 |
| | |||||
* | Make user clickable and improve button cursor look | Nicolas Werner | 2019-11-23 | 4 | -39/+53 |
| | |||||
* | Improve avatar look and layouting | Nicolas Werner | 2019-11-23 | 4 | -5/+10 |
| | | | | Thanks to red_sky for the feedback! | ||||
* | Remove unused import | Nicolas Werner | 2019-11-23 | 1 | -1/+0 |
| | |||||
* | break height binding loop | Nicolas Werner | 2019-11-23 | 1 | -1/+1 |
| | |||||
* | Organize qml files a bit | Nicolas Werner | 2019-11-23 | 11 | -36/+28 |
| | |||||
* | Incubate delegates asynchronously | Nicolas Werner | 2019-11-23 | 1 | -1/+1 |
| | |||||
* | Small fixes to delegate chooser implementation | Nicolas Werner | 2019-11-23 | 2 | -3/+10 |
| | |||||
* | Use a basic implementation of a DelegateChooser for compat with older Qt | Nicolas Werner | 2019-11-23 | 3 | -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 Werner | 2019-11-23 | 2 | -10/+23 |
| | |||||
* | Fix section layout issues and pagination issues | Nicolas Werner | 2019-11-23 | 1 | -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 needed | Nicolas Werner | 2019-11-23 | 1 | -0/+10 |
| | |||||
* | Size images/videos by timeline width | Nicolas Werner | 2019-11-23 | 2 | -9/+22 |
| | |||||
* | Misc layout fixes | Nicolas Werner | 2019-11-23 | 3 | -1/+7 |
| | |||||
* | Try out DelegateChooser | Nicolas Werner | 2019-11-23 | 9 | -157/+189 |
| | | | | requires Qt5.12+ | ||||
* | Disable autoplayback again | Nicolas Werner | 2019-11-23 | 2 | -1/+1 |
| | |||||
* | Lower requirement on QtQuick.Layouts version | Nicolas Werner | 2019-11-23 | 3 | -3/+3 |
| | |||||
* | Use QtQuick.Controls compatible with Qt 5.8 | Nicolas Werner | 2019-11-23 | 6 | -6/+6 |
| | |||||
* | Enable Sticker and Emote messages | Nicolas Werner | 2019-11-23 | 2 | -1/+6 |
| | |||||
* | Add basic video messages | Nicolas Werner | 2019-11-23 | 3 | -3/+15 |
| | | | | Size is fixed for now, otherwise the Video output ends up somewhere... | ||||
* | Add progress bar to audio messages | Nicolas Werner | 2019-11-23 | 1 | -68/+110 |
| | |||||
* | Add simple audio message widget | Nicolas Werner | 2019-11-23 | 4 | -19/+119 |
| | |||||
* | File messages (qml) | Nicolas Werner | 2019-11-23 | 3 | -0/+59 |
| | |||||
* | Reenable redactions | Nicolas Werner | 2019-11-23 | 1 | -0/+1 |
| | |||||
* | Restore saving of media | Nicolas Werner | 2019-11-23 | 2 | -5/+10 |
| | |||||
* | Reenable ImageOverlay | Nicolas Werner | 2019-11-23 | 1 | -0/+6 |
| | |||||
* | Add lock to encrypted messages | Nicolas Werner | 2019-11-23 | 3 | -0/+37 |
| | |||||
* | Make avatar in timeline smaller | Nicolas Werner | 2019-11-23 | 1 | -3/+5 |
| | |||||
* | Fix read indicator | Nicolas Werner | 2019-11-23 | 1 | -2/+2 |
| | |||||
* | Enable read receipts action and sync read receipts from cache | Nicolas Werner | 2019-11-23 | 1 | -0/+1 |
| | |||||
* | Add send/received indicator | Nicolas Werner | 2019-11-23 | 3 | -0/+50 |
| | |||||
* | Implement basic placeholder and disable unimplemented event types | Nicolas Werner | 2019-11-23 | 3 | -12/+23 |
| | |||||
* | Implement simple scroll state handling | Nicolas Werner | 2019-11-23 | 1 | -1/+46 |
| | |||||
* | Implement replies in qml timeline | Nicolas Werner | 2019-11-23 | 1 | -0/+2 |
| | |||||
* | Show redactions in qml timeline | Nicolas Werner | 2019-11-23 | 3 | -1/+18 |
| | |||||
* | Reenable view raw message | Nicolas Werner | 2019-11-23 | 1 | -2/+1 |
| | |||||
* | Implement basic ImageMessages in qml timeline | Nicolas Werner | 2019-11-23 | 3 | -1/+20 |
| | | | | | I suck at sizing so the images in the message are currently hardcoded to 300 pixels in width... | ||||
* | Implement avatars in qml timeline | Nicolas Werner | 2019-11-23 | 3 | -2/+49 |
| | |||||
* | Make reply and options buttons smaller | Nicolas Werner | 2019-11-23 | 1 | -6/+22 |
| | |||||
* | Fix QML emojis | Nicolas Werner | 2019-11-23 | 1 | -1/+2 |
| | |||||
* | Use system colors for now | Nicolas Werner | 2019-11-23 | 4 | -4/+37 |
| | |||||
* | Implement TextMessage delegate | Nicolas Werner | 2019-11-23 | 3 | -8/+50 |
| | | | | Text selection over multiple items doesn't work yet | ||||
* | Format date (close to) the old way in qml timeline | Nicolas Werner | 2019-11-23 | 1 | -1/+1 |
| | |||||
* | Add avatar placeholder and scrollbar to qml timeline | Nicolas Werner | 2019-11-23 | 1 | -4/+30 |
| | |||||
* | Add basic sections and button placeholders to qml timeline | Nicolas Werner | 2019-11-23 | 1 | -4/+86 |
| | |||||
* | Implement loading of history, when timeline is displayed | Nicolas Werner | 2019-11-23 | 1 | -6/+0 |
| | |||||
* | Add items to timline | Nicolas Werner | 2019-11-23 | 1 | -5/+14 |
| | |||||
* | Add placeholder timeline model | Nicolas Werner | 2019-11-23 | 1 | -0/+11 |
| | |||||
* | Replace timeline with empty qml view | Nicolas Werner | 2019-11-23 | 2 | -0/+14 |
| | |||||
* | Fix themeing issues on mentions | Joseph Donofry | 2019-08-29 | 3 | -0/+32 |
| | |||||
* | Translated using Weblate (German) | nheko rocks | 2019-08-01 | 1 | -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 Donofry | 2019-07-28 | 1 | -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 Donofry | 2019-07-28 | 1 | -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 dialog | Joseph Donofry | 2019-07-28 | 9 | -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 context | Joseph Donofry | 2019-07-28 | 9 | -315/+396 |
| | |||||
* | Translated using Weblate (English) | Joseph Donofry | 2019-07-28 | 1 | -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-dev | Joseph Donofry | 2019-07-28 | 3 | -61/+65 |
|\ | |||||
| * | Translated using Weblate (Finnish) | Tulir | 2019-07-28 | 1 | -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) | philipp | 2019-07-28 | 1 | -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 rocks | 2019-07-28 | 1 | -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 strings | Nicolas Werner | 2019-07-28 | 1 | -2/+4 |
| | | |||||
| * | Translated using Weblate (English) | DeepBlueV7.X | 2019-07-28 | 1 | -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 issue | Joseph Donofry | 2019-07-28 | 9 | -12/+489 |
|/ | |||||
* | Merge branch '0.7.0-dev' of github.com:Nheko-Reborn/nheko into 0.7.0-dev | Weblate | 2019-07-28 | 9 | -398/+1056 |
|\ | | | | | | | Fix merge conflicts with weblate translation files. | ||||
| * | Add 'and' to typing display | Nicolas Werner | 2019-07-28 | 9 | -81/+73 |
| | | |||||
| * | media->file in error message, when image upload fails | Nicolas Werner | 2019-07-28 | 9 | -177/+42 |
| | | |||||
| * | Add decryption error messages to translations | Nicolas Werner | 2019-07-28 | 9 | -0/+270 |
| | | |||||
| * | Fix newly added languages after timestamp localization | Nicolas Werner | 2019-07-28 | 2 | -34/+93 |
| | | |||||
| * | Try to localise timestamps | Nicolas Werner | 2019-07-28 | 8 | -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) | Tulir | 2019-07-28 | 1 | -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.X | 2019-07-28 | 1 | -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.X | 2019-07-28 | 1 | -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 rocks | 2019-07-28 | 1 | -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) | philipp | 2019-07-28 | 1 | -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) | Tulir | 2019-07-28 | 1 | -0/+1004 |
| | |||||
* | Translated using Weblate (German) | DeepBlueV7.X | 2019-07-27 | 1 | -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.X | 2019-07-27 | 1 | -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.X | 2019-07-27 | 1 | -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 Donofry | 2019-07-27 | 1 | -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.X | 2019-07-27 | 1 | -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 Donofry | 2019-07-27 | 1 | -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 Picker | Nicolas Werner | 2019-07-25 | 3 | -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 UI | Joseph Donofry | 2019-07-21 | 2 | -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 Dialog | Joseph Donofry | 2019-07-16 | 1 | -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 settings | Nicolas Werner | 2019-07-04 | 8 | -40/+144 |
| | |||||
* | Support well-known for server discovery | Nicolas Werner | 2019-06-27 | 8 | -688/+3064 |
| | |||||
* | Add style for reply popup. Fix ALL of the linting issues | redsky17 | 2019-06-11 | 2 | -0/+8 |
| | |||||
* | Merge in master | redsky17 | 2019-05-27 | 1 | -2/+27 |
|\ | |||||
| * | Update to v0.6.4 | Joseph Donofry | 2019-05-22 | 1 | -0/+1 |
| | | |||||
| * | Update appdata.xml | Joseph Donofry | 2019-05-14 | 1 | -2/+26 |
| | | |||||
* | | Add reply and menu buttons to TimelineItem | redsky17 | 2019-05-27 | 2 | -0/+2 |
|/ | |||||
* | Updated Dutch translation | Heimen Stoffels | 2019-02-20 | 1 | -69/+69 |
| | |||||
* | Update nheko_de.ts | miocho | 2019-02-17 | 1 | -22/+22 |
| | |||||
* | Release Nheko 0.6.3 | Joe | 2019-02-08 | 1 | -2/+3 |
| | | | | | - Update version numbers and documentation - Fix github releases oauth key | ||||
* | merge master and fix conflicts | redsky17 | 2019-01-30 | 1 | -129/+461 |
|\ | |||||
| * | Update Russian translation | Artem Polishchuk | 2019-01-24 | 1 | -129/+461 |
| | | |||||
* | | Restore Emoji Picker, but remove forcing EmojiOne | redsky17 | 2019-01-26 | 11 | -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" | redsky17 | 2019-01-26 | 20 | -0/+47 |
| | | | | | | | | This reverts commit 4b807229aa20d6f4891e35f08d489da427d3d0b6. | ||||
* | | Add unread notification color for user mentioned | redsky17 | 2019-01-25 | 3 | -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 will | redsky17 | 2019-01-18 | 3 | -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. | redsky17 | 2019-01-12 | 3 | -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 Donofry | 2019-01-12 | 1 | -8/+10 |
| | | | | Add room list hover title/subtitle color change support. | ||||
* | v0.6.2 | Konstantinos Sideris | 2018-10-07 | 1 | -0/+1 |
| | |||||
* | Remove the bundled open sans font | Konstantinos Sideris | 2018-10-07 | 12 | -208/+0 |
| | |||||
* | Remove built-in emoji picker | Konstantinos Sideris | 2018-10-07 | 20 | -41/+0 |
| | |||||
* | Display tags as sorting items in the community panel (#401) | Victor Berger | 2018-09-28 | 7 | -0/+7 |
| | |||||
* | v0.6.1 | Konstantinos Sideris | 2018-09-26 | 1 | -0/+1 |
| | |||||
* | v0.6.0 | Konstantinos Sideris | 2018-09-21 | 1 | -0/+1 |
| | |||||
* | Improvements on the system theme | Konstantinos Sideris | 2018-09-19 | 3 | -83/+65 |
| | |||||
* | create zh_CN translation (#442) | Iru Cai (vimacs) | 2018-09-17 | 1 | -0/+915 |
| | |||||
* | i18n: Update Polish translation (#430) | Marcin Mikołajczak | 2018-09-07 | 1 | -13/+49 |
| | | | Signed-off-by: Marcin Mikołajczak <me@m4sk.in> | ||||
* | Bump version to 0.5.5 | Konstantinos Sideris | 2018-09-01 | 1 | -0/+1 |
| | |||||
* | Bump version to v0.5.4 | Konstantinos Sideris | 2018-08-21 | 1 | -0/+1 |
| | |||||
* | i18n: Update Polish translation (#411) | Marcin Mikołajczak | 2018-08-21 | 1 | -21/+71 |
| | | | Signed-off-by: Marcin Mikołajczak <me@m4sk.in> | ||||
* | Bump version to 0.5.3 | Konstantinos Sideris | 2018-08-12 | 1 | -1/+2 |
| | |||||
* | Add solid background in TypingDisplay | Konstantinos Sideris | 2018-08-10 | 3 | -0/+3 |
| | |||||
* | Update polish translation (#402) | Marcin Mikołajczak | 2018-08-09 | 1 | -1/+1 |
| | |||||
* | Import appdata file from flatpak | Konstantinos Sideris | 2018-08-08 | 1 | -21/+23 |
| | |||||
* | Remove hardcoded colors from the typing display | Konstantinos Sideris | 2018-08-08 | 3 | -0/+12 |
| | |||||
* | i18n: Update Polish translation (#390) | Marcin Mikołajczak | 2018-07-27 | 1 | -39/+98 |
| | | | Signed-off-by: Marcin Mikołajczak <me@m4sk.in> | ||||
* | Add foreground color for disabled buttons on the dark theme | Konstantinos Sideris | 2018-07-26 | 1 | -0/+1 |
| | |||||
* | Increase the opacity of the hover color on the room list | Konstantinos Sideris | 2018-07-26 | 2 | -4/+4 |
| | |||||
* | Fix background color on the room list widget | Konstantinos Sideris | 2018-07-26 | 2 | -0/+8 |
| | |||||
* | Improve the style of snackbar a bit | Konstantinos Sideris | 2018-07-25 | 3 | -0/+20 |
| | |||||
* | Enable scrollbar on the room list for macOS (#174) | Konstantinos Sideris | 2018-07-25 | 3 | -0/+7 |
| | |||||
* | Use native scrollbar in the timeline | Konstantinos Sideris | 2018-07-25 | 3 | -0/+11 |
| | |||||
* | Refactor the room settings menu to look like the user profile | Konstantinos Sideris | 2018-07-22 | 7 | -4/+6 |
| | |||||
* | i18n: Update Polish translation (#382) | Marcin Mikołajczak | 2018-07-22 | 1 | -49/+165 |
| | | | Signed-off-by: Marcin Mikołajczak <me@m4sk.in> | ||||
* | Show device list in user profile & add option to create 1-1 chat | Konstantinos Sideris | 2018-07-20 | 8 | -0/+0 |
| | |||||
* | Create user profile modal | Konstantinos Sideris | 2018-07-20 | 17 | -1/+12 |
| | |||||
* | Mark own read messages with a double checkmark (#377) | Konstantinos Sideris | 2018-07-17 | 3 | -0/+2 |
| | |||||
* | Use a brighter color for button text (#355) | Konstantinos Sideris | 2018-07-15 | 1 | -1/+1 |
| | |||||
* | Add a timeline message when encryption is enabled | Konstantinos Sideris | 2018-07-07 | 3 | -3/+3 |
| | |||||
* | Mark encrypted messages with a lock icon | Konstantinos Sideris | 2018-07-01 | 8 | -1/+7 |
| | |||||
* | i18n: Add Polish translation (#349) | Marcin Mikołajczak | 2018-06-22 | 1 | -0/+582 |
| | | | Signed-off-by: Marcin Mikołajczak <me@m4sk.in> | ||||
* | Slightly improved ru+de translations (#333) | Peter | 2018-06-12 | 2 | -56/+56 |
| | | | | removed type=unfinished for translated items | ||||
* | French translation (#329) | Victor Berger | 2018-06-03 | 1 | -0/+583 |
| | |||||
* | Use the white for text on the dark theme | Konstantinos Sideris | 2018-05-25 | 2 | -0/+2 |
| | | | | fixes #331 | ||||
* | Generate missing translations strings | Konstantinos Sideris | 2018-05-18 | 5 | -5/+120 |
| | |||||
* | Add menu to modify the name & topic of the room | Konstantinos Sideris | 2018-05-16 | 4 | -0/+4 |
| | | | | fixes #235 | ||||
* | Initial Russian translate (#318) | Anton Karmanov | 2018-05-14 | 1 | -0/+559 |
| | |||||
* | Fix translations | Konstantinos Sideris | 2018-05-13 | 4 | -323/+1768 |
| | |||||
* | Add scrollbar in the settings menu | Konstantinos Sideris | 2018-05-09 | 2 | -0/+22 |
| | |||||
* | Add member list | Konstantinos Sideris | 2018-05-01 | 2 | -0/+2 |
| | |||||
* | Add prototype room settings menu | Konstantinos Sideris | 2018-04-30 | 2 | -0/+10 |
| | |||||
* | Fix UI inconsistencies between room list & communities | Konstantinos Sideris | 2018-04-28 | 6 | -103/+15 |
| | | | | | fixes #204 fixes #255 | ||||
* | Improve the date separator widget | Konstantinos Sideris | 2018-04-25 | 3 | -0/+15 |
| | |||||
* | Adjust completion menu to fit its contents | Konstantinos Sideris | 2018-04-24 | 3 | -0/+12 |
| | |||||
* | Bump version to v0.3.1 | Konstantinos Sideris | 2018-04-13 | 2 | -2/+2 |
| | |||||
* | Add more Dutch translations (#296) | Bart Ribbers | 2018-04-11 | 1 | -32/+33 |
| | |||||
* | Add some more German Translations (#295) | Marcel | 2018-04-10 | 1 | -24/+26 |
| | |||||
* | Update translation files | Konstantinos Sideris | 2018-03-28 | 4 | -468/+472 |
| | |||||
* | Fix invite button colors on the system theme | Konstantinos Sideris | 2018-03-27 | 1 | -2/+2 |
| | | | | fixes #248 | ||||
* | Add basic support for username auto-completion | Konstantinos Sideris | 2018-03-24 | 3 | -0/+15 |
| | | | | fixes #40 | ||||
* | Fix text color on room switcher | Konstantinos Sideris | 2018-03-22 | 3 | -0/+18 |
| | | | | fixes #245 | ||||
* | Adjust unread msg bubble | Konstantinos Sideris | 2018-03-20 | 1 | -1/+4 |
| | |||||
* | More stylistic changes & dark theme tweaks | Konstantinos Sideris | 2018-03-19 | 2 | -7/+10 |
| | |||||
* | Dark theme revisited | Konstantinos Sideris | 2018-03-18 | 3 | -32/+56 |
| | |||||
* | Add border in community list & minor refactorings (#204) | Konstantinos Sideris | 2018-03-18 | 3 | -25/+9 |
| | |||||
* | Add border line above the text input | Konstantinos Sideris | 2018-03-18 | 3 | -0/+12 |
| | |||||
* | Implement user registration with reCAPTCHA | Konstantinos Sideris | 2018-03-12 | 2 | -0/+2 |
| | | | | fixes #264 | ||||
* | Update screenhost on appdata.xml | Konstantinos Sideris | 2018-03-04 | 1 | -1/+1 |
| | |||||
* | Support audio, video, generic file for pasting (#220) | christarazi | 2018-02-18 | 2 | -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 Zaitsev | 2018-02-01 | 1 | -0/+22 |
| | | | Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org> | ||||
* | Add borders | Konstantinos Sideris | 2018-01-15 | 3 | -0/+60 |
| | |||||
* | Add support for pasting images into a room (#180) | christarazi | 2018-01-10 | 2 | -11/+5 |
| | | | fixes #132 | ||||
* | Communities (#195) | Max Sandholm | 2018-01-09 | 6 | -0/+126 |
| | |||||
* | Initial support for read receipts | Konstantinos Sideris | 2018-01-03 | 2 | -0/+2 |
| | |||||
* | Bold room names | Konstantinos Sideris | 2017-12-21 | 2 | -3/+3 |
| | |||||
* | Handle incoming invites | Konstantinos Sideris | 2017-12-19 | 3 | -0/+9 |
| | | | | fixes #128 | ||||
* | Add dialog to create rooms | Konstantinos Sideris | 2017-12-11 | 2 | -0/+2 |
| | | | | fixes #25 | ||||
* | Add system theme colors for FloatingButton (#112) | Konstantinos Sideris | 2017-12-11 | 1 | -0/+5 |
| | |||||
* | Add menu to invite users | Konstantinos Sideris | 2017-12-10 | 6 | -0/+19 |
| | |||||
* | Add gui option for joining rooms (#25) | Konstantinos Sideris | 2017-12-10 | 2 | -2/+11 |
| | |||||
* | Add style colors for the ScrollBar | Konstantinos Sideris | 2017-12-05 | 3 | -0/+15 |
| | |||||
* | Allow audio clip uploads | Konstantinos Sideris | 2017-12-01 | 3 | -0/+18 |
| | |||||
* | Add inline audio clip player (m.audio) (#143) | Konstantinos Sideris | 2017-12-01 | 5 | -0/+4 |
| | |||||
* | Group emoji and dialogs with namespaces | Konstantinos Sideris | 2017-11-30 | 3 | -32/+20 |
| | |||||
* | Add read support for m.file messages (#24) | Konstantinos Sideris | 2017-11-28 | 6 | -0/+20 |
| | |||||
* | Add desktop icons on the AppImage | Konstantinos Sideris | 2017-11-26 | 1 | -1/+0 |
| | |||||
* | Paint RoomList's background (#137) | Konstantinos Sideris | 2017-11-25 | 2 | -7/+17 |
| | |||||
* | Add dark theme | Konstantinos Sideris | 2017-11-25 | 2 | -0/+103 |
| | |||||
* | Update system theme | Konstantinos Sideris | 2017-11-25 | 1 | -7/+36 |
| | |||||
* | Fix qss formatting | Konstantinos Sideris | 2017-11-23 | 2 | -40/+55 |
| | |||||
* | Fix colors on the scroll-down button | Konstantinos Sideris | 2017-11-23 | 1 | -0/+5 |
| | |||||
* | Fix emoji picker's theme | Konstantinos Sideris | 2017-11-22 | 1 | -0/+12 |
| | |||||
* | Fix minor stylistic issues on the nheko theme | Konstantinos Sideris | 2017-11-22 | 1 | -6/+29 |
| | |||||
* | Use system color scheme (using a Qt stylesheet) #104 | Max Sandholm | 2017-11-16 | 3 | -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 button | Konstantinos Sideris | 2017-10-27 | 3 | -0/+2 |
| | |||||
* | Fix icons for retina displays | Konstantinos Sideris | 2017-10-15 | 70 | -372/+40 |
| | |||||
* | Fixed Version in desktop file. (#91) | Vitaly Zaitsev | 2017-10-09 | 1 | -1/+1 |
| | | | Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org> | ||||
* | Update from Weblate. (#38) | RiotTranslate | 2017-10-05 | 1 | -2/+2 |
| | | | Minor translation fixes | ||||
* | Remove custom badge counter from mac and windows (#42) | Konstantinos Sideris | 2017-07-09 | 2 | -0/+0 |
| | | | | - Add icon set on mac for future packaging | ||||
* | Improve login flow (#35) | jansol | 2017-07-08 | 2 | -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 notifications | Konstantinos Sideris | 2017-05-31 | 2 | -0/+1 |
| | |||||
* | Translated using Weblate (German) | Krombel | 2017-05-30 | 1 | -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 Ribbers | 2017-05-29 | 1 | -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 english | Konstantinos Sideris | 2017-05-29 | 1 | -34/+34 |
| | |||||
* | Add translation file for english | Konstantinos Sideris | 2017-05-29 | 4 | -3/+198 |
| | |||||
* | Set up translations | Konstantinos Sideris | 2017-05-29 | 3 | -0/+585 |
| | |||||
* | Add PKGBUILD | Konstantinos Sideris | 2017-05-09 | 1 | -0/+11 |
| | | | | Thanks @ha:matrix.org for the initial script | ||||
* | Add .ico and .bmp logos for Windows installer | Konstantinos Sideris | 2017-04-25 | 3 | -0/+0 |
| | |||||
* | Remove invalid font | Konstantinos Sideris | 2017-04-25 | 1 | -0/+0 |
| | |||||
* | Add full emoji support | Konstantinos Sideris | 2017-04-23 | 23 | -0/+363 |
| | |||||
* | Add logo icons | Konstantinos Sideris | 2017-04-21 | 8 | -0/+10 |
| | |||||
* | Add initial read-only emoji support | Konstantinos Sideris | 2017-04-19 | 13 | -10/+12 |
| | |||||
* | Add logout button | Konstantinos Sideris | 2017-04-09 | 2 | -0/+1 |
| | | | | Logout from the current session and invalidate the current token | ||||
* | Initial commit | Konstantinos Sideris | 2017-04-06 | 22 | -0/+229 |