Skip to content

Commit

Permalink
Merge pull request #70 from jaimervq/69_annotations
Browse files Browse the repository at this point in the history
[#69] Addition of annotations
  • Loading branch information
jaimervq committed Jul 27, 2024
2 parents a99b34c + d5b2d50 commit 9b74d5f
Show file tree
Hide file tree
Showing 28 changed files with 1,377 additions and 160 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,11 @@ It also aims to prevent re-duplication and re-writing of code inside of a projec
</tr>
<tr>
<td>✅ Deactivation of nodes</td>
<td>✅ Annotations</td>
</tr>
<tr>
<td align="center"><img src="docs/deactivate.gif" width=60%></td>
<td align="center"><img src="docs/annotations.gif" width=60%></td>
</tr>
</table>

Expand Down
6 changes: 3 additions & 3 deletions constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,12 @@
# Naming
GRAPHIC_NODE = "GRAPHIC_NODE"
GRAPHIC_ATTRIBUTE = "GRAPHIC_ATTRIBUTE"

PLUG = "PLUG"
CONNECTOR_LINE = "CONNECTOR_LINE"

GRAPHIC_ANNOTATION = "GRAPHIC_ANNOTATION"


# -------------------------------- LOGIC -------------------------------- #
# Naming
Expand Down Expand Up @@ -95,9 +98,6 @@ class PreviewsGUI(Enum):
IMAGE_PREVIEW = "Image preview"


# -------------------------------- KEYBOARD SHORTCUTS -------------------------------- #


# -------------------------------- LOGGING PREFS -------------------------------- #
LOGGING_LEVEL = logging.INFO
CONSOLE_LOG_FORMATTER = logging.Formatter(
Expand Down
Binary file added docs/annotations.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
58 changes: 58 additions & 0 deletions graphic/general_graphics/gears.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 48 additions & 0 deletions graphic/general_graphics/hand.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions graphic/general_graphics/long_tag.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions graphic/general_graphics/note.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
76 changes: 76 additions & 0 deletions graphic/general_graphics/notepad.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9b74d5f

Please sign in to comment.