Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disable opening images, when they are not loaded | Nicolas Werner | 2020-04-21 | 1 | -1/+1 |
| | |||||
* | Update appdata.xml | Joseph Donofry | 2020-04-19 | 1 | -53/+61 |
| | |||||
* | Release v0.7.0 | Joe | 2020-04-19 | 1 | -0/+1 |
| | |||||
* | Update translations | Nicolas Werner | 2020-04-13 | 10 | -250/+170 |
| | |||||
* | Translated using Weblate (English) | DeepBlueV7.X | 2020-04-13 | 1 | -28/+28 |
| | | | | | | | Currently translated at 100.0% (261 of 261 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/en/ | ||||
* | Translated using Weblate (German) | DeepBlueV7.X | 2020-04-13 | 1 | -41/+41 |
| | | | | | | | Currently translated at 97.7% (255 of 261 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/de/ | ||||
* | Fix reply not closing | Nicolas Werner | 2020-04-13 | 1 | -3/+3 |
| | | | | fixes #124 | ||||
* | Mid color is used for scrollbars it seems | Nicolas Werner | 2020-04-11 | 2 | -10/+0 |
| | |||||
* | Use Item for transparent rectangles | Nicolas Werner | 2020-04-10 | 2 | -5/+2 |
| | |||||
* | Size reply background by contents | Nicolas Werner | 2020-04-10 | 2 | -1/+10 |
| | |||||
* | Make Filemessage background size by content | Nicolas Werner | 2020-04-10 | 1 | -2/+12 |
| | |||||
* | Add a few missing palette colors | Nicolas Werner | 2020-04-08 | 4 | -35/+2 |
| | |||||
* | Change fallback style to fusion | Nicolas Werner | 2020-03-30 | 4 | -21/+13 |
| | |||||
* | Set palette globally | Nicolas Werner | 2020-03-30 | 2 | -4/+53 |
| | |||||
* | Use palette for qml code for theming | Nicolas Werner | 2020-03-29 | 8 | -37/+39 |
| | | | | | Can't do it for QtWidgets code. We need to fully transition, before we can fully switch over probably. | ||||
* | Updated translations | Emi Simpson | 2020-03-15 | 10 | -160/+210 |
| | |||||
* | Update minor fixes in translations as requested | Pushpam Choudhary | 2020-03-13 | 10 | -24/+24 |
| | |||||
* | Add periods to terminate non-user messages in the timeline | Pushpam Choudhary | 2020-03-13 | 10 | -393/+393 |
| | |||||
* | Make buttons hideable via setting, button contents can still be accessed via ↵ | Nicolas Werner | 2020-03-10 | 13 | -173/+271 |
| | | | | context menu | ||||
* | Fix images without size | Nicolas Werner | 2020-03-08 | 1 | -1/+1 |
| | |||||
* | Translated using Weblate (German) | DeepBlueV7.X | 2020-03-07 | 1 | -4/+4 |
| | | | | | | | Currently translated at 68.4% (165 of 241 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/de/ | ||||
* | Merge pull request #137 from Nheko-Reborn/blurhash | DeepBlueV7.X | 2020-03-05 | 1 | -0/+13 |
|\ | | | | | Experimental Blurhash support | ||||
| * | Make blurhash provider async | Nicolas Werner | 2020-03-04 | 1 | -1/+0 |
| | | |||||
| * | Experimental blurhash implementation (MXC2448) | Nicolas Werner | 2020-03-03 | 1 | -0/+14 |
| | | |||||
* | | update translations | Adasauce | 2020-03-03 | 10 | -86/+636 |
| | | |||||
* | | Add support for more room events in timeline | Adasauce | 2020-03-03 | 1 | -0/+31 |
| | | |||||
* | | Translated using Weblate (English) | Joseph Donofry | 2020-03-02 | 1 | -81/+81 |
| | | | | | | | | | | | | | | Currently translated at 100.0% (241 of 241 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/en/ | ||||
* | | Update translations | Joseph Donofry | 2020-03-02 | 10 | -411/+740 |
|/ | |||||
* | Fix avatar layering in room list | Nicolas Werner | 2020-03-03 | 2 | -6/+6 |
| | |||||
* | Fix high dpi scaling of avatars | Nicolas Werner | 2020-02-28 | 3 | -9/+16 |
| | |||||
* | Revert change from TextEdit to TextArea | Nicolas Werner | 2020-02-27 | 1 | -5/+2 |
| | | | | | | It made some messages unreadabe. We loose proper highlight colors, but we will have to do for now, until I can figure out, why the TextArea doesn't work. | ||||
* | Improve link theming | Nicolas Werner | 2020-02-27 | 4 | -3/+15 |
| | |||||
* | Don't let click on reply steal focus from the replied to elements | Nicolas Werner | 2020-02-26 | 2 | -7/+9 |
| | |||||
* | Only show reply button and option button on hover | Nicolas Werner | 2020-02-26 | 1 | -63/+99 |
| | |||||
* | Fix colour in svg not being actually white | Nicolas Werner | 2020-02-26 | 1 | -2/+2 |
| | |||||
* | Fix placeholder text being visible behind transparent avatars | Nicolas Werner | 2020-02-23 | 1 | -0/+1 |
| | |||||
* | remove setStyleSheet calls directly from widget code | Adasauce | 2020-02-21 | 3 | -1/+28 |
| | | | | | | | | | | | | | | | removed from: - emoji panel scrollbars - emoji category labels - splitter image handles - textfield setTextColor impl small change to the category separator label for better contrast / readability in dark mode. removed setTextColor completely from TextField. Doesn't appear to be in use anywhere, and focus going more toward qss themeing from qproperty setting. | ||||
* | clean up the light and system themes too | Adasauce | 2020-02-20 | 3 | -91/+47 |
| | |||||
* | cleanup, re-order, de-duplicate, re-dry qss for dark | Adasauce | 2020-02-20 | 1 | -138/+61 |
| | |||||
* | Merge pull request #125 from adasauce/118-dark-theme-issues | DeepBlueV7.X | 2020-02-20 | 3 | -0/+12 |
|\ | | | | | Tooltip and Combobox bugs with Breeze / Dark theme | ||||
| * | Tooltip and Combobox bugs with Breeze / Dark theme | Adasauce | 2020-02-20 | 3 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | | setStyleSheet was overriding default tooltip theme from the system, causing themes like Breeze to render white text on a grey bg for tooltips. Tooltips now render default for the system theme everywhere. set a theme matching color on the dark theme comboboxes. fixes #118 | ||||
* | | Reset user colors on theme change (in qml timeline) | Nicolas Werner | 2020-02-20 | 4 | -5/+5 |
|/ | |||||
* | Change the initial of the proper noun to uppercase | Shun Sakai | 2020-02-14 | 10 | -11/+11 |
| | | | | markdown -> Markdown | ||||
* | Add Japanese translation | Shun Sakai | 2020-02-13 | 10 | -90/+1458 |
| | |||||
* | Improve styling of emote messages | Nicolas Werner | 2020-02-09 | 3 | -11/+10 |
| | |||||
* | Make closing the reply popup actually clear the reply message | Joseph Donofry | 2020-02-04 | 1 | -1/+1 |
| | |||||
* | Improve styling a bit | Nicolas Werner | 2020-02-03 | 5 | -11/+12 |
| | |||||
* | Merge pull request #112 from Nheko-Reborn/sharp-logo | DeepBlueV7.X | 2020-02-02 | 17 | -0/+156 |
|\ | | | | | Update the logo to not be so asymmetric and add a scalable svg. I hope I fixed all the scaling issues, where the logo isn't pixel aligned in most resolutions. Also fixes an issue, where the blue bar seemed to be misaligned in some resolutions? | ||||
| * | Use cleaned up logo | Nicolas Werner | 2020-01-31 | 19 | -370/+156 |
| | | |||||
| * | Moved down a bit | Nicolas Werner | 2020-01-30 | 2 | -13/+19 |
| | | |||||
| * | round variant and sizes changed a bit | Nicolas Werner | 2020-01-30 | 2 | -11/+195 |
| | | |||||
| * | Initial rebuild of logo | Nicolas Werner | 2020-01-30 | 1 | -0/+180 |
| | | |||||
* | | Close popup when clicking outside | Nicolas Werner | 2020-02-02 | 1 | -0/+1 |
| | | |||||
* | | Speed up timeline by using global ToolTip and Menu | Nicolas Werner | 2020-02-02 | 14 | -420/+460 |
| | | |||||
* | | Make page scrolling half height | Nicolas Werner | 2020-01-31 | 1 | -2/+2 |
| | | |||||
* | | Add scroll page shortcut | Nicolas Werner | 2020-01-30 | 1 | -0/+9 |
|/ | |||||
* | Add explicit size to reply close button | Nicolas Werner | 2020-01-30 | 1 | -0/+2 |
| | |||||
* | Merge branch '0.7.0-dev' of ssh://github.com/Nheko-Reborn/nheko into 0.7.0-dev | Joseph Donofry | 2020-01-28 | 9 | -135/+774 |
|\ | |||||
| * | Merge branch 'plain-text-messages' into 0.7.0-dev | Nicolas Werner | 2020-01-29 | 9 | -135/+774 |
| |\ | |||||
| | * | Add command for invite,kick,ban and unban | Nicolas Werner | 2020-01-29 | 9 | -135/+774 |
| | | | |||||
* | | | Change tooltip palette settings for QML | Joseph Donofry | 2020-01-28 | 4 | -12/+23 |
|/ / | |||||
* | | Simplify reply popup logic | Nicolas Werner | 2020-01-28 | 4 | -122/+95 |
| | | |||||
* | | Improve styling of reply popup | Nicolas Werner | 2020-01-28 | 1 | -11/+2 |
| | | |||||
* | | Fix resize loop of images in reply popup | Nicolas Werner | 2020-01-28 | 2 | -3/+5 |
| | | |||||
* | | Add initial QML Reply Popup | Joseph Donofry | 2020-01-27 | 1 | -1/+99 |
|/ | |||||
* | Update emoji to unicode 13.0 | Nicolas Werner | 2020-01-24 | 2 | -1/+4446 |
| | |||||
* | Remove translations from reply fallback | Nicolas Werner | 2020-01-24 | 9 | -216/+0 |
| | |||||
* | Translate member events to german | Nicolas Werner | 2020-01-23 | 9 | -92/+812 |
| | |||||
* | Show event type string in placeholder | Nicolas Werner | 2020-01-23 | 1 | -1/+1 |
| | |||||
* | Implement display of membership events | Nicolas Werner | 2020-01-23 | 1 | -0/+6 |
| | |||||
* | PixelAlign timeline view | Nicolas Werner | 2020-01-21 | 1 | -0/+1 |
| | |||||
* | Account for spacing when checking for bottom message for read status | Nicolas Werner | 2020-01-21 | 1 | -1/+1 |
| | |||||
* | Fix colors in typing display, when username contains emoji | Nicolas Werner | 2020-01-21 | 2 | -1/+3 |
| | |||||
* | Move typing display to qml | Nicolas Werner | 2020-01-17 | 10 | -317/+319 |
| | |||||
* | Remove embedded fonts | Nicolas Werner | 2020-01-16 | 13 | -209/+0 |
| | |||||
* | Reduce memory usage and make room switching quicker | Nicolas Werner | 2020-01-14 | 1 | -2/+0 |
| | | | | May make scrolling more laggy or jumpy. | ||||
* | Try to match old theme better | Nicolas Werner | 2020-01-14 | 1 | -0/+2 |
| | |||||
* | Fetch missing events for replies | Nicolas Werner | 2020-01-11 | 1 | -0/+4 |
| | |||||
* | Implement fancy reply rendering | Nicolas Werner | 2020-01-11 | 8 | -84/+145 |
| | | | | | | This currently assumes the event, that is replied to, is already fetched. If it isn't, it will render an empty reply. In the future we should fetch replies before rendering them. | ||||
* | Adapt play buttons to theme and remove accidental message bg | Nicolas Werner | 2020-01-06 | 2 | -3/+4 |
| | |||||
* | Simplify read message logic with inverted timeline | Nicolas Werner | 2020-01-06 | 1 | -46/+12 |
| | |||||
* | Use fetchMore for native lazy loading of item model data | Nicolas Werner | 2020-01-06 | 1 | -5/+1 |
| | |||||
* | invert timeline | Nicolas Werner | 2020-01-06 | 1 | -9/+47 |
| | |||||
* | 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 |
| |