Mercurial > hg > sonic-visualiser
comparison sv.pro @ 116:99d65ba33c88
* More useful status bar text -- show the current play time and the extents of
the visible area
* Add update-i18n.sh to update the i18n/ts and qm files -- I can't get qmake
to do the right thing now that the project file has been split up into
several project files
* Fix missing Q_OBJECTs, etc, reported by lupdate
* Update Russian translation from AlexandrE
author | Chris Cannam |
---|---|
date | Wed, 07 Mar 2007 17:07:02 +0000 |
parents | 8a38b9aeba12 |
children | dfaf4f9330b5 |
comparison
equal
deleted
inserted
replaced
115:c9930ec7a3f9 | 116:99d65ba33c88 |
---|---|
69 transform/PluginTransform.cpp \ | 69 transform/PluginTransform.cpp \ |
70 transform/RealTimePluginTransform.cpp \ | 70 transform/RealTimePluginTransform.cpp \ |
71 transform/Transform.cpp \ | 71 transform/Transform.cpp \ |
72 transform/TransformFactory.cpp | 72 transform/TransformFactory.cpp |
73 RESOURCES += sonic-visualiser.qrc | 73 RESOURCES += sonic-visualiser.qrc |
74 TRANSLATIONS += i18n/sonic-visualiser_ru.ts | 74 |
75 |