aef1a736c8
code improvements
...
* drop c++14 requirements since it is not used
* move from enum to enum classes
* more intuitive graph building in GI
* allow X-AW-Direction property works with graphs and bars
2016-04-17 16:18:13 +03:00
60cbc40e9f
implement coverity integration (see #84 )
2016-04-08 16:23:59 +03:00
e9146b3b6c
release 3.1.1
...
* translation update
* fix broken build with gcc (#87 ). The issue was reproduced only with
gcc build and has been resolved by just replacing C-like `isnan` to
`std::isnan`
2016-04-06 14:42:56 +03:00
d4c7095d61
release 3.1.0
2016-04-06 01:25:31 +03:00
54e1545bb1
create update helper class
...
Move old chechUpdates() method to this class. Create ability to show
ChangeLog after updates (by using global config with version). Changelog
(only for the latest version) will be written to version.h during cmake
run.
2016-02-04 00:02:49 +07:00
966c6059a0
split some classes to different namespaces to improve code base
...
No significant changes applied.
* function syntax has been changed to another one, any function may be called
by using the following construction:
$aw_function_name<some args here if any>{{function body if any}}
* rewrite travis.yml
2016-01-31 00:00:12 +07:00
arcan1s
ac089dee9c
Release 3.0.1
...
drop nullptr checking
2015-10-23 00:20:30 +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
f7e24f680a
* add Optimization build type which uses -O3
...
* create QTimer object in AWDataEngineAggregator class, emit signal to
this timer because timers could not be started in the separate thread
* increase limit x2 with leaving the thread pool size as was
2015-10-07 01:39:10 +03:00
arcan1s
69c1f0ed5a
* small build changes
...
* drop cast (they were added to try to avoid possible crash)
2015-10-06 06:49:24 +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
0fa274ad75
* fix bug in ui
...
* drop QUEUE_LIMIT build option (moved to runtime cfg)
* apply concurrent updates for slots
2015-09-23 03:53:42 +03:00
arcan1s
120e201c5b
* move update interval to another tab
...
* some changes inside concurrent run
* update COPYING to vanila format
2015-09-19 10:25:26 +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
d00ab81fe9
better look and feel for tooltip configuration ui
2015-09-06 01:43:45 +03:00
arcan1s
b3fc0501ba
unify build, allow cross build
2015-08-16 03:24:44 +03:00
arcan1s
4858c9dbcd
add rpm recipe
2015-08-16 02:38:24 +03:00
arcan1s
241e13ffd8
add experimental debian build
2015-08-16 01:22:28 +03:00
arcan1s
6fbe897b27
fix CMake policy setup
2015-08-02 14:24:49 +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
c61a5ac092
create a static library for backend items
...
move backend items to template-based mechanism
2015-07-26 12:58:59 +03:00
arcan1s
4742617e3e
* fix building
...
* add clang build
* more correct method types
2015-07-24 00:18:21 +03:00
arcan1s
467a3bf508
fix network speed calculation for $down and $up tags
2015-07-14 00:18:29 +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
224e558a98
release 2.3.1
2015-06-11 01:49:22 +03:00
arcan1s
b431d2c6cf
Release 2.3.0
2015-06-01 01:40:06 +03:00
arcan1s
a53c5ec38c
drop kde4 from master
2015-05-20 00:36:48 +03:00
arcan1s
c6cadba4b6
some part of refactoring
...
move plugin from private
fix translation issue (#50 )
2015-05-12 00:19:08 +03:00
arcan1s
fd8f2127d9
initial support of quotes
2015-04-28 16:43:34 +03:00
arcan1s
7ae90bf82d
release 2.2.1
2015-02-24 00:14:04 +03:00
arcan1s
4cee2535ee
add desktop files reconfiguring
...
fix target on cmake builds
improve cmake version check logic
2015-02-17 03:37:06 +03:00
arcan1s
4dbf5150fc
update supporting files
2015-02-11 07:38:30 +03:00
arcan1s
061244b1d0
update translations
...
add notifications
edit resizing
fix reading ps
some fixes
2015-02-11 05:04:56 +03:00
arcan1s
681fec4cac
start work on desktop panel
2015-02-05 04:26:19 +03:00
arcan1s
9611677254
some updates
2015-02-01 03:34:16 +03:00
arcan1s
16170c72b0
move back desktop files
...
add widget configuration
append plugin slots
rewrite KF5 and DE to use ExtUpgrade class
some fixes
2015-01-30 02:43:31 +03:00
arcan1s
c5a0ba3796
end work on core part. Now widget works normally
...
(except for configuration and appearance)
2015-01-28 07:53:31 +03:00
arcan1s
9ff07241b1
implement general methods to plugin
2015-01-17 02:30:16 +03:00
arcan1s
cc7b7b5659
create skel for aw
2015-01-16 05:27:41 +03:00
arcan1s
3e709f549d
port dataengine to kf5
2015-01-16 04:09:39 +03:00
arcan1s
adcf6c942f
start work on porting
2015-01-15 18:46:56 +03:00
arcan1s
4e3593a2a9
fix build
2014-11-25 04:00:01 +03:00
arcan1s
bae34ba898
update translations, version and readme
2014-11-21 03:28:11 +03:00
arcan1s
171d545562
add skel for #32
2014-10-10 23:36:11 +04:00
arcan1s
c506183247
fix battery tooltip
2014-09-24 09:51:46 +04:00
arcan1s
1f9e8221f0
release 2.0.4
...
battery fixes
2014-09-21 21:49:02 +04:00