update additional files

update translations
add "Add lambda" button to ui
This commit is contained in:
arcan1s
2015-08-22 00:40:14 +03:00
parent 835eb00f0d
commit 29b75e2b12
18 changed files with 839 additions and 1300 deletions

View File

@ -185,6 +185,14 @@ QString GraphicalItem::inactiveColor() const
}
QString GraphicalItem::tag() const
{
if (debug) qDebug() << PDEBUG;
return name() + m_bar;
}
GraphicalItem::Type GraphicalItem::type() const
{
if (debug) qDebug() << PDEBUG;