comparison main/MainWindow.h @ 118:b4110b17bca8

* Fix #1672407 confused by plugin-named files in cwd (or home?) * Fix #1491848 crash when loading new file while transform plugin runs * Fix #1502287 Background remains black after spectrogram layer deleted * Fix #1604477 Replacing the main audio file silences secondary audio file * Fix failure to initialise property box layout to last preference on startup * Fix resample/wrong-rate display in Pane, ensure that right rate is chosen if all current models have an acceptable rate even if previous main model had a different one * Fix "global zoom" broken in previous commit * Some fixes to spectrogram cache area updating (makes spectrogram appear more quickly, previously it had a tendency to refresh with empty space) * Fixes to colour 3d plot normalization
author Chris Cannam
date Thu, 08 Mar 2007 16:53:08 +0000
parents 8089a394829a
children 3fff180a254b
comparison
equal deleted inserted replaced
117:8089a394829a 118:b4110b17bca8
108 void canFfwd(bool); 108 void canFfwd(bool);
109 void canRewind(bool); 109 void canRewind(bool);
110 void canPlaySelection(bool); 110 void canPlaySelection(bool);
111 void canSave(bool); 111 void canSave(bool);
112 112
113 public slots:
114 void preferenceChanged(PropertyContainer::PropertyName);
115
113 protected slots: 116 protected slots:
114 void openSession(); 117 void openSession();
115 void importAudio(); 118 void importAudio();
116 void importMoreAudio(); 119 void importMoreAudio();
117 void openSomething(); 120 void openSomething();
212 215
213 void rightButtonMenuRequested(Pane *, QPoint point); 216 void rightButtonMenuRequested(Pane *, QPoint point);
214 217
215 void propertyStacksResized(); 218 void propertyStacksResized();
216 219
217 void preferenceChanged(PropertyContainer::PropertyName);
218
219 void setupRecentFilesMenu(); 220 void setupRecentFilesMenu();
220 void setupRecentTransformsMenu(); 221 void setupRecentTransformsMenu();
221 222
222 void showLayerTree(); 223 void showLayerTree();
223 224