awesome-widgets/sources/awesomewidgets
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
..
desktops rewrite several methods in GI, add support of graphs 2015-09-20 13:19:28 +03:00
quotes bump quotes api version to 3. Change data type from float to double to 2015-09-21 06:17:43 +03:00
scripts auxiliary commit 2015-09-24 00:05:09 +03:00
upgrade Add filter feature to ExtUpgrade (ApiVer = 3) 2015-08-26 00:24:55 +03:00
weather fix #73 2016-01-29 01:31:00 +07:00
abstractextitem.cpp Initial support of templates and so on (#71) 2016-01-30 00:07:47 +07:00
abstractextitem.h * create cppcheck and clangformat targets 2015-10-18 00:05:42 +03:00
abstractextitemaggregator.cpp * logging changes 2015-10-20 00:34:29 +03:00
abstractextitemaggregator.h * logging changes 2015-10-20 00:34:29 +03:00
awesomewidgets-extweather-ids.json fix #73 2016-01-29 01:31:00 +07:00
CMakeLists.txt drop unused declarations, update qt5.5 patch 2015-10-22 05:22:02 +03:00
extitemaggregator.h * logging changes 2015-10-20 00:34:29 +03:00
extquotes.cpp fix #73 2016-01-29 01:31:00 +07:00
extquotes.h fix #73 2016-01-29 01:31:00 +07:00
extquotes.ui * add commit SHA information 2015-09-28 19:27:55 +03:00
extscript.cpp Initial support of templates and so on (#71) 2016-01-30 00:07:47 +07:00
extscript.h * create cppcheck and clangformat targets 2015-10-18 00:05:42 +03:00
extscript.ui add ability to wrap lines 2015-09-12 02:32:31 +03:00
extupgrade.cpp * logging changes 2015-10-20 00:34:29 +03:00
extupgrade.h * create cppcheck and clangformat targets 2015-10-18 00:05:42 +03:00
extupgrade.ui Add filter feature to ExtUpgrade (ApiVer = 3) 2015-08-26 00:24:55 +03:00
extweather.cpp fix #73 2016-01-29 01:31:00 +07:00
extweather.h fix #73 2016-01-29 01:31:00 +07:00
extweather.ui add images feature to extweather (apiver == 2) 2015-08-31 00:16:04 +03:00
graphicalitem.cpp * logging changes 2015-10-20 00:34:29 +03:00
graphicalitem.h * create cppcheck and clangformat targets 2015-10-18 00:05:42 +03:00
graphicalitem.ui rewrite several methods in GI, add support of graphs 2015-09-20 13:19:28 +03:00