summary refs log tree commit diff
path: root/src/dialogs/ImageOverlay.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersNicolas Werner2021-03-051-16/+4
|
* show image dialog fullscreen instead of resizing to the size of the first ↵Nicolas Werner2020-02-131-11/+6
| | | | 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.
* modernize: use nullptrNicolas Werner2020-02-041-1/+1
|
* Fix section layout issues and pagination issuesNicolas Werner2019-11-231-1/+0
| | | | | | | 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.
* Fix deprecated function call issues with Qt 5.13Joseph Donofry2019-07-041-1/+4
| | | | Update to mtxclient 0.3.0
* Add download button to ImageOverlayredsky172019-01-301-0/+10
| | | | | | 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.
* Consider the scale ratio when scaling down imagesKonstantinos Sideris2018-08-011-1/+1
| | | | fixes #393
* Move all files under src/Konstantinos Sideris2018-07-171-0/+106