use CoreSelection for track selection
[ardour.git] / gtk2_ardour / wscript
index 1df5a6f85a057c8f8b03b55b420893ccb89cc10f..b925e2657bb23f7f2eca9602702962dac524af60 100644 (file)
@@ -122,6 +122,7 @@ gtk2_ardour_sources = [
         'group_tabs.cc',
         'gtk_pianokeyboard.c',
         'gui_object.cc',
+        'idleometer.cc',
         'insert_remove_time_dialog.cc',
         'instrument_selector.cc',
         'interthread_progress_window.cc',
@@ -134,6 +135,7 @@ gtk2_ardour_sources = [
         'level_meter.cc',
         'location_ui.cc',
         'lua_script_manager.cc',
+        'luadialog.cc',
         'luainstance.cc',
         'luawindow.cc',
         'main.cc',
@@ -200,6 +202,7 @@ gtk2_ardour_sources = [
         'port_matrix_labels.cc',
         'port_matrix_row_labels.cc',
         'processor_box.cc',
+        'processor_selection.cc',
         'patch_change_dialog.cc',
         'progress_reporter.cc',
         'prompter.cc',
@@ -243,6 +246,7 @@ gtk2_ardour_sources = [
         'stereo_panner_editor.cc',
         'streamview.cc',
         'strip_silence_dialog.cc',
+        'stripable_colorpicker.cc',
         'sys_ex.cc',
         'tape_region_view.cc',
         'tempo_curve.cc',
@@ -320,9 +324,23 @@ def enoify (major, minor):
         elif minor == 5:
             return "\\n\\\"The Plateaux of Mirror\\\""
         elif minor == 6:
-            return "\\n\\\"Possible Musics\\\""
+            return "\\n\\\"Possible Musics\\\"" # 1980 Collaborative
         elif minor == 7:
-            return "\\n\\\"My Life in the Bush of Ghosts\\\""
+            return "\\n\\\"My Life in the Bush of Ghosts\\\"" # 1981
+        elif minor == 8:
+            return "\\n\\\"Music for Airplay\\\"" # 1981 Compilation
+        elif minor == 9:
+            return "\\n\\\"On Land\\\"" # 1982
+        elif minor == 10:  # 6.0 ??
+            return "\\n\\\"Atmospheres and Soundtracks\\\"" # 1983
+        elif minor == 11:
+            return "\\n\\\"More Music for Films\\\"" # 1983
+        elif minor == 12:
+            return "\\n\\\"Working Backwards\\\"" # 1984 Compilation
+        elif minor == 13:
+            return "\\n\\\"The Pearl\\\"" # 1984 Collaborative
+        elif minor == 14:
+            return "\\n\\\"Begegnungen\\\"" # 1984 Compilation
     return "\\\"\\\""
 
 def options(opt):