mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 11:46:25 +01:00
Moved GroupButtons to gtkmm2ext
Fixed stacktrace.cc compilation. git-svn-id: svn://localhost/ardour2/trunk@1403 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
43a063d8c6
commit
b05c4dc540
7 changed files with 4 additions and 6 deletions
|
|
@ -145,7 +145,6 @@ export_range_markers_dialog.cc
|
||||||
gain_automation_time_axis.cc
|
gain_automation_time_axis.cc
|
||||||
gain_meter.cc
|
gain_meter.cc
|
||||||
ghostregion.cc
|
ghostregion.cc
|
||||||
grouped_buttons.cc
|
|
||||||
gtk-custom-hruler.c
|
gtk-custom-hruler.c
|
||||||
gtk-custom-ruler.c
|
gtk-custom-ruler.c
|
||||||
imageframe.cc
|
imageframe.cc
|
||||||
|
|
|
||||||
|
|
@ -112,7 +112,6 @@
|
||||||
(gtk_accel_path "<Actions>/Editor/extend-range-to-end-of-region" "rightanglebracket")
|
(gtk_accel_path "<Actions>/Editor/extend-range-to-end-of-region" "rightanglebracket")
|
||||||
(gtk_accel_path "<Actions>/Editor/scroll-backward" "leftarrow")
|
(gtk_accel_path "<Actions>/Editor/scroll-backward" "leftarrow")
|
||||||
(gtk_accel_path "<Actions>/Editor/start-range" "<Control>KP_Down")
|
(gtk_accel_path "<Actions>/Editor/start-range" "<Control>KP_Down")
|
||||||
; (gtk_accel_path "<Actions>/Editor/ToggleTranzportSurface" "")
|
|
||||||
; (gtk_accel_path "<Actions>/ShuttleActions/SetShuttleUnitsSemitones" "")
|
; (gtk_accel_path "<Actions>/ShuttleActions/SetShuttleUnitsSemitones" "")
|
||||||
; (gtk_accel_path "<Actions>/JACK/JACKLatency128" "")
|
; (gtk_accel_path "<Actions>/JACK/JACKLatency128" "")
|
||||||
; (gtk_accel_path "<Actions>/Snap/snap-to-beat" "")
|
; (gtk_accel_path "<Actions>/Snap/snap-to-beat" "")
|
||||||
|
|
|
||||||
|
|
@ -35,6 +35,7 @@
|
||||||
#include <gdkmm/color.h>
|
#include <gdkmm/color.h>
|
||||||
#include <gdkmm/bitmap.h>
|
#include <gdkmm/bitmap.h>
|
||||||
|
|
||||||
|
#include <gtkmm2ext/grouped_buttons.h>
|
||||||
#include <gtkmm2ext/gtk_ui.h>
|
#include <gtkmm2ext/gtk_ui.h>
|
||||||
#include <gtkmm2ext/tearoff.h>
|
#include <gtkmm2ext/tearoff.h>
|
||||||
#include <gtkmm2ext/utils.h>
|
#include <gtkmm2ext/utils.h>
|
||||||
|
|
@ -54,7 +55,6 @@
|
||||||
|
|
||||||
#include "ardour_ui.h"
|
#include "ardour_ui.h"
|
||||||
#include "editor.h"
|
#include "editor.h"
|
||||||
#include "grouped_buttons.h"
|
|
||||||
#include "keyboard.h"
|
#include "keyboard.h"
|
||||||
#include "marker.h"
|
#include "marker.h"
|
||||||
#include "playlist_selector.h"
|
#include "playlist_selector.h"
|
||||||
|
|
@ -69,7 +69,6 @@
|
||||||
#include "editing.h"
|
#include "editing.h"
|
||||||
#include "public_editor.h"
|
#include "public_editor.h"
|
||||||
#include "crossfade_edit.h"
|
#include "crossfade_edit.h"
|
||||||
#include "audio_time_axis.h"
|
|
||||||
#include "canvas_impl.h"
|
#include "canvas_impl.h"
|
||||||
#include "actions.h"
|
#include "actions.h"
|
||||||
#include "gui_thread.h"
|
#include "gui_thread.h"
|
||||||
|
|
|
||||||
|
|
@ -40,6 +40,7 @@ click_box.cc
|
||||||
dndtreeview.cc
|
dndtreeview.cc
|
||||||
fastmeter.cc
|
fastmeter.cc
|
||||||
focus_entry.cc
|
focus_entry.cc
|
||||||
|
grouped_buttons.cc
|
||||||
gtk_ui.cc
|
gtk_ui.cc
|
||||||
hexentry.cc
|
hexentry.cc
|
||||||
idle_adjustment.cc
|
idle_adjustment.cc
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
#include <gtkmm.h>
|
#include <gtkmm.h>
|
||||||
|
|
||||||
#include "grouped_buttons.h"
|
#include <gtkmm2ext/grouped_buttons.h>
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
|
|
@ -42,7 +42,7 @@ PBD::stacktrace (std::ostream& out, int levels)
|
||||||
void
|
void
|
||||||
c_stacktrace ()
|
c_stacktrace ()
|
||||||
{
|
{
|
||||||
PBD::stacktrace (cout);
|
PBD::stacktrace (std::cout);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* HAVE_EXECINFO */
|
#endif /* HAVE_EXECINFO */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue