2012-01-30 |
Chris Cannam |
Merge from branch "fullscreen"
|
2012-01-30 |
Chris Cannam |
Give a dedicated key to toggling the centre line, and move it out of the overlay level setting -- reducing number of overlay levels to 3. Introduce two distinct vertical scale types (so that we can hide the spectrogram colour scale part easily)
|
2012-01-26 |
Chris Cannam |
Update some of the OSC doc
|
2012-01-26 |
Chris Cannam |
Update some of the OSC doc
fullscreen
|
2012-01-23 |
Chris Cannam |
Connect up various keyboard actions in full-screen mode
fullscreen
|
2012-01-20 |
Chris Cannam |
Make it possible to toggle full-screen through the menu
fullscreen
|
2012-01-20 |
Chris Cannam |
Make the full-screen mode come up correctly (though not on demand!) and slot back in to the window when Esc is pressed
fullscreen
|
2012-01-19 |
Chris Cannam |
Minor non-working change...
fullscreen
|
2012-01-19 |
Chris Cannam |
Ensure all windows are closed when the main one is (thus exiting the application even if some other windows were still open)
|
2012-01-19 |
Chris Cannam |
Start hacking in some fullscreen stuff (so far, this is just a mess)
fullscreen
|
2012-01-19 |
Chris Cannam |
Link in -lX11 if found (for X error handling)
|
2012-01-13 |
Chris Cannam |
Remove redundant and hazardous INCLUDE_PATH
|
2012-01-13 |
Chris Cannam |
Add Doxyfile
|
2011-10-18 |
Chris Cannam |
Do not start transform factory's uninstalled transforms population thread in library edition -- don't want network access
integration_library
|
2011-10-17 |
mathieub |
Merge from the default branch
integration_library
|
2011-10-17 |
Chris Cannam |
Add option to make the newly saved template the default
|
2011-10-17 |
mathieub |
Remove the survey and the version tester for the library edition
integration_library
|
2011-10-10 |
mathieub |
Merge from the default branch with a broken configure file
integration_library
|
2011-10-10 |
mathieub |
regenerated configure
integration_library
|
2011-10-10 |
mathieub |
Removed version.h !
integration_library
|
2011-10-10 |
mathieub |
version.h added
integration_library
|
2011-10-10 |
mathieub |
Change to sonic-visualiser.pro (win32 compilation)
integration_library
|
2011-10-10 |
Chris Cannam |
Added tag sv_v1.9 for changeset c4071f97a471
|
2011-10-10 |
Chris Cannam |
Regenerate configure for new version
sv_v1.9
|
2011-10-06 |
Chris Cannam |
Added tag sv_v1.9 for changeset afca1234d341
|
2011-10-06 |
Chris Cannam |
Updated Czech translation from Pavel Fric
|
2011-09-28 |
Chris Cannam |
Added tag sv_v1.9 for changeset 6750452fcbe6
|
2011-09-28 |
Chris Cannam |
Update CHANGELOG, version
|
2011-09-28 |
Chris Cannam |
Update translations and create new string for Cmd-instead-of-Ctrl following OS/X fix in svgui
|
2011-09-28 |
Chris Cannam |
Remove unnecessary configure dependency for raptor
|
2011-08-23 |
mathieub |
Update of the version no to 1.9-kiosk-hg (debug mode)
integration_library
|
2011-08-23 |
mathieub |
Update of MainWindow.cpp
integration_library
|
2011-07-25 |
mathieub |
Merge with the Kiosk branch
integration_library
|
2011-07-25 |
mathieub |
Merge with the Kiosk branch
integration_library
|
2011-07-22 |
Chris Cannam |
* Avoid crash on startup if m_alAction does not exist (which happens if no MATCH plugin)
toggle
|
2011-07-21 |
Chris Cannam |
Descriptive text
|
2011-07-21 |
Chris Cannam |
Textual changes only
toggle
|
2011-07-21 |
Chris Cannam |
version.h should not be tracked (it is generated from version.h.in)
toggle
|
2011-07-21 |
Chris Cannam |
Avoid trying to look up non-file dependencies
|
2011-07-04 |
mathieub |
Start in minimal mode option added in the Preferences/Appearance menu
toggle
|
2011-07-04 |
mathieub |
Add/remove several actions from the Playback menu when switching mode: constrain playback to selection, loop, solo, align
toggle
|
2011-06-29 |
Chris Cannam |
Update version number
|
2011-06-26 |
Chris Cannam |
Merge from branch "templating"
|
2011-06-26 |
Chris Cannam |
Rename "Classic" to "Standard" waveform
templating
|
2011-06-24 |
Chris Cannam |
Save window size and position on exit only if we are not in minimal mode -- since application always starts up in "maximal" mode
toggle
|
2011-06-24 |
Chris Cannam |
Merge from the default branch
toggle
|
2011-06-24 |
Chris Cannam |
Merge from 441:097f97218c66
|
2011-06-24 |
Chris Cannam |
Add .pro file which seems to have got removed?
|
2011-06-24 |
Chris Cannam |
Oops -- we don't want to hide the Playback menu
toggle
|
2011-06-24 |
Chris Cannam |
Hide spacings around speed/fader controls and overview widget when in minimal mode
toggle
|
2011-06-24 |
Chris Cannam |
Hide and restore menus that are not needed in minimal mode
toggle
|
2011-06-24 |
Chris Cannam |
Process events before adjusting size, so that adjustSize gets the correct visibility status for each widget
toggle
|
2011-06-24 |
Chris Cannam |
Save size before switching to minimal mode, restore it when switching back. This is the same mechanism as used to save/restore the window size when exiting & restarting the program
toggle
|
2011-06-24 |
Chris Cannam |
Rename "visible" to "show" to avoid confusion between current state and required activity
toggle
|
2011-06-24 |
Chris Cannam |
The pane stack is in a scroll view! I'd forgotten that. So, let's show and hide that instead
toggle
|
2011-06-24 |
Chris Cannam |
Merge from the default branch
toggle
|
2011-06-24 |
Chris Cannam |
Ignore more files
|
2011-06-22 |
mathieub |
Update of the URL for the Oggz and fishsound libraries which was obsolete in the INSTALL.txt file
|
2011-06-22 |
Chris Cannam |
config.pri should not be tracked (it is generated from config.pri.in)
toggle
|
2011-06-21 |
mathieub |
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/
toggle
|
2011-06-14 |
Chris Cannam |
Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
|
2011-06-14 |
Chris Cannam |
Merge from debug-output branch
|
2011-05-23 |
Chris Cannam |
Add default session template to Preferences; tidy up menu functions and states
templating
|
2011-05-17 |
Chris Cannam |
Replace the change-default-template menu functions with apply-template functions that act immediately.
templating
|