1. 05 Nov, 2015 3 commits
  2. 04 Nov, 2015 6 commits
  3. 03 Nov, 2015 5 commits
  4. 01 Nov, 2015 1 commit
  5. 31 Oct, 2015 1 commit
  6. 30 Oct, 2015 8 commits
  7. 28 Oct, 2015 1 commit
  8. 24 Oct, 2015 3 commits
  9. 23 Oct, 2015 5 commits
  10. 22 Oct, 2015 3 commits
    • Jacek Sowiński's avatar
      Save `edit` result only when tempfile was modified · f1770b95
      Jacek Sowiński authored
      mtimes of tempfile prior to editing and after leaving the editor are now
      compared before changing anything in todolist. If tempfile wasn't
      modified, todolist (and todo file) is left untouched and user gets
      appropriate error message.
      f1770b95
    • Jacek Sowiński's avatar
      Sanitize defaults in topydo.lib.Config._Config · 1ed31367
      Jacek Sowiński authored
      Using defaults as a parameter passed to the constructor of
      configparser.ConfigParser results in a presence of **all** options
      inside every section. It's very convenient in many use-cases, but not
      very much with our configuration model.
      
      After this change only relevant options are present in each section, so:
      
      `topydo.lib.Config.config().has_option('topydo', 'priority_colors')`
      
      will now return `False` as 'priority_colors' resides in 'colorscheme'
      section and not in 'topydo'. Before this change it would return `True`.
      1ed31367
    • Bram Schoenmakers's avatar
  11. 16 Oct, 2015 1 commit
  12. 15 Oct, 2015 3 commits