awesome-widgets/sources/awesome-widget/plugin
arcan1s 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
..
awactions.cpp fix #73 2016-01-29 01:31:00 +07:00
awactions.h * create cppcheck and clangformat targets 2015-10-18 00:05:42 +03:00
awconfighelper.cpp Initial support of templates and so on (#71) 2016-01-30 00:07:47 +07:00
awconfighelper.h move dialog part to qml files 2015-10-22 02:52:06 +03:00
awdataaggregator.cpp Initial support of templates and so on (#71) 2016-01-30 00:07:47 +07:00
awdataaggregator.h * create cppcheck and clangformat targets 2015-10-18 00:05:42 +03:00
awdataengineaggregator.cpp Initial support of templates and so on (#71) 2016-01-30 00:07:47 +07:00
awdataengineaggregator.h fix #73 2016-01-29 01:31:00 +07:00
awesomewidget.cpp * end work on #68 2015-10-17 00:06:32 +03:00
awesomewidget.h drop kde4 from master 2015-05-20 00:36:48 +03:00
awkeys.cpp Initial support of templates and so on (#71) 2016-01-30 00:07:47 +07:00
awkeys.h Initial support of templates and so on (#71) 2016-01-30 00:07:47 +07:00
awkeysaggregator.cpp Initial support of templates and so on (#71) 2016-01-30 00:07:47 +07:00
awkeysaggregator.h * create cppcheck and clangformat targets 2015-10-18 00:05:42 +03:00
CMakeLists.txt drop unused declarations, update qt5.5 patch 2015-10-22 05:22:02 +03:00
plasma-applet-org.kde.plasma.awesome-widget.notifyrc drop kde4 from master 2015-05-20 00:36:48 +03:00
qmldir add '$this' feature to lambda functions 2015-09-03 00:30:10 +03:00