summary refs log tree commit diff
path: root/src/dialogs/ImageOverlay.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Port image overlay to qmlNicolas Werner2022-01-021-102/+0
| | | | | | Allows you to zoom and pan now. relates to #647
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* use more literalsNicolas Werner2021-12-291-2/+2
|
* Some qt6 prepNicolas Werner2021-12-281-1/+0
|
* Added window role to image overlayThulinma2021-12-051-0/+1
|
* Change indentation to 4 spacesNicolas Werner2021-09-181-54/+53
|
* lintingkirp2021-08-111-2/+1
|
* change slot close, to signal closingkirp2021-08-111-2/+3
|
* add shortcut Escape button for closing images issues 672kirp2021-08-111-0/+2
|
* 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