1. 29 Aug, 2016 1 commit
  2. 25 Jul, 2016 2 commits
  3. 23 Jul, 2016 1 commit
  4. 22 Jul, 2016 6 commits
  5. 08 Jul, 2016 1 commit
  6. 03 Jun, 2016 3 commits
  7. 02 Jun, 2016 1 commit
  8. 01 Jun, 2016 1 commit
  9. 30 May, 2016 2 commits
  10. 25 May, 2016 1 commit
  11. 23 May, 2016 5 commits
  12. 22 May, 2016 5 commits
  13. 02 May, 2016 1 commit
  14. 29 Apr, 2016 4 commits
  15. 28 Apr, 2016 1 commit
    • Bram Schoenmakers's avatar
      Fix crash when completing/deleting items after an edit. · c3ef22af
      Bram Schoenmakers authored
      The crash occurs when using text-based identifiers and performing an edit on
      selected items (instead of the whole todo.txt file).
      
      If you edit the text of a child item (having a p tag), then the item is deleted
      using the TodoListBase.delete() instead of TodoList.delete(). But
      this messes up the dependency administration, still thinking that the removed
      todo item is still in the list. When you call the children of any todo item
      (part of the deletion/completion step), it will return a stale Todo item, whose
      number() can not be found anymore in the TodoListBase. That makes it crash.
      c3ef22af
  16. 25 Apr, 2016 4 commits
  17. 22 Apr, 2016 1 commit