1. 09 9月, 2020 1 次提交
  2. 15 8月, 2020 1 次提交
  3. 31 7月, 2020 1 次提交
  4. 22 7月, 2020 1 次提交
  5. 09 7月, 2020 1 次提交
  6. 21 6月, 2020 1 次提交
  7. 19 3月, 2020 1 次提交
  8. 14 3月, 2020 1 次提交
  9. 08 1月, 2020 1 次提交
  10. 05 12月, 2019 1 次提交
    • J
      UI: Delete cookies before connecting account · ccb7d897
      jp9000 提交于
      Fixes an issue where when trying to connect a Twitch account, and the
      Twitch two-factor authentication check fails, the user will still
      technically be logged in because the cookies will still be present, thus
      when they try to click the "Connect" button again, it will skip the
      login part (because they're already technically logged in), and just
      give them the two-factor failure message without letting them enter in
      their login information again.
      ccb7d897
  11. 20 11月, 2019 1 次提交
    • D
      UI: Add setting for Twitch chat add-ons choice · 3e841b22
      derrod 提交于
      Both BTTV and FFZ are fairly popular however they do occasionally
      interfere.  To give users the option to chose whichever one they like
      most we add a new setting that allows BTTV, FFZ, both, or neither.
      
      Defaults to "None" for new users.  Existing users will be migrated to
      "Both" as that's the previous behavior.
      3e841b22
  12. 31 10月, 2019 1 次提交
    • J
      UI: Upgrade stream link hotlink to a button · 3f6cf0e8
      JohannMG 提交于
      Most of the top streaming services now have a link in the stream key
      label. Upgrading this button to a button clarifies the assistance
      for the important step of setting up a stream.
      
      Creates a new type of button for URL opening simply which also
      automatically updates the tootip to the current URL.
      
      Includes addition of Twitter/Periscope URL to make this feature more
      complete.
      3f6cf0e8
  13. 23 7月, 2019 1 次提交
  14. 22 7月, 2019 1 次提交
  15. 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
  16. 09 3月, 2019 1 次提交
  17. 21 2月, 2019 1 次提交
    • J
      UI: If auth startup failed, keep connected in settings · aaeb14ea
      jp9000 提交于
      If the auth process failed on startup, the user is still able to use
      their stream, just without the extra UI.  The auth object is still
      technically existing, and the user can still stream, so don't treat it
      like it's not connected in settings.
      aaeb14ea
  18. 15 2月, 2019 2 次提交
  19. 08 2月, 2019 2 次提交
    • J
      UI: Add auth. support to settings/autoconfig · 67bb8d70
      jp9000 提交于
      Adds the ability to connect/login to an account via the settings and
      auto-configuration dialogs.  Checks registered Auth objects, and if the
      Auth object matches the currently selected service in the settings
      window or auto-configuration dialog, will display "connect account"
      buttons for the user to be able to click (which are optional, they can
      still use stream keys if they'd prefer).
      67bb8d70
    • J
      UI: Improve/refactor autoconfig/settings service UI · 24bcface
      jp9000 提交于
      Makes it so that services can have custom handling on a per-service
      basis.  The bottom part of the service pane is now a stacked widget
      which can now be customized for different types of services
      (particularly OAuth services).
      24bcface