This project is mirrored from https://github.com/Nheko-Reborn/nheko.git.
Pull mirroring updated .
- Jul 26, 2019
-
-
Joe Donofry authored
-
- Jul 25, 2019
-
-
Nicolas Werner authored
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)
-
- Jul 22, 2019
-
-
Joe Donofry authored
Mentions are now an '@' icon in the upper right. UI Popup is now a smaller dialog. Still lots of work to be done here.
-
Nicolas Werner authored
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.
-
- Jul 21, 2019
-
-
Nicolas Werner authored
fixes "Attribute Qt::AA_EnableHighDpiScaling must be set before QCoreApplication is created."
-
- Jul 17, 2019
-
-
Joe Donofry authored
-
Joe Donofry authored
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.
-
- Jul 05, 2019
-
-
Joe Donofry authored
-
Joe Donofry authored
-
Joe Donofry authored
-
Joe Donofry authored
Update to mtxclient 0.3.0
-
- Jul 04, 2019
-
-
Joe Donofry authored
-
- Jul 03, 2019
-
-
Nicolas Werner authored
-
- Jun 27, 2019
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- Jun 15, 2019
-
-
Joe Donofry authored
-
- Jun 14, 2019
-
-
Joe Donofry authored
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.
-
- Jun 12, 2019
-
-
Joe Donofry authored
-
Joe Donofry authored
-
Joe Donofry authored
-
Joe Donofry authored
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).
-
- Jun 09, 2019
-
-
Joe Donofry authored
-
- May 27, 2019
-
-
Joe Donofry authored
-
Joe Donofry authored
-
- May 01, 2019
-
-
Nicolas Werner authored
-
Nicolas Werner authored
Parsing html as xml has inherent problems, most notable there are many matrix clients that don't escape ampersands in urls of mx-replies, etc. (See issue #18) This also removes the replacement of <mx-reply> as it isn't strictly needed. Also the QRegExp is replaced with the Qt5 QRegularExpression for perfomance and because it supports lookahead and lookbehind. I'm pretty sure that the original code also replaced href="" with href=\"\", which was probably wrong, but I'm not to sure about that. Fixes #18
-
- Apr 04, 2019
-
-
Joe Donofry authored
-
- Mar 27, 2019
-
-
Joe Donofry authored
(requires mtxclient updates as well).
-
- Mar 03, 2019
-
-
Vladyslav tronko authored
-
Vladyslav Tronko authored
-
- Feb 25, 2019
-
-
Joe Donofry authored
-
- Feb 24, 2019
-
-
Joe Donofry authored
-
- Feb 17, 2019
-
-
Andrew Johnson authored
-
- Feb 08, 2019
-
-
Joe Donofry authored
Colors are generated asynchronously now and the TimelineItem is updated when the color generation finishes. This allows the UI to stay responsive while new colors are being generated.
-
- Feb 07, 2019
-
-
rnhmjoj authored
-
- Jan 30, 2019
-
-
Joe Donofry authored
When opening images in the full-screen overlay, there is now a download button next to the close button. This button utilizes the same functionality as the right-click->save image button.
-
- Jan 26, 2019
-
-
Joe Donofry authored
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.
-
Joe Donofry authored
This reverts commit 4b807229.
-