Ecosyste.ms: OpenCollective

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

github.com/nomacs/nomacs-plugins

3dparty plugins for nomacs
https://github.com/nomacs/nomacs-plugins

fixed bug with wrong control point symbols due to uninitialized type

d9f5b9d80838a48e71e790a584c1d2b191b889b4 authored over 8 years ago by Manuel Keglevic <[email protected]>
fixed bug which caused the timeline not to update when a clone is deleted

ad8ada4028fc4e7f85e0a3c44950bc6cfef784fd authored over 8 years ago by Manuel Keglevic <[email protected]>
fixed bug which lead to occurred when the last clone of a polygon was deleted, now this leads to removal of the whole polygon

30b2bd40e02ab3fb40cbcb3ff644e53c32c5defa authored over 8 years ago by Manuel Keglevic <[email protected]>
fixed timeline update on point removal

c551be58dca8c5311e8ba92aaa68e8146cf1d232 authored over 8 years ago by Manuel Keglevic <[email protected]>
fixed exception when starting without file

797d41d74a6deeebbbc5b5aa4444e901ad42fba7 authored over 8 years ago by Manuel Keglevic <[email protected]>
fixed index color (again)

f3ee56727d558e894171245fde62c336302c621b authored over 8 years ago by Manuel Keglevic <[email protected]>
clicking outside the image now does not add point (enables changing focus), color index fixed

330751284690b11fde8333929b948304bc7d0d15 authored over 8 years ago by Manuel Keglevic <[email protected]>
Added warning for unsaved files, bug fixes

fe0f6c29a00ac20d6fb3f1d409712813cf9a265b authored over 8 years ago by Manuel Keglevic <[email protected]>
Button for bringing up timeline in case it was closed

3dc55e5968e1e7a355cabf40e72d8855ffb9b8c7 authored over 8 years ago by Manuel Keglevic <[email protected]>
removal of polygons now possible + color coded polygon selection (according to the main polygon)

fbd0bf19bc008298008110ea2382b90b20da93f7 authored over 8 years ago by Manuel Keglevic <[email protected]>
inactive polygons and their clones are now also shown

33a4698089fb4adba4ac0a94c930c89c74ac76a8 authored over 8 years ago by Manuel Keglevic <[email protected]>
switching between different polygons (including clones) is now possible

0fe4cc02596cbb0ddaa71d5a8ebbd81b60e73991 authored over 8 years ago by Manuel Keglevic <[email protected]>
cleanup of toolbar

23aeae0511d8c3afe0b5a4c6bc4389bf564b598f authored over 8 years ago by Manuel Keglevic <[email protected]>
fixed refresh bug on file load and colors are now the same every time

895f44678af91d873bba19c773feb0c9b7d8d14c authored over 8 years ago by Manuel Keglevic <[email protected]>
save/load to/from json file

5f9e0a9054a41e86accb1aed7101b08c34d7ac0a authored over 8 years ago by Manuel Keglevic <[email protected]>
step size can now be changed using the gui. more cleanup

9433924d7805c303afad18ae5a6b47d84147c393 authored over 8 years ago by Manuel Keglevic <[email protected]>
documentation and cleanup

b8110b13dae413849f2500c523d28e1da2fa6853 authored over 8 years ago by Manuel Keglevic <[email protected]>
Fixed bug with timeline update

898d060c37dc9368d4467ef5c662c1de00ca1388 authored over 8 years ago by Manuel Keglevic <[email protected]>
bounding box is synchronize (if you move one point of a polygon it checks for all polygons too)

fded739932ddd7a7f5d6a87b145edc202dd6e2ac authored over 8 years ago by Manuel Keglevic <[email protected]>
bounding box is used to restrict translations/rotation of polygons to inside the image boundingRect

c1b707cc1b23be3ba01fdd6b56263ef5adf5cf49 authored over 8 years ago by Manuel Keglevic <[email protected]>
moved image boundingRect check in the renderer

e7e140c690c5f85f9ba3fe6f6e7cc3f60837a55e authored over 8 years ago by Manuel Keglevic <[email protected]>
Mapped to image bounds. This should however be moved to the renderer.

19c7d5487d52b04e0af64fc2d6816e5c3ff1b060 authored over 8 years ago by Manuel Keglevic <[email protected]>
Points can now be created on line segments

1315aa0e2e26165f62aca5403c5cdf4198d2f61a authored over 8 years ago by Manuel Keglevic <[email protected]>
added random color

19de36bff33e7cf81b48d39179e322c73f2e91b6 authored over 8 years ago by Manuel Keglevic <[email protected]>
Restructured to allow rendering of intermediate patches (no control poionts)

8251d7006775f8f0b50e755ad76236b0f3c1c923 authored over 8 years ago by Manuel Keglevic <[email protected]>
correct roation added for timeline

64337b6415750a19f6f8ad390f478b78e12296d1 authored over 8 years ago by Manuel Keglevic <[email protected]>
patches now viewed in timeline

b2eda183578945808b77de273cf0280582f96e59 authored over 8 years ago by Manuel Keglevic <[email protected]>
added Scroll area again and some cleanup for timeline stuff

5b44715c69e6eb1315912d91c12152333c42c63a authored over 8 years ago by Manuel Keglevic <[email protected]>
grid layout added for timeline

26c20374e4d6c3ae30d1d9e76b61a7d5b2ace3f0 authored over 8 years ago by Manuel Keglevic <[email protected]>
PatchMatchingPlugin: everything is now in image coordinates

3c7cbe9a03173cb5e9088fdbd6d0d19acd42f343 authored over 8 years ago by Manuel Keglevic <[email protected]>
PatchMatchingPlugin: added clear on image change

c29c775204a3315893768c3726a844d0cbc5e457 authored over 8 years ago by Manuel Keglevic <[email protected]>
PatchMatchingPlugin: added remove function for whole polygons

308af2a573129eab6d732f32aab562671de08db6 authored over 8 years ago by Manuel Keglevic <[email protected]>
PatchMatchingPlugin: cleanup

6e542cbfaaae196473f519a168269d4fce728c8d authored over 8 years ago by Manuel Keglevic <[email protected]>
DkPatchMatchingPlugin: occurrences of shared_ptr changed to QSharedPointer for consistency

05db23b220b230ccb2004b4ec32562193967ae5c authored over 8 years ago by Manuel Keglevic <[email protected]>
PatchMatchingPlugin: preparation for connecting timeline with polygons/image

23bbe4ee499b6092f11d3015a2d9c8870244e460 authored over 8 years ago by Manuel Keglevic <[email protected]>
PatchMatchingPlugin: first draft for timeline view

7dc2e16adde75276cd97775561f5c6729bb9e856 authored over 8 years ago by Manuel Keglevic <[email protected]>
PatchMatchingPlugin: restructured mouse events

5f9d5fd294e03521d42d538f0bdbce737d068d8a authored over 8 years ago by Manuel Keglevic <[email protected]>
PatchMatchingPlugin: rotation added

22287db4eb8309d0804bf4267842fe52b87e1b01 authored over 8 years ago by Manuel Keglevic <[email protected]>
PatchMatchingPlugin: changed toolbar

b7e46401c91b1db2b11e9abb695b98b73708348d authored over 8 years ago by Manuel Keglevic <[email protected]>
PatchMatchingPlugin - fixed bug with new point placement

c7309bb38c12729420a866ed8eb76af4eef7b7cd authored over 8 years ago by Manuel Keglevic <[email protected]>
PatchMatchingPlugin: rotation + translations now working properly in all zoom levels, added color setting for polygon

1ac57f32ee9c8ce50d613e957ba13f05f7ee293c authored over 8 years ago by Manuel Keglevic <[email protected]>
PatchMatchingPlugin: added Rotation and Translation

6ab80cf44d12e3a942f257ca13f8ade31832c26e authored over 8 years ago by Manuel Keglevic <[email protected]>
PatchMatchingPlugin: mouse movement for control points with local transform

001a10d6efb74aec10a74b1dfcf44fa37e1a132b authored over 8 years ago by Manuel Keglevic <[email protected]>
PatchMatchingPlugin: synced polygon working (with fixed transform)

33f550c00da97f7fb5a3b539aa0507bc5672dc96 authored over 8 years ago by Manuel Keglevic <[email protected]>
PatchMatchingPlugin: cleanup

6d5df94933dc984aefcf54696c0e46be2822cefb authored over 8 years ago by Manuel Keglevic <[email protected]>
PatchMatchingPlugin: point movement and deletion added again

4319a5a46d83113f2e6b5893dc89ef3b3a83985e authored over 8 years ago by Manuel Keglevic <[email protected]>
PatchMatchingPlugin: restructued stuff / separated purpose of classes more clearly

0ae927a86581c057c8b97369c808b1bffdb1d6fe authored over 8 years ago by Manuel Keglevic <[email protected]>
PatchMatchingPlugin - started rewriting stuff (again)

7e72cd2e05efde8cba4ea5a362cd648c1a66ab18 authored over 8 years ago by Manuel Keglevic <[email protected]>
GraphicsView changes + starting to restructure

b7e429e1654ce6320b5bfb63bfe89dbcb7c06569 authored over 8 years ago by Manuel Keglevic <[email protected]>
PatchMatchingPlugin: started to change to QGraphicsView

de190e03ed4e522137042b39b441cf0728f18cd1 authored over 8 years ago by Manuel Keglevic <[email protected]>
Merge branch 'master' of https://github.com/nomacs/nomacs-plugins

b73681d973801841173bdae5bc3a1a1e90d4f7f4 authored over 8 years ago by Manuel Keglevic <[email protected]>
PatchMatchingPlugin - first draft for connected control points

a06b47c370c00ec40621a72e54b6138f957bef79 authored over 8 years ago by Manuel Keglevic <[email protected]>
Merge branch 'master' of github.com:nomacs/nomacs-plugins

999f999eb53086853c4327961ec5c093661b35ef authored over 8 years ago by diemmarkus <[email protected]>
nikon interface updated

73f9cbcd4edc9a15a6e06a506ab5f7742bca3f2b authored over 8 years ago by diemmarkus <[email protected]>
Merge branch 'master' of https://github.com/nomacs/nomacs-plugins

1557e8414e37869e9ab7f1ca6086f480ddee924e authored over 8 years ago by Manuel Keglevic <[email protected]>
remove control points

6d1b5580ab6c917042ad2a89c60b1304daf036b4 authored over 8 years ago by Manuel Keglevic <[email protected]>
polyline start is now a circle instead of a square

9d2d9275393232bc35c15d24cda4ff8368970165 authored over 8 years ago by Manuel Keglevic <[email protected]>
changed coordinate system to viewport coordinates for points. now working in all zoom levels

37a5111a3789520e2510e2f9fac34c07544f3890 authored over 8 years ago by Manuel Keglevic <[email protected]>
enabled PageExtraction plugin by default

d31a2f4f3411958e33e419d437e48e912ad7bacd authored over 8 years ago by Stefan Fiel <[email protected]>
fixed polygon movement and drawing

88b87fc8bacdd31902802d8fdabfef205100dc24 authored over 8 years ago by Manuel Keglevic <[email protected]>
viewport plugins adopted to interface changes

13e62230afbb11232074a08a559c492f8a252fac authored over 8 years ago by diemmarkus <[email protected]>
fixes mouse events

aed5322b92a749600220eea58e9aad866bc205ff authored over 8 years ago by diemmarkus <[email protected]>
Merge branch 'master' of github.com:nomacs/nomacs-plugins

# Conflicts:
# AffineTransformations/src/DkAffineTransformationsPlugin.json
# FakeMiniaturesPlug...

86d1d3f380e250cdc43b0f42f7fb7fe5042db6a7 authored over 8 years ago by diemmarkus <[email protected]>
version updated

ad201c5df8bdd37f473e33e724c0f9d4fc5e2797 authored over 8 years ago by diemmarkus <[email protected]>
added PatchMatchingPlugin

513ca7ba9849f73213784dadd5525f9c2ce45567 authored over 8 years ago by Manuel Keglevic <[email protected]>
interface changed - version number (to reflect) increased

a6ced20d737f5484c080162283855b0283d19845 authored almost 9 years ago by diemmarkus <[email protected]>
readme added

b1d5127c10f778c0223c010f639c983f5f1c936d authored almost 9 years ago by diemmarkus <[email protected]>
json of fake miniatures & additional dependencies (Nikon) fixed

5033a6b25ede9969c71b765f92b0be8a80464e26 authored almost 9 years ago by diemmarkus <[email protected]>
adding install cmakes

a75347f56721b9f923b43a09988e2084c41caa98 authored almost 9 years ago by diemmarkus <[email protected]>
GSoC puzzles removed

6ce5c85693e2ad76a92e5b92843b9ad15c72f510 authored almost 9 years ago by diemmarkus <[email protected]>
Merge branch 'master' of github.com:nomacs/nomacs-plugins

9a1481e1c5d0790225af40e6bd52e253ee9214d8 authored almost 9 years ago by diemmarkus <[email protected]>
Merge branch 'master' of github.com:nomacs/nomacs-plugins

Conflicts:
InstaLikeFilterPlugin/src/instaFilter.cpp

15df30a110d7cf0b87e7722e16c93d2292308c5f authored almost 9 years ago by diemmarkus <[email protected]>
Merge pull request #8 from yjwudi/master

modified the filter and fixed the vertical stripes bug

c687ff66a860c6b3b6c135dac5feb65ae2c23c73 authored almost 9 years ago by diemmarkus <[email protected]>
fixes cmake warning in mars plugin

4e2fecb289fb4aced12d5d6c80613e46626f7860 authored almost 9 years ago by diemmarkus <[email protected]>
Merge pull request #10 from praveenagrawal/master

[GSoC 2016] puzzle. Updated the X-Pro II filter

9359f74d1a6bbea2fe9614a47cfd54add28e2acd authored almost 9 years ago by diemmarkus <[email protected]>
Merge pull request #11 from npcdoom/master

Filter for gsoc 2016 puzzle

d91060f18c4b5b6fa319870de80359733da72a2f authored almost 9 years ago by diemmarkus <[email protected]>
Fix preview image extension.

d9cf4e9f9854c3da2933726b99a858398222ede4 authored almost 9 years ago by Rafael Dominguez <[email protected]>
Add a filter named mars that converts an image in tones of red.

3e6ab3cb979ea2f1e5acd12457c21f2498edc9d2 authored almost 9 years ago by Rafael Dominguez <[email protected]>
Merge branch 'master' of github.com:praveenagrawal/nomacs-plugins

98b51fcb4efa08371eeb336958947d7b549431a8 authored almost 9 years ago by praveenagrawal <[email protected]>
Added colour filter

54acb9a10c22943cd41cc2e032813e238794f29b authored almost 9 years ago by praveenagrawal <[email protected]>
Merge pull request #9 from praveenagrawal/master

[GSoC 2016] puzzle. Created a filter similar to x-Pro II

6b46be4cdbe9580e57cf0228411c9f2f991bf18f authored almost 9 years ago by diemmarkus <[email protected]>
Delete CMakeLists.txt~

3ea113f52e49bd0678578dda21bafdd901811ce5 authored almost 9 years ago by Praveen Agrawal <[email protected]>
update

5ca2bcb797016f4f74c56d6c18e1201ce82ec5cc authored almost 9 years ago by praveenagrawal <[email protected]>
Deleting autogenerated files

be4ebcb736f61a91e53ab2cb6ed158652e5e07da authored almost 9 years ago by praveenagrawal <[email protected]>
InstaLikeFilterPlugin

e224ba0d220bf9d72bd871dc26754233d76c014b authored almost 9 years ago by praveenagrawal <[email protected]>
Added InstaLikeFilterPlugin

The filter is like the xProII filter of instagram

1ff2f87a9d910856c7f2511c810e8cfb5fbba065 authored almost 9 years ago by praveenagrawal <[email protected]>
modified the filter and fixed the vertical stripes bug

006554574d80f3eeee91a36bb2440e0378415172 authored almost 9 years ago by yjwudi <[email protected]>
Merge pull request #6 from yjwudi/master

Instagram_Lily_Filter by yjwudi(Liu Yingjie)

078d5ef5a6588c161b3c8ed8fcb7cd64b47b0b25 authored almost 9 years ago by diemmarkus <[email protected]>
Instagram_Lily_Filter by yjwudi(Liu Yingjie)

899dc20556e6c884760fdb6ecda867f675465b15 authored almost 9 years ago by yjwudi <[email protected]>
Instagram_Lily_Filter by yjwudi(Liu Yingjie)

8ee796f386aade9be024d4cec84a553ef7fe93a7 authored almost 9 years ago by yjwudi <[email protected]>
added soname for linux

76a6a8ebe906467e28e34f31afeb472bdb7a8aa7 authored almost 9 years ago by Stefan Fiel <[email protected]>
Merge pull request #5 from alyosama/instagram-filter-alyosama

Fixed Overflow white pixels and Replaced plugin filter Icon

370dfb0dadd2764446fd6372ca5ce5c30c51af48 authored almost 9 years ago by diemmarkus <[email protected]>
Fixed Overflow while pixels and Replaced plugin Filter

ddc2c40cd8545f10324caf60b41571ab22597f2d authored almost 9 years ago by Aly Osama <[email protected]>
Merge pull request #3 from alyosama/instagram-filter-alyosama

Instagram filter alyosama

63781e8d878cd9cde889700e7c296f17b8065a22 authored almost 9 years ago by diemmarkus <[email protected]>
Merge pull request #4 from saivig/master

Added Instagram like filters for puzzle GSOC-2016

65aacd0f808b999e6533f8f9479cdbe396862abd authored almost 9 years ago by diemmarkus <[email protected]>
Adding Instagram like Filters for GSOC-2016

a2c9810654bce20cb45d3ce287137ae9fc02675d authored almost 9 years ago by targetcode <[email protected]>
Adding Instagram like Filters for GSOC-2016

81bac70fdc31e77549460ef6470f1e25f1b04f2a authored almost 9 years ago by targetcode <[email protected]>
Fix overflow nashville function

d25721fdffbd87653cbc67869568b7e55d65144e authored almost 9 years ago by Aly Osama <[email protected]>
Fix overflow nashville colors and Remove qImage2Mat Functions from headerfile

c1059da0da83421b3af5720edd4aadde645ea7eb authored almost 9 years ago by Aly Osama <[email protected]>
Merge pull request #2 from alyosama/instagram-filter-alyosama

Adding Instagram Plugin as a prototype

6912fbee5efb1888604511b9816fd833c2d1327c authored almost 9 years ago by diemmarkus <[email protected]>