To_Do 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. --hight priority
  2. --> See why a text_box doesn't display its content when the only parameter set
  3. is the text
  4. --> use load_properties in all widgets
  5. line_graph.lua done
  6. triangular_progress_graph.lua done
  7. value_text_box.lua done
  8. wlourf_circle_graph.lua done
  9. progress_graph.lua done
  10. net.lua done
  11. text_box.lua done
  12. tagslist.lua
  13. calendar.lua
  14. popups.lua
  15. --> use pango layout instead of cairo text functionnalities
  16. use helpers.draw_layout_and_baground
  17. line_graph.lua done
  18. net.lua done
  19. progress_graph.lua done
  20. triangular_progress_graph.lua done
  21. --> create a grid module
  22. test env done
  23. module skeleton done
  24. simplify value_text_box
  25. remove border for text background
  26. clean calendar
  27. clean helpers (some methods with too much parameters)
  28. try to be consistent with the use of h_margin/v_margin names or h_padding/v_padding
  29. --average priority
  30. add more options in volume.lua (choose card, mpd address, mpd password ...)
  31. Check all values in superproperties and in all files some of them doesn't match so user cannot modify some parameters:
  32. check all for tagslist values
  33. create a border value for tagslist (user set it with a color and a border of 1 px is displayed)
  34. add superproperties values for task_warrior
  35. Check in all files the usage of local values that have been set using user_value or superproperties value or nil