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

added unit tests for itemModifier

github.com/ksnip/kImageAnnotator - 1f3b55f3711e7402f02c058f587c5ad7c211de9f authored almost 7 years ago by Damir Porobic <[email protected]>
moved enums to own directory

github.com/ksnip/kImageAnnotator - 371f0b913d8dff2f563ea2a3642016573992324c authored almost 7 years ago by Damir Porobic <[email protected]>
minor cleanup in numbering tool

github.com/ksnip/kImageAnnotator - 131a3fb5cba87763e24bfeb55c21de9f74d3907c authored almost 7 years ago by Damir Porobic <[email protected]>
added numbering tool

github.com/ksnip/kImageAnnotator - cd1fa38030f4634a6413f4e337cc6c4543dfbd6b authored almost 7 years ago by Damir Porobic <[email protected]>
added unit tests

github.com/ksnip/kImageAnnotator - 0c8a7283f4170f2f8a21f05ea184c2bd29416ba8 authored almost 7 years ago by Damir Porobic <[email protected]>
fixed control point drag ignores click offset

github.com/ksnip/kImageAnnotator - 2b4dd86f3221df17ccd5eb731e093361edf9a466 authored almost 7 years ago by Damir Porobic <[email protected]>
fixed clicking twice required to move item

github.com/ksnip/kImageAnnotator - 01a1789da02ca145d63c2ebaf97fca0370f6d090 authored almost 7 years ago by Damir Porobic <[email protected]>
cleanup on picker widgets

github.com/ksnip/kImageAnnotator - ff1d821c8f621b2f8b77fd343e80221f34ecc4e8 authored almost 7 years ago by Damir Porobic <[email protected]>
improved style for size and fill picker

github.com/ksnip/kImageAnnotator - 1cd582d59adfb585fcb45a3297123686f34be5c0 authored almost 7 years ago by Damir Porobic <[email protected]>
added unit test fir fillPicker

github.com/ksnip/kImageAnnotator - 685999cd1c2ff2ef6a8eebed43b5638f0478d429 authored almost 7 years ago by Damir Porobic <[email protected]>
added properties factory

github.com/ksnip/kImageAnnotator - ac5959ff0579e3cb504ca427a8c1b8460979b0a9 authored almost 7 years ago by Damir Porobic <[email protected]>
added size picker

github.com/ksnip/kImageAnnotator - bec89653e4ef0c622869f4d2ab8fe54a87751c89 authored almost 7 years ago by Damir Porobic <[email protected]>
added unit tests for size picker

github.com/ksnip/kImageAnnotator - 8c86f8bff9355ef5a1bc7bd5dc4e01f5543fc1d2 authored almost 7 years ago by Damir Porobic <[email protected]>
fixed toolpicker position; fixed incorrect drawing of color picker buttons

github.com/ksnip/kImageAnnotator - f266d2476690ff77f3d28f4f6d8b138654b38adf authored almost 7 years ago by Damir Porobic <[email protected]>
fixed cut-off paint items due to incorrect bounding rect

github.com/ksnip/kImageAnnotator - f7a449f9e625942762f661c420eab782c4b37354 authored almost 7 years ago by Damir Porobic <[email protected]>
added size picker

github.com/ksnip/kImageAnnotator - a91163b8e5c6d943956817b2762ec64510bfe112 authored almost 7 years ago by Damir Porobic <[email protected]>
added clear selection when escape pressed

github.com/ksnip/kImageAnnotator - a9b2cdcb93aeee983c9154523a35b6a4bcfdee12 authored almost 7 years ago by Damir Porobic <[email protected]>
replaced qverify with qcompare in tests, where possible

github.com/ksnip/kImageAnnotator - 2712cc71cade42e5fb225162e53894d1f9d65e7c authored almost 7 years ago by Damir Porobic <[email protected]>
cleanup cmake files for unit tests

github.com/ksnip/kImageAnnotator - c3f9c0af62d9076c44663074d6cdd0da0545f86f authored almost 7 years ago by Damir Porobic <[email protected]>
added unti tests for control points

github.com/ksnip/kImageAnnotator - 8b4f004ce56e7bf3c662dd40748787ef3e602841 authored almost 7 years ago by Damir Porobic <[email protected]>
added unit tests for color picker

github.com/ksnip/kImageAnnotator - 049acc3359d7c62a77fa7c3201227766a65fcd6a authored almost 7 years ago by Damir Porobic <[email protected]>
changed color picker implementation

github.com/ksnip/kImageAnnotator - 833a69108f8665fe94eda4b033673afca0d9f75a authored almost 7 years ago by Damir Porobic <[email protected]>
added basic color picker widget

github.com/ksnip/kImageAnnotator - f7291aec545ec7e513388023956fcfd8eaabf5bd authored almost 7 years ago by Damir Porobic <[email protected]>
replaced switch with hashmap selection logic

github.com/ksnip/kImageAnnotator - 3e53a26bacad56d0e4acce3168b997e9e8d23b07 authored almost 7 years ago by Damir Porobic <[email protected]>
added unit test for tool picker

github.com/ksnip/kImageAnnotator - 2d21264ea4b10f34c6b538d04efcfc0c10ce4a02 authored almost 7 years ago by Damir Porobic <[email protected]>
added deleting items

github.com/ksnip/kImageAnnotator - 7efc6d81c475463aaf8abf200b924b7dac11ca74 authored almost 7 years ago by Damir Porobic <[email protected]>
cleanup for move logic in item modifier

github.com/ksnip/kImageAnnotator - 0c9fc066b5731a15778f5169c81d27d01263201d authored almost 7 years ago by Damir Porobic <[email protected]>
added ellipse annotation item

github.com/ksnip/kImageAnnotator - de7b38d9d070cbbb70d53666318948548b2634e2 authored almost 7 years ago by Damir Porobic <[email protected]>
fixed items stay selected when clicking outside of item modifier

github.com/ksnip/kImageAnnotator - 2166a139630bd94a310a9d1189db0b4c0313d599 authored almost 7 years ago by Damir Porobic <[email protected]>
added rect annotation items and function for resizing them

github.com/ksnip/kImageAnnotator - 6c09addaa0a586fe5ae8a5ee72951d5cd6c239f6 authored almost 7 years ago by Damir Porobic <[email protected]>
improved painter quality, added antialiasing

github.com/ksnip/kImageAnnotator - f6c3e004e9182feadf7b72efd3f410156542b0df authored almost 7 years ago by Damir Porobic <[email protected]>
added arrow item

github.com/ksnip/kImageAnnotator - 16dd7611397c0b73bceca6105922ba10fd82bb63 authored almost 7 years ago by Damir Porobic <[email protected]>
added correct offset for item move

github.com/ksnip/kImageAnnotator - 98c837158c6652af76ca8b183a750b04d3505bb1 authored almost 7 years ago by Damir Porobic <[email protected]>
fixed not modifier missing click events

github.com/ksnip/kImageAnnotator - 2d0273fcd3ac63fa997230ba67ee0abfa1c71a3e authored almost 7 years ago by Damir Porobic <[email protected]>
fix method for selecting tool in toolpicker

github.com/ksnip/kImageAnnotator - 17d65ce8b215f648a047890dff6960eb57c060ca authored almost 7 years ago by Damir Porobic <[email protected]>
added icons, changed toolpicket implementation, cleanup on item modifier

github.com/ksnip/kImageAnnotator - f40b63a90b141980e62403a6b632001da4d97da9 authored almost 7 years ago by Damir Porobic <[email protected]>
added some basic move logic

github.com/ksnip/kImageAnnotator - 9f36ef47a6205f11292e27d574c85f4adf43386e authored almost 7 years ago by Damir Porobic <[email protected]>
Cleanup About Dialog, added contributer, updated translation files

github.com/ksnip/ksnip - b9c31f9cd90909b8dbd04eb476d958bf16e4d986 authored almost 7 years ago by Damir Porobic <[email protected]>
#94 added german translation

github.com/ksnip/ksnip - 4c5f5a4adf356bbfd99ccd58879aeed4fe73646a authored almost 7 years ago by Damir Porobic <[email protected]>
move translation related cmake files to own directory

github.com/ksnip/ksnip - 0a2dda960c78351d940962e2fdb9d8188084b25a authored almost 7 years ago by Damir Porobic <[email protected]>
fix for not loading translations with appImage #94, once more

github.com/ksnip/ksnip - 76844b19c6746377867df87fc6137861872d6756 authored almost 7 years ago by Damir Porobic <[email protected]>
fix for not loading translations with appImage #94

github.com/ksnip/ksnip - c4f2aa79a357af0f639b2ecf39748f2e47cd5c37 authored almost 7 years ago by Damir Porobic <[email protected]>
more fixes

github.com/ksnip/ksnip - 49e5ba12e1c5c5f1b2d9c199294137d3751a5e75 authored almost 7 years ago by Damir Porobic <[email protected]>
more fixes

github.com/ksnip/ksnip - e7288c62176691e369f48b0fc763490630c38014 authored almost 7 years ago by Damir Porobic <[email protected]>
more fixes

github.com/ksnip/ksnip - 0d66967837125ef04eb5f5ed4461f206f56fb8b1 authored almost 7 years ago by Damir Porobic <[email protected]>
more fixes

github.com/ksnip/ksnip - 1eb9370b70c2c632589badf6e1c5fd30562a17c6 authored almost 7 years ago by Damir Porobic <[email protected]>
more fixes

github.com/ksnip/ksnip - 8730b3e6677270597b81b8a884ef71e4b2e112fd authored almost 7 years ago by Damir Porobic <[email protected]>
fixing tgranslation

github.com/ksnip/ksnip - 81654d3fed13a4861441d66e6ccd0b3700eb601a authored almost 7 years ago by Damir Porobic <[email protected]>
Added some basic resize functionality

github.com/ksnip/kImageAnnotator - f47b0bb8bdc98ec36b081a85e019d7c3e3b4af62 authored almost 7 years ago by Damir Porobic <[email protected]>
testing

github.com/ksnip/ksnip - 5c09df3b77e86676e9a0cd9e2754417c1649081b authored almost 7 years ago by Damir Porobic <[email protected]>
Update .travis.yml

github.com/ksnip/ksnip - f04c2e9442b4be1db89935f4f149fc17ceb3a0a0 authored almost 7 years ago by Damir Porobic <[email protected]>
fixing translation

github.com/ksnip/ksnip - 8b4891d126b94376107077ac52c7bfb3e26dd1d1 authored almost 7 years ago by Damir Porobic <[email protected]>
fixing translation issue

github.com/ksnip/ksnip - 44c9092857870ede670aa7ebb15dba0e289b2ff9 authored almost 7 years ago by Damir Porobic <[email protected]>
removed last attempt, not working

github.com/ksnip/ksnip - 98a2facf36be81e62291355b3fdd2be6a7a47477 authored almost 7 years ago by Damir Porobic <[email protected]>
cleanup and attempt to fix translation issue

github.com/ksnip/ksnip - e39e011e741095f862475b858cbc40d17c429225 authored almost 7 years ago by Damir Porobic <[email protected]>
Merge branch 'master' of https://github.com/damirporobic/ksnip

github.com/ksnip/ksnip - 3517c339ae2eaea2be75203586f52ead7032f0c3 authored almost 7 years ago by Damir Porobic <[email protected]>
Added spanish translation provided by github user @Lavskz, #94

github.com/ksnip/ksnip - 07de900120dddcbb26e9a17f37494db003bf8885 authored almost 7 years ago by Damir Porobic <[email protected]>
Added class for handling selected items

github.com/ksnip/kImageAnnotator - 9c9c6c6d172fef7b3120289fbb862fc1e994083e authored almost 7 years ago by Damir Porobic <[email protected]>
cleanup

github.com/ksnip/kImageAnnotator - 11c3eb480467b239e69921e6dfa61cd5dae0fc39 authored almost 7 years ago by Damir Porobic <[email protected]>
Added toolbar for tool selection

github.com/ksnip/kImageAnnotator - 6719716729f750bbb64993b26f1b14e2e7fe68f4 authored almost 7 years ago by Damir Porobic <[email protected]>
added drawing items via mouse

github.com/ksnip/kImageAnnotator - 07d677bfb0de87586921c641f8a20b0e175a6eea authored almost 7 years ago by Damir Porobic <[email protected]>
Added first annotation item and factory for items

github.com/ksnip/kImageAnnotator - c32c9684f872406f91d8d5df1023a578a5969408 authored almost 7 years ago by Damir Porobic <[email protected]>
Added base annotation item and class for handling properties

github.com/ksnip/kImageAnnotator - 65d03c44049aa60dfcf74632625b93abbb6718f7 authored almost 7 years ago by Damir Porobic <[email protected]>
Added unity tests to project

github.com/ksnip/kImageAnnotator - d3456767475d90e16e01b6d14274642556ca2a7e authored almost 7 years ago by Damir Porobic <[email protected]>
Adjust travis ci build git clone depth

Travis CI clones the git repo with depth of 50, but we need all commits for the correct version

github.com/ksnip/ksnip - e57247c73245571138f64036632066add959c5e9 authored almost 7 years ago by Damir Porobic <[email protected]>
changed qtdev tools dependency install to version 5.9

github.com/ksnip/ksnip - 2a7bf398d016a8d2e43ecee590d125051226bb4b authored almost 7 years ago by Damir Porobic <[email protected]>
fixing missing dependency

github.com/ksnip/ksnip - 7b146c4414f384081bfd8eefee7cfec2d6aa75ff authored almost 7 years ago by Damir Porobic <[email protected]>
Added translation support for #94

github.com/ksnip/ksnip - 9c7dbb2be4d868d71cff6ac03b4617f7af50995e authored almost 7 years ago by Damir Porobic <[email protected]>
Initial commit

github.com/ksnip/kImageAnnotator - 60a33b0f569a73a6111bb896aa9c6590c53e7fa9 authored almost 7 years ago by Damir Porobic <[email protected]>
Implemented #61, save capture without prompting

Added option to save captures without prompting, when this
feature is enabled, clicking on save ...

github.com/ksnip/ksnip - 093d79427b86928b4834547db7d25cbc97617c7a authored almost 7 years ago by Damir Porobic <[email protected]>
reverting back to initial git version command as branch seems to be unknown on travis ci

github.com/ksnip/ksnip - 71cf69e30586e5840d3ebf7dde3fdd33af55d4ad authored almost 7 years ago by Damir Porobic <[email protected]>
Test with git describe

github.com/ksnip/ksnip - 6c6b23fb62d58d44cab888167fd715db0cb7aae4 authored almost 7 years ago by Damir Porobic <[email protected]>
changed logic to get CI build sufix

github.com/ksnip/ksnip - 9c58d0693309e58540e935dc348ddbedf5e9aa13 authored almost 7 years ago by Damir Porobic <[email protected]>
add version numbering for CI, #82

github.com/ksnip/ksnip - 9d939c6d645eaa65351dd21a926df78b5450bbb0 authored almost 7 years ago by Damir Porobic <[email protected]>
Refactoring of scale dialog and update of changelog

github.com/ksnip/ksnip - baa5c08448c70010b073f0f1de4695c61249d352 authored almost 7 years ago by Damir Porobic <[email protected]>
Implemented #79, scaling screenshots

Added option to scale screenshots. Items already drawn will
be scaled too, new items have defaul...

github.com/ksnip/ksnip - 645c3d126a442d86cd35e23c3b9cc6514ef67a17 authored almost 7 years ago by Damir Porobic <[email protected]>
Added scaling to screeenshot, missing now paint items

github.com/ksnip/ksnip - ac7abfcb7e4f3650db190ef80720b981099f9383 authored almost 7 years ago by Damir Porobic <[email protected]>
added dialog for scale feature

github.com/ksnip/ksnip - 988c9cbb533a4801eb091c700c57eb19923c73e9 authored almost 7 years ago by Damir Porobic <[email protected]>
Implemented #71, opening images from CLI

Existing images can now be opened from CLI via the -e flag and
eddited like any other screenshot...

github.com/ksnip/ksnip - 9a8469aeb4a33f0d63ce56d34b8930dce34b5462 authored almost 7 years ago by Damir Porobic <[email protected]>
Implemented #73, confirmation before imgur upload

As a user has noticed, the imgur uploader uploads screenshots
to a public web site without any c...

github.com/ksnip/ksnip - ae766321437923e769e082ac97fbed09856bd053 authored almost 7 years ago by Damir Porobic <[email protected]>
Removed painterpath stroker from pen tool and fall back to base item stroker

github.com/ksnip/ksnip - fe519839a743a092db63e9aac2016df41eca2752 authored almost 7 years ago by Damir Porobic <[email protected]>
moved boundingRect method to base class

github.com/ksnip/ksnip - 33dfd41db7af184506542950fb674ef3a2cea3bf authored almost 7 years ago by Damir Porobic <[email protected]>
cleanup of paintarea class

github.com/ksnip/ksnip - 30f05a5ef7a9e2b9aa2f619ba90421e586716eec authored almost 7 years ago by Damir Porobic <[email protected]>
Fixed #85, crash after undoing and adding item

github.com/ksnip/ksnip - 5501ca7437853a9ba2458ecaed4f93cfe3b5957f authored almost 7 years ago by Damir Porobic <[email protected]>
Implemented #83, selection based on item shape

In the past item selection was based on some items on
shape and on other on bounding rect, now s...

github.com/ksnip/ksnip - 795f59f6c4f0bd578143f13704332bb057a87324 authored almost 7 years ago by Damir Porobic <[email protected]>
Cleanup and changelog update

github.com/ksnip/ksnip - 300929d10e88e67c612dce28e128c3ba7341289c authored almost 7 years ago by Damir Porobic <[email protected]>
Fixed #84, broken undo for move

github.com/ksnip/ksnip - fa80afc0f2de322a2f5156eccbd8f2c06f33ed97 authored almost 7 years ago by Damir Porobic <[email protected]>
Started working on #83 precise selection

Items are now correct selected based on shape but the creation
of the painter path that is used ...

github.com/ksnip/ksnip - 266d6c61211d5fb275166879e761dd4cc5c334c7 authored almost 7 years ago by Damir Porobic <[email protected]>
Changed paint area cursor behavior

now the cursor shows open hand only when howering over an
draggable item.

github.com/ksnip/ksnip - 104ef3dec4881c49cf5e7026ec27566042f7ec93 authored almost 7 years ago by Damir Porobic <[email protected]>
Fixed broken add to and remove from selection

github.com/ksnip/ksnip - c3f9a0cb86283e9972cf8a92e5a8d531b386661f authored almost 7 years ago by Damir Porobic <[email protected]>
Combined select and move tool behavior #72

As user feinstaub noticed, the move behavior and select tools
being two different tools is not s...

github.com/ksnip/ksnip - b7359a57917a19872c305b2ab9b475beac5a5911 authored almost 7 years ago by Damir Porobic <[email protected]>
Added metadata file for ksnip. #66

github.com/ksnip/ksnip - 3637ac37e95015e6ebbc8551ce9140201d00510b authored almost 7 years ago by Damir Porobic <[email protected]>
minor refactoring and cleanup

github.com/ksnip/ksnip - b1bbb1c0b06177f8a77128b5e29aa2e534862fc8 authored almost 7 years ago by Damir Porobic <[email protected]>
Moved icon load logic to seperate class from mainWindow

github.com/ksnip/ksnip - 906d62c4ea46f7e96c8195ad39076375b581db74 authored almost 7 years ago by Damir Porobic <[email protected]>
refactored literal strings, closing #78

github.com/ksnip/ksnip - 23feaaa082bd3adee0d237efead53e81fffad3d3 authored almost 7 years ago by Damir Porobic <[email protected]>
Added wayland support for KDE and Gnome #56

Under Wayland taking screenshots is much more complicated as
wayland is more secure and doen't a...

github.com/ksnip/ksnip - 6b25d372bcf1414b10ffbac5f8667c1764e754c3 authored almost 7 years ago by Damir Porobic <[email protected]>
Added capturing current screen

github.com/ksnip/ksnip - 2a8ba7e4109bafd18e82d3bb449a4164f854bf83 authored almost 7 years ago by Damir Porobic <[email protected]>
Fixed emit screenshot finished twice

github.com/ksnip/ksnip - 0b3efe95985b3ab7efcfb94631a9262ea6456f91 authored almost 7 years ago by Damir Porobic <[email protected]>
differebt approche for awaiting bus reply

github.com/ksnip/ksnip - f0030237d4947cc4a6933f0d11ffa29018c0710d authored almost 7 years ago by Damir Porobic <[email protected]>
Gnome Wayland test implementation

github.com/ksnip/ksnip - d92bd90162aa898f4b4fdda9db2812ae0d81f1c5 authored almost 7 years ago by Damir Porobic <[email protected]>