summary refs log tree commit diff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix translation loadingNicolas Werner2020-07-101-2/+3
| | | | | Explanation see here: https://www.kdab.com/fixing-a-common-antipattern-when-loading-translations-in-qt/
* Fetch missing eventsNicolas Werner2020-07-105-23/+52
|
* WIP: Event Store split outNicolas Werner2020-07-096-448/+763
|
* Add relations and order without hidden events to dbNicolas Werner2020-07-082-47/+90
|
* Fetch event from db and use string_view where possibleNicolas Werner2020-07-062-29/+58
|
* Use new timeline cache structureNicolas Werner2020-07-052-116/+154
|
* Persist event orderNicolas Werner2020-07-042-0/+26
|
* Store events in room specific dbNicolas Werner2020-07-032-10/+25
|
* Fix Qt 5.9 buildNicolas Werner2020-06-271-0/+3
|
* Make connections across threads queued in any caseNicolas Werner2020-06-262-62/+94
|
* Don't use formatted body without formatNicolas Werner2020-06-261-2/+4
|
* Correct a typo in SnackBar.cppFelix Yan2020-06-221-1/+1
|
* Fix m.relates_to being sent as 'null' when not set in encrypted messages.Nicolas Werner2020-06-201-1/+2
| | | | Thank you Sorunome for reporting.
* Try to make text rendering in qml sharperNicolas Werner2020-06-191-0/+1
|
* Fix not being able to change themeLorem2020-06-141-1/+1
|
* Merge remote-tracking branch 'origin/master' into presenceJoseph Donofry2020-06-1115-3348/+14415
|\
| * Merge remote-tracking branch 'origin/master' into reactionsJoseph Donofry2020-06-114-12/+52
| |\
| | * Add setting to alert on notificationAlexander 'z33ky' Hirsch2020-06-104-12/+52
| | |
| * | Additional code cleanupJoseph Donofry2020-06-114-34/+0
| | |
| * | Fix lintingJoseph Donofry2020-06-113-6664/+15385
| | |
| * | Fix build issue on some versions of clangJoseph Donofry2020-06-107-15122/+6712
| | |
| * | Merge master and fix conflictsJoseph Donofry2020-06-0942-339/+612
| |\|
| * | Add reaction/redaction for in-line ReactionsJoseph Donofry2020-05-214-5/+25
| | |
| * | Merge origin/master into reactionsJoseph Donofry2020-05-1810-4/+156
| |\ \
| * | | Fix crash when reacting to messages from /syncNicolas Werner2020-05-171-1/+1
| | | | | | | | | | | | | | | | Messages on /sync don't have a room_id
| * | | Fix local echo for reactionsNicolas Werner2020-05-161-1/+21
| | | |
| * | | Merge remote-tracking branch 'origin/master' into reactionsJoseph Donofry2020-05-166-43/+67
| |\ \ \
| * \ \ \ Merge master into reactionsJoseph Donofry2020-05-1410-33/+224
| |\ \ \ \
| * | | | | Add new QML-based emoji picker (work in progress)Joseph Donofry2020-05-1310-4706/+15331
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is necessary to support having a picker within QML. Eventually, this should replace the existing widget-based one.
| * | | | | Initial support for sending reactionsJoseph Donofry2020-05-091-4/+39
| | | | | |
| * | | | | merge master into reactionsJoseph Donofry2020-05-076-2/+52
| | | | | |
* | | | | | Fix formattingJoseph Donofry2020-06-111-4/+1
| | | | | |
* | | | | | Fix scale factor settingNicolas Werner2020-06-111-6/+9
| | | | | |
* | | | | | Fix warning about not registered Presence typeNicolas Werner2020-06-112-1/+3
| | | | | |
* | | | | | Allow deleting a statusNicolas Werner2020-06-111-1/+1
| | | | | |
* | | | | | Fix small formatting errorNicolas Werner2020-06-091-1/+1
| | | | | |
* | | | | | Reenable custom status messagesNicolas Werner2020-06-091-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This still leaves out setting a client to online/offline, since that seems to be causing the CPU issues with synapse.
* | | | | | Fix unused captureNicolas Werner2020-06-081-4/+4
| | | | | |
* | | | | | Disable presence and status_msg menuNicolas Werner2020-06-081-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It currently causes severe performance issues in synapse as well as many random resets, so this is disabled until those issues are resolved.
* | | | | | Add menu actions to set presenceNicolas Werner2020-06-085-2/+76
| | | | | |
* | | | | | Show presence and set custom status messagesNicolas Werner2020-06-089-0/+160
| |_|_|_|/ |/| | | |
* | | | | Smooth scaling for imagesNicolas Werner2020-06-071-1/+2
| | | | | | | | | | | | | | | | | | | | Fixes some issues with inline images.
* | | | | Fix Qt5.15 issuesNicolas Werner2020-06-059-19/+24
| | | | | | | | | | | | | | | | | | | | fixes #214
* | | | | Fix serialization bug introduced in 9eddcfc42f3cd4e513f72d9b7fef9a98b43a378dNicolas Werner2020-05-301-1/+1
| | | | |
* | | | | Remove some redundant functionsNicolas Werner2020-05-307-50/+30
| | | | |
* | | | | Rename settings to be more consistentNicolas Werner2020-05-266-147/+141
| | | | |
* | | | | Make settings update immediately in qml and allow limiting timeline widthNicolas Werner2020-05-263-80/+239
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | Improve compile times a tiny bitNicolas Werner2020-05-2624-65/+104
| | | | |
* | | | | Fix some join messages showing as emptyNicolas Werner2020-05-261-0/+2
| | | | |
* | | | | Added an option to have descriptions for user settings.lkito2020-05-241-15/+59
| | | | |
* | | | | Added an optional feature to show bigger emoji-only messages with 3 or less ↵lkito2020-05-216-19/+68
| |_|_|/ |/| | | | | | | | | | | emoji
* | | | add a bit of additional logging to image pasteNicolas Werner2020-05-182-0/+6
| | | |
* | | | Add /roomnick commandNicolas Werner2020-05-183-0/+26
| | | |
* | | | Tag rooms via context menuNicolas Werner2020-05-186-4/+124
| |_|/ |/| |
* | | Implemented optional message body highlighting feature.lkito2020-05-162-5/+23
| | |
* | | Prevent timeline being black on some platformsNicolas Werner2020-05-151-0/+1
| | |
* | | remove #if defined __has_includeCH Chethan Reddy2020-05-151-2/+0
| | |
* | | Change the commit hash for mtxclientCH Chethan Reddy2020-05-152-6/+9
| | |
* | | minor fixesCH Chethan Reddy2020-05-154-38/+42
| |/ |/|
* | Add un-encrypted warning icon for messages in encrypted roomsJoseph Donofry2020-05-142-0/+6
| |
* | Show inline imagesNicolas Werner2020-05-141-0/+4
| | | | | | | | | | (This is such a hack and will probably break, but it works for now for most cases...)
* | Translation updatesNicolas Werner2020-05-105-6/+5
| |
* | Remove shadowing loginMethodNicolas Werner2020-05-101-4/+4
| |
* | Fix not being able to log http status on loginNicolas Werner2020-05-101-1/+1
| |
* | Add SSONicolas Werner2020-05-095-27/+183
| | | | | | | | closes #94
* | Improve Login and Register page hintingNicolas Werner2020-05-093-2/+28
|/
* Merge pull request #192 from Nheko-Reborn/reactionsDeepBlueV7.X2020-05-086-4/+184
|\ | | | | Reactions
| * Remove unused binding nameNicolas Werner2020-05-061-3/+3
| |
| * Fix reaction redaction for real this timeNicolas Werner2020-05-062-0/+5
| |
| * Fix rooms with a lot of reactions not paginating correctlyNicolas Werner2020-05-061-1/+5
| |
| * Show displayname on reactionsNicolas Werner2020-05-063-6/+11
| |
| * Fix reaction countNicolas Werner2020-05-062-15/+12
| |
| * Misc color fixesNicolas Werner2020-05-051-1/+1
| |
| * Basic, broken reaction displayNicolas Werner2020-05-045-2/+171
| |
* | Fix messages being immediately read againNicolas Werner2020-05-062-5/+19
| |
* | Fix joined rooms dropping to the bottom at firstNicolas Werner2020-05-053-7/+51
| |
* | Fix jumpy room list, when sort order is ambiguousNicolas Werner2020-05-051-1/+1
|/
* Fix self counting as read messageNicolas Werner2020-05-041-2/+5
|
* Speed up initial load a bitNicolas Werner2020-05-041-0/+9
|
* Add delete pending_receipts migrationNicolas Werner2020-05-021-1/+42
|
* Add support for db migrationsNicolas Werner2020-05-025-26/+71
|
* Merge pull request #184 from shocklateboy92/features/backlog-progressDeepBlueV7.X2020-05-012-7/+25
|\ | | | | Add visual indication that data is being fetched
| * Run linterLasath Fernando2020-04-301-3/+4
| |
| * Add visual indication that data is being fetchedLasath Fernando2020-04-292-5/+22
| | | | | | | | | | 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.
* | Old Qt doesn't have .get...Nicolas Werner2020-05-011-3/+3
| |
* | Optimize RoomList sortingNicolas Werner2020-04-305-35/+41
| | | | | | | | | | Keep the almost sorted list around and sort by the raw timestamp value instead of doing the expensive toMSecSinceEpoch conversion.
* | Don't store pending receipts in cacheNicolas Werner2020-04-304-170/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | We don't get notified for every message. Sometimes we only get a read receipt for the newest message, which means old read receipts accumulate in the database. This least to some considerable CPU overhead, when checking if the timeline should be notified for new read receipts. Instead just always notify, since that has far less overhead in the worst case and doesn't need complicated cache cleanup. The old pending_receipts db is not removed for now. It should still have minimal storage overhead and we don't have a good mechanism for cache format upgrades atm.
* | Strip reply fallback from plain text bodyNicolas Werner2020-04-301-6/+16
|/
* Make notifications a bit easier to readNicolas Werner2020-04-291-3/+3
|
* Fix high CPU usage on high dpi screensNicolas Werner2020-04-293-16/+25
| | | | Fixes #180
* Send correct orientation for exif rotated imagesNicolas Werner2020-04-261-2/+2
|
* Only prune old messages every 500 syncsNicolas Werner2020-04-261-1/+7
|
* Respect exif rotation of imagesNicolas Werner2020-04-264-13/+38
| | | | | | Sometimes thumbnails still have the wrong dimensions, as they are scaled to fit inside a rectange of the reported size in the image. Not sure, who is wrong there, the media repo or we.
* Fix double percent encoding of invitesNicolas Werner2020-04-241-2/+1
|
* Change decrypt setting againJoseph Donofry2020-04-233-12/+8
|
* Merge branch 'decrypt-sidebar' of ssh://github.com/Nheko-Reborn/nheko into ↵Joseph Donofry2020-04-231-0/+6
|\ | | | | | | decrypt-sidebar
| * Merge branch 'master' into decrypt-sidebarJoseph Donofry2020-04-231-0/+6
| |\
| | * Terminate user color calculation, when no solution can be foundNicolas Werner2020-04-221-0/+6
| | | | | | | | | | | | fixes #172
* | | Change how decrypt value is retrieved from settingsJoseph Donofry2020-04-233-2/+10
|/ /
* | Fix own messages not showing as encryptedNicolas Werner2020-04-231-7/+7
| |
* | Fix encrypted messages not showing a user in the sidebarNicolas Werner2020-04-231-2/+3
| |
* | Add signal/slot for decryption changes in last patchJoseph Donofry2020-04-229-2/+34
| |
* | Add ability to toggle sidebar messages for encrypted roomsJoseph Donofry2020-04-214-3/+24
|/
* Add menu entry to show decrypted sourceNicolas Werner2020-04-212-0/+14
| | | | | Also make hidden entries not consume space in Menus with some qml styles.
* Fix Binding restoreMode warning spamming logsNicolas Werner2020-04-211-4/+2
| | | | fixes #170
* Fix own encrypted images not showing up after sendingNicolas Werner2020-04-211-0/+4
|
* Try to fix messages getting stuck by sometimes sending them twice and never ↵Nicolas Werner2020-04-192-23/+9
| | | | failing them
* Fix registration on constructNicolas Werner2020-04-171-7/+11
|
* Add --debug switchNicolas Werner2020-04-152-1/+8
|
* Cache decrypted eventsNicolas Werner2020-04-141-2/+24
|
* Fix encrypted event indicatorNicolas Werner2020-04-141-5/+5
|
* Remove unused paramtersNicolas Werner2020-04-132-2/+2
|
* Fix reply not closingNicolas Werner2020-04-1312-331/+132
| | | | fixes #124
* Fix notification not being cleared, when read event didn't cause a notificationNicolas Werner2020-04-112-36/+19
|
* Mid color is used for scrollbars it seemsNicolas Werner2020-04-111-2/+2
|
* Clear notifications when event is readNicolas Werner2020-04-117-3/+95
|
* Size reply background by contentsNicolas Werner2020-04-102-11/+16
|
* Add comment on why we surpress some of those log messagesNicolas Werner2020-04-081-6/+12
|
* Add a few missing palette colorsNicolas Werner2020-04-081-19/+22
|
* Fix UserProfile resizingNicolas Werner2020-04-012-13/+9
|
* Set palette globallyNicolas Werner2020-03-302-33/+37
|
* Use palette for qml code for themingNicolas Werner2020-03-292-2/+4
| | | | | Can't do it for QtWidgets code. We need to fully transition, before we can fully switch over probably.
* Removed double-sanitization of ... is typing namesEmi Simpson2020-03-241-1/+1
|
* Try to fix avatars not updating after deletionNicolas Werner2020-03-223-5/+6
|
* Fix high CPU usage on 5XX error codesNicolas Werner2020-03-221-26/+5
|
* Fix avatar not being set for some rooms in the top barNicolas Werner2020-03-221-5/+2
|
* Clean up unused avatar functionsNicolas Werner2020-03-225-28/+4
|
* Fix broken avatars in quick switcherNicolas Werner2020-03-221-2/+7
|
* Better image overlay handling when downloadingAdasauce2020-03-203-6/+20
| | | | | | | | | | - hides the overlay when prompting for download location - cancel re-shows the dialog - success closes the overlay - would be nice to have a return code from the download fn in mtxclient. Closes #140
* Fixed bug caused by me forgetting what types im using (invites appearing at ↵Emi Simpson2020-03-152-2/+2
| | | | the bottom of the list instead of the top when priority sorting was off)
* Place invites on top of room list even when sorting by importance is offEmi Simpson2020-03-151-8/+7
|
* Clean up stray commentEmi Simpson2020-03-151-2/+0
|
* Fixed compatibility with Qt < 5.11Emi Simpson2020-03-151-1/+1
|
* Make toggle in settings revert between old behavior and new behavior for ↵Emi Simpson2020-03-153-23/+26
| | | | sorting by unreads
* Sort room list on setting changeEmi Simpson2020-03-152-1/+10
|
* Foiled by the linter once moreEmi Simpson2020-03-151-4/+1
|
* Made merge compatible with masterEmi Simpson2020-03-154-20/+39
|\
| * Add periods to terminate non-user messages in the timelinePushpam Choudhary2020-03-131-14/+14
| |
| * Make buttons hideable via setting, button contents can still be accessed via ↵Nicolas Werner2020-03-102-0/+21
| | | | | | | | context menu
| * Reduce times we read upload dataNicolas Werner2020-03-081-6/+5
| |
* | Added toggle in the settings to ignore minor eventsEmi Simpson2020-03-157-13/+46
| |
* | Switched room importance to an enumEmi Simpson2020-03-151-2/+20
| |
* | Appease the linterEmi Simpson2020-03-142-11/+13
| |
* | Add a comment explaining room importanceEmi Simpson2020-03-131-0/+5
| |
* | Automatically move rooms down in the list once they've been readEmi Simpson2020-03-131-0/+2
| |
* | Fixed channels appearing out of order when only mentions were present, ↵Emi Simpson2020-03-131-1/+1
| | | | | | | | without any non-mentions
* | Sort room list by room priorityEmi Simpson2020-03-133-10/+39
|/
* Merge pull request #137 from Nheko-Reborn/blurhashDeepBlueV7.X2020-03-0510-32/+185
|\ | | | | Experimental Blurhash support
| * Make blurhash provider asyncNicolas Werner2020-03-042-19/+68
| |
| * Speed up blurhash codeNicolas Werner2020-03-042-16/+5
| |
| * Experimental blurhash implementation (MXC2448)Nicolas Werner2020-03-0310-32/+147
| |
* | Add support for more room events in timelineAdasauce2020-03-032-25/+146
| |
* | Merge pull request #133 from adasauce/member1-and-too-many-othersDeepBlueV7.X2020-03-031-1/+1
|\ \ | |/ |/| total + first member shows as one too many room members
| * total + first member shows as one too many room membersAdasauce2020-03-021-1/+1
| | | | | | | | | | i was confused when a room with me and two friends showed as "user1" and 3 others.
* | Fix avatar layering in room listNicolas Werner2020-03-033-9/+9
|/
* Make small sidebar sizing consistentNicolas Werner2020-02-281-1/+1
|
* Fix encrypted messages being pinned to the bottom after read marker fixNicolas Werner2020-02-281-1/+2
|
* Delete unused variableNicolas Werner2020-02-281-2/+0
|
* Fix high dpi scaling of avatarsNicolas Werner2020-02-284-65/+41
|
* Improve link themingNicolas Werner2020-02-271-0/+2
|
* Wrap error label on login pageNicolas Werner2020-02-251-0/+1
| | | | fixes #30
* Fix stuck unread messages by storing state events in the dbNicolas Werner2020-02-243-14/+40
| | | | | | This may increase the db size by a factor of 1000 in the worst case and it will need some fixes, when we decide to not show some events in the timeline, but it should work for now.
* Improve read status handling in room listNicolas Werner2020-02-231-0/+3
| | | | | | | Only consider the room as unread, if there is a message in the room and only consider message and sticker events as messages. fixes #65
* Use third_party singleapplication helperNicolas Werner2020-02-233-129/+12
| | | | | | | | | This may still not raise the application correctly on some WMs, because they don't allow disturbing the user with windows popping up. I don't think we want to work around that. fixes #84 fixes #113
* Fix RegistrationNicolas Werner2020-02-238-87/+302
| | | | | fixes #97 fixes #51
* remove setStyleSheet calls directly from widget codeAdasauce2020-02-215-27/+0
| | | | | | | | | | | | | | | 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.
* Fix opaque widget in community listNicolas Werner2020-02-212-5/+2
| | | | fixes #126
* Merge pull request #125 from adasauce/118-dark-theme-issuesDeepBlueV7.X2020-02-201-2/+0
|\ | | | | Tooltip and Combobox bugs with Breeze / Dark theme
| * Tooltip and Combobox bugs with Breeze / Dark themeAdasauce2020-02-201-2/+0
| | | | | | | | | | | | | | | | | | | | 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-208-84/+15
| |
* | Clear user colors on theme changeNicolas Werner2020-02-201-0/+3
|/
* Fix html messages sent as just plain textNicolas Werner2020-02-201-1/+1
|
* Use spacing for layouting settingsNicolas Werner2020-02-202-27/+6
|
* Remove constant width, that was wrong.Adasauce2020-02-202-7/+8
| | | | | Use Nico's suggestion to just leverage the width of the field, and leave a comment.
* Clean up variable formatAdasauce2020-02-201-4/+4
| | | | don't use members format camelCaseTail_
* Add constexpr for the minimum formlayout widthAdasauce2020-02-202-7/+9
| | | | | to save on recalculation of the size and having to subtract the margins to do the tally, then re-apply.
* FormLayout cleanupAdasauce2020-02-191-4/+4
| | | | Removed empty labels in favour of a fixed height and bottom alignment.
* Clean up placeholder stringAdasauce2020-02-191-2/+1
| | | | | | | use QString instead of std::string (QStringLiteral doesn't have a constructor with int, str.) remove temp variable, and just deal with it inline.
* Review changes to UserSettingsPageAdasauce2020-02-182-63/+67
| | | | | | | | | | | - Switch to {} widget initialization - set fixed size on the Toggles so they don't scale down vertically - add another setting section for INTERFACE - add a placeholder value for deviceFingerprintValue_ so it can calculate the right size. - fix warnings about `QLayout: Attempting to add QLayout "" to UserSettingsPage "",` in boxWrap - hide widgets properly in Q_OS_MAC - remove mainLayout_ completely - clean up resizeEvent
* Replace QHBoxLayout with QFormLayout in UserSettingsAdasauce2020-02-182-138/+74
| | | | | | | This allows form fields to wrap dynamically when they are too long for the view. This should help mobile and small screen users to configure the app without having to force it into portrait mode, or not be able to reach the settings fields at all.
* Paginationg != Paginating in debug messageAdasauce2020-02-171-1/+1
|
* Don't delete messages received out of order (fixup the flickering fix)Nicolas Werner2020-02-161-11/+1
|
* Try to fix flickering, if sync return event before send completesNicolas Werner2020-02-163-0/+36
|
* Quick hack to enable touch scrolling in settings and room listNicolas Werner2020-02-152-0/+6
|
* Lower general settings margins, if the window is narrowNicolas Werner2020-02-151-1/+12
|
* Merge pull request #117 from adasauce/file-download-pathDeepBlueV7.X2020-02-154-8/+19
|\ | | | | use the standard system download path for file downloads
| * use QStandardPaths locations for all file dialogs.Adasauce2020-02-144-6/+15
| |
| * use the standard system download path for downloadsAdasauce2020-02-141-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | QFileDialog's dir arg (which was set to the incoming file name from the Matrix download) can take a full path to suggest. By prepending QStandardPaths::DownloadLocation, it opens to the system's download folder and proposes the filename as the download name. Using QStandardPaths should make this work on other platforms, and from what I read, its possible for this to return an empty string on platforms where it doesn't support it, so this should essentially revert to the previous functionality if Qt can't determine the system's download location.
* | Merge pull request #116 from sorairolake/feature/japanese-translationDeepBlueV7.X2020-02-141-1/+1
|\ \ | |/ |/| Add Japanese translation
| * Change the initial of the proper noun to uppercaseShun Sakai2020-02-141-1/+1
| | | | | | | | markdown -> Markdown
* | show image dialog fullscreen instead of resizing to the size of the first ↵Nicolas Werner2020-02-133-13/+7
| | | | | | | | desktop
* | Remove move() in ImageOverlayAdasauce2020-02-121-1/+0
|/ | | | | | | it was causing the full screen image overlay to appear on the "primary display" vs. the actual display nheko is running on. removing the move() call makes the overlay follow the window.
* fix c++11 range-loop might detach Qt containerNicolas Werner2020-02-072-2/+2
|
* Don't leak the full file path when sending fileNicolas Werner2020-02-061-1/+1
|
* Fix bug in html tag escapingNicolas Werner2020-02-061-3/+2
|
* Fix linter issueNicolas Werner2020-02-051-1/+4
|
* Fix integer overflow of cachesize on windowsDeepBlueV7.X2020-02-051-1/+1
|
* Make closing the reply popup actually clear the reply messageJoseph Donofry2020-02-043-0/+8
|
* Select first room on startupNicolas Werner2020-02-043-7/+15
|
* modernize: use overrideNicolas Werner2020-02-0410-37/+13
|
* modernize: raw string literalsNicolas Werner2020-02-041-3/+3
|
* modernize: use nullptrNicolas Werner2020-02-0429-43/+43
|
* Improve styling a bitNicolas Werner2020-02-031-3/+3
|
* use room rules for mentionsNicolas Werner2020-02-021-21/+31
|
* Fix <displaynames>Nicolas Werner2020-02-021-1/+1
|
* Add mutingNicolas Werner2020-02-022-5/+87
|
* Merge pull request #112 from Nheko-Reborn/sharp-logoDeepBlueV7.X2020-02-021-1/+1
|\ | | | | 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-311-1/+1
| |
* | more emojisJoseph Donofry2020-02-011-0/+4
| |
* | Remove wildcard mtx.hpp includesNicolas Werner2020-01-314-4/+5
| |
* | Remove even more headersNicolas Werner2020-01-312-3/+1
| |
* | Remove more unneeded headersNicolas Werner2020-01-319-113/+103
| |
* | Remove metatypes from headersNicolas Werner2020-01-3116-43/+42
| |
* | Optimize includes a bitNicolas Werner2020-01-3140-228/+270
| |
* | Add next/prev room shortcutsNicolas Werner2020-01-313-0/+80
|/
* Enable ban and kick button in UserProfile (and try to fix centering)Nicolas Werner2020-01-304-90/+97
|
* Fix build with build system optimizations of mtxclientNicolas Werner2020-01-292-7/+7
|
* Merge branch '0.7.0-dev' of ssh://github.com/Nheko-Reborn/nheko into 0.7.0-devJoseph Donofry2020-01-2813-76/+240
|\
| * Merge branch 'plain-text-messages' into 0.7.0-devNicolas Werner2020-01-2910-75/+230
| |\
| | * Add command for invite,kick,ban and unbanNicolas Werner2020-01-293-9/+102
| | |
| | * Fix newlines in plain text messages againNicolas Werner2020-01-271-1/+1
| | |
| | * Don't send useless formatted_bodiesNicolas Werner2020-01-272-1/+10
| | |
| | * Fix reply rendering without markdown in riotNicolas Werner2020-01-272-12/+36
| | |
| | * Allow sending messages as plain textNicolas Werner2020-01-276-59/+88
| | |
| * | Merge pull request #111 from Nheko-Reborn/better-buildDeepBlueV7.X2020-01-284-1/+10
| |\| | | | | | | Improve build system and dependency bundling.
| | * Add missing thread includeNicolas Werner2020-01-261-0/+1
| | |
| | * Fix misc ci errorsNicolas Werner2020-01-261-1/+1
| | |
| | * Fix include of lmdb++ with hunterNicolas Werner2020-01-262-0/+8
| | |
* | | Change tooltip palette settings for QMLJoseph Donofry2020-01-281-0/+4
|/ /
* / Add initial QML Reply PopupJoseph Donofry2020-01-274-2/+16
|/
* Update emoji to unicode 13.0Nicolas Werner2020-01-241-1361/+4680
|
* Remove translations from reply fallbackNicolas Werner2020-01-241-9/+9
|
* Surpress qt binding warning message until we can depend on qt5.14Nicolas Werner2020-01-231-0/+8
|
* Minor tweak to one instance of QSettings not necessarily using the same ↵Joseph Donofry2020-01-231-1/+1
| | | | settings as everything else
* Switch around dark theme colors again (after looking at some screenshots)Nicolas Werner2020-01-231-3/+3
|
* Show event type string in placeholderNicolas Werner2020-01-232-0/+12
|
* Remove loggin of encrypted message bodyNicolas Werner2020-01-231-2/+0
|
* Implement display of membership eventsNicolas Werner2020-01-232-3/+102
|
* Fix blurry avatarsNicolas Werner2020-01-231-3/+4
| | | | They accidentally used the same state key...
* Increase emoji rangeNicolas Werner2020-01-211-1/+1
|
* Remove useless loggingNicolas Werner2020-01-211-3/+0
|
* Fix room avatars in settingsNicolas Werner2020-01-212-8/+5
|
* Fix colors in typing display, when username contains emojiNicolas Werner2020-01-212-4/+32
|
* Improve emoji escapingNicolas Werner2020-01-211-5/+15
|
* Linkify links before sendingNicolas Werner2020-01-213-13/+33
|
* Remove use of deprecated enumNicolas Werner2020-01-191-2/+1
|
* Try to lower map sizeDeepBlueV7.X2020-01-171-1/+1
| | | | Maybe this fixes the 1mb map size in my windows test environment?
* Move typing display to qmlNicolas Werner2020-01-177-187/+58
|
* Remove embedded fontsNicolas Werner2020-01-161-6/+0
|
* Don't require Qt5.12 just for QByteArray::compareNicolas Werner2020-01-161-2/+2
|