File tree Expand file tree Collapse file tree 27 files changed +82
-32
lines changed Expand file tree Collapse file tree 27 files changed +82
-32
lines changed Original file line number Diff line number Diff line change
1
+ Ver.3.3.1:
2
+ + add ability to direct issue report (#104)
3
+ + add key completion (#105)
4
+ + add ability to load historical configuration (#106)
5
+ + add ability to upload configuration to remote server (#106)
6
+ + add stylish (#112)
7
+ + add DBus intergration (#115)
8
+ + add cron-like extenstion triggers (`X-AW-Socket` option) (#117)
9
+ + add ability to trigger extensions by calling socket (`X-AW-Schedule` option) (#118)
10
+ + add source for network requests
11
+ + add Json formatter
12
+ - drop patches provided support for Qt 5.4
13
+ * use custom signal slot connection for dataengine (`BUILD_FUTURE` flag required)
14
+ * update UI
15
+ * refactoring
16
+
1
17
Ver.3.2.1:
2
18
+ add X-AW-Translate option to DateTime formatter
3
19
+ add formatters to configuration export and import
Original file line number Diff line number Diff line change 2
2
3
3
pkgname=plasma5-applet-awesome-widgets
4
4
_pkgname=awesome-widgets
5
- pkgver=3.3.0
5
+ pkgver=3.3.1
6
6
pkgrel=1
7
7
pkgdesc=" Collection of minimalistic Plasmoids which look like Awesome WM widgets (ex-PyTextMonitor)"
8
8
arch=(' i686' ' x86_64' )
@@ -17,7 +17,7 @@ optdepends=("catalyst: for GPU monitor"
17
17
makedepends=(' cmake' ' extra-cmake-modules' ' python' )
18
18
source=(https://github.com/arcan1s/awesome-widgets/releases/download/V.${pkgver} /${_pkgname} -${pkgver} -src.tar.xz)
19
19
install=${pkgname} .install
20
- md5sums=(' 0dddbf8c47992204de515e63026c16f3 ' )
20
+ md5sums=(' 306027b017f940c9c5eaffb65ff82a7f ' )
21
21
backup=(' etc/xdg/plasma-dataengine-extsysmon.conf' )
22
22
23
23
prepare () {
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ set(PROJECT_CONTACT "esalexeev@gmail.com")
15
15
set (PROJECT_LICENSE "GPL3" )
16
16
set (PROJECT_VERSION_MAJOR "3" )
17
17
set (PROJECT_VERSION_MINOR "3" )
18
- set (PROJECT_VERSION_PATCH "0 " )
18
+ set (PROJECT_VERSION_PATCH "1 " )
19
19
set (PROJECT_VERSION "${PROJECT_VERSION_MAJOR} .${PROJECT_VERSION_MINOR} .${PROJECT_VERSION_PATCH} " )
20
20
# append git version if any
21
21
set (PROJECT_COMMIT_SHA "Commit hash" CACHE INTERNAL "" )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ X-Plasma-RemoteLocation=
20
20
X-KDE-PluginInfo-Author =Evgeniy Alekseev aka arcanis
21
21
X-KDE-PluginInfo-Email =esalexeev@gmail.com
22
22
X-KDE-PluginInfo-Name =org.kde.plasma.awesomewidget
23
- X-KDE-PluginInfo-Version =3.3.0
23
+ X-KDE-PluginInfo-Version =3.3.1
24
24
X-KDE-PluginInfo-Website =https://arcanis.me/projects/awesome-widgets/
25
25
X-KDE-PluginInfo-Category =System Information
26
26
X-KDE-PluginInfo-Depends =
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ X-AW-Type=Horizontal
12
12
X-AW-Direction =LeftToRight
13
13
X-AW-Height =25
14
14
X-AW-Width =100
15
- X-AW-ApiVersion =5
15
+ X-AW-ApiVersion =6
16
16
X-AW-Number =3
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ X-AW-Type=Horizontal
12
12
X-AW-Direction =LeftToRight
13
13
X-AW-Height =25
14
14
X-AW-Width =100
15
- X-AW-ApiVersion =5
15
+ X-AW-ApiVersion =6
16
16
X-AW-Number =0
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ X-AW-Type=Horizontal
12
12
X-AW-Direction =LeftToRight
13
13
X-AW-Height =25
14
14
X-AW-Width =100
15
- X-AW-ApiVersion =5
15
+ X-AW-ApiVersion =6
16
16
X-AW-Number =1
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ X-AW-Type=Horizontal
12
12
X-AW-Direction =LeftToRight
13
13
X-AW-Height =25
14
14
X-AW-Width =100
15
- X-AW-ApiVersion =5
15
+ X-AW-ApiVersion =6
16
16
X-AW-Number =2
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ Name=AAPL.NASDAQ
4
4
Comment =Apple Inc
5
5
X-AW-Ticker ="AAPL"
6
6
X-AW-Active =false
7
- X-AW-ApiVersion =3
7
+ X-AW-ApiVersion =4
8
8
X-AW-Interval =60
9
9
X-AW-Number =0
10
+ X-AW-Schedule =
11
+ X-AW-Socket =
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ Name=EUR/RUB
4
4
Comment =EUR/RUB
5
5
X-AW-Ticker ="EURRUB=X"
6
6
X-AW-Active =false
7
- X-AW-ApiVersion =3
7
+ X-AW-ApiVersion =4
8
8
X-AW-Interval =60
9
9
X-AW-Number =1
10
+ X-AW-Schedule =
11
+ X-AW-Socket =
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ Name=EUR/USD
4
4
Comment =EUR/USD
5
5
X-AW-Ticker ="EURUSD=X"
6
6
X-AW-Active =false
7
- X-AW-ApiVersion =3
7
+ X-AW-ApiVersion =4
8
8
X-AW-Interval =60
9
9
X-AW-Number =2
10
+ X-AW-Schedule =
11
+ X-AW-Socket =
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ Name=GOOG.NASDAQ
4
4
Comment =Google Inc
5
5
X-AW-Ticker ="GOOG"
6
6
X-AW-Active =false
7
- X-AW-ApiVersion =3
7
+ X-AW-ApiVersion =4
8
8
X-AW-Interval =60
9
9
X-AW-Number =3
10
+ X-AW-Schedule =
11
+ X-AW-Socket =
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ Name=MSFT.NASDAQ
4
4
Comment =Microsoft Corp
5
5
X-AW-Ticker ="MSFT"
6
6
X-AW-Active =false
7
- X-AW-ApiVersion =3
7
+ X-AW-ApiVersion =4
8
8
X-AW-Interval =60
9
9
X-AW-Number =4
10
+ X-AW-Schedule =
11
+ X-AW-Socket =
Original file line number Diff line number Diff line change 4
4
Comment =RTS Index
5
5
X-AW-Ticker ="RTS.RS"
6
6
X-AW-Active =false
7
- X-AW-ApiVersion =3
7
+ X-AW-ApiVersion =4
8
8
X-AW-Interval =60
9
9
X-AW-Number =5
10
+ X-AW-Schedule =
11
+ X-AW-Socket =
Original file line number Diff line number Diff line change 4
4
Comment =S&P 500 Index
5
5
X-AW-Ticker ="^GSPC"
6
6
X-AW-Active =false
7
- X-AW-ApiVersion =3
7
+ X-AW-ApiVersion =4
8
8
X-AW-Interval =60
9
9
X-AW-Number =6
10
+ X-AW-Schedule =
11
+ X-AW-Socket =
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ Name=USD/RUB
4
4
Comment =USD/RUB
5
5
X-AW-Ticker ="USDRUB=X"
6
6
X-AW-Active =false
7
- X-AW-ApiVersion =3
7
+ X-AW-ApiVersion =4
8
8
X-AW-Interval =60
9
9
X-AW-Number =8
10
+ X-AW-Schedule =
11
+ X-AW-Socket =
Original file line number Diff line number Diff line change 4
4
Comment =Volatility S&P 500
5
5
X-AW-Ticker ="^VIX"
6
6
X-AW-Active =false
7
- X-AW-ApiVersion =3
7
+ X-AW-ApiVersion =4
8
8
X-AW-Interval =60
9
9
X-AW-Number =7
10
+ X-AW-Schedule =
11
+ X-AW-Socket =
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ Name=httpbin
4
4
Comment =httpbin example
5
5
X-AW-Ticker =https://httpbin.org/get
6
6
X-AW-Active =false
7
- X-AW-ApiVersion =1
7
+ X-AW-ApiVersion =2
8
8
X-AW-Interval =10
9
9
X-AW-Number =0
10
+ X-AW-Schedule =
11
+ X-AW-Socket =
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ X-AW-Prefix=
7
7
X-AW-Active =false
8
8
X-AW-Redirect =nothing
9
9
X-AW-Interval =1
10
- X-AW-ApiVersion =4
10
+ X-AW-ApiVersion =5
11
11
X-AW-Number =0
12
12
X-AW-Filters =
13
+ X-AW-Schedule =
14
+ X-AW-Socket =
Original file line number Diff line number Diff line change @@ -7,5 +7,7 @@ X-AW-Active=false
7
7
X-AW-Filter =
8
8
X-AW-Null =0
9
9
X-AW-Interval =3600
10
- X-AW-ApiVersion =3
10
+ X-AW-ApiVersion =4
11
11
X-AW-Number =0
12
+ X-AW-Schedule =
13
+ X-AW-Socket =
Original file line number Diff line number Diff line change @@ -7,5 +7,7 @@ X-AW-Active=false
7
7
X-AW-Filter =
8
8
X-AW-Null =0
9
9
X-AW-Interval =3600
10
- X-AW-ApiVersion =3
10
+ X-AW-ApiVersion =4
11
11
X-AW-Number =1
12
+ X-AW-Schedule =
13
+ X-AW-Socket =
Original file line number Diff line number Diff line change @@ -7,5 +7,7 @@ X-AW-Active=false
7
7
X-AW-Filter =
8
8
X-AW-Null =3
9
9
X-AW-Interval =3600
10
- X-AW-ApiVersion =3
10
+ X-AW-ApiVersion =4
11
11
X-AW-Number =2
12
+ X-AW-Schedule =
13
+ X-AW-Socket =
Original file line number Diff line number Diff line change @@ -7,5 +7,7 @@ X-AW-Active=false
7
7
X-AW-Filter =
8
8
X-AW-Null =0
9
9
X-AW-Interval =3600
10
- X-AW-ApiVersion =3
10
+ X-AW-ApiVersion =4
11
11
X-AW-Number =3
12
+ X-AW-Schedule =
13
+ X-AW-Socket =
Original file line number Diff line number Diff line change @@ -7,5 +7,7 @@ X-AW-Active=false
7
7
X-AW-Filter =
8
8
X-AW-Null =0
9
9
X-AW-Interval =3600
10
- X-AW-ApiVersion =3
10
+ X-AW-ApiVersion =4
11
11
X-AW-Number =4
12
+ X-AW-Schedule =
13
+ X-AW-Socket =
Original file line number Diff line number Diff line change @@ -3,11 +3,13 @@ Comment=London current weather
3
3
Encoding =UTF-8
4
4
Name =London current
5
5
X-AW-Active =false
6
- X-AW-ApiVersion =3
6
+ X-AW-ApiVersion =4
7
7
X-AW-City =London
8
8
X-AW-Country =uk
9
9
X-AW-Image =false
10
10
X-AW-Interval =3600
11
11
X-AW-Number =0
12
12
X-AW-Provider =OWM
13
13
X-AW-TS =0
14
+ X-AW-Schedule =
15
+ X-AW-Socket =
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ X-Plasma-RemoteLocation=
20
20
X-KDE-PluginInfo-Author =Evgeniy Alekseev aka arcanis
21
21
X-KDE-PluginInfo-Email =esalexeev@gmail.com
22
22
X-KDE-PluginInfo-Name =org.kde.plasma.desktoppanel
23
- X-KDE-PluginInfo-Version =3.3.0
23
+ X-KDE-PluginInfo-Version =3.3.1
24
24
X-KDE-PluginInfo-Website =https://arcanis.me/projects/awesome-widgets/
25
25
X-KDE-PluginInfo-Category =System Information
26
26
X-KDE-PluginInfo-Depends =
Original file line number Diff line number Diff line change @@ -25,17 +25,17 @@ const char CHANGELOG[] = "@PROJECT_CHANGELOG@";
25
25
26
26
// configuraion
27
27
// graphical items api version
28
- const int AW_GRAPHITEM_API = 5 ;
28
+ const int AW_GRAPHITEM_API = 6 ;
29
29
// extquotes api version
30
- const int AW_EXTQUOTES_API = 3 ;
30
+ const int AW_EXTQUOTES_API = 4 ;
31
31
// extscript api version
32
- const int AW_EXTSCRIPT_API = 4 ;
32
+ const int AW_EXTSCRIPT_API = 5 ;
33
33
// extupgrade api version
34
- const int AW_EXTUPGRADE_API = 3 ;
34
+ const int AW_EXTUPGRADE_API = 4 ;
35
35
// extweather api version
36
- const int AW_EXTWEATHER_API = 3 ;
36
+ const int AW_EXTWEATHER_API = 4 ;
37
37
// extnetworkrequest api version
38
- const int AW_EXTNETREQUEST_API = 1 ;
38
+ const int AW_EXTNETREQUEST_API = 2 ;
39
39
// formatter api version
40
40
const int AW_FORMATTER_API = 3 ;
41
41
// telemetry api version
You can’t perform that action at this time.
0 commit comments