Skip to content
Snippets Groups Projects
  1. Mar 13, 2023
  2. Feb 15, 2023
  3. Feb 09, 2023
    • 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
  4. Dec 12, 2022
    • Tobias Bodmer's avatar
      Throw out static widget variable · c5744eae
      Tobias Bodmer authored
      - static variable gone
      - replaced by pointer for each element in hierarchy. (Imagine two persistent trees, total chaos otherwise)
      - raw matrix data has column wise sorting. Fix reading and writing code.
      - QLineEdit now focuses start of line after setText.
      c5744eae
  5. Feb 01, 2022
Loading