Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-20 | KDEPackageAppTemplates: improve API dox notation of function signature | Friedrich W. H. Kossebau | |
2017-04-20 | KDEPackageAppTemplates: mark %{dest} as deprecated | Friedrich W. H. Kossebau | |
2017-04-20 | KDEPackageAppTemplates: fix note for %{PROJECTDIRNAME} | Friedrich W. H. Kossebau | |
2017-04-20 | KDEPackageAppTemplates: remove note of placeholder %{src}, never supported | Friedrich W. H. Kossebau | |
2016-08-31 | add full license text | Allen Winter | |
REVIEW: 128780 | |||
2016-08-24 | Fix the harmless warnings | Christophe Giboudeaux | |
GIT_SILENT | |||
2015-12-29 | Make the KAppTemplate CMake module globalv5.18.0-rc1v5.18.0 | Marco Martin | |
templates are very useful as teaching tool in order to make a minimal application that uses a certain framework. templates in the KAppTemplate repository will always get forgotten (plus kapptemplate is not really necessary as they work in kdevelop as well) An ideal situation would be frameworks having templates in their own repos with templates of barebone apps using the main framework features. In order to do that, the cmake stuff needed in order to correctly install a template needs to be ported to a place avaiable to all frameworks REVIEW:126185 |