File corectrl.changes of Package corectrl
-------------------------------------------------------------------
Mon Apr 03 17:08:20 UTC 2023 - dead_mozay@opensuse.org
- Update to version 1.3.5:
* Restore 0 as a valid power limit lower range bound value
-------------------------------------------------------------------
Tue Mar 28 14:22:10 UTC 2023 - dead_mozay@opensuse.org
- Update to version 1.3.4:
* Restrict power limit control creation upon faulty drivers
-------------------------------------------------------------------
Mon Feb 27 05:23:30 UTC 2023 - dead_mozay@opensuse.org
- Update to version 1.3.3:
* No changelog.
-------------------------------------------------------------------
Mon Feb 20 04:27:05 UTC 2023 - dead_mozay@opensuse.org
- Update to version 1.3.2:
* Fix typos
* Fix crash due to bogus power cap range bounds
* Handle wine app launches without wine[64]-preloader
-------------------------------------------------------------------
Sun Oct 09 12:49:42 UTC 2022 - dead_mozay@opensuse.org
- Update to version 1.3.1:
* Fix compilation issues with Linux 6.0 api headers
* Remove C designate initializations on some structs
* Install app binary and library files into GNUInstallDirs directories
* Fix CPU performance scaling mode not being restored from file
* Use center alignment for voltage 'Auto' text fields on FVControl
* Add copyright headers to some qml files
-------------------------------------------------------------------
Sun Sep 18 18:36:30 UTC 2022 - dead_mozay@opensuse.org
- Update to version 1.3.0:
* Save main window geometry when it changes
* Add option to save the window geometry
* Check that manual profile names are valid file names
* Reduce word redundancy on the Unreleased section of the CHANGELOG
* Set a timeout on the process event connector socket
* Only use constant and ascending curves on fan curves
* Fix crash on application exit when running under some window managers
* Remove spacing between advanced power management controls
* Remove unused import in ProfileInfoDialog.qml
* Fix missing show the main window menu entry from systray
* Set window visibility based on systray status during startup
* Add --m, --toggle-manual-profile command line options
* Add --toggle-window-visibility command line option
* Add --minimize-systray command line option
* Move command line parser setup to its own function
* Add support to receive arguments from new application instances
* Check path before reading gpu sensor and unique_id /sys files
* Add system tray menu entry to hide and show the main window
* Refactor system tray creation and signal handling
* Preserve aspect ratio of displayed images
* Add manual profiles note to the CHANGELOG
* Update translations
* Add support to toggle manual profiles from the system tray
* Add support to toggle manual profiles from the profiles view
* Add support to add and edit manual profiles from the profile dialog
* Implement manual profile support
* Fix active profile is not deactivated after editing it
* Fix default icon not being displayed when cloning the global profile
* Add customize icon option to profile dialog
* Remove unused MissingIcon
* Cache and store in profiles only custom icons
* Use the default icon as the initial profile icon
* Add DefaultIcon
* Increase application icon contrast
* Rename DefaultIcon to MissingIcon
* Restore support for disabling a frequency range bound on PMFreqRange
* Fix power profiles parsing on sienna cichlid asics
* Revert "Add support for disabling a frequency range bound on PMFreqRange"
* Fix QuaZip cmake case sensitivity
* Use GPU unique IDs to identify GPUs within profiles
* Read unique ID info on AMD GPUs
* Fix Bulgarian ts language identifier
* Support power profile mode on asics without heuristics settings
* Add support for disabling a frequency range bound on PMFreqRange
* Fix compilation issues related to missing polkit includes/libraries
* Add support for QuaZip pre-1.0 versions
* Use UPPERCASE for the prefix name on CMake pkg_check_modules calls
* Update Archlinux installation instructions
* Replace KAuth dependency with Polkit and Qt5::DBus
* Replace KArchive dependency with QuaZip
* Add support for unix paths to .exe files on wine launch cmdline
* Fix voltage offset not being restored during the initialization phase
* Explicitly disable QApplication quit on last window closed
* Fix deprecated calls to QProcess::start
* Add info on how to only install corectrl from ernstp's ppa
* Use CMAKE_CXX_STANDARD to set C++ standard level
* Initialize SysTray::sysTray_ member with nullptr
* Modify kernel version regex to capture up to 3 version numbers
* Point to the real issue fixed by commit cf5a83b
* Parse kernel versions with missing patch number
* Make SysTray a child of QApplication
* Handle QSystemTrayIcon lifetime with QObject parent/child ownership
* Bound SysTray and its context menu lifetimes
* Move connections to the end of the UI building phase
* Move App::settings member to a local variable on App::exec
* Remove unused App parent from ctor
* Refactor wine apps detection code on process monitor
* Refactor profile add / remove managing session code
* Fix profile not being monitored after editing its executable
* Fix missing profile icon after editing its executable name
* Resolve process executable file name by reading its symlink
* PMPowerProfile: avoid performance level commands when already synced
* PMOverdrive: avoid performance level commands when already synced
* Remove unused ICommadQueue::count method
* Overdrive: pack controls commands and avoid spurious commit command
* Add command pack functionality to CommandQueue
* Rename CommandQueue::pack to CommandQueue::toRawData
* Add missing cleaning call to aggregated overdrive controls
* Reorder overdrive post-init commands generation
* Add performance level handling to PpDpmHandler
* Discard thread exec and exit events on proc connector
* Add PMFreqRange overdrive control quirks
* Remove old ppOdClkVoltageHasKnownQuirks function
* Use overdrive known quirks functions on overdrive controls
* Split ppOdClkVoltageHasKnownQuirks per overdrive control
* Use PMFixedFreq control as fallback overdrive control
* Fix typo and link to issues writing guidelines on issue templates
-------------------------------------------------------------------
Tue Aug 09 13:35:19 UTC 2022 - dead_mozay@opensuse.org
- Update to version 1.2.7:
* Restore support for disabling a frequency range bound on PMFreqRange
* Fix power profiles parsing on sienna cichlid asics
-------------------------------------------------------------------
Sat Aug 06 16:52:29 UTC 2022 - dead_mozay@opensuse.org
- Update to version 1.2.6:
* Revert "Add support for disabling a frequency range bound on PMFreqRange"
-------------------------------------------------------------------
Tue Aug 02 17:30:38 UTC 2022 - dead_mozay@opensuse.org
- Update to version 1.2.5:
* Fix Bulgarian ts language identifier
* Support power profile mode on asics without heuristics settings
* Add support for disabling a frequency range bound on PMFreqRange
-------------------------------------------------------------------
Sun Jul 17 16:33:31 UTC 2022 - dead_mozay@opensuse.org
- Update to version 1.2.4:
* Add Dutch translation
* Add support for unix paths to .exe files on wine launch cmdline
* Fix voltage offset not being restored during the initialization phase
* Explicitly disable QApplication quit on last window closed
* Fix warning on FindBotan.cmake
* Fix deprecated calls to QProcess::start
* Use CMAKE_CXX_STANDARD to set C++ standard level
* Add Czech translation
-------------------------------------------------------------------
Fri Mar 4 12:29:14 UTC 2022 - Antonio Larrosa <alarrosa@suse.com>
- Use gcc10 also for building on Leap 15.4
-------------------------------------------------------------------
Wed Feb 23 13:46:55 UTC 2022 - dead_mozay@opensuse.org
- Update to version 1.2.3:
* Modify kernel version regex to capture up to 3 version numbers
* Parse kernel versions with missing patch number
* Make SysTray a child of QApplication
* Handle QSystemTrayIcon lifetime with QObject parent/child ownership
* Bound SysTray and its context menu lifetimes
* Move connections to the end of the UI building phase
* Move App::settings member to a local variable on App::exec
* Remove unused App parent from ctor
-------------------------------------------------------------------
Sun Nov 14 13:29:08 UTC 2021 - dead_mozay@opensuse.org
- Update to version 1.2.2:
* Refactor wine apps detection code on process monitor
* Refactor profile add / remove managing session code
* Fix profile not being monitored after editing its executable
* Fix missing profile icon after editing its executable name
* Resolve process executable file name by reading its symlink
-------------------------------------------------------------------
Mon Sep 20 03:33:50 UTC 2021 - dead_mozay@opensuse.org
- Update to version 1.2.1:
* Refactor control commands generation and handling
* Discard thread exec and exit events on proc connector
* Add PMFreqRange overdrive control quirks
* Refactor overdrive control quirks
* Fix typo and link to Issues writing guidelines
* Use tension instead of voltage on french translation
-------------------------------------------------------------------
Sat Sep 11 20:36:12 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Use gcc10 also for building on Leap 15.3
-------------------------------------------------------------------
Mon Sep 06 07:31:14 UTC 2021 - dead_mozay@opensuse.org
- Update to version 1.2.0:
* Reformat files
* Add Noop control to top-level mode controls
* Add Noop control
* Register PMPowerState control on PMPowerStateMode control
* Add PMPowerStateMode control
* Register CPUFreq control on CPUFreqMode control
* Add CPUFreqMode control
* Prepare ControlModeXMLParser::loadPartFrom for specialization
* Update translations
-------------------------------------------------------------------
Mon Aug 23 02:50:16 UTC 2021 - dead_mozay@opensuse.org
- Update to version 1.1.5:
* Propagate clean once to aggregated controls of ControlGroup
* Clean aggregated controls of ControlGroup when it's dirty
* Move translation and QT_STYLE_OVERRIDE log messages to INFO level
* Rename Utils::AMD:: overdrive parsing functions
* Log unsupported driver as a WARNING on GPUInfoVRam sensor
* Read VRAM from ioctl
* Fixed wrong VRAM usage shown
-------------------------------------------------------------------
Sun Jul 25 09:50:58 UTC 2021 - dead_mozay@opensuse.org
- Update to version 1.1.4:
* Retrieve process pid from the correct proc event struct
* Log data format errors of fan sensors when data is read
* Rework AMD fan sensors creation logic
* Fix fan1_input validation on fan speed rpm sensor
* Fix usage of unsafe flags on arch installation instructions
-------------------------------------------------------------------
Thu Jun 17 06:01:32 UTC 2021 - Dead Mozay <dead_mozay@opensuse.org>
- Fix build deps.
-------------------------------------------------------------------
Sun May 09 15:22:52 UTC 2021 - dead_mozay@opensuse.org
- Update to version 1.1.3:
* Bump version to 1.1.3
* Update catch2
* Make path to pci.ids configurable at build time
-------------------------------------------------------------------
Sun May 02 13:32:06 UTC 2021 - dead_mozay@opensuse.org
- Update to version 1.1.2:
* Use KDEInstallDirs instead of hardcoded paths to install resources
* Fixed header width of mode selector controls
* Ignore QT_STYLE_OVERRIDE environment variable
-------------------------------------------------------------------
Mon Nov 9 10:35:14 UTC 2020 - Dead Mozay <dead_mozay@opensuse.org>
- Fix build error.
-------------------------------------------------------------------
Sun Nov 01 09:48:43 UTC 2020 - dead_mozay@opensuse.org
- Update to version 1.1.1:
* Fixed wine executables are ignored on some cases
* Add Russian translation to the shortcut comment
* Add workaround for bogus values on critical temperature
* Fix incorrect executable file name on profile dialog
* Fix kernel version parsing
* Added Svg Qt component as required
* Add bulgarian translation
-------------------------------------------------------------------
Wed Jun 17 06:45:39 UTC 2020 - Dead Mozay <dead_mozay@opensuse.org>
- Missing dependencies added
-------------------------------------------------------------------
Thu Jun 11 06:27:48 UTC 2020 - Dead Mozay <dead_mozay@opensuse.org>
- Fix build openSUSE Leap 15.2
-------------------------------------------------------------------
Thu Jun 11 02:43:07 UTC 2020 - dead_mozay@opensuse.org
- Update to version 1.1.0:
* Added French translation.
* Added Catalan translation.
* Added workaround for high cpu load on some hardware (#29).
* Added navi support (#41).
* Reworked vega20 (navi... and newer hardware)
advanced power management controls.
-------------------------------------------------------------------
Mon May 25 21:19:21 UTC 2020 - mardnh@gmx.de
- Update to version 1.0.9:
* Added Catalan translation
* Rework PMFVStateProfilePart state assigment function
* Fixed memory frequency not being applied in FVVoltCurve control
* Increase the contrast of axis elements on curve controls
* Rename curve Style object
* Format code
* Fix missing QStringLiteral compilation error on Qt 5.9
* Update translations
* Simplify FVControl qml component
* Rework vega20+ advanced powermanagement control
* Check for pp_od_clk_voltage quirks on advanced controls factories
* Add function to check pp_od_clk_voltage quirks to amd utils
* Support navi vddc curve points
* Parse lines using regular expressions on amdutils
* Add 'include <QDBusPendingCall>'
* Update README.md
* Fix includes
-------------------------------------------------------------------
Wed Jan 29 11:10:11 UTC 2020 - dead_mozay@opensuse.org
- Update to version 1.0.7:
* Fr translation update
-------------------------------------------------------------------
Tue Jan 21 06:55:08 UTC 2020 - dead_mozay@opensuse.org
- Update to version 1.0.6:
* Update translations
* Remove Patreon info
* Add deferred system tray icon creation
* Add Bulgarian translation
* Only add gpu info for non empty translated hw ids
* Fix wrong macro identifier on memory usage sensor
* Update translations
* Implement UI part of ignore sensor functionality
* Implement sensor ignoring on the system model
* Add Settings::signalSettings and use it on App initialization
* Implement ignore functionality on GraphItem
* Refactor Settings dialog
* Rename Global.js to Settings.js
* Rework setting changed signal handling on App
* Add CGroupBox qml component
* Remove duplicated copyright block
-------------------------------------------------------------------
Mon Aug 26 09:39:46 UTC 2019 - dead_mozay@opensuse.org
- Update to version 1.0.6:
* Fix missing character on profile menu icon
* Move button's text icons definition to g_icon on Style.js
* Add French translation
* Only refresh graph series when the graph is visible
* Refactor SysModelForm children changed handling
* Add WITH_DEBUG_INFO CMake option
* Reduce compiler warnings
* Restore pre-init hardware state values
* Check data source data on FanCurve provider
* Check data source data on FanFixed provider
* Check data source data on PMFixedFreq providers
* Refactor PMFVState
* Refactor PMFVVoltCurve
* Check data source data on PMPowerCap provider
* Refactor PMFreqOd
* Refactor PMPowerProfile
* Check data sources data on sensor providers
* Add Ubuntu repo to README.md
* Make SysModelSyncer threaded
* Refactor ControlMode (+ ModeSelector.qml)
* Refactor System.qml
* Use Qt 5.9 known data types to exchange values between C++ and QML
* Check AMD FanCurve import state
* Check AMD FanFixed import state
* Check AMD PMFVState import state
* Check AMD PMFVVoltCurve import state
* Check AMD PMFixedFreq import state
* Check AMD PMFreqOd import state
* Check AMD PMPowerCap import state
* Check AMD PMPowerProfile import state
* Check AMD PMFixed import state
* Check AMD PMPowerState import state
* Check CPUFreq import state
* Check ControlMode import state
* Check ControlGroup import state
* Refactor AMD FanCurve
* Add components common utils
* Add mathutils.h
* Activate the selected control on a ControlMode on import
* Ensure that all controls of a ControlGroup are active on import
* Require and fix export order of control values
* Fix typo on format.sh
* Update Russian translation
-------------------------------------------------------------------
Tue Jul 23 09:12:46 UTC 2019 - dead_mozay@opensuse.org
- Update to version 1.0.5:
* Add AppStream metadata file and rename .desktop file
* Fix helper dependecies
-------------------------------------------------------------------
Mon Jul 22 04:19:42 UTC 2019 - dead_mozay@opensuse.org
- Improve default cpu frequency scaling governor selection
- Update Russian translation
- Use a develop version on master
-------------------------------------------------------------------
Sat Jul 20 11:52:38 UTC 2019 - dead_mozay@opensuse.org
- Fix missing russian translation
-------------------------------------------------------------------
Sat Jul 20 11:29:09 UTC 2019 - dead_mozay@opensuse.org
- Add Russian translations
- Fix wrong icon size
- Update README.md
- Move CONTRIBUTING.md to root directory
- Add CONTRIBUTING.md
- Add instalation instructions in README.md
-------------------------------------------------------------------
Thu Jul 18 01:41:41 UTC 2019 - dead_mozay@opensuse.org
- Update to version 1.0.4:
* Reorder qml module imports
* Remove unused modules import
* Set the default value to start minimized on system tray to false
* Move default settings into Global scope on QML
-------------------------------------------------------------------
Tue Jul 16 01:18:30 UTC 2019 - dead_mozay@opensuse.org
- Update to version 1.0.3:
* Bump version to 1.0.3
* Crash at startup on Qt 5.9
-------------------------------------------------------------------
Mon Jul 15 14:56:09 UTC 2019 - dead_mozay@opensuse.org
- Update to version 1.0.2:
* Add uninstall target
-------------------------------------------------------------------
Mon Jul 15 11:53:21 UTC 2019 - dead_mozay@opensuse.org
- Update to version 1.0.2:
* Bump version to 1.0.2
-------------------------------------------------------------------
Mon Jul 15 11:27:28 UTC 2019 - dead_mozay@opensuse.org
- Update to version 1.0.1:
* Use project name in lower case for installed icon names
-------------------------------------------------------------------
Mon Jul 15 11:13:51 UTC 2019 - dead_mozay@opensuse.org
- Update to version 1.0.1:
*
-------------------------------------------------------------------
Mon Jul 15 11:13:13 UTC 2019 - Dead Mozay <dead_mozay@opensuse.org>
- Initial package