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
Fixed some formating and replaced static variables with dynamic ones
github.com/ksnip/ksnip - 50be98201617b65925c6f613e9fb09f960505fa1 authored over 8 years ago by Damir Porobic <[email protected]>
github.com/ksnip/ksnip - 50be98201617b65925c6f613e9fb09f960505fa1 authored over 8 years ago by Damir Porobic <[email protected]>
Added function to save widget position, now any time the widget is move it stores the location and gets reopened there on next startup.
github.com/ksnip/ksnip - fa004dccb59321adbe9c6b78a9fd5288bdab79c0 authored over 8 years ago by Damir Porobic <[email protected]>
github.com/ksnip/ksnip - fa004dccb59321adbe9c6b78a9fd5288bdab79c0 authored over 8 years ago by Damir Porobic <[email protected]>
Changed code formating, added coding style document
github.com/ksnip/ksnip - 68baceb5f207e0a1980e97fbea61b3f4a5bbfe2e authored over 8 years ago by Damir Porobic <[email protected]>
github.com/ksnip/ksnip - 68baceb5f207e0a1980e97fbea61b3f4a5bbfe2e authored over 8 years ago by Damir Porobic <[email protected]>
Added signal on PaintArea that is fired when ever something is draw on the PaintArea to inform other that the latest change has not been saved; Updated MainWindow to incorporate this change; Added point draw on first click, until now we only draw at drag.
github.com/ksnip/ksnip - 273aad8a4556dd043d769187a3be9dfa25890841 authored over 8 years ago by Damir Porobic <[email protected]>
github.com/ksnip/ksnip - 273aad8a4556dd043d769187a3be9dfa25890841 authored over 8 years ago by Damir Porobic <[email protected]>
moved all source file to /src directory
github.com/ksnip/ksnip - 103bc638fc07b928461c2e6bbf0fce24820a3bd2 authored over 8 years ago by Damir Porobic <[email protected]>
github.com/ksnip/ksnip - 103bc638fc07b928461c2e6bbf0fce24820a3bd2 authored over 8 years ago by Damir Porobic <[email protected]>
Added export function to paintArea class so that we can directly export it instead of grabbing the QGraphicsView widget
github.com/ksnip/ksnip - 04bd932e6789ea17471bc72d734f88e7b18cb709 authored over 8 years ago by Damir Porobic <[email protected]>
github.com/ksnip/ksnip - 04bd932e6789ea17471bc72d734f88e7b18cb709 authored over 8 years ago by Damir Porobic <[email protected]>
changed paint function from scratch, now all maker paths look like a whole, not like seperate paths. Changed naming for some files.
github.com/ksnip/ksnip - aa5542c18746800d586bad49ff6f8fc985854b79 authored over 8 years ago by Damir Porobic <[email protected]>
github.com/ksnip/ksnip - aa5542c18746800d586bad49ff6f8fc985854b79 authored over 8 years ago by Damir Porobic <[email protected]>
Fixed issue where drawing straight lines was not working when drawing the first line, capture view was not having focus.
github.com/ksnip/ksnip - 55f50c7407aa592a6a569351937b152711af9056 authored over 8 years ago by Damir Porobic <[email protected]>
github.com/ksnip/ksnip - 55f50c7407aa592a6a569351937b152711af9056 authored over 8 years ago by Damir Porobic <[email protected]>
Added functionaity to draw straight lines
github.com/ksnip/ksnip - f2b9533ab56bdb37616b60e66c707ffa7d2c2d8e authored over 8 years ago by Damir Porobic <[email protected]>
github.com/ksnip/ksnip - f2b9533ab56bdb37616b60e66c707ffa7d2c2d8e authored over 8 years ago by Damir Porobic <[email protected]>
Added new option for highlighting with marker; Implemented drop down tool selection.
github.com/ksnip/ksnip - 2259fdce56a2ab168b470575bde246b877c2d7ce authored over 8 years ago by Damir Porobic <[email protected]>
github.com/ksnip/ksnip - 2259fdce56a2ab168b470575bde246b877c2d7ce authored over 8 years ago by Damir Porobic <[email protected]>
Changed scribble area function so that several modes can be set instead only paint and erase.
github.com/ksnip/ksnip - 36128d3c0e4ba5f60fb27a539a5c007ba958ecc9 authored over 8 years ago by Damir Porobic <[email protected]>
github.com/ksnip/ksnip - 36128d3c0e4ba5f60fb27a539a5c007ba958ecc9 authored over 8 years ago by Damir Porobic <[email protected]>
Minor fix in drawing function to prevent unnecessary creation of paths when deleting.
github.com/ksnip/ksnip - 39823a6104200f19051cd8fa756670ba5247207e authored over 8 years ago by Damir Porobic <[email protected]>
github.com/ksnip/ksnip - 39823a6104200f19051cd8fa756670ba5247207e authored over 8 years ago by Damir Porobic <[email protected]>
Added first draft of scribble and erase function
github.com/ksnip/ksnip - 6af7218b6aba9152d1836432efc052847b14b2bc authored over 8 years ago by Damir Porobic <[email protected]>
github.com/ksnip/ksnip - 6af7218b6aba9152d1836432efc052847b14b2bc authored over 8 years ago by Damir Porobic <[email protected]>
redesigned layout to feature only one window; Implemented seperate clase for scene object
github.com/ksnip/ksnip - 545a2ad50ec7bd39fa9679858914dcc8b545d104 authored over 8 years ago by Damir Porobic <[email protected]>
github.com/ksnip/ksnip - 545a2ad50ec7bd39fa9679858914dcc8b545d104 authored over 8 years ago by Damir Porobic <[email protected]>
Added icons to buttons and application.
github.com/ksnip/ksnip - 3e000592a0f329ef037d905a25ba921664e394c4 authored over 8 years ago by Damir Porobic <[email protected]>
github.com/ksnip/ksnip - 3e000592a0f329ef037d905a25ba921664e394c4 authored over 8 years ago by Damir Porobic <[email protected]>
Updated readme; fixed capture area behavior when dragging mouse; cleaned up classes and renamed some variables
github.com/ksnip/ksnip - 3de7312dd55bd1239cde9eb5bf504c516fa99b65 authored over 8 years ago by Damir Porobic <[email protected]>
github.com/ksnip/ksnip - 3de7312dd55bd1239cde9eb5bf504c516fa99b65 authored over 8 years ago by Damir Porobic <[email protected]>
Merge branch 'master' of https://github.com/damirporobic/ksnip
github.com/ksnip/ksnip - b1c2beda915b28c897f8413c6a0bbd73326ce58b authored over 8 years ago by Damir Porobic <[email protected]>
github.com/ksnip/ksnip - b1c2beda915b28c897f8413c6a0bbd73326ce58b authored over 8 years ago by Damir Porobic <[email protected]>
Fixed multi monitor support
github.com/ksnip/ksnip - eb4eb1178b4103c6a98b2229270a53b184a934ba authored over 8 years ago by Damir Porobic <[email protected]>
github.com/ksnip/ksnip - eb4eb1178b4103c6a98b2229270a53b184a934ba authored over 8 years ago by Damir Porobic <[email protected]>
Created readme file
github.com/ksnip/ksnip - 2ed31ade343ec6e511124571d1960eee4ce98c77 authored over 8 years ago by Damir Porobic <[email protected]>
github.com/ksnip/ksnip - 2ed31ade343ec6e511124571d1960eee4ce98c77 authored over 8 years ago by Damir Porobic <[email protected]>
Initial Commit
github.com/ksnip/ksnip - 333b969b99c5c9c6cffa1428c2910bb40c9e66fa authored over 8 years ago by Damir Porobic <[email protected]>
github.com/ksnip/ksnip - 333b969b99c5c9c6cffa1428c2910bb40c9e66fa authored over 8 years ago by Damir Porobic <[email protected]>
Initial commit
github.com/ksnip/ksnip - 2e2ac12e3dd73a0355cd5ddd6507210c03b81dd9 authored over 8 years ago by Damir Porobic <[email protected]>
github.com/ksnip/ksnip - 2e2ac12e3dd73a0355cd5ddd6507210c03b81dd9 authored over 8 years ago by Damir Porobic <[email protected]>