1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00

11 Commits

Author SHA1 Message Date
Robert
3994b49f08 Windows - Fix crash when clicking on update notification
Meta - Code cleanup
2022-09-03 10:34:53 +02:00
Robert
88f01abe0d Data model node - Fixed pins disconnecting after restart
Data model event node - Fixed pins disconnecting after restart
Node editor - Fixed connecting already connected input pins to an output pin causing a crash
Node editor - Added auto-save every 2 minutes while nodes are open (profiles are already auto-saved whenever you make a change, nodes will get the same treatment later)
2022-08-30 17:22:36 +02:00
Diogo Trindade
ddfdbee340 Linux - Fixed a couple small issues 2022-08-28 11:06:57 +02:00
Robert
f6090dc296 Code style - Use file scoped namespaces
Code style - Ran code cleanup
2022-08-21 11:36:15 +02:00
Robert
52f2338154 Event condition - Added toggle off mode
Profile editor - Added element copy/pasting
Shared UI - Fix namespaces
2022-04-17 20:23:18 +02:00
Robert
ec69db7201 Process activation requirement - Fixed deadlock on shutdown 2021-06-19 14:53:48 +02:00
Robert
35289f7858 Process monitor - Change logging to verbose 2021-04-07 22:12:11 +02:00
Diogo Trindade
be11439b21 Process Monitor - documentation and code style 2021-03-19 16:16:09 +00:00
Diogo Trindade
d4a0b0710c Process Monitor - Switched to Processes instead of strings 2021-03-10 16:04:25 +00:00
Diogo Trindade
fb51e75b94 Process Monitor - simplified structure, moved everything to Core 2021-03-10 15:35:27 +00:00
Diogo Trindade
c9ee37ece8 Process Monitor - initial POC implementation
This is probably overengineered. The same could be done cross platform only using Processes.GetProcesses. I did it this way because initially i wanted to use Wmi events for process start and stop. This requires admin though, so i decided to not use it.
2021-03-10 14:39:16 +00:00