
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
FcronQ is an Fcron GUI for Linux.
Fcron is an advanced periodic command scheduler, which aims to replace its predecessors. It was designed by Thibault Godouet.
Current chronograph GUIs don't seem to support the advanced features offered by Fcron. FcronQ attempts to fill this void. Visit the Fcron website for a list of its features.
What's new in v0.5.0 4 years ago
* Ported the codebase from PyQt v4 to v5
* Worked around an icon-based memory leak
* Increased the size of the application icon
* Greyed it out when the daemon is stopped
* Now using 'pgrep' instead of the generic 'grep'
* Added 'Search' shortcut to the 'Action' menu
* Changed/updated some of the menu icons
* Disabled the 'Revert' action when not needed
What's new in v0.5.0 4 years ago
* Ported the codebase from PyQt v4 to v5
* Worked around an icon-based memory leak
* Increased the size of the application icon
* Greyed it out when the daemon is stopped
* Now using 'pgrep' instead of the generic 'grep'
* Added 'Search' shortcut to the 'Action' menu
* Changed/updated some of the menu icons
* Disabled the 'Revert' action when not needed
7 years ago
* Compensated for a change to Fcron's output format
* Prevented the column header text from being absent
* Tidied up the gathering of user environment variables
* Handled case where list character isn't in UTF set
Please login or register to add a comment or rating