1. 10 5月, 2019 1 次提交
  2. 24 4月, 2019 1 次提交
  3. 11 4月, 2019 1 次提交
  4. 09 4月, 2019 1 次提交
    • C
      UI: Rename Default theme to System · 94b3f803
      Clayton Groeneveld 提交于
      The system theme was named Default even though the default theme is Dark.
      This addresses that by renaming Default.qss to System.qss. I've made it
      backwards compatible so users already using this theme are not affected.
      
      The theme list now shows up as:
      -System
      -Dark (Default)
      -Acri
      -Rachni
      
      I have also made it so that you can specify the default theme in the
      UI config file.
      94b3f803
  5. 31 3月, 2019 1 次提交
  6. 16 3月, 2019 1 次提交
  7. 06 3月, 2019 2 次提交
  8. 04 3月, 2019 1 次提交
  9. 08 2月, 2019 1 次提交
  10. 05 2月, 2019 1 次提交
  11. 13 1月, 2019 1 次提交
    • J
      UI: Add date/time to log file · 455187e6
      jp9000 提交于
      Although log files are saved with the date in the name of the log file,
      it's also nice to be able to see it inside the log file itself,
      especially when uploaded to a text service.
      455187e6
  12. 19 9月, 2018 1 次提交
  13. 07 9月, 2018 1 次提交
  14. 01 9月, 2018 1 次提交
    • D
      UI: Add retina support and updated icons · d70352a6
      DungFu 提交于
      OBS Studio currently does not support retina rendering for any of the
      images in the app. This adds support for retina pixmap rendering as
      well as adding higher resolution versions of each icon that was not
      a high enough resolution to support 2x. The icons work when switching
      themes and will only render the 2x versions when the device pixel
      ratio is greater than or equal to 2.
      
      I also added credits to the readme for images that were already being
      used that require credit to the author. If the OBS community has
      paid for these images already, I can remove the credits from the
      readme. The credit is for the invisible, visible, and gear icons.
      d70352a6
  15. 27 8月, 2018 1 次提交
    • J
      UI: Set browser hwaccel def. to false if winver <=7 · 1c2f6faf
      jp9000 提交于
      Due to reports of issues with Windows 7, if the user is on windows
      version 7 or below, set the default for "Browser Source Hardware
      Acceleration" to false instead of true.  This ensures optimal user
      experience and still allows those who had it working to continue using
      it if they so choose.
      
      Exact cause for this issue on Windows 7 is currently unknown.
      1c2f6faf
  16. 10 8月, 2018 2 次提交
  17. 07 8月, 2018 1 次提交
  18. 02 8月, 2018 1 次提交
  19. 30 7月, 2018 1 次提交
  20. 22 7月, 2018 2 次提交
    • J
      UI: Add signal for when theme has changed · 8dc2e6b5
      jp9000 提交于
      8dc2e6b5
    • J
      UI: Add ability to parse OBSStyle from qss · e1ab9a0f
      jp9000 提交于
      Adds the ability to set the current palette for the program via adding
      "OBSTheme" objects to the qss files.  The values for the OBSTheme object
      are the values used by QPalette::ColorRole.
      
      Modifying the global palette allows the ability to easily/quickly look
      up application theme colors (especially if you would like to use them
      for QML), as well as the ability to fix the hyperlink color issue.  (On
      dark themes, links would still be dark blue, causing them to be
      difficult to see)
      e1ab9a0f
  21. 19 7月, 2018 1 次提交
    • D
      libobs/UI: Allow Access To argc/argv · 16e879ca
      David Cooper 提交于
      This paves the way for plugins to have access to the argc/argv used
      when spawning OBS. Notably, this will allow a patch to obs-browser that
      passes through command line arguments on macOS to CEF.
      16e879ca
  22. 21 5月, 2018 5 次提交
  23. 19 5月, 2018 1 次提交
  24. 07 5月, 2018 1 次提交
    • J
      UI: Add opt. to enable/disable in-focus hotkey blocking · 051c58ee
      jp9000 提交于
      Adds an option to enable/disable blocking hotkeys when the window is in
      focus which is normally used in order to prevent hotkey/shortcut
      conflicts.  This does not apply to the settings window; the hotkey
      behavior is unchanged with the settings window (in order to prevent
      hotkeys from being used while setting hotkeys for example).
      
      Closes obsproject/obs-studio#1267
      051c58ee
  25. 26 4月, 2018 1 次提交
  26. 17 4月, 2018 1 次提交
    • S
      UI: Do not generate "already active" logs · 7fc6ea6c
      Shaolin 提交于
      When an user launches a multiple instance of obs and don't use the -m
      flag, wait until the confirmation to launch to create a new log file.
      This avoids a short log with no information when using the Help ->
      Update Last Log.
      
      Closes obsproject/obs-studio#1164
      7fc6ea6c
  27. 17 3月, 2018 3 次提交
    • J
      UI: Add Help -> Crash Reports submenu · 3b646107
      jp9000 提交于
      Adds the ability to upload crash reports, making it easier for users to
      give us crash data.  This should be considered a temporarily solution,
      as automated crash reporting should be the ideal solution as soon as
      time permits.
      3b646107
    • J
      UI: Specify whether crash/profiler/logs have prefix · d55589ef
      jp9000 提交于
      Adds a "has_prefix" parameter to delete_oldest_file and get_last_log in
      order to determine whether the file has a prefix when parsing its
      timestamp.  For example, crash logs are prefixed with "Crash", and thus
      it was unable to get the timestamp because it couldn't parse the
      filename correctly due to that fact.
      d55589ef
    • J
      UI: Specify subdir/variable to save to for get_last_log · 27e3ea5b
      jp9000 提交于
      27e3ea5b
  28. 20 1月, 2018 1 次提交
  29. 09 1月, 2018 1 次提交
  30. 21 7月, 2017 1 次提交
  31. 03 7月, 2017 1 次提交
    • V
      UI: Ensure theme backward compat. with older OBS vers. · f1588dac
      VodBox 提交于
      Deprecates "Theme" global config value and uses "CurrentTheme" instead
      to ensure backward compatibility with older versions of OBS, which will
      fail to load if you have a theme that isn't available.
      
      (Jim Edit: Putting this back because I misunderstood the purpose of
      jp9000/obs-studio#936)
      f1588dac