ayon-core/openpype/hosts/harmony
Petr Kalis b8cade1009 Fix - Harmony message length
Harmony 21.1 doesn't have QDataStream anymore.

      This means we aren't able to write bytes into QByteArray so we had
      modify how content lenght is sent do the server.
      Content lenght is sent as string of 8 char convertible into integer
      (instead of 0x00000001[4 bytes] > "000000001"[8 bytes])
2022-05-26 18:46:46 +02:00
..
api Fix - Harmony message length 2022-05-26 18:46:46 +02:00
js Fix typos / cosmetics 2022-01-16 13:05:26 +01:00
plugins Fix - added missing task 2022-05-11 10:36:41 +02:00
vendor Removed docs folder of vendorized OpenHarmony 2022-02-14 14:23:12 +01:00
__init__.py OP-2414 - moved vendorized OpenHarmony directly to harmony folder 2022-02-09 14:05:13 +01:00