Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

ksnip

Creating an open source screenshot tool that works on many hardware platforms
Collective - Host: opensource - https://opencollective.com/ksnip - Website: http://ksnip.org - Code: https://github.com/ksnip

Dont store annotation configuration

github.com/ksnip/kImageAnnotator - efb086dc113b95b2173755f1ec1ca31351979e0e authored over 6 years ago
Use cmake autorcc to generate icon resources

github.com/ksnip/kImageAnnotator - 13189f18cbe26732c761048b83d10ec6f21eb91f authored over 6 years ago
Extract method for every property in properties factory

github.com/ksnip/kImageAnnotator - 33ff6b7d1b640984f150dde8cd4132b975affcfa authored over 6 years ago
Add unit test for setting shadowEnabled in prorperties

github.com/ksnip/kImageAnnotator - 4cabca26db4b5759cdfe80dc7d2667c0c60aadf3 authored over 6 years ago
Disable shadow for marker tool

github.com/ksnip/kImageAnnotator - 4442d3aaf35e718d01054741ec2037270411e6e7 authored over 6 years ago
Fix formating in readme file

github.com/ksnip/kImageAnnotator - 75c9978bf0606e9fad0dbcffb0282ed0f66524fb authored over 6 years ago
Fix numbering in build from source section

github.com/ksnip/ksnip - 8d5de8b1e0053e2446656ae6f6aa402e9d95c3bd authored over 6 years ago
Add instruction for building from source

github.com/ksnip/kImageAnnotator - 9733eb683100ac37a662ece21682b5c8856e12a4 authored over 6 years ago
Lower qt dependency to 5.6.1

github.com/ksnip/kImageAnnotator - 7a3699c04560a1adb58b4b6199ff502382c2357d authored over 6 years ago
Fix broken unit tests

github.com/ksnip/kImageAnnotator - 441aace1ad8519618ded5cd5e71000a90c8f4b64 authored over 6 years ago
Fix build issue with not generated icon resource on first build

The cmake files had and error where creating the executable
was expecting the generated resource...

github.com/ksnip/kImageAnnotator - 6225dc6673d125c119c875f8e583e3c4975b12f6 authored over 6 years ago
Update screenshot in readme

github.com/ksnip/kImageAnnotator - a41b52da1ec6e73ba578e8bb7738715de4146510 authored over 6 years ago
Fix compile error due to Wformat-security

github.com/ksnip/ksnip - f23aa95c1591e2649b633e9d360c80686123ecfd authored over 6 years ago
Fix compile error due to Wformat-security

github.com/ksnip/ksnip - 0dcd45a90c6587596a3cd3cd5932770e7edba678 authored over 6 years ago
Cleanup header guards

github.com/ksnip/kImageAnnotator - 1cc40e1cdd325558e95edbf22546af6f48a5dd2a authored over 6 years ago
Add some space around annotationArea in view

github.com/ksnip/kImageAnnotator - 7c6ba516cfa3d546e11238a13579730c1a002346 authored over 6 years ago
Add shape helper smoothOut unit tests

github.com/ksnip/kImageAnnotator - d2b48082105172cc77b16b52b55364fa8d95271d authored over 6 years ago
Add unit test for math help getdistanceBetweenPoints

github.com/ksnip/kImageAnnotator - 76348a4fec3a7f6b21fbe973361ab5bfc2752296 authored over 6 years ago
Fix strange smooth out path start and end point

github.com/ksnip/kImageAnnotator - a123a4823403479363e96f3de9aa97ebe49a2d4d authored over 6 years ago
Add smooth out function to painter path

github.com/ksnip/kImageAnnotator - f2abb0b7425a895a2a6b0ea42fde8664251668ef authored over 6 years ago
Fix handles not correctly shown for path items. #17

github.com/ksnip/kImageAnnotator - 7103a255e6d60e8c889e5b1741a1937054488d8c authored over 6 years ago
Rename shape helper unit tests

github.com/ksnip/kImageAnnotator - cfdbda1a453b6b97348906be68799ffd144f1de0 authored over 6 years ago
Add unit tests for shape helper

github.com/ksnip/kImageAnnotator - 08e32aa3410040a4d591459d336859535531270a authored over 6 years ago
Add hidding resize handles of only current resize handler

github.com/ksnip/kImageAnnotator - 7be5d3cd54a25862f39e0a6b262ecb54f7a70cbd authored over 6 years ago
Remove not existing methods calls

github.com/ksnip/kImageAnnotator - 11f6303f69973c8ec0abdfe2f5ab903a29f85a84 authored over 6 years ago
Remove hover handling in abstractAnnotationItem

github.com/ksnip/kImageAnnotator - c0a248ee6921a7ad9590264e82f137c77b8e8060 authored over 6 years ago
Use marker in tool factory

github.com/ksnip/kImageAnnotator - ba8b8fd4d57e7337c4386e5f0e7eb032fd44af93 authored over 6 years ago
Remove unused icons and add marker icon

github.com/ksnip/kImageAnnotator - aae556d1bc5aefd877bcc2e6a700f5f5cd4ac0ac authored over 6 years ago
Add marker to tool enum and tool selection widget

github.com/ksnip/kImageAnnotator - ca4276b5e9e2e3473bdc4cc056ef3a5808838343 authored over 6 years ago
Use shape helper in abstract annotation rect

github.com/ksnip/kImageAnnotator - 9692fe42f549c7f288cbdbe6b705ff9ae8f2de58 authored over 6 years ago
Set min resize width and height

github.com/ksnip/kImageAnnotator - 6c2f0d5b2204a81966548494da8a03d929d2b01e authored over 6 years ago
Fix incorrect index used for opposite site, in setPointAt

github.com/ksnip/kImageAnnotator - 730563341279b51d113bb844c50565ef7e41cb78 authored over 6 years ago
Refactor abstract annotation path, extract rect manipulation logic to helper class

github.com/ksnip/kImageAnnotator - e2791142db767645677a9e821cfea56f52631233 authored over 6 years ago
Merge branch 'master' into addPenItem

github.com/ksnip/kImageAnnotator - 2293f2c0556b270138e3907f575fb6f086c42db5 authored over 6 years ago
Add unit test for resize undo command

github.com/ksnip/kImageAnnotator - 4d7dee9706aeb308cc1e62c5a59b85bcecc4ed1c authored over 6 years ago
Fix resize undo command merge when resizing with different handles

github.com/ksnip/kImageAnnotator - 54bee45702f75520a88de999a8be1b540192726e authored over 6 years ago
Add basic resize capability for path items

github.com/ksnip/kImageAnnotator - 1e9a39411d9787db75ce20acf7f24aae7a7e32c7 authored over 6 years ago
Fix item factory unit test

github.com/ksnip/kImageAnnotator - b7e7eb40a3a15347c83d8508279eb3ba75927b05 authored over 6 years ago
Extract rect resize handles logic to abstract class and use for rect and path resize handles

github.com/ksnip/kImageAnnotator - 312ff02c3ce042259d2cb5926af6a492ca13ba85 authored over 6 years ago
Add resize handles for path items. #14

github.com/ksnip/kImageAnnotator - d356d38e12fee34885f8621b83a635cf1f298b86 authored over 6 years ago
Cleanup redundant virtual flag

github.com/ksnip/kImageAnnotator - 82f024a21e188004616dd1a9ee5d0e759c461c9c authored over 6 years ago
Add annotation pen to widget visibility switcher and item factories. #14

github.com/ksnip/kImageAnnotator - 9a3f2496ae96bf81decc2ceb62d27cca7a10f9bd authored over 6 years ago
Add missing pure virtual methods to AbstractAnnotationPath. #14

github.com/ksnip/kImageAnnotator - 6983fe2b0aedaa265c25d78e911a0cfad6245796 authored over 6 years ago
Add pen annotation item. #14

github.com/ksnip/kImageAnnotator - 90ba50f20f7b203a5901b3a093e3fe3afb6b09de authored over 6 years ago
Add abstract path annotation item. #14

github.com/ksnip/kImageAnnotator - 5f3ff8af52cb6f7ba989c04274ef940ce8ae8d3f authored over 6 years ago
Add pen to tool picker. #14

github.com/ksnip/kImageAnnotator - 13052719fae1f66a29608981c85ae41a7633a570 authored over 6 years ago
Add pen to tool enum. #14

github.com/ksnip/kImageAnnotator - 2fe8395555be7c4d02d0fc936a437210dafd199d authored over 6 years ago
Use list initializer in abstract rect item

github.com/ksnip/kImageAnnotator - cd8040d65f96782eb83ffc1bb45258d1b7082975 authored over 6 years ago
Change hover color for testing purpose

github.com/ksnip/kImageAnnotator - ed6401a1712222327c1741b75b0a8d592e07d112 authored over 6 years ago
Hide resize handles when resizing before starting to move

github.com/ksnip/kImageAnnotator - 191d33d211a93b2252838d0105c8018334890e44 authored over 6 years ago
Improve settings option description. #107

github.com/ksnip/ksnip - bcd9c6001a212c350028610a8cb3122916568850 authored over 6 years ago
Fix typo in readme

github.com/ksnip/kImageAnnotator - eb87762a4fb81ced84c47810358eefd3cd6683ad authored over 6 years ago
Enable hover effect on items when items not selected. #11

github.com/ksnip/kImageAnnotator - 8ad035d768cb7267937a0273cc42f73ddaa72330 authored over 6 years ago
Add hover effect handling on AbstractAnnotationItem

github.com/ksnip/kImageAnnotator - 531dc66d9fb0ffc747c305d80aeff4653b2069a2 authored over 6 years ago
Extract shadow effect in own class. #11

github.com/ksnip/kImageAnnotator - 339d872e7fd8770f69e75be8add13bf1a170cbf9 authored over 6 years ago
Hide resize handles of all selected items while moving items. #12

github.com/ksnip/kImageAnnotator - 038f13e45a4ddfaf431148e2ccbe9200c8903d72 authored over 6 years ago
Hide resize handles while resizing item. #12

github.com/ksnip/kImageAnnotator - 716e2fc0e7fdc0d9ed5fd768ec939500218319dd authored over 6 years ago
Change selection rect from solid to dashed line

github.com/ksnip/kImageAnnotator - 4262263a7a8bfb072b00402d04c5da941baf7cee authored over 6 years ago
Fix antialiasing issue with odd pen widths

github.com/ksnip/kImageAnnotator - 8de4750fe4a1f063d7fcdf3364800b5f507b0f94 authored over 6 years ago
Rename tooltips for annotation items

github.com/ksnip/kImageAnnotator - 1bab416dc597341f00b7a9da072752f3f1cbd932 authored over 6 years ago
Remove reference to mainWindow from SettingsDialog

github.com/ksnip/ksnip - b02e9592acac89fb665bba36a539eb04c058dcaa authored over 6 years ago
Add translate macro around Capture Uploader notifications

github.com/ksnip/ksnip - 8bfef1a51f72d040b7c9bf75c42a97b60bfcccaf authored over 6 years ago
Replace imgurUpload with CaptureUploader in MainWindow

github.com/ksnip/ksnip - 54aa412502f73e061e8356326c2ed9c7af504c49 authored over 6 years ago
Add wrapper around imgur uploader

github.com/ksnip/ksnip - 0460bf09914260270b68c5971d7545531a1cde6a authored over 6 years ago
Set CMP0071 to new, supressing build warning

github.com/ksnip/ksnip - 0d43b24bcad399a4bb91022f20ff8a1c1acc313f authored over 6 years ago
Extract print related code to own class

github.com/ksnip/ksnip - 7c176f2dd5b339144703800c94f9270e27bf96f5 authored over 6 years ago
Move popupQUestion method to own helper class

github.com/ksnip/ksnip - 1b933bc40db9aefc9dc3ee7f380fd8ddfc3fd1e7 authored over 6 years ago
Updated settings description to correctly represent new behavior

github.com/ksnip/ksnip - 66d3f71b4e7a3d9775eb1b08f55a6a35b269b0ac authored over 6 years ago
Fix triggering new capture discards unsaved changes. #89

github.com/ksnip/ksnip - 97288ca53ac07ab25e98858e61ef63514f046697 authored over 6 years ago
Fix incorrect path in CMakeList

github.com/ksnip/ksnip - 77e8b1093224e3406b8a970c4fc650592582a5bd authored over 6 years ago
Rename StringFormattingHelper to FilenameFormatter and move to common/formatter directory

github.com/ksnip/ksnip - 3c123303c51bab58d8d5434b28025f696b749c6f authored over 6 years ago
Refacto config store to have a single properties getter and setter method for all tools

github.com/ksnip/ksnip - e921414a5ef22929d4c86bb3218940ebe9075eb4 authored over 6 years ago
Refacto config store to have a single fill getter and setter method for all tools

github.com/ksnip/ksnip - 6ae11acaa57ca478609e566469403b3666cc385a authored over 6 years ago
Refacto config store to have a single color getter and setter method for all tools

github.com/ksnip/ksnip - 5618de77461d12a17a8db156508162a08bd5cb30 authored over 6 years ago
Refacto config store to have a single size getter and setter method for all tools

github.com/ksnip/ksnip - 6cdbc5f3e7139c63286b9a7b748bb2411744928c authored over 6 years ago
Change mainWindow implewmentation to use captureModePicker

github.com/ksnip/ksnip - f77a49a22433ab16e5b83b7c89c7877b8c4d6070 authored over 6 years ago
Add picker button for capture mode

github.com/ksnip/ksnip - 2b0bb1be315867f8209f18f96dc2a806fc9bbb5d authored over 6 years ago
Store supported capture modes in image grabbers in a list and return list when required

github.com/ksnip/ksnip - 5e5bc3a136382b6631b8c1458c9834241e109c7c authored over 6 years ago
Move paintMode enum to common/enum directory

github.com/ksnip/ksnip - d5ec76d6731d0a4a5b1e8b00c7747d279cbe722b authored over 6 years ago
Extract tool picker to own class

github.com/ksnip/ksnip - 851c16a4a16dce38cdc68d6d278b13fd13c355ae authored over 6 years ago
Fix 'option not defined' CLI message when encountering unsuported capture mode

github.com/ksnip/ksnip - 8f7677118ae88deceff8fd63e5a8fee791dca644 authored over 6 years ago
Update changelog #103

github.com/ksnip/ksnip - 630d9d2b432722a4ca98cab1de7ba40290fd7448 authored over 6 years ago
Add feature to save screenshot from CLI without opening editor. #103

github.com/ksnip/ksnip - 830e09b4d2f206e143a9a0ccf4ef2f54497f332d authored over 6 years ago
Change CLI capture behaviro to open screenshot in editor after capturing

github.com/ksnip/ksnip - 3241167dae54e46fcb66a53d4fb7bb439c0483bb authored over 6 years ago
Refactor method for triggering screenshot and extract delay handling to own class

github.com/ksnip/ksnip - fe91d72c4db8b6120861bf17f1c64b2e46008954 authored over 6 years ago
Refactor imageGrabberFactory to be static

github.com/ksnip/ksnip - 0aee96a6993b7aef93687b03721f1d3e4e06d3c8 authored over 6 years ago
Refactore command line parser configuration

github.com/ksnip/ksnip - 8e3693fc4a19e73514bcc2b78bcd48cd1ba513dc authored over 6 years ago
Move helper classes to common directory and change directory structure

github.com/ksnip/ksnip - 5f2a48df5c185952871758d25528dcf9c08da568 authored over 6 years ago
Update changelog. #105

github.com/ksnip/ksnip - e1ac1cfab68e7853df51b997e1459e5cf13aaf16 authored over 6 years ago
Should not run default capture mode when -e flag set. #105

github.com/ksnip/ksnip - e7928349884b0e6a1b1bd55b18b075cfe5ec3ef5 authored over 6 years ago
Merge pull request #102 from perk11/patch-1

Add spaces at the end of 2 lines to README.md

github.com/ksnip/ksnip - 97309de8886c496a04cd384778b039220537f0bb authored over 6 years ago
Add spaces at the end of 2 lines to README.md

This fixes display of 2 commands on the same line, making them look as one command.

github.com/ksnip/ksnip - 71608c75bac3019f8a906abbd082110f65ced578 authored over 6 years ago
Add unit tests for ShapeHelper LineExtend #6

github.com/ksnip/kImageAnnotator - 23d4704666b34e8cea7d91bed720181cd2f1c5ea authored over 6 years ago
fixed unit tests #6

github.com/ksnip/kImageAnnotator - a01fee61ee1387068cb3ec693d3aaecf7c69dc8b authored over 6 years ago
fixing resize handle position for line item

github.com/ksnip/kImageAnnotator - 4603085936745f24c7e7e16e09b84af3ea1f2f39 authored over 6 years ago
added screenshot to readme file

github.com/ksnip/ksnip - 0e7b50e71615650e0aab58460a7e983b0a6e903d authored over 6 years ago
added unit tests for shapeHelper

github.com/ksnip/kImageAnnotator - 57d6d888ba2cb0b5061ba51085ec5c5da77dec5f authored over 6 years ago
fixed broken tests

github.com/ksnip/kImageAnnotator - 4a6d2cedd403464d825f8381ea2306f5aed3947a authored over 6 years ago