diff 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
line wrap: on
line diff
--- a/base/base.pro	Thu Jul 05 11:07:01 2007 +0000
+++ b/base/base.pro	Wed Jul 11 17:21:37 2007 +0000
@@ -16,6 +16,8 @@
 HEADERS += AudioLevel.h \
            AudioPlaySource.h \
            Clipboard.h \
+	   ColourDatabase.h \
+	   ColourMapper.h \
            Command.h \
            CommandHistory.h \
            Exceptions.h \
@@ -42,6 +44,8 @@
            ZoomConstraint.h
 SOURCES += AudioLevel.cpp \
            Clipboard.cpp \
+	   ColourDatabase.cpp \
+	   ColourMapper.cpp \
            Command.cpp \
            CommandHistory.cpp \
            Exceptions.cpp \