1. 29 1月, 2014 8 次提交
  2. 28 1月, 2014 7 次提交
  3. 27 1月, 2014 2 次提交
    • J
      Rename obs-data.h to obs-internal.h · 563613db
      jp9000 提交于
      Renaming obs-data.h to avoid confusion about its usage
      563613db
    • J
      Finish the rest of the settings dialog code · a5372e97
      jp9000 提交于
      - Move over the last of the original settings dialog code to QT.  It was
        actually a bit easier to write in the QT version.  wxWidgets was
        definitely not ideal for that because the pages would fully
        create/destroy every time.
      
      - [Win32] Fix os_dlopen so that it only appends .dll if not present
      
      - [MacOS] Fix name dialog text edit widget issue (it would be better if
        we could just use the list widget for editing labels, will have to
        look in to that in the future)
      
      - Tweak the settings UI a bit more and make 30 FPS default
      
      - Add a macro to convert a QString to a UTF-8 const char * string
      
      - Rename build/plugins to build/obs-plugins
      
      - Remove the last of the wxWidgets code
      a5372e97
  4. 26 1月, 2014 23 次提交