Skip to content
Snippets Groups Projects
  1. Oct 18, 2023
  2. Oct 17, 2023
    • Fabian Tërnava's avatar
      added utility to run subskills from within a skill so that automatically... · f712c851
      Fabian Tërnava authored
      added utility to run subskills from within a skill so that automatically onStopRequested and onTimeoutReached are called. Skill Proxy has been moved to core package of skills.
      
      split example skills in seperate files
      
      remove getLatesNUpdates from skillsMemory interface as the same behavior can be reached through getSkillStatusUpdates(). Added methods to coreSegment.
      
      added skillExecutionRequest to memory when skill is asyncronolously called
      f712c851
  3. Oct 12, 2023
  4. Oct 10, 2023
  5. Oct 09, 2023
  6. Oct 04, 2023
  7. Sep 27, 2023
  8. Aug 24, 2023
  9. Aug 08, 2023
  10. Jul 25, 2023
  11. Jun 21, 2023
  12. Jun 16, 2023
  13. Jun 15, 2023
  14. Jun 07, 2023
  15. Jun 06, 2023
  16. May 18, 2023
  17. May 13, 2023
  18. Apr 28, 2023
  19. Apr 25, 2023
  20. Mar 13, 2023
  21. Feb 21, 2023
  22. Feb 20, 2023
  23. 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
  24. Feb 17, 2023
  25. Feb 16, 2023
Loading