Skip to content
Snippets Groups Projects
  1. Apr 22, 2014
  2. Apr 17, 2014
  3. Apr 15, 2014
  4. Apr 14, 2014
  5. Apr 03, 2014
  6. Apr 02, 2014
  7. Apr 01, 2014
  8. Mar 31, 2014
  9. Mar 28, 2014
  10. Mar 27, 2014
  11. Mar 26, 2014
  12. Mar 24, 2014
    • Paul McCarthy's avatar
      Got rid of lastValue/revert functionality. Changed the structure of... · 22626bb6
      Paul McCarthy authored
      Got rid of lastValue/revert functionality. Changed the structure of validation/notification so that programmatic notification is a bit safer, and should not result in infinitely recursive callbacks. Now, whenever a property value changes, the HasProperties instance is notified; it then forces validation/notification for all other properties. This is done because the validity of one property may be dependent upon the value of another. Also, added ability in build.py for buttons to be added to interface.
      22626bb6
  13. Mar 21, 2014
  14. Mar 20, 2014
  15. Mar 19, 2014
  16. Mar 18, 2014
  17. Mar 17, 2014
  18. Mar 14, 2014
    • Paul McCarthy's avatar
      Changed validation function signatures a bit. Now, a custom validation... · a7cfe152
      Paul McCarthy authored
      Changed validation function signatures a bit. Now, a custom validation function may be passed in when a PropertyBase object is constructed. This custom function is passed the HasProperties instance, and the new value, so it is able to use the values of all properties to validate property in question. Other minor tweaks to the properties module.
      a7cfe152
  19. Mar 11, 2014
  20. Mar 10, 2014
  21. Mar 07, 2014
  22. Mar 06, 2014
Loading