Mercurial > hg > svgui
comparison layer/layer.pro @ 285:9dd432665059
* Add a colour database, and Add New Colour function to the colour combo
in property box. The colour property is only correctly handled in the
waveform layer so far.
* Add en_GB translation, to translate those annoying Color texts in the
Qt colour picker dialog.
author | Chris Cannam |
---|---|
date | Wed, 11 Jul 2007 17:21:37 +0000 |
parents | 86a112b5b319 |
children | cd2492c5fe45 |
comparison
equal
deleted
inserted
replaced
284:1284955856ab | 285:9dd432665059 |
---|---|
13 OBJECTS_DIR = tmp_obj | 13 OBJECTS_DIR = tmp_obj |
14 MOC_DIR = tmp_moc | 14 MOC_DIR = tmp_moc |
15 | 15 |
16 # Input | 16 # Input |
17 HEADERS += Colour3DPlotLayer.h \ | 17 HEADERS += Colour3DPlotLayer.h \ |
18 ColourMapper.h \ | |
19 ImageRegionFinder.h \ | 18 ImageRegionFinder.h \ |
20 Layer.h \ | 19 Layer.h \ |
21 LayerFactory.h \ | 20 LayerFactory.h \ |
22 NoteLayer.h \ | 21 NoteLayer.h \ |
23 PaintAssistant.h \ | 22 PaintAssistant.h \ |
29 TimeInstantLayer.h \ | 28 TimeInstantLayer.h \ |
30 TimeRulerLayer.h \ | 29 TimeRulerLayer.h \ |
31 TimeValueLayer.h \ | 30 TimeValueLayer.h \ |
32 WaveformLayer.h | 31 WaveformLayer.h |
33 SOURCES += Colour3DPlotLayer.cpp \ | 32 SOURCES += Colour3DPlotLayer.cpp \ |
34 ColourMapper.cpp \ | |
35 ImageRegionFinder.cpp \ | 33 ImageRegionFinder.cpp \ |
36 Layer.cpp \ | 34 Layer.cpp \ |
37 LayerFactory.cpp \ | 35 LayerFactory.cpp \ |
38 NoteLayer.cpp \ | 36 NoteLayer.cpp \ |
39 PaintAssistant.cpp \ | 37 PaintAssistant.cpp \ |