1. 31 5月, 2015 2 次提交
  2. 30 5月, 2015 1 次提交
    • J
      UI: Fix bug where password property won't save · 161198ba
      jp9000 提交于
      In my recent update to add a "show" button to the passworded text
      property, I neglected to connect the edit widget to
      WidgetInfo::ControlChanged, so it isn't able to detect when the text is
      changed by the user.
      161198ba
  3. 29 5月, 2015 2 次提交
  4. 26 5月, 2015 3 次提交
  5. 25 5月, 2015 6 次提交
    • J
      UI: Add "Show" button to password text properties · cce2eb93
      jp9000 提交于
      Allows the user to be able to optionally toggle the password text if
      they wish.  Mostly useful for troubleshooting purposes.
      cce2eb93
    • J
      UI: Add dark theme 'checked' color to push buttons · 5cb89165
      jp9000 提交于
      5cb89165
    • J
      UI: Remove dependence on Qt5Network · 39d1cda4
      jp9000 提交于
      Qt5Network has been replaced by libcurl.
      39d1cda4
    • J
      UI: Replace Qt5Network classes with libcurl · 13bed1a4
      jp9000 提交于
      The Qt5Network classes seem to only support OpenSSL, and because OpenSSL
      isn't available on windows, we would have to distribute it with the
      program to get SSL access working.  The problem with that is that
      OpenSSL is not GPL-compatible, so we cannot distribute OpenSSL with the
      program, which means we have to find a better (and preferably superior)
      library for accessing remote files that can use the windows SSPI for our
      SSL needs, which comes with the operating system.
      
      Fortunately, libcurl is probably the best library out there, and can be
      compiled with SSPI instead of OpenSSL, so we're just going to switch to
      libcurl instead.  Originally I thought it didn't support SSPI, otherwise
      I would have implemented it sooner.
      
      As a side note, this will make it so we'll able to get files from the
      internet via plugins, which will be quite useful.
      13bed1a4
    • J
      UI: Add RemoteTextThread class · 72e3ec7b
      jp9000 提交于
      The RemoteTextThread class is a QThread that is used to get text
      remotely in a separate thread with libcurl.  This is intended to replace
      the Qt5Network classes because of their dependency on OpenSSL, which we
      can't distribute.
      72e3ec7b
    • J
      cmake: Add libcurl support · e3fe26d7
      jp9000 提交于
      e3fe26d7
  6. 22 5月, 2015 2 次提交
  7. 19 5月, 2015 2 次提交
  8. 17 5月, 2015 4 次提交
  9. 15 5月, 2015 1 次提交
  10. 14 5月, 2015 2 次提交
  11. 13 5月, 2015 6 次提交
  12. 12 5月, 2015 9 次提交