diff --git a/README.md b/README.md index 5d3a516..f4207cb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -Digital Clock Next -================== +Digital Clock 5 +=============== [![GitHub License](https://img.shields.io/github/license/Kolcha/DigitalClock5)](https://www.gnu.org/licenses/gpl-3.0.html) [![SourceForge Downloads](https://img.shields.io/sourceforge/dm/digitalclock4)](https://sourceforge.net/projects/digitalclock4/files) @@ -11,13 +11,12 @@ Some key features: * full compatibility with old skin format * good font rendering (minimal difference with text editors) * good Unicode support (including emoji) -* font-like rendering for image-based skins due to [skin format extension](https://github.com/Kolcha/DigitalClockNext/wiki/Extended-legacy-skin-format) +* font-like rendering for image-based skins due to [skin format extension](https://github.com/Kolcha/DigitalClock5/wiki/Extended-legacy-skin-format) * gradient filling for numbers and background -* horizontal/vertical layout out-of-the-box -* [multiple time zones](https://github.com/Kolcha/DigitalClockNext/wiki/Multiple-timezones) (or just multiple windows) support +* [multiple time zones](https://github.com/Kolcha/DigitalClock5/wiki/Multiple-timezones) (or just multiple windows) support * tray icon displays local time (implemented just-for-fun) -A lot of useful information about app usage and possible customization options can be found in the [Wiki](https://github.com/Kolcha/DigitalClockNext/wiki). Also some useful links and contact information can be found in the app's About dialog. +A lot of useful information about app usage and possible customization options can be found in the [Wiki](https://github.com/Kolcha/DigitalClock5/wiki). Also some useful links and contact information can be found in the app's About dialog. Downloads are published on SourceForge. diff --git a/app/gui/about_dialog.ui b/app/gui/about_dialog.ui index 27a4ff7..14e4cda 100644 --- a/app/gui/about_dialog.ui +++ b/app/gui/about_dialog.ui @@ -193,7 +193,7 @@ - <a href="https://github.com/Kolcha/DigitalClockNext/wiki">project Wiki home page</a> + <a href="https://github.com/Kolcha/DigitalClock5/wiki">project Wiki home page</a> Qt::AlignmentFlag::AlignCenter diff --git a/app/gui/settings_dialog.cpp b/app/gui/settings_dialog.cpp index 8cc6db9..2e8c7c2 100644 --- a/app/gui/settings_dialog.cpp +++ b/app/gui/settings_dialog.cpp @@ -234,7 +234,7 @@ void SettingsDialog::on_format_edit_textEdited(const QString& arg1) void SettingsDialog::on_format_help_btn_clicked() { - QDesktopServices::openUrl(QUrl("https://github.com/Kolcha/DigitalClockNext/wiki/Supported-date-time-formats")); + QDesktopServices::openUrl(QUrl("https://github.com/Kolcha/DigitalClock5/wiki/Supported-date-time-formats")); } void SettingsDialog::on_format_apply_btn_clicked() @@ -252,7 +252,7 @@ void SettingsDialog::on_layout_cfg_edit_textEdited(const QString& arg1) void SettingsDialog::on_layout_cfg_help_btn_clicked() { - QDesktopServices::openUrl(QUrl("https://github.com/Kolcha/DigitalClockNext/wiki/Multiple-lines")); + QDesktopServices::openUrl(QUrl("https://github.com/Kolcha/DigitalClock5/wiki/Multiple-lines")); } void SettingsDialog::on_use_custom_seps_clicked(bool checked) @@ -269,7 +269,7 @@ void SettingsDialog::on_custom_seps_edit_textEdited(const QString& arg1) void SettingsDialog::on_custom_seps_help_btn_clicked() { - QDesktopServices::openUrl(QUrl("https://github.com/Kolcha/DigitalClockNext/wiki/Custom-separator-characters")); + QDesktopServices::openUrl(QUrl("https://github.com/Kolcha/DigitalClock5/wiki/Custom-separator-characters")); } void SettingsDialog::updateTimeFormat() diff --git a/plugin_core/impl/appearance_settings_widget.cpp b/plugin_core/impl/appearance_settings_widget.cpp index 5051d90..03d3e28 100644 --- a/plugin_core/impl/appearance_settings_widget.cpp +++ b/plugin_core/impl/appearance_settings_widget.cpp @@ -192,7 +192,7 @@ void AppearanceSettingsWidget::on_layout_cfg_edit_textEdited(const QString& arg1 void AppearanceSettingsWidget::on_layout_cfg_help_btn_clicked() { - QDesktopServices::openUrl(QUrl("https://github.com/Kolcha/DigitalClockNext/wiki/Multiple-lines")); + QDesktopServices::openUrl(QUrl("https://github.com/Kolcha/DigitalClock5/wiki/Multiple-lines")); } void AppearanceSettingsWidget::on_font_rbtn_clicked() diff --git a/plugins/date/gui/settings_widget.cpp b/plugins/date/gui/settings_widget.cpp index 9e5ec62..282ab7e 100644 --- a/plugins/date/gui/settings_widget.cpp +++ b/plugins/date/gui/settings_widget.cpp @@ -61,5 +61,5 @@ void SettingsWidget::on_str_format_edit_editTextChanged(const QString& arg1) void SettingsWidget::on_str_format_help_btn_clicked() { - QDesktopServices::openUrl(QUrl("https://github.com/Kolcha/DigitalClockNext/wiki/Supported-date-time-formats")); + QDesktopServices::openUrl(QUrl("https://github.com/Kolcha/DigitalClock5/wiki/Supported-date-time-formats")); }