This project is mirrored from https://github.com/Nheko-Reborn/nheko.git.
Pull mirroring updated .
- Jun 05, 2020
-
-
Nicolas Werner authored
fixes #214
-
- May 26, 2020
-
-
Nicolas Werner authored
-
- May 18, 2020
-
-
Nicolas Werner authored
-
- Mar 31, 2020
-
-
Nicolas Werner authored
-
- Feb 23, 2020
-
-
Nicolas Werner authored
fixes #97 fixes #51
-
- Feb 15, 2020
-
-
Adasauce authored
-
- Feb 13, 2020
-
-
Nicolas Werner authored
-
Adasauce authored
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.
-
- Feb 04, 2020
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- Feb 02, 2020
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- Jan 31, 2020
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- Jan 30, 2020
-
-
Nicolas Werner authored
-
- Jan 21, 2020
-
-
Nicolas Werner authored
-
- Dec 15, 2019
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- Dec 14, 2019
-
-
Nicolas Werner authored
-
- Nov 23, 2019
-
-
Nicolas Werner authored
No idea, why apply visitor doesn't work with temporaries?
-
Nicolas Werner authored
-
Nicolas Werner authored
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.
-
- Aug 26, 2019
-
-
Nicolas Werner authored
-
- Aug 10, 2019
-
-
Joe Donofry authored
Cache user mentions when they are retrieved from the server. This logic currently isn't being utilized by the UI. Additionally, the app should use a 'since' value to only get mentions newer than those stored in the DB, to avoid excessive web requests. This will be implemented in a future commit.
-
- Jul 29, 2019
-
-
Joe Donofry authored
-
Joe Donofry authored
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.
-
- Jul 28, 2019
-
-
Nicolas Werner authored
-
Nicolas Werner authored
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
-
- Jul 22, 2019
-
-
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 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
Update to mtxclient 0.3.0
-
- Jul 04, 2019
-
-
Joe Donofry authored
-
- Jul 03, 2019
-
-
Nicolas Werner authored
-
- Feb 24, 2019
-
-
Joe Donofry 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.
-
- Sep 30, 2018
-
-
Konstantinos Sideris authored
-
Konstantinos Sideris authored
-