summary refs log tree commit diff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-07-27Translated using Weblate (English)Joseph Donofry1-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/
2019-07-26Ignore badge label macos deprecationsJoseph Donofry1-0/+4
2019-07-26Remove uneeded log messageJoseph Donofry1-1/+0
2019-07-26Fix bug with emoji font setting and clean lintingJoseph Donofry8-41/+42
2019-07-26Add emoji text selection option for non-macJoseph Donofry4-7/+61
2019-07-25Improve layout of Emoji PickerNicolas Werner7-13/+55
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)
2019-07-21Update Mentions UIJoseph Donofry6-10/+36
Mentions are now an '@' icon in the upper right. UI Popup is now a smaller dialog. Still lots of work to be done here.
2019-07-22Fix copy and pasting image from clipboardNicolas Werner4-6/+27
If the QMimeData contains an image, it actually has a mime type of application/x-qt-image. At least in some cases accessing the image/* data returns a 0 length array. Accessing the data via ->imageData works however. So we use that as our accessor and pass it to the preview dialog.
2019-07-22Actually set attributes before starting the appNicolas Werner1-1/+1
fixes "Attribute Qt::AA_EnableHighDpiScaling must be set before QCoreApplication is created."
2019-07-16Fix linting issuesJoseph Donofry5-47/+46
2019-07-16Add User Mentions DialogJoseph Donofry10-2/+652
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.
2019-07-05Update Travis webhook URL for new nheko roomJoseph Donofry1-1/+1
2019-07-05Fix additional Qt version issueJoseph Donofry1-0/+4
2019-07-04Fix support for Qt versions < 5.11Joseph Donofry8-12/+56
2019-07-04Fix formatting issuesJoseph Donofry7-12/+16
2019-07-04Fix deprecated function call issues with Qt 5.13Joseph Donofry18-34/+97
Update to mtxclient 0.3.0
2019-07-04Fix some linting issuesJoseph Donofry2-7/+8
2019-07-04Show room version in settingsNicolas Werner11-72/+227
2019-07-03Bump mtxclient requirementNicolas Werner1-2/+2
fixes #9
2019-06-27Fix typo in log messageNicolas Werner1-1/+1
2019-06-27Reconfigure server url, when requested by login responseNicolas Werner1-0/+6
2019-06-27Support well-known for server discoveryNicolas Werner9-690/+3096
2019-06-27Fix santizize=undefined warning (overflow)Nicolas Werner2-4/+4
2019-06-26Removed RPATH from compiled binaries.Vitaly Zaitsev1-0/+2
Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
2019-06-14Further UI Updates to Rich RepliesJoseph Donofry6-15/+29
2019-06-13Further Improve Reply FunctionalityJoseph Donofry15-74/+177
Quoted replies now include matrix.to links for the event and the user. UI Rendering has been (slightly) improved... still very WIP. Restructured the reply structure in the code for future usability improvements.
2019-06-11Add style for reply popup. Fix ALL of the linting issuesredsky1712-16/+23
2019-06-11Fix lambda capture and lint issuesredsky172-2/+4
2019-06-11Fix linting issueJoseph Donofry1-2/+1
2019-06-11Initial Support for Rich RepliesJoseph Donofry11-254/+411
Add placeholder UI for showing replies in the text entry widget. Existing quoting capability has been removed (Temporarily), as it was replaced with the new reply capability. Replies sent from nheko do not currently appear correctly in the timeline (this will be fixed in a future commit).
2019-06-09Add initial support for rich replies to nhekoJoseph Donofry10-9/+65
2019-06-06Update CHANGELOG.md with 0.7.0 changes thus farJoseph Donofry1-0/+10
2019-05-30Update CHANGELOG.md with 0.7.0 changes thus farJoseph Donofry1-0/+9
2019-05-27Update mtxclient versionredsky171-2/+2
2019-05-27Fix linting issuesredsky172-18/+16
2019-05-27Add reply and menu buttons to TimelineItemredsky174-3/+56
2019-05-22Update to v0.6.4Joseph Donofry6-10/+33
2019-05-22Minor build tweaksJoseph Donofry3-3/+11
2019-05-22Update mtxclient version and build argsJoseph Donofry2-3/+3
2019-05-19Replicate AppVeyor JSON Install from mtxclient:Joseph Donofry1-1/+3
https://github.com/Nheko-Reborn/mtxclient/commit/023177170c4
2019-05-15Update nightly badge linkJoseph Donofry1-1/+1
2019-05-15Fix flathub badge sizeJoseph Donofry1-1/+1
2019-05-15Fix flathub badge sizeJoseph Donofry1-1/+1
2019-05-15Fix flathub badge sizeJoseph Donofry1-1/+1
2019-05-15Update flathub linkJoseph Donofry1-1/+2
2019-05-14Update appdata.xmlJoseph Donofry1-2/+26
2019-05-12Update to newer mtxclient to allow optional static linkingJoseph Donofry2-2/+3
2019-05-12Attempt to make travis build with more coresJoseph Donofry1-0/+2
2019-05-09Update Travis Install ScriptJoseph Donofry1-0/+3
Add new key for ubuntu repo that causes travis to fail.
2019-05-08link boost dynamicallyredsky172-2/+3
2019-05-08Update mtxclient verredsky171-2/+2
2019-05-08Update to boost 1.69.0 to attemp travis fixredsky171-5/+4
2019-05-01Remove 'error on unset' for travis buildsredsky172-2/+2
2019-05-01Remove unset var causing error due to Qt scriptredsky171-1/+1
2019-05-01Use bash instead of sh because the qt env script needs to be run under bash.redsky171-1/+1
2019-05-01Fix Travis GPG-related build errorredsky171-0/+3
2019-05-01Raw string literals not allowed in MOC headers on OSXNicolas Werner1-3/+3
2019-05-01