Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | linting | kirp | 2021-08-11 | 1 | -2/+1 |
| | |||||
* | change slot close, to signal closing | kirp | 2021-08-11 | 1 | -2/+3 |
| | |||||
* | add shortcut Escape button for closing images issues 672 | kirp | 2021-08-11 | 1 | -0/+2 |
| | |||||
* | Update license headers | Nicolas Werner | 2021-03-05 | 1 | -16/+4 |
| | |||||
* | show image dialog fullscreen instead of resizing to the size of the first ↵ | Nicolas Werner | 2020-02-13 | 1 | -11/+6 |
| | | | | desktop | ||||
* | Remove move() in ImageOverlay | Adasauce | 2020-02-12 | 1 | -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 nullptr | Nicolas Werner | 2020-02-04 | 1 | -1/+1 |
| | |||||
* | Fix section layout issues and pagination issues | Nicolas Werner | 2019-11-23 | 1 | -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.13 | Joseph Donofry | 2019-07-04 | 1 | -1/+4 |
| | | | | Update to mtxclient 0.3.0 | ||||
* | Add download button to ImageOverlay | redsky17 | 2019-01-30 | 1 | -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 images | Konstantinos Sideris | 2018-08-01 | 1 | -1/+1 |
| | | | | fixes #393 | ||||
* | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 1 | -0/+106 |