Ivailo Monev
1cad595824
generic: drop scripting support
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-10-21 08:14:30 +03:00
Ivailo Monev
470df939a9
plasma: limit the numbers in calculator applet
...
otherwise the size of the applet may grow automatically
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-09-24 23:38:27 +03:00
Ivailo Monev
8b661c60c7
plasma: remove unused applet keys
...
see the following commit in the kdelibs repo:
9afe0d856617b16e873b95efeae1449070b7f3e9
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-09-24 21:58:48 +03:00
Ivailo Monev
002afc0ab2
plasma: setup calculator applet main layout contents margins
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-09-20 14:23:53 +03:00
Ivailo Monev
b261835f4d
plasma: disallow calculator operators for zero
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-09-19 22:19:06 +03:00
Ivailo Monev
57aee76feb
plasma: update calculator applet font based on KGlobalSettings::kdisplayFontChanged() signal
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-09-19 00:03:39 +03:00
Ivailo Monev
12b78f3d2e
plasma: disallow adding more than one decimal in calculator applet
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-09-18 23:58:04 +03:00
Ivailo Monev
50bd202229
plasma: reset calculator applet operator on equal operation
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-09-18 23:54:59 +03:00
Ivailo Monev
ac7474d362
plasma: calculator applet reimplementation
...
the old applet was in the kde-extraapps but it is so simple to and with
zero dependencies so I've decided to move it to the kde-workspace repo
while at it. the locale import will not be used (the old implementation
was using it so it is simply dropped)
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-09-18 23:24:38 +03:00