]> git.street.me.uk Git - andy/viking.git/commit
Track Properties Dialog no longer blocks interaction of the main window.
authorQuy Tonthat <qtonthat@gmail.com>
Sat, 20 Oct 2007 05:52:07 +0000 (05:52 +0000)
committerQuy Tonthat <qtonthat@gmail.com>
Sat, 20 Oct 2007 05:52:07 +0000 (05:52 +0000)
commit217009129a6818829d5bda664d38a13861ccd602
tree5abd48e062d59097a440459aa25ae88a9307d942
parent51f0884d384bd9be5e8ea05a5e2bd7a986f415e7
Track Properties Dialog no longer blocks interaction of the main window.

- Before this change, bringing up a track dialog would stop users from
  doing anything else with viking. The restriction is mow removed.
- The dialog is no longer in modal mode.
- Multiple dialogs for different tracks can be up at the same time.
- Users can only start one dialog for each track. Once its dialog is on,
  its  "Properties" menu item will be disabled.
- When a track is deleted, its dialog (if on) will also be destroyed.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
ChangeLog
src/viktrack.c
src/viktrack.h
src/viktrwlayer.c
src/viktrwlayer.h
src/viktrwlayer_propwin.c
src/viktrwlayer_propwin.h