1. 01 12月, 2020 1 次提交
  2. 24 6月, 2019 1 次提交
    • J
      clang-format: Apply formatting · f53df7da
      jp9000 提交于
      Code submissions have continually suffered from formatting
      inconsistencies that constantly have to be addressed.  Using
      clang-format simplifies this by making code formatting more consistent,
      and allows automation of the code formatting so that maintainers can
      focus more on the code itself instead of code formatting.
      f53df7da
  3. 28 8月, 2016 1 次提交
    • J
      UI: Rename 'obs' dir to 'UI' · 01b274f1
      jp9000 提交于
      This is to prevent confusion both when prefixing commits and when
      reading the directory structure for the first time.
      01b274f1
  4. 11 4月, 2015 1 次提交
    • H
      UI: Add SliderAbsoluteSetStyle class · df893dde
      HomeWorld 提交于
      When this class is used in conjunction with a QSlider control, allows
      direct setting of the slider handle position when clicking in an area
      other than the slider handle.  The default QSlider handle behavior is to
      step towards clicked position.
      df893dde