Commit Graph

1195 Commits

Author SHA1 Message Date
7e277f96d7 fix reverse play buffer refilling; turn on Blink signal again
git-svn-id: svn://localhost/ardour2/trunk@1464 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-15 16:07:45 +00:00
b8a6f94325 Add a help target(the default target) and format target to the manual
Makefile

Reformat the docs, I explained in a prior commit why this modifies 
every file


git-svn-id: svn://localhost/ardour2/trunk@1463 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-15 03:49:43 +00:00
7f0f19597a Add a catalog file for rewriting paths to the docbook xsl.
git-svn-id: svn://localhost/ardour2/trunk@1462 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-14 23:41:33 +00:00
John Anderson
1d2ccabfd7 remove meterstr = "" and replace with fatal <<
git-svn-id: svn://localhost/ardour2/trunk@1461 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-14 21:55:07 +00:00
John Anderson
e878b36519 merge r1449 from surfaces branch to include mackie surface and tranzport updates. Thanks to Gerd Flaig for the merge command: svn merge svn+ssh://ardoursvn@ardour.org/ardour2/trunk@1449 svn+ssh://ardoursvn@ardour.org/ardour2/branches/surfaces.
git-svn-id: svn://localhost/ardour2/trunk@1460 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-14 19:56:16 +00:00
92c09a6d91 super trivial docs fix.
git-svn-id: svn://localhost/ardour2/trunk@1459 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-14 13:45:49 +00:00
0892e58305 Manual style updates:
Added definitions for the Important and Warning admonitions in the
formatting section.

Removed the caution admonition from the formatting conventions section

Add Tango icons and use them for admonition graphics aswell as some 
xsl and css to make them look better.

Removed the table border from the manual navigation



git-svn-id: svn://localhost/ardour2/trunk@1458 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-14 13:41:30 +00:00
9d548f998b Added the BSD licensed xmlformat utility for keeping the xml pretty
and consistant aswell as a configuration file. When I converted the manual
to docbook I was using an old version that I'd modified to insert 
tabs rather than spaces so using it on the existing documentation will 
appear to reformat the whole file. I don't think that matters at this 
stage and I'm tempted to reformat everything now while it isn't an issue.

Rewrote the Makefile that builds the docs so that:
- building the html only depends on having xsltproc installed.
- the xsl and xml files aren't copied to the build directory.
- make test does not remove an existing build of the docs.

Changed the glossary so that the acronym/abbreviations are the 
glossary terms, which I've discovered is how it is generally done.
It makes total sense now that I actually think about it because
you need to find the terms based on their use in the manual.

Added a bit of xsl to add the status attribute as a class attribute 
in the html so that the css can use a draft watermark(or any other 
watermark). DocBook supports the draft status without the xsl 
but it has problems, which I've described in the xsl file.

Minor tweak to the css to make the glossary terms and any other 
definition lists bold(that includes the index).


git-svn-id: svn://localhost/ardour2/trunk@1457 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-14 11:23:38 +00:00
c95d382604 make mixer strip rec-enable button behave like others
git-svn-id: svn://localhost/ardour2/trunk@1456 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-14 01:33:21 +00:00
a03e035e3d remove ardour.bindings from svn, and build using scons
git-svn-id: svn://localhost/ardour2/trunk@1455 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-13 23:04:28 +00:00
618599bc04 fix buttons, finally?
git-svn-id: svn://localhost/ardour2/trunk@1454 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-13 22:45:49 +00:00
Doug McLain
e6cd6449c9 Hack to return the rec enable buttons back to their original color after disarming them, instead of turning #565690 like they are right now
git-svn-id: svn://localhost/ardour2/trunk@1453 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-13 18:39:18 +00:00
ab2ffc65ae give mixer (R|M|S) buttons back their special status
git-svn-id: svn://localhost/ardour2/trunk@1452 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-13 16:20:11 +00:00
d405df54ec the buttons will submit to my rule! prelight-when-active, be gonecd /usr/local/music/src/ardour
git-svn-id: svn://localhost/ardour2/trunk@1451 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-13 14:25:17 +00:00
8e79cd5610 This one's for oofus: optionally show solo mute status (FEATURE FREEZE my ass!)
git-svn-id: svn://localhost/ardour2/trunk@1448 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-11 22:44:55 +00:00
60d516dad6 prevent wastebasket flush after cleanup, force wait till session reload; fix bad property names for transport controllables
git-svn-id: svn://localhost/ardour2/trunk@1442 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-09 17:27:05 +00:00
09f898d553 fixes for new button code; don't even make destructible sources non-writable; add a new binding/bindable for hte shuttle controller
git-svn-id: svn://localhost/ardour2/trunk@1440 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-09 17:00:25 +00:00
14543eb137 strip X specific from keyboard.cc; fix up many buttons to avoid prelight (mostly) and make transport buttons bindable (state not saved yet); use const char* not string in route order keys to avoid pointless mallocs during route sorting
git-svn-id: svn://localhost/ardour2/trunk@1437 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-09 03:36:00 +00:00
Taybin Rutkin
138b12b1dd Missed a deprecated gtkmm API.
git-svn-id: svn://localhost/ardour2/trunk@1436 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-08 23:00:14 +00:00
Taybin Rutkin
aa09a0e759 Switched from GdkWindow::get_geometry() to get_size() as suggested by the gtkmm documentation. get_size() is better supported and faster too.
git-svn-id: svn://localhost/ardour2/trunk@1435 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-08 22:45:07 +00:00
Taybin Rutkin
092caa50f8 Removed usage of deprecated gtkmm API.
git-svn-id: svn://localhost/ardour2/trunk@1434 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-08 22:37:54 +00:00
5365ea6c3f select track in range mode even on region & related objects
git-svn-id: svn://localhost/ardour2/trunk@1432 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-08 16:43:33 +00:00
670fc6a9e0 Moved track renaming into its own section and file, also rewritten to
include fix for 1467

Added small section on default track names

Updated section and chapter templates to reference version 4.4 of the 
docbook DTD



git-svn-id: svn://localhost/ardour2/trunk@1431 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-08 05:48:04 +00:00
b029d81a72 ignore send output counts when computing effect of redirects on route stream count
git-svn-id: svn://localhost/ardour2/trunk@1429 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-07 12:45:53 +00:00
27cd4034bd fix misdesign of VST GUI thread
git-svn-id: svn://localhost/ardour2/trunk@1428 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-06 20:09:35 +00:00
1161fa8731 debugging VST issues
git-svn-id: svn://localhost/ardour2/trunk@1427 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-06 18:30:55 +00:00
aa60114843 some fixes/improvements for track selection; add upload target to manual makefile; do not build peakfile for SilentFileSource
git-svn-id: svn://localhost/ardour2/trunk@1426 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-06 15:50:05 +00:00
63d28ebd18 limit the manual TOC depth to 1 level to prevent information
overload which was especially noticable at the start of a chapter.


git-svn-id: svn://localhost/ardour2/trunk@1425 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-06 13:39:31 +00:00
672a31a552 use SilentFileSource when sources cannot be found
git-svn-id: svn://localhost/ardour2/trunk@1424 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-05 22:57:38 +00:00
87ee8fd71f use ensure_float() on memory limit warning dialog
git-svn-id: svn://localhost/ardour2/trunk@1423 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-03 22:17:24 +00:00
29c378eecc make zoom rect extend to cover all tracks, no matter when added
git-svn-id: svn://localhost/ardour2/trunk@1422 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-03 22:08:23 +00:00
68a690b403 tweak panner drawing
git-svn-id: svn://localhost/ardour2/trunk@1420 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-03 20:43:36 +00:00
249cb20c23 Add some css and an xsl transformation to make the admonitions look much better.
Add css to adjust the width, padding and borders of the table.

Add a manual_style.svg file that I was using to compare colors etc, might come
in handy.


git-svn-id: svn://localhost/ardour2/trunk@1419 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-03 10:55:10 +00:00
f425f319ba Modify manual css to pad the images and make the code/screen sections
look more distinguishable.


git-svn-id: svn://localhost/ardour2/trunk@1414 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-03 02:25:12 +00:00
5a1297628a Make mousebutton tag bold in html output. the key bindings page looked
wierd without it.


git-svn-id: svn://localhost/ardour2/trunk@1412 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-03 01:21:49 +00:00
b050d971e1 Add a css file so that the manual looks a bit better.
git-svn-id: svn://localhost/ardour2/trunk@1411 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-03 01:05:03 +00:00
dfc75e0561 new keyboard bindings for moving playhead to region starts+ends ; use spin button for tempo, as per #1449
git-svn-id: svn://localhost/ardour2/trunk@1409 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-02 20:55:16 +00:00
182bc69eac fix missing buffer reversal under some reverse-play situations
git-svn-id: svn://localhost/ardour2/trunk@1407 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-02 17:41:38 +00:00
7f750fe77f prevent state saving when disconnected from JACK
git-svn-id: svn://localhost/ardour2/trunk@1406 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-02 16:09:04 +00:00
56e384349b Add the ardour manual converted to docbook format with only a few minor
additions.

Add dbhelper.vim key stroke mappings I use for working with docbook source.

There are no xsl or css files for customizing the html output so it will 
look really boring...this will only be temporary.

Support for content localization and generation of pdf's is planned.



git-svn-id: svn://localhost/ardour2/trunk@1405 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-02 04:29:55 +00:00
e0991be04d add a persistent folder variable so that every time the sfdb_ui is created, it shows the same location that it was left in
git-svn-id: svn://localhost/ardour2/trunk@1404 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-01 19:53:58 +00:00
Taybin Rutkin
b05c4dc540 Moved GroupButtons to gtkmm2ext
Fixed stacktrace.cc compilation.


git-svn-id: svn://localhost/ardour2/trunk@1403 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-01 13:17:04 +00:00
43a063d8c6 select track on context press in a StreamItem, so that context menu ops work
git-svn-id: svn://localhost/ardour2/trunk@1402 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-01 03:13:07 +00:00
df1c4dddc3 remove ardour_message.{cc,h}; JACK latency menu now shows correct settings at startup and changes are handled correctly; export range markers doesn't start with /path/to/export.wav, just /path/to; hopefully improve ruler scrolling a little; fixed up short_path() implementation ; fix for export unsetting JACK freewheel too soon ; use ISO 8061 timestamps for snapshot default names
git-svn-id: svn://localhost/ardour2/trunk@1400 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-31 18:51:33 +00:00
Sampo Savolainen
1ab5012af7 Fix template so that the inputs for "Audio 2" (2-2 track) are ordered
correctly (1,2 instead of 2,1)


git-svn-id: svn://localhost/ardour2/trunk@1399 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-31 18:33:33 +00:00
Taybin Rutkin
482aa0a0f8 Updated Info.plist to declare:
ardour session UTI (org.ardour.Ardour.session) 
and 
    ostype (ArAs).


git-svn-id: svn://localhost/ardour2/trunk@1398 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-30 05:12:01 +00:00
Doug McLain
758818cc8b It's not that excitign anymore :)
git-svn-id: svn://localhost/ardour2/trunk@1397 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-29 23:32:03 +00:00
9e8082aad6 small change to region creation for make-mono-regions; add untested short_path(); fix double-redraws when canvas zoom/position changes
git-svn-id: svn://localhost/ardour2/trunk@1396 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-29 20:02:43 +00:00
Sampo Savolainen
433f2cfb43 Fix PIC issue with soundtouch
git-svn-id: svn://localhost/ardour2/trunk@1394 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-27 22:15:16 +00:00
17033c4448 squash the dreaded noise-on-stop of guirja01
git-svn-id: svn://localhost/ardour2/trunk@1393 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-26 17:22:43 +00:00