windinthew
01fa5f66a5
Update by Antonio Paniagua.
2014-07-02 17:44:44 +00:00
windinthew
23c7a10158
Update by Pavel Fric.
2014-07-02 17:32:54 +00:00
windinthew
e3e970c67e
Updated by Xabier.
2014-06-28 16:27:05 +00:00
windinthew
c3e21b3e85
Update by Kaya Zeren.
2014-06-28 16:22:44 +00:00
v.audacity
d8967ec95a
Remove more of the old distinctions about Unicode versions as we're all Unicode now.
2014-06-28 02:31:54 +00:00
v.audacity
4b2032be0b
updates, clarifications, and simplifications per my setting up a new machine
2014-06-28 01:20:18 +00:00
windinthew
ad52ece0b0
Update by min zhang.
2014-06-27 16:23:23 +00:00
windinthew
f9e05287c5
Update by Thomas Breinstrup.
2014-06-27 16:09:58 +00:00
windinthew
1d14029067
Update by Carmelo Battaglia.
2014-06-27 16:01:11 +00:00
prlivesey
7f3833cf35
Forgot to set the
...
'Copy only when installing' flag
2014-06-27 14:58:46 +00:00
prlivesey
37774fdc81
Initial attempt at beautifying the
...
installation DMG
2014-06-27 14:55:22 +00:00
RichardAsh1981@gmail.com
fd53865f1c
Add header include needed when FFmpeg support is enabled
2014-06-26 19:40:35 +00:00
james.k.crook@gmail.com
f4f5d19995
Audacity now 'owns' a client window added by a plug-in.
2014-06-26 17:39:09 +00:00
stevethefiddle@gmail.com
127b5d287a
Duplicate command moved into basic Edit command group. Incremental update for bug 729.
2014-06-26 13:26:29 +00:00
RichardAsh1981@gmail.com
ca7977f92e
remove single-use code which is replaced by generic code in HelpSystem.cpp
2014-06-25 10:12:25 +00:00
RichardAsh1981@gmail.com
d974754340
use HelpSystem for links to the manual in existing code
2014-06-25 10:12:19 +00:00
RichardAsh1981@gmail.com
18fdb53da8
add support for #anchors within pages to help link code
2014-06-25 10:12:15 +00:00
windinthew
594a344ec7
Remove superfluous quotation mark in line 13.
2014-06-23 07:36:41 +00:00
windinthew
43f2c23e32
Reverting unintended change to audacity.sln in r13220.
2014-06-22 17:13:14 +00:00
windinthew
a4bd763071
Added new Tamil translation (80% complete) by Kenthira Ponnampalam.
...
Ta.po still needs to be added to the Mac Xcode project.
2014-06-22 17:04:52 +00:00
windinthew
8916171a41
Updated by min zhang.
2014-06-22 16:33:56 +00:00
windinthew
3819531938
Updated by Manuela Silva/Inácio Barroso.
2014-06-22 16:30:16 +00:00
windinthew
21b9ec89e4
Updated by Yuri Chornoivan.
2014-06-22 16:26:10 +00:00
lllucius
fa8146f6b8
Cleanup and resync the internal theme cache with source.
...
It seems that over the years things have been added/removed to
the internal theme cache (ThemeAsCeeCode.h) and some discrepancies
have crept into the image/color definitions in AllThemeResources.h.
So, I dumped the colors from ThemeAsCeeCode.h, compared them to
those in AllThemeResources.h and the ones that were "not default"
in AllThemeResources.h were ifdef'd as EXPERIMENTAL_THEMING and
the original colors were restored.
There had been several removals of images from AllThemeResources.h,
so I simply used theme preferences to clean them up.
Finally, just recreated the ThemeAsCeeCode.h with theme prefereces.
2014-06-21 06:46:08 +00:00
james.k.crook@gmail.com
b160c728bc
Module dispatch function is now optional.
2014-06-20 15:50:02 +00:00
james.k.crook@gmail.com
fc2bd3faa4
Refreshed plug-in. Build configuration names updated. Extra argument to ModTrackPanelCommandFunctor to match updated functor in TrackPanel.
2014-06-20 08:20:31 +00:00
benjamin.drung@gmail.com
b8a464709d
FFmpeg: Fall back to guessing avutil and avcodec filenames
...
When the avutil_version and avcodec_version symbols are not found, fall back to
guess the filenames of avutil and avcodec (as done in r13195 and previously).
2014-06-18 22:24:17 +00:00
windinthew
9851b53a8f
Clarifying sbsms version in SVN.
2014-06-18 13:32:34 +00:00
windinthew
7a4a5fd9cc
Fix typo in code comment.
2014-06-14 11:01:02 +00:00
windinthew
930ed80e3c
Update by Cleber.
2014-06-14 10:53:27 +00:00
windinthew
608935fe9e
Update by dmtrs32.
2014-06-14 10:22:17 +00:00
james.k.crook@gmail.com
4ae1517898
Inadvertently checked in changes to IS_ALPHA and Restart. Rolled these back.
2014-06-13 17:10:18 +00:00
james.k.crook@gmail.com
4c0d515dba
Added <wx/filename.h> to #includes.
2014-06-13 17:02:37 +00:00
james.k.crook@gmail.com
676cd8b1d4
Add "Prefs.h" into #includes fixing broken build (mea culpa).
2014-06-13 16:58:27 +00:00
lllucius
7f55060d07
Fix for http://bugzilla.audacityteam.org/show_bug.cgi?id=733
...
To heck with valgrind. :-)
2014-06-12 23:25:15 +00:00
james.k.crook@gmail.com
55e6a71fd3
With EXPERIMENTAL_MODULE_PREFS we now have a dynamic list of modules, and we have options, enable, disable, ask, failed, new (=ask once and remember the answer). Without the #define the behaviour is unchanged. We ask about each module each time Audacity runs.
2014-06-12 21:08:14 +00:00
stevethefiddle@gmail.com
2b3214049a
Comment to replace ANSWER-ME in ErrorDialog.
2014-06-12 18:29:09 +00:00
benjamin.drung@gmail.com
dea3dfb30e
FFmpeg: Allow suffixes to the libavformat library filename.
...
The filechooser should also show libavformat-ffmpeg.so* files when "Only
libavformat.so" is selected as filter.
2014-06-10 21:38:22 +00:00
benjamin.drung@gmail.com
cb39b48274
FFmpeg: Get non-monolithic libav* filenames from libavformat.
...
The non-monolithic libavformat is linked against libavcodec and libavutil.
Instead of (falsely) guessing the filenames of libavcodec and libavutil, get the
files that the libavformat library is linked against. This fixes wrong filename
guesses and avoids run-time issues by using incompatible libavcodec/libavutil
version with libavformat.
2014-06-10 21:34:15 +00:00
benjamin.drung@gmail.com
caf557a614
FFmpeg: Modify FFMPEG_INITALT to support loading from a different alternative library.
...
av_frame_alloc/av_frame_free are defined in avutil, but the deprecated
alternative functions avcodec_alloc_frame/avcodec_free_frame are defined in
avcodec instead. FFMPEG_INITALT needs to be enhanced to support different
library names.
2014-06-10 21:18:50 +00:00
lllucius
a12818a912
Fix memleak. Not observed, just saw it when browsing the code.
2014-06-10 06:03:51 +00:00
RichardAsh1981@gmail.com
6605ac07e2
redirect Help button to Audacity documentation, using new infrastructure. Based on a patch from Steve the Fiddle
2014-06-09 19:56:25 +00:00
RichardAsh1981@gmail.com
894b955ac5
Add a utility overload to open a page from the manual without worrying what it is called (hopefully) in the various copies of the manual
2014-06-09 19:55:14 +00:00
RichardAsh1981@gmail.com
fc3a7558ae
re-organise the Help System functions into a class as static methods for future utility
2014-06-09 18:42:19 +00:00
lllucius
7e4f211c7b
Fix VS2012 Windows build
2014-06-08 01:05:21 +00:00
lllucius@gmail.com
dc4b6cfd26
Fix Mac build
2014-06-08 01:04:32 +00:00
james.k.crook@gmail.com
ea39c7031a
Added (missing) compilation of HelpSystem.cpp to windows build.
2014-06-07 18:57:16 +00:00
richardash1981
a26a1cff1c
regenerate Makefile.in from Makefile.am after change there
2014-06-06 21:41:25 +00:00
RichardAsh1981@gmail.com
59b8cdeaa8
separate out Help system functions into their own source file (pending some extra ones) and change the required includes to accomodate this. As a result, some error class definitions have to move from .cpp file to .h file.
2014-06-06 21:34:36 +00:00
benjamin.drung@gmail.com
149fcafc1c
Replace tabs by spaces.
2014-06-05 22:04:22 +00:00