awesome-widgets/sources
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
..
.kdev4 * create cppcheck and clangformat targets 2015-10-18 00:05:42 +03:00
3rdparty * more intuitive configuration UI 2015-09-22 00:31:30 +03:00
awesome-widget Initial support of templates and so on (#71) 2016-01-30 00:07:47 +07:00
awesomewidgets Initial support of templates and so on (#71) 2016-01-30 00:07:47 +07:00
desktop-panel Initial support of templates and so on (#71) 2016-01-30 00:07:47 +07:00
extsysmon Initial support of templates and so on (#71) 2016-01-30 00:07:47 +07:00
translations fix #73 2016-01-29 01:31:00 +07:00
.clang-format * create cppcheck and clangformat targets 2015-10-18 00:05:42 +03:00
awdebug.cpp * logging changes 2015-10-20 00:34:29 +03:00
awdebug.h Initial support of templates and so on (#71) 2016-01-30 00:07:47 +07:00
awesomewidgets.kdev4 implement #51 for upgrade and scripts 2015-05-18 00:57:47 +03:00
checkgit.cmake * create cppcheck and clangformat targets 2015-10-18 00:05:42 +03:00
clang-format.cmake * create cppcheck and clangformat targets 2015-10-18 00:05:42 +03:00
CMakeLists.txt Release 3.0.1 2015-10-23 00:20:30 +03:00
cppcheck.cmake * create cppcheck and clangformat targets 2015-10-18 00:05:42 +03:00
libraries.cmake * create cppcheck and clangformat targets 2015-10-18 00:05:42 +03:00
packages-recipe.cmake * create cppcheck and clangformat targets 2015-10-18 00:05:42 +03:00
version.h.in fix #73 2016-01-29 01:31:00 +07:00