1. 30 May, 2015 4 commits
  2. 29 May, 2015 1 commit
  3. 27 May, 2015 1 commit
  4. 25 May, 2015 2 commits
    • Jacek Sowiński's avatar
      Add new ExpressionCommand class · 6ab221a5
      Jacek Sowiński authored
      Currently it contains only `_view` and `_filters` methods, which were
      previously defined in ListCommand. Now both EditCommand and ListCommand
      will inherit from it to solve problems inside EditCommand.
      
      This fixes #28
      6ab221a5
    • Jacek Sowiński's avatar
      Extend tests for EditCommand · 125dd8f1
      Jacek Sowiński authored
      1. Check output of `topydo edit -e`
      2. Test if opening archive works via `topydo edit -d`
      125dd8f1
  5. 22 May, 2015 9 commits
  6. 21 May, 2015 1 commit
  7. 20 May, 2015 4 commits
  8. 19 May, 2015 6 commits
  9. 18 May, 2015 5 commits
  10. 17 May, 2015 4 commits
  11. 16 May, 2015 3 commits
    • Bram Schoenmakers's avatar
      2cba9968
    • Bram Schoenmakers's avatar
      Merge branch 'master' into prompt · e22b40a8
      Bram Schoenmakers authored
      The idea is that we can focus on Unicode issues in this branch, getting
      both the CLI and the Prompt mode properly in shape having Python 3
      support.
      
      Conflicts:
      	test/AddCommandTest.py
      	test/AppendCommandTest.py
      	test/ArchiveCommandTest.py
      	test/DepCommandTest.py
      	test/DepriCommandTest.py
      	test/DoCommandTest.py
      	test/EditCommandTest.py
      	test/IcalCommandTest.py
      	test/ListCommandTest.py
      	test/ListContextCommandTest.py
      	test/ListProjectCommandTest.py
      	test/PostponeCommandTest.py
      	test/PriorityCommandTest.py
      	test/SortCommandTest.py
      	test/TagCommandTest.py
      	topydo/cli/CLIApplicationBase.py
      e22b40a8
    • Bram Schoenmakers's avatar
      Merge branch 'python3' · a4266ce0
      Bram Schoenmakers authored
      Addresses many (but most likely not all) Unicode issues as requested in
      issue #21.
      a4266ce0