comparison base/base.pro @ 277:3b8008d09541

* 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 8ff1ad4e7a9c
children 20097c32d15d
comparison
equal deleted inserted replaced
276:657825878970 277:3b8008d09541
14 14
15 # Input 15 # Input
16 HEADERS += AudioLevel.h \ 16 HEADERS += AudioLevel.h \
17 AudioPlaySource.h \ 17 AudioPlaySource.h \
18 Clipboard.h \ 18 Clipboard.h \
19 ColourDatabase.h \
20 ColourMapper.h \
19 Command.h \ 21 Command.h \
20 CommandHistory.h \ 22 CommandHistory.h \
21 Exceptions.h \ 23 Exceptions.h \
22 LogRange.h \ 24 LogRange.h \
23 Pitch.h \ 25 Pitch.h \
40 Window.h \ 42 Window.h \
41 XmlExportable.h \ 43 XmlExportable.h \
42 ZoomConstraint.h 44 ZoomConstraint.h
43 SOURCES += AudioLevel.cpp \ 45 SOURCES += AudioLevel.cpp \
44 Clipboard.cpp \ 46 Clipboard.cpp \
47 ColourDatabase.cpp \
48 ColourMapper.cpp \
45 Command.cpp \ 49 Command.cpp \
46 CommandHistory.cpp \ 50 CommandHistory.cpp \
47 Exceptions.cpp \ 51 Exceptions.cpp \
48 LogRange.cpp \ 52 LogRange.cpp \
49 Pitch.cpp \ 53 Pitch.cpp \