Skip to content
Snippets Groups Projects
  1. Feb 21, 2023
  2. Feb 18, 2023
    • Tobias Bodmer's avatar
      Way better parse error reporting · c28d544e
      Tobias Bodmer authored
      noticing broken items, even when they are not touched. Also coloring
      their parents in an orange color, so that the error is noticable even
      when not expanded.
      
      For better generality (and was useful for error reporting): All widgets
      introduced inherit from a common base class: CustomWidget. It holds a
      signal definition that can be used to directly forward signals to its
      QTreeWidgetItem underneath.
      c28d544e
  3. Feb 17, 2023
  4. Feb 16, 2023
  5. Feb 15, 2023
  6. Feb 13, 2023
  7. Feb 10, 2023
  8. Feb 09, 2023
    • Fabian Tërnava's avatar
      better aron assertion checking · b2fddaec
      Fabian Tërnava authored
      b2fddaec
    • Tobias Bodmer's avatar
      publish TODO also · 72653b3a
      Tobias Bodmer authored
      72653b3a
    • Tobias Bodmer's avatar
      Many fixes & refactoring & add Quaternions · d7f046dd
      Tobias Bodmer authored
      - add QuaternionWidget
      - remove old modal code
      - remove Copy and clone of AronTreeWidgetItem
      - add recognition of duplicate dict keys
      - add countermeasure to tabbing into unchangeable key fields
      - make aronType const in AronTreeWidget
      - flag tuple code as untested, since aron is currently broken there
      - fix weird std::locals setting in AronTreeWidgetSetter.cpp, which causes floating numbers to print as 12,345 with std::to_string()
      - add usage of std::launder to make reinterpret_cast more save within the usage of NDArray
      d7f046dd
    • Fabian Reister's avatar
      using ARMARX_CHECK · 31b05951
      Fabian Reister authored
      31b05951
Loading