annotate sonic-visualiser.desktop @ 439:6d5ee6860682
toggle
Add a new feature to allow users to toggle between minimal and full modes. This is done by hiding/showing the pane stack, menu actions, and toolbars. The main part of the process is handled in MainWindow::toggleViewMode(). The toggle view mode option appears in the View Menu and is associated with a new toolbar button. Two icons have been added in the resources. They come from: http://www.iconfinder.com/icondetails/42115/32/
In a working state, but the resizing of the main window and the audio file overview can be improved. Some menus or menu actions can be deleted/disabled in the minimal mode (although the changes are active in the hidden pane(s) and do not cause the application to crash). See TO-DO list in MainWindow::toggleViewMode().
In sonic-visualiser.pro: -lvamp-hostsdk has been added to the LIBS (the sonic-visualiser.pro file may be to be removed from the tracked files since the modification seems to depend on the system).
author |
mathieub <mathieu.barthet@eecs.qmul.ac.uk> |
date |
Tue, 21 Jun 2011 22:04:55 +0100 |
parents |
cfdc07e4e0d5 |
children |
53b50b905e95 |
rev |
line source |
Chris@328
|
1 [Desktop Entry]
|
Chris@328
|
2 Name=Sonic Visualiser
|
Chris@328
|
3 Exec=sonic-visualiser
|
Chris@328
|
4 Terminal=false
|
Chris@328
|
5 Type=Application
|
Chris@328
|
6 Icon=sv-icon
|
Chris@330
|
7 Categories=Application;Multimedia;Audio;AudioVideo
|
Chris@328
|
8 MimeType=application/x-sonicvisualiser;application/x-sonicvisualiser-layer;application/x-ogg;audio/mp3;audio/mpeg;audio/mpegurl;audio/x-flac;audio/x-mp3;audio/x-mpeg;audio/x-mpegurl;audio/x-wav;audio/wav;application/ogg;audio/x-vorbis+ogg
|