Commit Graph

  • 5ee1cec909 authors update arcan1s 2015-10-23 00:55:16 +0300
  • 83ec82debd Merge pull request #70 from arcan1s/development Evgeniy Alekseev 2015-10-23 00:27:16 +0300
  • ac089dee9c Release 3.0.1 V.3.0.1 arcan1s 2015-10-23 00:20:30 +0300
  • 2d9ca281a9 update patch...again arcan1s 2015-10-22 05:25:00 +0300
  • 99e38118a4 drop unused declarations, update qt5.5 patch arcan1s 2015-10-22 05:22:02 +0300
  • 68dd2432cd drop qcinfo support (it will be moved to additional patch) arcan1s 2015-10-22 05:01:38 +0300
  • 919a10fff6 add patch to avoid errors with Qt5.3 arcan1s 2015-10-22 03:39:07 +0300
  • d0ba320e1b add patch to revert the last commit =) arcan1s 2015-10-22 02:57:06 +0300
  • 8545192ef8 move dialog part to qml files arcan1s 2015-10-22 02:52:06 +0300
  • f77cf7c1aa update contributing.md fix #69 by adding special patches arcan1s 2015-10-21 13:29:06 +0300
  • dd262c3d84 small update of support files V.3.0.0 arcan1s 2015-10-21 07:02:09 +0300
  • df87850f65 Release 3.0.0 * turn back concurrent text update * update screenshots arcan1s 2015-10-21 06:53:34 +0300
  • c2db8740b8 translation update arcan1s 2015-10-20 01:23:12 +0300
  • 75ab84e993 * logging changes * add configuration export status message * prepare to release arcan1s 2015-10-20 00:34:29 +0300
  • c161004640 drop clion settings at all arcan1s 2015-10-19 01:28:51 +0300
  • c1a8c17ecb * drop workspace.xml from source tree (it is changed too offen) * fix export and import configurations for json files arcan1s 2015-10-19 00:57:27 +0300
  • 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 arcan1s 2015-10-18 00:05:42 +0300
  • 8645260f99 * end work on #68 * create special class for configuration * update clion settings arcan1s 2015-10-17 00:06:32 +0300
  • 0e1b101703 * initial implementation of configuration export and import feature (#68) * drop mediators in data transition arcan1s 2015-10-16 07:22:03 +0300
  • 2db2de4c27 * try to drop text update to main thread instead of concurrent run * update contributing.md arcan1s 2015-10-15 16:54:13 +0300
  • af0dd25b86 * add clang-format configuration and script * add cppcheck script proto (TODO include directories according ot cmake output) TODO do it while build time and/or commit arcan1s 2015-10-14 01:01:25 +0300
  • 3be733a775 drop code oriented on the stream lock in parallel updates This fact caused by the qt signal-slot implementation. Even if slots code is going into parallel they will be called in the main app thread. And also it is used inside KF5 dataengine implementation, so I'm affraid that it could not be optimized w\o backend rewriting arcan1s 2015-10-13 01:49:12 +0300
  • d3ab0a7228 * add mutex to avoid crash on qhash data update (#62) * update gitignore * update contributing.md arcan1s 2015-10-11 18:28:21 +0300
  • 440d180c20 some code style improvements (#67) arcan1s 2015-10-10 00:51:24 +0300
  • 827275da3f fix crash which has been caused by the fact that we've called concurrent data update and don't copy object (#66) * more correct concurrent run * move data split to awdataengineaggregator arcan1s 2015-10-09 07:22:54 +0300
  • 6f86e8ec5e fix formating arcan1s 2015-10-08 01:14:30 +0300
  • f1e6f74c7d * add CONTRIBUTING.md * add drop source ability for extsysmon arcan1s 2015-10-08 01:08:59 +0300
  • 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 arcan1s 2015-10-07 01:39:10 +0300
  • 69c1f0ed5a * small build changes * drop cast (they were added to try to avoid possible crash) arcan1s 2015-10-06 06:49:24 +0300
  • c4612d84ed move dataengine control to plugin part (ref to #66) arcan1s 2015-10-05 00:00:38 +0300
  • 228d6500d3 update Spain translation arcan1s 2015-10-01 00:18:58 +0300
  • befdf0519f add loadsource for testing needs arcan1s 2015-09-30 00:16:57 +0300
  • 79d2b07d57 update uk translation fix typo in ru translation arcan1s 2015-09-29 00:13:19 +0300
  • 84f6f1a820 * add commit SHA information * allow to open link in quotes editor * fix bug with no data updates in configuration ui arcan1s 2015-09-28 19:27:55 +0300
  • 92ce241742 return back stream lock which will be disabled from qml by the timer. In other case there is possibe plasma crash arcan1s 2015-09-26 03:23:10 +0300
  • ab2a444c84 auxiliary commit * drop unnecessary includes * bump API versions inside version.h arcan1s 2015-09-24 00:05:09 +0300
  • 0fa274ad75 * fix bug in ui * drop QUEUE_LIMIT build option (moved to runtime cfg) * apply concurrent updates for slots arcan1s 2015-09-23 03:53:42 +0300
  • 82e2bc23a1 * more intuitive configuration UI * add queueLimit runtime configuration arcan1s 2015-09-22 00:31:30 +0300
  • 4cc44c1d59 bump quotes api version to 3. Change data type from float to double to avoid rounding problems arcan1s 2015-09-21 06:17:43 +0300
  • d20db1b888 rewrite several methods in GI, add support of graphs arcan1s 2015-09-20 13:19:28 +0300
  • 120e201c5b * move update interval to another tab * some changes inside concurrent run * update COPYING to vanila format arcan1s 2015-09-19 10:25:26 +0300
  • 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 arcan1s 2015-09-17 01:10:55 +0300
  • 646e897058 * fix extsysmon multi keys sources * change quotes values types to double arcan1s 2015-09-16 00:01:07 +0300
  • 95b6b2d9e9 * add preview function * more comments inside * variables renaming * unite several lists to one hash * add build_future definition checking to source code arcan1s 2015-09-15 00:02:59 +0300
  • dddc3962a5 * better extensions update * prepare dataaggregator to graph data * add ability to wrap text * move tag selection dialog to ui arcan1s 2015-09-14 05:01:34 +0300
  • f08600db61 change quotes output format integrate aggregators to the plugin arcan1s 2015-09-13 00:13:49 +0300
  • 0ba74b3130 add ability to wrap lines rename AWToolTip to AWDataAggregator object drop hasOutput property from ExtScript fix some bugs in AWKeysAggregator arcan1s 2015-09-12 02:32:31 +0300
  • 0298a8c088 create awkeysaggregator change netwrok device definition (fix #64) arcan1s 2015-09-11 00:43:35 +0300
  • bf5c500938 fix bugs caused by integration arcan1s 2015-09-10 04:59:35 +0300
  • ae4e7deddd create pkgbuild for the last stable archive in 2.4.0 branch release-2.4.0 arcan1s 2015-09-09 06:57:49 +0300
  • 9e45b02c8e move extsysmon and plugin to the new source model arcan1s 2015-09-09 01:48:09 +0300
  • ab0ab0d40f some optimizations arcan1s 2015-09-08 00:07:47 +0300
  • f5e40d084d show message on no updates arcan1s 2015-09-07 01:47:50 +0300
  • d00ab81fe9 better look and feel for tooltip configuration ui arcan1s 2015-09-06 01:43:45 +0300
  • 09275731aa try to implement concurent data update arcan1s 2015-09-05 03:02:02 +0300
  • be26033ff7 edit log format line arcan1s 2015-09-04 00:18:46 +0300
  • 70020d0aef Merge branch 'master' of github.com:arcan1s/awesome-widgets arcan1s 2015-09-03 00:31:07 +0300
  • 7218defe19 add '$this' feature to lambda functions fix large size on startup fix invalid key parsing arcan1s 2015-09-03 00:30:10 +0300
  • 200ecc7196 translation update arcan1s 2015-09-02 00:19:28 +0300
  • 6689bea9a7 implement dynamic tags arcan1s 2015-09-02 00:05:11 +0300
  • 5940ec4531 update awdebug arcan1s 2015-09-01 01:45:25 +0300
  • 2716f77eb2 revert arcan1s 2015-09-01 01:40:48 +0300
  • cfdcaae036 drop script from deps arcan1s 2015-09-01 01:40:15 +0300
  • 82c1839634 drop hidding method arcan1s 2015-09-01 01:12:10 +0300
  • 08dae3b02b small patch to avoid notifications on nan arcan1s 2015-08-31 01:43:39 +0300
  • cc2b1b7b8a add images feature to extweather (apiver == 2) arcan1s 2015-08-31 00:16:04 +0300
  • 4c27382467 more correct logging, use qt logging for qml as well arcan1s 2015-08-30 16:24:00 +0300
  • aacb50c946 start moving to qt5 style logging arcan1s 2015-08-29 00:58:39 +0300
  • 466faf53fa some refactoring, prepare to moving to qt5 style logging arcan1s 2015-08-28 00:15:25 +0300
  • 8228d1d06b Add filter feature to ExtUpgrade (ApiVer = 3) arcan1s 2015-08-26 00:24:55 +0300
  • 37726370ee Add additional column to configuraion ui to better tag selection arcan1s 2015-08-25 00:07:23 +0300
  • 07305d7578 no kf5 on ubuntu 12.04 arcan1s 2015-08-23 02:26:12 +0300
  • b97c821c8f try to upgrade ubuntu first arcan1s 2015-08-23 02:16:22 +0300
  • b50c1d2363 add ability to do not translate strings arcan1s 2015-08-23 02:14:55 +0300
  • 713aa611d9 drop travis since it uses ubuntu-12.04 arcan1s 2015-08-22 23:11:09 +0300
  • 319755179f #2 arcan1s 2015-08-22 22:30:52 +0300
  • 9509d87962 try to get it working arcan1s 2015-08-22 22:27:27 +0300
  • 6d58a3f05c add repo arcan1s 2015-08-22 14:59:44 +0300
  • 2cca290630 try add travis-ci arcan1s 2015-08-22 14:55:50 +0300
  • 29b75e2b12 update additional files update translations add "Add lambda" button to ui arcan1s 2015-08-22 00:40:14 +0300
  • 835eb00f0d add lambda support arcan1s 2015-08-21 00:05:15 +0300
  • a5e9b32b28 implement support of network speed units tags fix warning for empty tooltip image arcan1s 2015-08-18 01:17:51 +0300
  • fe2f147d45 update requiremets release-2.2.1 arcan1s 2015-08-16 15:52:31 +0300
  • fbdc9112aa update archive generator arcan1s 2015-08-16 15:48:43 +0300
  • 6c42b3dc7e update requirements arcan1s 2015-08-16 15:35:42 +0300
  • 000708b6a2 renaming arcan1s 2015-08-16 15:29:51 +0300
  • 4300e1d18a add files to build packages arcan1s 2015-08-16 15:27:19 +0300
  • b3fc0501ba unify build, allow cross build arcan1s 2015-08-16 03:24:44 +0300
  • a74c65a2a3 fix typo arcan1s 2015-08-16 02:41:26 +0300
  • 4858c9dbcd add rpm recipe arcan1s 2015-08-16 02:38:24 +0300
  • 3601b4246d add build requirements for deb packages arcan1s 2015-08-16 01:54:49 +0300
  • 241e13ffd8 add experimental debian build arcan1s 2015-08-16 01:22:28 +0300
  • 7a5d2d5dd4 add forgoten line to CHANGELOG drop default active script arcan1s 2015-08-11 00:05:23 +0300
  • 24b143f43a release 2.4.0 V.2.4.0 arcan1s 2015-08-10 00:09:31 +0300
  • df473c53b5 move plugins to iterators arcan1s 2015-08-08 00:22:25 +0300
  • 3122c2fa8c rewrite to iterators library part arcan1s 2015-08-07 07:21:55 +0300
  • 08cb7d9abe fix #60 some hash improvements arcan1s 2015-08-06 01:23:43 +0300
  • e38863ebc2 add disable key to player monitor arcan1s 2015-08-05 01:14:09 +0300
  • 1cddf6f14d some map replacing arcan1s 2015-08-04 00:15:19 +0300
  • 7405b2ba1d work with extendedsysmon * fix mpris info getting * replace qmap to qhash if possible * some at()/[] repalcements * add time logging arcan1s 2015-08-03 00:01:14 +0300