r859: Merge 2.1:
commitf5ea07a912c72df535cc0cf9b1783336703c9079
authorJohannes Sixt <johannes.sixt@telecom.at>
Tue, 5 Sep 2006 18:35:09 +0000 (5 18:35 +0000)
committerJohannes Sixt <johannes.sixt@telecom.at>
Tue, 5 Sep 2006 18:35:09 +0000 (5 18:35 +0000)
tree7fc527f15330e7f7945188b6d7d8d2ef0baf914d
parent131d13393f1aad919f7531b9d71877bd1c759921
r859: Merge 2.1:
User interface changes:
* 2 buttons in the plugin strips: One enables and disables the effect,
  the other one shows and hides the effect's parameter window.
* Add a preference to display sub-titles.
* Rework the channel picker.
* Improved raw image decoding using a new version of dcraw.c.
  (This improves white balance and color interpolation capabilities.)
* More tips.
* Small layout adjustment in the plugin dialog.
* Add a button to swap the width and height entries in the Format,
  New Project, Resize track dialogs.

This revision should match GIT::63251b4a5139bbba7950ddcc136e643057c5b37f.
(The previous commit should match
GIT::065b2c8cfc76f71a28f7958ac1b295a483d0ce01, btw.)
47 files changed:
cinelerra/CHANGELOG.2.1
cinelerra/Makefile.am
cinelerra/cache.C
cinelerra/channeledit.C
cinelerra/channeledit.h
cinelerra/channelpicker.C
cinelerra/channelpicker.h
cinelerra/channelpicker.inc
cinelerra/dcraw.c
cinelerra/edlsession.C
cinelerra/edlsession.h
cinelerra/file.C
cinelerra/file.h
cinelerra/filecr2.C
cinelerra/filempeg.C
cinelerra/maincursor.C
cinelerra/new.C
cinelerra/new.h
cinelerra/playbackprefs.C
cinelerra/playbackprefs.h
cinelerra/plugintoggles.C [new file with mode: 0644]
cinelerra/plugintoggles.h [new file with mode: 0644]
cinelerra/plugintoggles.inc [new file with mode: 0644]
cinelerra/recordmonitor.C
cinelerra/recordmonitor.h
cinelerra/resizetrackthread.C
cinelerra/resizetrackthread.h
cinelerra/setformat.C
cinelerra/setformat.h
cinelerra/theme.C
cinelerra/tipwindow.C
cinelerra/trackcanvas.C
cinelerra/trackcanvas.h
doc/cinelerra.texi
plugins/suv/data/Makefile.am
plugins/suv/data/plugin_on.png [new file with mode: 0644]
plugins/suv/data/plugin_ondn.png [new file with mode: 0644]
plugins/suv/data/plugin_onhi.png [new file with mode: 0644]
plugins/suv/data/plugin_onselect.png [new file with mode: 0644]
plugins/suv/data/plugin_onselecthi.png [new file with mode: 0644]
plugins/suv/data/plugin_show.png [new file with mode: 0644]
plugins/suv/data/plugin_showdn.png [new file with mode: 0644]
plugins/suv/data/plugin_showhi.png [new file with mode: 0644]
plugins/suv/data/plugin_showselect.png [new file with mode: 0644]
plugins/suv/data/plugin_showselecthi.png [new file with mode: 0644]
plugins/suv/data/swap_extents.png [new file with mode: 0644]
plugins/suv/suv.C