awesome-widgets/sources
Evgeniy Alekseev 2f88c7ae60 add macros support
Macros should be declared as `aw_macro<name,arg1,arg2,...>{{macro body}}` and then
they may be used as `aw_name<arg1,arg2,...>{{}}`. It just puts `macro
body` to pattern and replaces arguments to provided ones according to
macro call. E.g.:
```
$aw_macro<test,phrase>{{phrase}}$aw_test<hello world>{{}}
```
will transform into
```
hello world
```
2016-07-01 02:21:48 +03:00
..
.kdev4 * create cppcheck and clangformat targets 2015-10-18 00:05:42 +03:00
3rdparty fix configuration dialog error 2016-04-20 15:50:45 +03:00
awesome-widget add macros support 2016-07-01 02:21:48 +03:00
awesomewidgets some refactoring 2016-06-30 01:59:06 +03:00
desktop-panel more correct test class for extscripts 2016-05-23 11:04:12 +03:00
extsysmon some refactoring 2016-06-30 01:59:06 +03:00
extsysmonsources some refactoring 2016-06-30 01:59:06 +03:00
test some refactoring 2016-06-30 01:59:06 +03:00
translations add formatters configuration to ui 2016-05-18 12:46:50 +03:00
.clang-format * create cppcheck and clangformat targets 2015-10-18 00:05:42 +03:00
awdebug.cpp some refactoring 2016-06-30 01:59:06 +03:00
awdebug.h Add test for hddsource, move sources to own library 2016-06-07 14:16:48 +03:00
awesomewidgets.kdev4 implement #51 for upgrade and scripts 2015-05-18 00:57:47 +03:00
changelog.cmake Another fixes 2016-04-09 03:55:52 +03:00
checkgit.cmake * create cppcheck and clangformat targets 2015-10-18 00:05:42 +03:00
clang-format.cmake implement coverity integration (see #84) 2016-04-08 16:23:59 +03:00
CMakeLists.txt some refactoring 2016-06-30 01:59:06 +03:00
coverity.cmake prerelease updates 2016-05-08 00:07:44 +03:00
cppcheck.cmake initial creation of custom formatters (#91) 2016-05-05 00:11:31 +03:00
libraries.cmake Some test improvements 2016-06-03 01:37:23 +03:00
packages-recipe.cmake update project url 2016-03-05 19:39:26 +03:00
version.h.in some refactoring 2016-06-30 01:59:06 +03:00