summary refs log tree commit diff
path: root/resources (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix build issue on some versions of clangJoseph Donofry2020-06-102-19/+19
|
* Remove unused QML fileJoseph Donofry2020-06-092-68/+1
|
* Update translationsJoseph Donofry2020-06-0911-551/+1710
|
* Remove signals in favor of direct function callsJoseph Donofry2020-06-094-16/+6
|
* Remove duplicate search iconsJoseph Donofry2020-06-094-2/+2
|
* Fix UserSettings in QMLJoseph Donofry2020-06-094-19/+5
|
* Merge master and fix conflictsJoseph Donofry2020-06-097-16/+1671
|\
| * Translated using Weblate (Italian)DeepBlueV7.X2020-05-281-281/+314
| | | | | | | | | | | | | | Currently translated at 98.2% (281 of 286 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/it/
| * Rename settings to be more consistentNicolas Werner2020-05-261-1/+1
| |
| * Make settings update immediately in qml and allow limiting timeline widthNicolas Werner2020-05-265-35/+20
| | | | | | | | | | | | | | Limiting improves readability on wide monitors. The immediate update of the settings is done by just exposing settings as properties and then setting the settings as a context property.
| * Added translation using Weblate (Italian)Lorenzo Ancora2020-05-261-0/+1553
| |
| * Added an optional feature to show bigger emoji-only messages with 3 or less ↵lkito2020-05-212-0/+3
| | | | | | | | emoji
* | Minor adjustments to emoji pickerJoseph Donofry2020-06-093-9/+23
| |
* | Update translationsJoseph Donofry2020-05-2110-40/+40
| |
* | Add reaction/redaction for in-line ReactionsJoseph Donofry2020-05-214-9/+40
| |
* | Merge origin/master into reactionsJoseph Donofry2020-05-1810-190/+770
|\|
| * Tag rooms via context menuNicolas Werner2020-05-1810-110/+620
| |
* | Fix reactions binding loopNicolas Werner2020-05-161-3/+2
| |
* | Attach emoji picker picked to reaction senderJoseph Donofry2020-05-164-4/+21
| |
* | Merge remote-tracking branch 'origin/master' into reactionsJoseph Donofry2020-05-165-4/+11
|\|
| * Implemented optional message body highlighting feature.lkito2020-05-162-1/+7
| |
| * Remove accidental compiled translation commitJoseph Donofry2020-05-152-0/+1
| |
| * Translated using Weblate (German)DeepBlueV7.X2020-05-151-3/+3
| | | | | | | | | | | | | | Currently translated at 100.0% (277 of 277 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/de/
* | Merge master into reactionsJoseph Donofry2020-05-1424-413/+956
|\|
| * Add un-encrypted warning icon for messages in encrypted roomsJoseph Donofry2020-05-1415-53/+121
| |
| * Try to smooth scrolling a bit by increasing cacheBufferNicolas Werner2020-05-131-0/+2
| |
| * Align scrolling to pixels manuallyNicolas Werner2020-05-131-0/+2
| |
| * Clip replies by defaultNicolas Werner2020-05-136-5/+19
| | | | | | | | In the future we should probably add a gradient when clipped...
| * Translation updatesNicolas Werner2020-05-1011-333/+920
| |
* | Update emoji picker and translationsJoseph Donofry2020-05-1319-126/+220
| |
* | Update translations for new emoji pickerJoseph Donofry2020-05-1310-110/+830
| |
* | Add new QML-based emoji picker (work in progress)Joseph Donofry2020-05-134-3/+208
| | | | | | | | | | This is necessary to support having a picker within QML. Eventually, this should replace the existing widget-based one.
* | Change redaction color that accidentally got committedJoseph Donofry2020-05-071-5/+1
| |
* | Merge branch 'master' into reactionsJoseph Donofry2020-05-071-3/+3
|\|
| * Fix redaction color change that accidentally got committedJoseph Donofry2020-05-071-3/+3
| |
* | merge master into reactionsJoseph Donofry2020-05-074-4/+22
|/
* Add shortcuts to select/deselect reply targetsNicolas Werner2020-05-061-0/+15
|
* Reaction and Button layout fixesNicolas Werner2020-05-062-23/+21
|
* Misc color fixesNicolas Werner2020-05-054-12/+12
|
* Fix scroll to replied to message (somewhat)Nicolas Werner2020-05-051-1/+1
|
* Position reaction emoji and text on the same baselineNicolas Werner2020-05-041-0/+2
|
* Basic, broken reaction displayNicolas Werner2020-05-043-12/+10
|
* Add placeholder for reactionsNicolas Werner2020-05-043-1/+79
|
* Add support for db migrationsNicolas Werner2020-05-0210-130/+330
|
* Merge pull request #184 from shocklateboy92/features/backlog-progressDeepBlueV7.X2020-05-011-1/+8
|\ | | | | Add visual indication that data is being fetched
| * Make pagination spinner inlineLasath Fernando2020-04-291-1/+8
| |
| * Add visual indication that data is being fetchedLasath Fernando2020-04-291-1/+1
| | | | | | | | | | This turns `paginationInProgress` field of `TimelineModel` into a `Q_PROPERTY`, so the Ui can bind to it. For the moment, I'm showing the same spinner as we do during initial sync. It's not ideal, on the count of being giant and in the middle but it's better than nothing. We can make it more subtle later.
* | Fix spacing of typing notificationsNicolas Werner2020-04-301-9/+9
|/
* Merge pull request #183 from shocklateboy92/features/smooth-scrollDeepBlueV7.X2020-04-294-21/+127
|\ | | | | Improve scrolling in timeline view
| * Address CR commentsLasath Fernando2020-04-293-12/+12
| |
| * Remove commented out code; fix padding for PillLasath Fernando2020-04-282-5/+4
| |
| * Fix binding loops for heightLasath Fernando2020-04-282-5/+12
| |
| * Shamelessly steal `ScrollHelper.qml` from spectralLasath Fernando2020-04-283-13/+113
| | | | | | | | I mean, we're both GPL so... :P
* | Fix some smaller coloring issuesNicolas Werner2020-04-291-0/+2
|/
* Fix URL in appdata.xmlJoseph Donofry2020-04-231-1/+1
|
* Merge remote-tracking branch 'origin/master' into release-prep-0.7.1Joseph Donofry2020-04-2310-70/+120
|\
| * Update translationsNicolas Werner2020-04-2310-70/+120
| |
* | Update versions to 0.7.1Nicolas Werner2020-04-241-0/+1
|/
* Add menu entry to show decrypted sourceNicolas Werner2020-04-2112-126/+184
| | | | | Also make hidden entries not consume space in Menus with some qml styles.
* Disable opening images, when they are not loadedNicolas Werner2020-04-211-1/+1
|
* Update appdata.xmlJoseph Donofry2020-04-191-53/+61
|
* Release v0.7.0Joe2020-04-191-0/+1
|
* Update translationsNicolas Werner2020-04-1310-250/+170
|
* Translated using Weblate (English)DeepBlueV7.X2020-04-131-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.X2020-04-131-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 closingNicolas Werner2020-04-131-3/+3
| | | | fixes #124
* Mid color is used for scrollbars it seemsNicolas Werner2020-04-112-10/+0
|
* Use Item for transparent rectanglesNicolas Werner2020-04-102-5/+2
|
* Size reply background by contentsNicolas Werner2020-04-102-1/+10
|
* Make Filemessage background size by contentNicolas Werner2020-04-101-2/+12
|
* Add a few missing palette colorsNicolas Werner2020-04-084-35/+2
|
* Change fallback style to fusionNicolas Werner2020-03-304-21/+13
|
* Set palette globallyNicolas Werner2020-03-302-4/+53
|
* Use palette for qml code for themingNicolas Werner2020-03-298-37/+39
| | | | | Can't do it for QtWidgets code. We need to fully transition, before we can fully switch over probably.
* Updated translationsEmi Simpson2020-03-1510-160/+210
|
* Update minor fixes in translations as requestedPushpam Choudhary2020-03-1310-24/+24
|
* Add periods to terminate non-user messages in the timelinePushpam Choudhary2020-03-1310-393/+393
|
* Make buttons hideable via setting, button contents can still be accessed via ↵Nicolas Werner2020-03-1013-173/+271
| | | | context menu
* Fix images without sizeNicolas Werner2020-03-081-1/+1
|
* Translated using Weblate (German)DeepBlueV7.X2020-03-071-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/blurhashDeepBlueV7.X2020-03-051-0/+13
|\ | | | | Experimental Blurhash support
| * Make blurhash provider asyncNicolas Werner2020-03-041-1/+0
| |
| * Experimental blurhash implementation (MXC2448)Nicolas Werner2020-03-031-0/+14
| |
* | update translationsAdasauce2020-03-0310-86/+636
| |
* | Add support for more room events in timelineAdasauce2020-03-031-0/+31
| |
* | Translated using Weblate (English)Joseph Donofry2020-03-021-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 translationsJoseph Donofry2020-03-0210-411/+740
|/
* Fix avatar layering in room listNicolas Werner2020-03-032-6/+6
|
* Fix high dpi scaling of avatarsNicolas Werner2020-02-283-9/+16
|
* Revert change from TextEdit to TextAreaNicolas Werner2020-02-271-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 themingNicolas Werner2020-02-274-3/+15
|
* Don't let click on reply steal focus from the replied to elementsNicolas Werner2020-02-262-7/+9
|
* Only show reply button and option button on hoverNicolas Werner2020-02-261-63/+99
|
* Fix colour in svg not being actually whiteNicolas Werner2020-02-261-2/+2
|
* Fix placeholder text being visible behind transparent avatarsNicolas Werner2020-02-231-0/+1
|
* remove setStyleSheet calls directly from widget codeAdasauce2020-02-213-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 tooAdasauce2020-02-203-91/+47
|
* cleanup, re-order, de-duplicate, re-dry qss for darkAdasauce2020-02-201-138/+61
|
* Merge pull request #125 from adasauce/118-dark-theme-issuesDeepBlueV7.X2020-02-203-0/+12
|\ | | | | Tooltip and Combobox bugs with Breeze / Dark theme
| * Tooltip and Combobox bugs with Breeze / Dark themeAdasauce2020-02-203-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 Werner2020-02-204-5/+5
|/
* Change the initial of the proper noun to uppercaseShun Sakai2020-02-1410-11/+11
| | | | markdown -> Markdown
* Add Japanese translationShun Sakai2020-02-1310-90/+1458
|
* Improve styling of emote messagesNicolas Werner2020-02-093-11/+10
|
* Make closing the reply popup actually clear the reply messageJoseph Donofry2020-02-041-1/+1
|
* Improve styling a bitNicolas Werner2020-02-035-11/+12
|
* Merge pull request #112 from Nheko-Reborn/sharp-logoDeepBlueV7.X2020-02-0217-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 logoNicolas Werner2020-01-3119-370/+156
| |
| * Moved down a bitNicolas Werner2020-01-302-13/+19
| |
| * round variant and sizes changed a bitNicolas Werner2020-01-302-11/+195
| |
| * Initial rebuild of logoNicolas Werner2020-01-301-0/+180
| |
* | Close popup when clicking outsideNicolas Werner2020-02-021-0/+1
| |
* | Speed up timeline by using global ToolTip and MenuNicolas Werner2020-02-0214-420/+460
| |
* | Make page scrolling half heightNicolas Werner2020-01-311-2/+2
| |
* | Add scroll page shortcutNicolas Werner2020-01-301-0/+9
|/
* Add explicit size to reply close buttonNicolas Werner2020-01-301-0/+2
|
* Merge branch '0.7.0-dev' of ssh://github.com/Nheko-Reborn/nheko into 0.7.0-devJoseph Donofry2020-01-289-135/+774
|\
| * Merge branch 'plain-text-messages' into 0.7.0-devNicolas Werner2020-01-299-135/+774
| |\
| | * Add command for invite,kick,ban and unbanNicolas Werner2020-01-299-135/+774
| | |
* | | Change tooltip palette settings for QMLJoseph Donofry2020-01-284-12/+23
|/ /
* | Simplify reply popup logicNicolas Werner2020-01-284-122/+95
| |
* | Improve styling of reply popupNicolas Werner2020-01-281-11/+2
| |
* | Fix resize loop of images in reply popupNicolas Werner2020-01-282-3/+5
| |
* | Add initial QML Reply PopupJoseph Donofry2020-01-271-1/+99
|/
* Update emoji to unicode 13.0Nicolas Werner2020-01-242-1/+4446
|
* Remove translations from reply fallbackNicolas Werner2020-01-249-216/+0
|
* Translate member events to germanNicolas Werner2020-01-239-92/+812
|
* Show event type string in placeholderNicolas Werner2020-01-231-1/+1
|
* Implement display of membership eventsNicolas Werner2020-01-231-0/+6
|
* PixelAlign timeline viewNicolas Werner2020-01-211-0/+1
|
* Account for spacing when checking for bottom message for read statusNicolas Werner2020-01-211-1/+1
|
* Fix colors in typing display, when username contains emojiNicolas Werner2020-01-212-1/+3
|
* Move typing display to qmlNicolas Werner2020-01-1710-317/+319
|
* Remove embedded fontsNicolas Werner2020-01-1613-209/+0
|
* Reduce memory usage and make room switching quickerNicolas Werner2020-01-141-2/+0
| | | | May make scrolling more laggy or jumpy.
* Try to match old theme betterNicolas Werner2020-01-141-0/+2
|
* Fetch missing events for repliesNicolas Werner2020-01-111-0/+4
|
* Implement fancy reply renderingNicolas Werner2020-01-118-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 bgNicolas Werner2020-01-062-3/+4
|
* Simplify read message logic with inverted timelineNicolas Werner2020-01-061-46/+12
|
* Use fetchMore for native lazy loading of item model dataNicolas Werner2020-01-061-5/+1
|
* invert timelineNicolas Werner2020-01-061-9/+47
|
* 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
|/