Skip to content

Commit

Permalink
Merge pull request #49 from MarcinOrlowski/dev
Browse files Browse the repository at this point in the history
Release 1.6.3
  • Loading branch information
MarcinOrlowski authored Sep 2, 2022
2 parents 278a6fc + 5af9b4c commit da2f349
Show file tree
Hide file tree
Showing 18 changed files with 25 additions and 22 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* 1.6.3 (2022-09-02)
* Fixed layout config control buttons being rendered in unusable form [#35]

* 1.6.2 (2021-12-12)
* Fixed broken calendar view.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,5 +317,5 @@ kquitapp5 plasmashell ; kstart5 plasmashell

## License ##

* Written and copyrighted &copy;2020-2021 by Marcin Orlowski <mail (#) marcinorlowski (.) com>
* Written and copyrighted &copy;2020-2022 by Marcin Orlowski <mail (#) marcinorlowski (.) com>
* Weekday Grid widget is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)
2 changes: 1 addition & 1 deletion src/contents/config/config.qml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Weekday Grid widget for KDE
*
* @author Marcin Orlowski <mail (#) marcinOrlowski (.) com>
* @copyright 2020-2021 Marcin Orlowski
* @copyright 2020-2022 Marcin Orlowski
* @license http://www.opensource.org/licenses/mit-license.php MIT
* @link https://github.com/MarcinOrlowski/weekday-plasmoid
*/
Expand Down
2 changes: 1 addition & 1 deletion src/contents/js/DateTimeFormatter.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* DateTimeFormatter - JS helper library
*
* @author Marcin Orlowski <mail (#) marcinOrlowski (.) com>
* @copyright 2020-2021 Marcin Orlowski
* @copyright 2020-2022 Marcin Orlowski
* @license http://www.opensource.org/licenses/mit-license.php MIT
* @link https://github.com/MarcinOrlowski/datetimeformatter
*/
Expand Down
2 changes: 1 addition & 1 deletion src/contents/ui/AboutDialog.qml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Weekday Grid widget for KDE
*
* @author Marcin Orlowski <mail (#) marcinOrlowski (.) com>
* @copyright 2020-2021 Marcin Orlowski
* @copyright 2020-2022 Marcin Orlowski
* @license http://www.opensource.org/licenses/mit-license.php MIT
* @link https://github.com/MarcinOrlowski/weekday-plasmoid
*/
Expand Down
2 changes: 1 addition & 1 deletion src/contents/ui/HtmlClock.qml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Configurable HTML styled clock plasmoid.
*
* @author Marcin Orlowski <mail (#) marcinOrlowski (.) com>
* @copyright 2020-2021 Marcin Orlowski
* @copyright 2020-2022 Marcin Orlowski
* @license http://www.opensource.org/licenses/mit-license.php MIT
* @link https://github.com/MarcinOrlowski/html-clock-plasmoid
*/
Expand Down
2 changes: 1 addition & 1 deletion src/contents/ui/NotificationManager.qml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* HTML Clock Plasmoid
*
* @author Marcin Orlowski <mail (#) marcinOrlowski (.) com>
* @copyright 2020-2021 Marcin Orlowski
* @copyright 2020-2022 Marcin Orlowski
* @license http://www.opensource.org/licenses/mit-license.php MIT
* @link https://github.com/MarcinOrlowski/html-clock-plasmoid
*/
Expand Down
2 changes: 1 addition & 1 deletion src/contents/ui/UpdateChecker.qml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* HTML Clock Plasmoid
*
* @author Marcin Orlowski <mail (#) marcinOrlowski (.) com>
* @copyright 2020-2021 Marcin Orlowski
* @copyright 2020-2022 Marcin Orlowski
* @license http://www.opensource.org/licenses/mit-license.php MIT
* @link https://github.com/MarcinOrlowski/html-clock-plasmoid
*/
Expand Down
2 changes: 1 addition & 1 deletion src/contents/ui/config/General.qml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* HTML Clock Plasmoid
*
* @author Marcin Orlowski <mail (#) marcinOrlowski (.) com>
* @copyright 2020-2021 Marcin Orlowski
* @copyright 2020-2022 Marcin Orlowski
* @license http://www.opensource.org/licenses/mit-license.php MIT
* @link https://github.com/MarcinOrlowski/html-clock-plasmoid
*/
Expand Down
10 changes: 5 additions & 5 deletions src/contents/ui/config/Layout.qml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* HTML Clock Plasmoid
*
* @author Marcin Orlowski <mail (#) marcinOrlowski (.) com>
* @copyright 2020-2021 Marcin Orlowski
* @copyright 2020-2022 Marcin Orlowski
* @license http://www.opensource.org/licenses/mit-license.php MIT
* @link https://github.com/MarcinOrlowski/html-clock-plasmoid
*/
Expand Down Expand Up @@ -110,7 +110,7 @@ ColumnLayout {
}

PlasmaComponents.Button {
implicitWidth: minimumWidth
// implicitWidth: minimumWidth
text: i18n('Clone')
onClicked: layoutTextArea.text = Layouts.layouts[layoutKey]['html'].trim()
}
Expand Down Expand Up @@ -231,19 +231,19 @@ ColumnLayout {
text: i18n('Style selection:')
}
PlasmaComponents.Button {
implicitWidth: minimumWidth
// implicitWidth: minimumWidth
text: i18n('Font')
onClicked: doReplaceSelection(styleWithFontAndColor(getTextToStyle(), fontSelector.selectedFont, colorSelector.color))
}

PlasmaComponents.Button {
implicitWidth: minimumWidth
// implicitWidth: minimumWidth
text: i18n('Color')
onClicked: doReplaceSelection(styleWithColor(getTextToStyle(), colorSelector.color))
}

PlasmaComponents.Button {
implicitWidth: minimumWidth
// implicitWidth: minimumWidth
text: i18n('Font + Color')
onClicked: doReplaceSelection(styleWithFontAndColor(getTextToStyle(), fontSelector.selectedFont, colorSelector.color))
}
Expand Down
2 changes: 1 addition & 1 deletion src/contents/ui/config/LayoutSelector.qml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* HTML Clock Plasmoid
*
* @author Marcin Orlowski <mail (#) marcinOrlowski (.) com>
* @copyright 2020-2021 Marcin Orlowski
* @copyright 2020-2022 Marcin Orlowski
* @license http://www.opensource.org/licenses/mit-license.php MIT
* @link https://github.com/MarcinOrlowski/html-clock-plasmoid
*/
Expand Down
2 changes: 1 addition & 1 deletion src/contents/ui/config/Tooltip.qml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* HTML Clock Plasmoid
*
* @author Marcin Orlowski <mail (#) marcinOrlowski (.) com>
* @copyright 2020-2021 Marcin Orlowski
* @copyright 2020-2022 Marcin Orlowski
* @license http://www.opensource.org/licenses/mit-license.php MIT
* @link https://github.com/MarcinOrlowski/html-clock-plasmoid
*/
Expand Down
2 changes: 1 addition & 1 deletion src/contents/ui/lib/ClickableLabel.qml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Weekday Grid widget for KDE
*
* @author Marcin Orlowski <mail (#) marcinOrlowski (.) com>
* @copyright 2020-2021 Marcin Orlowski
* @copyright 2020-2022 Marcin Orlowski
* @license http://www.opensource.org/licenses/mit-license.php MIT
* @link https://github.com/MarcinOrlowski/weekday-plasmoid
*/
Expand Down
4 changes: 2 additions & 2 deletions src/contents/ui/lib/CopyButton.qml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* HTML Clock Plasmoid
*
* @author Marcin Orlowski <mail (#) marcinOrlowski (.) com>
* @copyright 2020-2021 Marcin Orlowski
* @copyright 2020-2022 Marcin Orlowski
* @license http://www.opensource.org/licenses/mit-license.php MIT
* @link https://github.com/MarcinOrlowski/html-clock-plasmoid
*/
Expand All @@ -11,7 +11,7 @@ import QtQuick 2.0
import org.kde.plasma.components 3.0 as PlasmaComponents

PlasmaComponents.Button {
implicitWidth: minimumWidth
// implicitWidth: minimumWidth
icon.name: 'edit-copy'
text: ''
}
2 changes: 1 addition & 1 deletion src/contents/ui/lib/CopyrightLabel.qml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Weekday Grid widget for KDE
*
* @author Marcin Orlowski <mail (#) marcinOrlowski (.) com>
* @copyright 2020-2021 Marcin Orlowski
* @copyright 2020-2022 Marcin Orlowski
* @license http://www.opensource.org/licenses/mit-license.php MIT
* @link https://github.com/MarcinOrlowski/weekday-plasmoid
*/
Expand Down
2 changes: 1 addition & 1 deletion src/contents/ui/lib/FontSelector.qml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Weekday Grid widget for KDE
*
* @author Marcin Orlowski <mail (#) marcinOrlowski (.) com>
* @copyright 2020-2021 Marcin Orlowski
* @copyright 2020-2022 Marcin Orlowski
* @license http://www.opensource.org/licenses/mit-license.php MIT
* @link https://github.com/MarcinOrlowski/weekday-plasmoid
*/
Expand Down
2 changes: 1 addition & 1 deletion src/contents/ui/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* HTML Clock Plasmoid
*
* @author Marcin Orlowski <mail (#) marcinOrlowski (.) com>
* @copyright 2020-2021 Marcin Orlowski
* @copyright 2020-2022 Marcin Orlowski
* @license http://www.opensource.org/licenses/mit-license.php MIT
* @link https://github.com/MarcinOrlowski/html-clock-plasmoid
*/
Expand Down
2 changes: 1 addition & 1 deletion src/metadata.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ X-KDE-PluginInfo-FirstReleaseYear=2020
X-KDE-PluginInfo-Email=
X-KDE-PluginInfo-License=MIT
X-KDE-PluginInfo-Name=com.marcinorlowski.htmlclock
X-KDE-PluginInfo-Version=1.6.2
X-KDE-PluginInfo-Version=1.6.3
X-KDE-PluginInfo-Website=https://github.com/MarcinOrlowski/html-clock-plasmoid
X-KDE-ServiceTypes=Plasma/Applet
X-Plasma-API=declarativeappletscript
Expand Down

0 comments on commit da2f349

Please sign in to comment.