2011-05-09 |
Chris Cannam |
Use .svt extension for templates instead of plain .xml (but keep them uncompressed)
templating
|
2011-05-09 |
Chris Cannam |
Start to add templates menu; add default template
templating
|
2011-04-28 |
Chris Cannam |
Change ReplaceMainModel to ReplaceSession for templating branch purposes
templating
|
2011-04-28 |
Chris Cannam |
Merge from branch "feature_150_menu_arrangement"
templating
|
2011-04-28 |
Chris Cannam |
rename Recent Files -> Open Recent
feature_150_menu_arrangement
|
2011-04-28 |
Chris Cannam |
Make openSomething always use ReplaceMainModel rather than AskUser (for #150)
feature_150_menu_arrangement
|
2011-04-28 |
Chris Cannam |
Minimal menu changes for feature #150
feature_150_menu_arrangement
|
2011-04-27 |
Chris Cannam |
Use ReplaceSession mode where appropriate in place of ReplaceMainModel (#148)
templating
|
2011-04-27 |
Chris Cannam |
Merge from default branch
templating
|
2011-04-14 |
Chris Cannam |
Once again, avoid multiple entries in right-button Layer menu when more than one audio file loaded; fix to ensure correct model is picked up for Add Layer on this menu
|
2011-04-12 |
Chris Cannam |
Russian language update from Alexandre
|
2011-04-08 |
Chris Cannam |
Added tag sv_v1.8_osx_deploy for changeset 44741262c2e0
|
2011-04-08 |
Chris Cannam |
More OS/X deployment fixes
sv_v1.8_osx_deploy
|
2011-04-08 |
Chris Cannam |
I had put the Info.plist in deploy/osx/ before I noticed it was also in osx/ -- sorry. Removing from osx/ -- we really need the plist to be written by deploy/osx/deploy.sh (and not by qmake) because we need the version number in it. However, leaving it in the .pro file anyway so we don't end up with nothing at least if nobody runs deploy.sh
|
2011-04-08 |
Chris Cannam |
Incorporate Dan's plist stuff and my plist stuff (automatic version writing etc) into a single plist
|
2011-04-08 |
Chris Cannam |
Some deployment gubbins (to be refined)
|
2011-04-07 |
Chris Cannam |
Added tag sv_v1.8 for changeset 5c2a18310c6e
|
2011-04-05 |
Chris Cannam |
Update CHANGELOG to mention CSV import dialog
sv_v1.8
|
2011-03-22 |
mathieub |
Modifications for the Kiosk edition
kiosk
|
2011-03-08 |
Chris Cannam |
* Update config per recent changes to svcore
|
2011-02-15 |
Chris Cannam |
* Add README.OSC from old repo
|
2011-02-09 |
Chris Cannam |
Add targets!
|
2011-02-09 |
Chris Cannam |
Configure script for "release" directory containing SV libs + SV
|
2011-02-09 |
Chris Cannam |
Merge
|
2011-02-09 |
Chris Cannam |
"LIBPATH is deprecated", and indeed we don't need it
|
2011-02-07 |
Chris Cannam |
* Updated Czech translation from Pavel
|
2011-02-07 |
Chris Cannam |
* Update translation strings
|
2011-02-07 |
Chris Cannam |
* Add Czech translation note to CHANGELOG
|
2011-02-04 |
Chris Cannam |
Merge
|
2011-02-04 |
Chris Cannam |
* Add Paste at Playback Position
|
2011-02-03 |
Chris Cannam |
* Add/update change log; add M4M project to README
|
2011-02-03 |
Chris Cannam |
* Merge
|
2011-02-03 |
Chris Cannam |
* Update dates, add README
|
2011-01-14 |
Dan Stowell |
Add FLAC to the OSX list of what can be loaded
|
2011-01-11 |
Dan Stowell |
Add other audio mime types to the OSX list of what can be loaded
|
2011-01-11 |
Dan Stowell |
Merge Dan's initial macness improvements (rev 174ca518546f) into default branch
|
2010-10-25 |
Chris Cannam |
Merge
|
2010-10-24 |
Chris Cannam |
* Add show/hide time rulers toggle (on # key)
|
2010-10-18 |
Dan Stowell |
compile the NSAppleScript objs once only, rather than on every invocation
macness
|
2010-10-18 |
Dan Stowell |
move ITunesSVRemote ctor and dtor into impl file
macness
|
2010-10-18 |
Dan Stowell |
importITunesAudio() now sets the SV playback position too
macness
|
2010-10-18 |
Dan Stowell |
ITunesSVRemote methods to query playback position and state
macness
|
2010-10-18 |
Chris Cannam |
* Add Czech translation from Pavel Fric <pavelfric@seznam.cz>; update translation logic for new file structure
|
2010-10-18 |
Dan Stowell |
Encapsulate itunes-remote functionality into class ITunesSVRemote. Provides context for playback sync etc
macness
|
2010-10-18 |
Dan Stowell |
header inclusion guards
macness
|
2010-10-18 |
Chris Cannam |
* Merge
|
2010-10-18 |
Chris Cannam |
* Add misc/ directory from SVN repo
|
2010-10-18 |
Dan Stowell |
Mac Dock menu uses same import-itunes-action as the File menu
macness
|
2010-10-18 |
Chris Cannam |
* Minor fixes from Win32 build
|
2010-10-15 |
Dan Stowell |
only do genre stuff etc if itunes returns a file
macness_autotpl
|
2010-10-15 |
Dan Stowell |
method to map from genre string to template choice; and to use it when importing from itunes
macness_autotpl
|
2010-10-15 |
Dan Stowell |
template uses builtin audio file, cheap way to avoid 404
macness_autotpl
|
2010-10-15 |
Dan Stowell |
Templating stuff pulled into macness_autotpl branch
macness_autotpl
|
2010-10-15 |
Dan Stowell |
Include "testtemplate" into the bundled resources in SV.app.
templating
|
2010-10-15 |
Dan Stowell |
svitunes: retrieve the genre metadata, as well as the path
macness
|
2010-10-12 |
Dan Stowell |
on mac, add item to File menu "Import current track from iTunes". TODO: set inactive if itunes not open; connect up with the dock menu stuff.
macness
|
2010-10-12 |
Dan Stowell |
applescript to actually grab itunes current track
macness
|
2010-10-12 |
Dan Stowell |
Beginnings of AppleScript querying of iTunes
macness
|
2010-10-11 |
Dan Stowell |
First step in creating a useful dock menu for SV; a placeholder item is added, so far
macness
|
2010-10-11 |
Dan Stowell |
Use QFileOpenEvent instead of native mac AppleEvent stuff: does the same job, better, neater
macness
|