be9203e816
update project url
...
For some time my site has been moved from arcanis.name to arcanis.me.
Also https protocol forced.
2016-03-05 19:39:26 +03:00
beb2682b04
Stabilizing commit
...
* move request timeout settings to the configuration header
* initial support of requiredby dictionary
* add AWPatternFunctions namespace
* improve components communication
* update UI to recent abilities
* rewrite qCDebug messages and update CONTRIBUTING.md accordingly
2016-02-01 00:25:28 +07:00
1c78e0d779
Initial support of templates and so on ( #71 )
...
* Initial syntax is the following:
* $template{{ some JS code here }} - simple template based on JS
code inside. It works the same as lambda functions, but calculates
only once.
* aw_count(regex) - keys count found for given regex
* aw_keys(regex, [separator]) - keys found for given regex and
joined by using given separator
* aw_names(regex, [separator]) - key names found for given regex and
joined by using given separator (the same as previous but w\o $)
The template and function syntax may be changed before release.
* replace `foreach` to `for (auto foo : bar)` and update CONTRIBUTING.md
accordingly
2016-01-30 00:07:47 +07:00
fba58c27e8
fix #73
...
I suppose the better way is to move weather adaptor to another open
weather engine despite the fact that OWM has provided me a special FOSS
permissions. I've changed weather provider to Yahoo! Weather because
there is no good way to provide my own API key to end-users except for
being compiled to the source code.
In other hand this solution leads to the fact that humidity and
atmosphere pressure is not available for forecast more. And moreover
pressure units has been changed for current weather.
+ fix possible memory leak in dataengine aggregator
+ add "special thanks" group to acknoledgment tab
2016-01-29 01:31:00 +07:00
4b679ff570
fix #74
...
Unfortunately there is no good way to resize tooptip dynamically if html
image is used. In other hand if tooltip type set to "names" it is
possible to resize tooptips to content size.
+ update gitignore
2016-01-28 12:44:45 +03:00
arcan1s
ac089dee9c
Release 3.0.1
...
drop nullptr checking
2015-10-23 00:20:30 +03:00
arcan1s
99e38118a4
drop unused declarations, update qt5.5 patch
2015-10-22 05:22:02 +03:00
arcan1s
df87850f65
Release 3.0.0
...
* turn back concurrent text update
* update screenshots
2015-10-21 06:53:34 +03:00
arcan1s
75ab84e993
* logging changes
...
* add configuration export status message
* prepare to release
2015-10-20 00:34:29 +03:00
arcan1s
17a8a1734b
* create cppcheck and clangformat targets
...
* apply code style (#67 )
* send values by reference
* fix warnings on plugin destruction by disconnecting dataengines first
* fix invalid hddtemp group definition
2015-10-18 00:05:42 +03:00
arcan1s
8645260f99
* end work on #68
...
* create special class for configuration
* update clion settings
2015-10-17 00:06:32 +03:00
arcan1s
84f6f1a820
* add commit SHA information
...
* allow to open link in quotes editor
* fix bug with no data updates in configuration ui
2015-09-28 19:27:55 +03:00
arcan1s
92ce241742
return back stream lock which will be disabled from qml by the timer. In
...
other case there is possibe plasma crash
2015-09-26 03:23:10 +03:00
arcan1s
82e2bc23a1
* more intuitive configuration UI
...
* add queueLimit runtime configuration
2015-09-22 00:31:30 +03:00
arcan1s
24eb548bb3
* limit messages queue to ideal thread count
...
* move from QtScript to QJSEngine (first is deprecated since 5.6)
* drop unneeded includes in headers
* some changes inside queue managing
2015-09-17 01:10:55 +03:00
arcan1s
f5e40d084d
show message on no updates
2015-09-07 01:47:50 +03:00
arcan1s
7218defe19
add '$this' feature to lambda functions
...
fix large size on startup
fix invalid key parsing
2015-09-03 00:30:10 +03:00
arcan1s
82c1839634
drop hidding method
2015-09-01 01:12:10 +03:00
arcan1s
cc2b1b7b8a
add images feature to extweather (apiver == 2)
2015-08-31 00:16:04 +03:00
arcan1s
4c27382467
more correct logging, use qt logging for qml as well
2015-08-30 16:24:00 +03:00
arcan1s
aacb50c946
start moving to qt5 style logging
2015-08-29 00:58:39 +03:00
arcan1s
466faf53fa
some refactoring, prepare to moving to qt5 style logging
2015-08-28 00:15:25 +03:00
arcan1s
835eb00f0d
add lambda support
2015-08-21 00:05:15 +03:00
arcan1s
df473c53b5
move plugins to iterators
2015-08-08 00:22:25 +03:00
arcan1s
1cddf6f14d
some map replacing
2015-08-04 00:15:19 +03:00
arcan1s
6173b60806
edit cmake files
...
edit font dialog
2015-08-01 00:10:18 +03:00
arcan1s
c9acb0bdcd
edit build, create a separate cmake include file
2015-07-29 23:59:42 +03:00
arcan1s
3b6df44489
more correct methods naming, prepare to move to templates
2015-07-25 00:03:45 +03:00
arcan1s
c7d998eb12
more correct fix for #57
2015-07-19 00:14:49 +03:00
arcan1s
903a1a454d
move plugin back to private
2015-07-15 19:49:54 +03:00
arcan1s
467a3bf508
fix network speed calculation for $down and $up tags
2015-07-14 00:18:29 +03:00
arcan1s
d01fb91e36
bump to 2.3.2
2015-07-09 00:28:47 +03:00
arcan1s
61ed3a444f
change text rendering
2015-07-08 12:20:01 +03:00
arcan1s
1869a68122
fix bug with no actions
...
set network speed units as MB/s if the value more than 1k KB/s
2015-07-03 00:04:03 +03:00
arcan1s
ad63f78929
update links to opensuse packages
2015-06-12 15:05:56 +03:00
arcan1s
a391df2804
- fix bug with invalid values updates from configuration UI
...
* merge fan tags to temp ones for better handling
2015-06-10 10:31:41 +03:00
arcan1s
8dc3510a30
more pretty configuration interface
...
implement quotes changes
2015-05-25 02:28:09 +03:00
arcan1s
fce098cb5c
improve work with filters for custom scripts
...
implement new line filters for widget text
fix bug with html parsing
implement key sorting in combo boxes
2015-05-24 00:03:54 +03:00
arcan1s
8c73b2560b
Release 2.2.2
...
* update screenshots
+ add error logging to extquotes
- fix paragraph bug
- fix bug with DP settings
2015-05-22 00:18:14 +03:00
arcan1s
a53c5ec38c
drop kde4 from master
2015-05-20 00:36:48 +03:00
arcan1s
cc7b7b5659
create skel for aw
2015-01-16 05:27:41 +03:00
arcan1s
56e7ee3d11
approve translation
2014-12-24 00:05:40 +03:00
underr
78ab09c1da
pt_BR translation
2014-12-23 14:21:32 -02:00
arcan1s
8f1e8606d4
update Ukrainian transaltion
2014-12-18 01:37:06 +03:00
arcan1s
b682c6dbd6
update Spanish translation
2014-12-16 09:36:02 +03:00
arcan1s
c8bf047e76
implement #36
...
fix (?) initialization
update translations
2014-12-15 02:41:39 +03:00
arcan1s
2272b0c2c0
auto commit
2014-12-12 00:02:48 +03:00
arcan1s
be792a4c5a
add graphical settings
2014-12-03 04:33:13 +00:00
arcan1s
6bcb6798a2
fix #37
2014-11-28 21:02:45 +03:00
arcan1s
bae34ba898
update translations, version and readme
2014-11-21 03:28:11 +03:00
arcan1s
0cd2ff6813
rewrite all ui interfaces t oKDE standards
2014-11-20 06:01:56 +03:00
arcan1s
222db43dc1
update extscripts and dp ui files to kde standards
2014-11-20 04:21:24 +03:00
arcan1s
e4be3b2e02
simplify custom script class
...
remove QGraphicsView border
2014-11-20 04:07:14 +03:00
arcan1s
e7714042bb
yet another fix margin
2014-11-13 11:21:51 +03:00
arcan1s
0f4bbbfba1
some intermediate commit
2014-11-12 05:16:05 +03:00
arcan1s
7069758b73
add colorsettings to DP tooltip
...
remove deprecated settings from AW
2014-11-10 01:53:27 +03:00
arcan1s
bbc9d72606
fix margin
2014-11-10 00:51:43 +03:00
arcan1s
b53b1111f9
fix tooltip to DP
2014-11-09 08:22:05 +03:00
arcan1s
64fdc4bebe
move tooltip to proxydiwget
2014-11-09 04:50:22 +03:00
arcan1s
583046e195
update translations
2014-11-08 18:41:33 +03:00
arcan1s
71b3a4e6ab
implement #35
2014-11-07 05:36:36 +03:00
arcan1s
4b90fac0c4
implement #28
2014-11-07 04:56:32 +03:00
arcan1s
2fa0acf13d
some intermediate commit
2014-11-06 20:42:53 +03:00
arcan1s
6a784d2e28
remove install script from git pkgbuild
2014-10-27 04:33:16 +03:00
arcan1s
5759273e4c
add workaroud for resizing
2014-10-04 01:17:34 +04:00
arcan1s
4387bb1e76
some fixes which was introduced with the latest patches
2014-10-02 06:13:10 +04:00
arcan1s
7f6afbcb4d
add resizing
2014-10-01 03:15:28 +04:00
arcan1s
4a320bc5d6
more correct destuction
2014-10-01 02:59:47 +04:00
arcan1s
29d34525a3
fix plasma crash caused by label destruction
2014-10-01 02:57:06 +04:00
arcan1s
0ab74b493c
fix #31 , update submodules
2014-10-01 02:33:10 +04:00
arcan1s
17bef06c98
some fixes, prepare to release 2.0.2
2014-09-15 20:28:09 +04:00
arcan1s
db7573de80
update DP translations
2014-09-15 10:04:57 +04:00
arcan1s
4907496a2e
fix text edit dp configuration interface
2014-09-14 00:01:23 +04:00
arcan1s
43daae5529
edit temp conversion
2014-09-13 03:06:00 +04:00
arcan1s
1d1fe469f8
rewrite DP configuration interface
2014-09-12 19:29:31 +04:00
Steve Lemuel
a8912074dd
Modify Chinese translations
2014-09-10 22:56:21 +08:00
Steve Lemuel
2be0edcb40
Add Chinese translations
2014-09-10 22:40:32 +08:00
arcan1s
18b6fc6eef
update changelog
2014-09-08 02:22:50 +04:00
arcan1s
ab966504cc
update translations, fix layout, some edit of formating
...
prepare to release 2.0.0
(I plan to update all translations with next releases)
2014-09-08 01:52:40 +04:00
arcan1s
f91c80b5b1
rollback taging
2014-09-08 00:09:41 +04:00
arcan1s
554354ce36
update trasnaltions
2014-09-06 16:06:47 +04:00
arcan1s
c007fabe12
some fixes
2014-09-06 15:43:53 +04:00
arcan1s
0ea17555b1
update to use cfontdialog
2014-09-04 21:04:44 +04:00
arcan1s
4164c7fe04
commit before renaming
2014-09-02 22:49:17 +04:00
arcan1s
54174974b1
edit supported information
...
update desktop panel to tag changes
2014-09-02 03:29:17 +04:00
arcan1s
e603ad9977
add configAccepted() function
2014-08-30 15:56:05 +04:00
arcan1s
5b44fa5c75
starting of porting ptm to C++
2014-08-29 10:50:37 +04:00
arcan1s
81105fb12d
remove dublicates
2014-08-28 23:00:08 +04:00
arcan1s
93abb86340
update to use submodules
2014-08-28 15:35:57 +04:00
arcan1s
5584ba0e9f
update to use submodules
2014-08-28 15:21:41 +04:00
arcan1s
2c35031549
add toggle panel configuration
2014-08-28 12:28:52 +04:00
arcan1s
d28d7156ce
add raw support to hide panels
2014-08-28 03:06:48 +04:00
arcan1s
b9c9aac686
fix twinkle of desktop panel
2014-07-23 17:58:01 +04:00
arcan1s
7dd7251a45
fixes in desktop-panel
2014-07-22 09:49:55 +04:00
arcan1s
1ccbc264ed
fix naming
2014-07-21 22:45:22 +04:00
arcan1s
e37f2a7190
add support of tags to cmd
2014-07-09 13:50:46 +04:00
arcan1s
7c3b47693e
update translations
2014-07-09 10:53:54 +04:00
arcan1s
0fe67ce323
initialization of translation files
2014-07-09 10:34:38 +04:00
arcan1s
bfb7d72faf
change lineedit to combobox
2014-07-09 09:59:04 +04:00
arcan1s
662b952961
ended work on ptm-desktop-panel
2014-07-09 09:42:58 +04:00