1. 03 3月, 2020 1 次提交
  2. 02 3月, 2020 2 次提交
  3. 01 3月, 2020 3 次提交
  4. 29 2月, 2020 4 次提交
  5. 28 2月, 2020 5 次提交
  6. 27 2月, 2020 3 次提交
  7. 19 2月, 2020 4 次提交
  8. 17 2月, 2020 1 次提交
    • S
      Fix readonly text fields visibility (#3231) · 8d1c0ad9
      SuslikV 提交于
      Fixes an issue when read only fields of properties are hard to read on
      bright backgrounds of the Table of Properties for the system theme (not
      Dark one).
      8d1c0ad9
  9. 16 2月, 2020 2 次提交
    • S
      Specify encoding for thumbnails path · 7deb3f75
      SuslikV 提交于
      Fixes an issue that list view miniatures of the imported clips not
      rendered if path contains non-English letters.
      
      By defult the ".text" field in response uses ISO-8859-1 charset (RFC
      2616 specs) while server sends utf-8 encoded path string just few
      strings below in the code.
      7deb3f75
    • S
      Get json in raw format · bac52cad
      SuslikV 提交于
      Fixes an issue when application fails to load files from the saved
      project with non-English characters in the path to the clips.
      
      Also removing json.loads strict=False key as obsolete in 3.x Python.
      bac52cad
  10. 15 2月, 2020 6 次提交
  11. 13 2月, 2020 1 次提交
    • F
      Modernize .travis.yml, add Python 3.6/Bionic (#3218) · a56d8bc5
      Frank Dana 提交于
      Upgrade the Travis YAML control file to:
      - Use the 'language: python' test environment
      - Install deps with the Travis apt plugin, instead of sudo
      - Install cx_Freeze with pip3, rather than from a URL
      - Add a Python 3.6 test build, running on Bionic
      a56d8bc5
  12. 12 2月, 2020 6 次提交
  13. 10 2月, 2020 2 次提交