summaryrefslogtreecommitdiff
path: root/graphics/ksnip/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* graphics/kcolorpicker: Update to 0.3.1Jason E. Hale2024-05-012-13/+4
|
* graphics/kcolorpicker: Update to 0.3.0Jason E. Hale2024-01-262-0/+27
| | | | | | | | graphics/kimageannotator: Update to 0.7.0 Flavorize both ports for qt5 and qt6 variants and update consumers. While here, drop several unused deps for graphics/gwenview.
* Update graphics/{ksnip,kimageannotator} to latest upstream releaseAdriaan de Groot2021-03-232-28/+0
| | | | | | | | | | | | | Release notes are at https://github.com/ksnip/ksnip/releases/tag/v1.8.2 (app) https://github.com/ksnip/kImageAnnotator/releases/tag/v0.4.2 (lib) Straightforward bugfixes, mostly. Reported by: portscout Notes: svn path=/head/; revision=569022
* Update graphics/{kimageannotator,ksnip} to latest upstream releaseAdriaan de Groot2021-02-1516-180/+28
| | | | | | | | | | | | | | | | | | | These two go together, so they update together. Upstream has merged all the build-fixes from the previous ports version, and the one new fix is already reported and merged upstream thanks to OpenBSD. Release notes are at https://github.com/ksnip/ksnip/releases/tag/v1.8.1 with notable changes - Allow changing adorner color for rect area selection. (#519) - Default font for numbering tool change to Arial. (#200) - kImageAnnotator: Horizontally align text inside spin box. (#203) - kImageAnnotator: Change zoom with mouse wheel to CTRL+Wheel. (#210) Reported by: portscout Notes: svn path=/head/; revision=565303
* Patch UB in graphics/ksnipAdriaan de Groot2020-12-304-0/+44
| | | | | | | | | | | | | | | | | Various functions did if-linux-else-windows-else-apple, leaving us behind; when those functions are supposed to return a value, but don't, that's Undefined Behavior. It's allowed to crash, or do something else. There were already patches adding the "other" case, here's a handful more of them. I chose to patch the existing port, rather than trying to chase an update to the recently-released 1.8.0, because that's a little less work *right now*. PR: 252229 Reported by: Guido Kollerie Notes: svn path=/head/; revision=559684
* Update graphics/ksnip to latest upstream revisionAdriaan de Groot2020-08-133-5/+16
| | | | | | | | | | | | | | - various bugfixes - files installed to more "standard" locations Release notes at (2 links, we skipped one release) https://github.com/ksnip/ksnip/releases/tag/v1.7.3 https://github.com/ksnip/ksnip/releases/tag/v1.7.2 Reported by: portscout Notes: svn path=/head/; revision=544799
* New port graphics/ksnipAdriaan de Groot2020-06-249-0/+125
This is a multi-platform screenshotting tool, integrating well with KDE Plasma, GNOME Shell, etc. under both X11 and Wayland. It supports extensive screenshot annotations and multiple captures (useful for looking at UI changes in something you're working on). There's a bunch of patches, but they're all trivial and have been reported upstream. Notes: svn path=/head/; revision=540027