0bdfa05fb3
fix XML syntax error
2014-12-14 23:36:11 -05:00
83326a06ca
basic code to use SVModifier plus one definition in dark.colors
2014-12-14 23:34:59 -05:00
427b93055f
add SVAModifier to ArdourCanvas color code
2014-12-14 23:34:36 -05:00
56ca52651e
fix up requested color names everywhere.
...
Thank <deity> for emacs ... space-uncamelcase-word-at-point FTW
2014-12-14 16:15:38 -05:00
f00fa04f10
new version of dark.colors
2014-12-14 16:14:47 -05:00
5f98054269
remove now-unused headers
2014-12-14 16:14:32 -05:00
59f32dc80f
remove base color concept from UIConfiguration and ThemeManager.
...
What used to be "relative colors" (defined relative to base colors) are now defined
in absolute terms.
2014-12-14 16:14:18 -05:00
48a7a11974
initial pass to replace all UIConfiguration::get_XXXXXX() calls with UIConfiguration::color(name).
...
IMPORTANT: names have not been downcased and spaced yet, so many colors are not found
2014-12-14 12:27:07 -05:00
0fa5643d20
move ScopedFileDescriptor into libpbd and use it
2014-12-14 12:26:00 -05:00
06f2136c4f
merge conflict resolution (text colors are no longer specified explicitly)
2014-12-14 12:18:55 -05:00
c98366c7c8
fixed merge conflict
2014-12-14 09:36:01 -05:00
1b3fb142f0
Only attempt to close our peakfile '_fd' if we have a valid handle
...
(yesterday's fix was needed in a 2nd place)
2014-12-14 10:39:29 +00:00
90010d098f
Only attempt to close '_peakfile_fd' if we have a valid handle
2014-12-13 12:46:24 +00:00
ee38c44109
Structure MIDI device selector by manufacturer.
...
Unfortunately we store the state of models as simply model, so if there's ever
duplicate model names, we're somewhat screwed, but this makes the (previously
unmanageably huge) menu usable, while retaining the "model name as global
identifier" state unmodified.
2014-12-13 00:37:34 -05:00
17a58ecd4b
Use ArdourDropdown for MIDI device selector.
2014-12-12 23:38:41 -05:00
e19e05fc59
hide a lot of color debugging noise
2014-12-12 15:27:32 -05:00
cb13fe578f
show-more-ui-prefs-from-view-window is only a mixbus thing
2014-12-12 12:32:32 -06:00
f05a98f4fe
more color tweaks
2014-12-12 11:27:29 -06:00
26bd753a11
more color tweaks
2014-12-12 11:03:50 -06:00
c2025a62a6
derive ArdourButton LED inactive color from active color, rather than requiring explicit definition
2014-12-12 11:48:45 -05:00
ec0a74276a
Remove (no longer needed) sources from our MSVC project (libpbd)
2014-12-12 09:08:16 +00:00
8de98a1d87
rescue some of the worst casualties of the color changes
2014-12-11 18:01:11 -06:00
8e0cea5128
remove unnecessary button fill color definitions AND fix up "variable" names in COLOR_ALIAS macros (makes no difference to function
2014-12-11 17:05:13 -05:00
66709c8cd0
remove unnecessary button fill colors
2014-12-11 17:04:40 -05:00
75e6a36d8e
fall back on "generic button" colors in ArdourButton if specifically named fills + LED colors are not defined
2014-12-11 17:04:21 -05:00
bd430c2080
allow UIConfiguration::color() to tell caller that it could not find the named color
2014-12-11 17:03:52 -05:00
9278ae23c4
tweaks to minsec and timecode ruler display, especially at very high zoom.
...
Imported from work on Tracks done in Tel Aviv, November 2014
2014-12-11 12:51:01 -05:00
f1fd7feec6
add Grygorii Zharun to contributor list
2014-12-11 09:04:38 -05:00
764a8b9475
fix indentation
2014-12-11 09:04:26 -05:00
GZharun
8962adab4e
[Summary] Fixed issue with shifted playhead polygon when new session is created
2014-12-11 08:53:26 -05:00
050d46a33e
Merge branch 'nofilemanager'
2014-12-10 18:29:41 -05:00
a4273ee224
Revert "fix some cast warnings"
...
This reverts commit 17707b9674
.
2014-12-10 18:29:00 -05:00
294b99aabf
remove file manager LRU cache from code.
...
This was a very clever attempt to fix a non-problem. If the platform doesn't have enough file descriptors available
then the platform is broken and we're not going to hack around trying to fix it.
2014-12-10 18:28:55 -05:00
a25d945c3e
fix some cast warnings
2014-12-10 18:27:11 -05:00
17707b9674
fix some cast warnings
2014-12-10 18:13:12 -05:00
3e27a71c71
simpler approach for Apple setrlimit() compatibility issue
2014-12-10 15:59:11 -05:00
d3d0e342d4
tracked down another remaining SessionHandleRef
...
import_status.sources kept references to the
most recently imported ARDOUR::SndFileSource
“all new sources” from Session::import_files()
2014-12-10 21:45:11 +01:00
b91c7836de
try some alternate, hard numbers when resetting open file limits on OS X
2014-12-10 15:27:32 -05:00
83e3d7c274
fix binding file bundle path
2014-12-10 20:16:10 +01:00
611302d610
O_DIRECT makes no sense in this test because it requires page/block-sized writes
2014-12-10 13:55:53 -05:00
a0fcf2fc66
remove ugly and unnecessary debugging output
2014-12-10 13:37:03 -05:00
500609be28
add support for O_DIRECT/F_NOCACHE to check impact of buffer cache avoidance
2014-12-10 13:35:57 -05:00
2f300085ea
Use DEBUG_THREAD_SELF when using DEBUG_TRACE with pthread IDs
...
(supports both normal pthreads usage and PTW32)
2014-12-10 16:56:33 +00:00
50b7ab651e
remove unnecessary sleep
2014-12-10 11:46:28 -05:00
dd6a72dd78
add sndfile I/O test application, used for testing disk bandwidth for writing audio files
2014-12-10 11:44:55 -05:00
635578b30b
use correct conditional to choose between different DEBUG_THREAD_SELF macros
2014-12-10 11:07:18 -05:00
c06c15596b
add DEBUG_THREAD_SELF to allow use of DEBUG_TRACE with thread IDs on both normal pthreads platforms and PTW32
2014-12-10 09:34:32 -05:00
2bbef1f32e
update_time_selection_display should work when in smart mode
2014-12-09 16:18:48 -06:00
e66752cec1
add set-session-extents-from-edit-range
2014-12-09 16:18:47 -06:00
1e0c1751a5
more DEBUG::Butler output, formatting corrections, and a warning on cerr if capture/playback buffers are too full/empty
2014-12-09 16:36:52 -05:00