Skip to content
代码片段 群组 项目
  1. 8月 28, 2024
  2. 8月 27, 2024
  3. 8月 18, 2024
  4. 8月 05, 2024
  5. 8月 01, 2024
  6. 7月 31, 2024
  7. 7月 30, 2024
  8. 7月 29, 2024
  9. 7月 28, 2024
  10. 7月 17, 2024
  11. 7月 10, 2024
  12. 7月 06, 2024
  13. 6月 20, 2024
  14. 6月 11, 2024
    • Dimitrij's avatar
      versioning fix · 3039b25a
      Dimitrij 创作于
      3039b25a
    • Dimitrij's avatar
      libs update · 0b7ce92a
      Dimitrij 创作于
      0b7ce92a
    • Dimitrij's avatar
      Merge pull request #2601 from xRushG/RegSettings · e3ec521a
      Dimitrij 创作于
      Enhancement of Registry Settings capabilities
      e3ec521a
    • xRushG's avatar
      Finalize Update Options Page · 88999263
      xRushG 创作于
      This commit finalizes the Update Options Page with the following changes:
      - Removed unnecessary methods due to new features of the registry handler class.
      - Updated and added comments to improve code readability and understanding.
      - Implemented UI optimizations such as disabling the frequency control and showing "Never" in the combobox.
      - Enabled the password storing ability, making it functional but not yet usable.
      - Applied some code optimizations for improved efficiency.
      88999263
    • xRushG's avatar
      Finalize Credentials Options Page · 9687ccd0
      xRushG 创作于
      This commit finalizes the Credentials Options Page with the following changes:
      - Updated and added comments to improve code readability and understanding.
      - Enabled the password storing ability, making it functional but not yet usable.
      - Applied some code optimizations for improved efficiency.
      9687ccd0
    • xRushG's avatar
    • xRushG's avatar
      Removing all unnecessary old files · 8b3a68f5
      xRushG 创作于
      8b3a68f5
    • xRushG's avatar
      Refactor registry settings interaction classes. · 08eb35a3
      xRushG 创作于
      This commit refactors the registry settings interaction classes by consolidating the multiple entry classes for int, string, bool, etc., into a single class that supports multiple data types. This change simplifies the code and enhances readability.
      
      - Consolidate multiple entry classes (int, string, bool, etc.) into a single class
      - Introduce WindowsRegistryEntry<T> to support multiple data types
      08eb35a3
    • Dimitrij's avatar
      lib update · dec82b41
      Dimitrij 创作于
      dec82b41
  15. 6月 07, 2024
  16. 6月 06, 2024
  17. 5月 30, 2024
  18. 5月 29, 2024
  19. 5月 25, 2024
  20. 5月 24, 2024
    • Dimitrij's avatar
      Merge pull request #2596 from xRushG/OpenLogBug · 49a1549e
      Dimitrij 创作于
      Log File Opening Fails on Notification Settings Page
      49a1549e
    • xRushG's avatar
      - Added my missed comment for outlined LocalSettingsManager · b3f936c1
      xRushG 创作于
      - Fixed a bug that occurred when trying to open the log file on the Notification settings page.
      - Removed unnecessary file association when user tries to open the log file on the Notification page. The "choose file" dialog handles the extension as it is fixed on .log
      - Implemented fallback to open file explorer to the specified file location if mRem fails to open the log file.
      b3f936c1
  21. 5月 05, 2024
  22. 5月 04, 2024
  23. 5月 03, 2024
    • Dimitrij's avatar
      lib updates · 83f3846c
      Dimitrij 创作于
      correct build number calculations - now its days from last release + hour + minute of build
      some changes to migrate to json schema + preparation of using db to save settings
      83f3846c
加载中