1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-25 16:48:44 +02:00

83 Commits

Author SHA1 Message Date
Steve Daulton
f729975934 Update credit
as requested by Peter for no 'title' other than team member.
2016-05-05 10:37:59 +01:00
Steve Daulton
8667f23ed5 Delete excess comma 2016-04-22 08:45:49 +01:00
Steve Daulton
92f9de8d54 Update credit
Preference for no 'title' other than team member.
2016-04-22 08:44:25 +01:00
James Crook
870d334a5a "OK... Audacious!" -> "OK" (in AboutDialog.cpp)
Also removed i18n-hint.  Reasons motivating the change include translation issue, sense that it is too wordy (either "OK" or the original  "Audacious!" work better), accessibility, and a possible shift from a colloquial to more formal style.
2016-04-20 11:48:01 +01:00
Gale Andrews
0e0b0d999d Correct name of Lithuanian translator. 2016-04-13 13:00:32 +01:00
Gale Andrews
5667d2c028 Fix remaining name display problems on Windows
and use \u rather than \x to ensure correct character is displayed, as suggested by David Bailes
2016-04-12 13:18:23 +01:00
Steve Daulton
d7e7dbc84e Use Unicode escape codes in credits 2016-04-07 16:47:39 +01:00
James Crook
b764c465d0 Reduced some repetitive code. Added credit for Mark Young.
Also added i18n-hint on translation and a couple of TODOs for further improvement.
2016-04-01 11:13:32 +01:00
Gale Andrews
ff2ad783a0 Update year.
Could we automate that?
2016-03-22 02:07:20 +00:00
Steve Daulton
437d6047c1 Update credits 2016-03-18 22:33:49 +00:00
Leland Lucius
9dc9348127 Fixes bug #1344 (mac build)
In addition, the Xcode project can now build against the 10.6
or 10.7 SDKs.  All that is needed is to change the SDK version
and the other settings will change automatically.
2016-03-07 00:29:26 -06:00
Paul Licameli
9bf098c7d9 Sweep unnecessary wxString copies: rest 2016-02-23 02:15:56 -05:00
Paul Licameli
dbaa811577 Stack-allocate where possible! ...
... Removed many unnecessary naked news and deletes.
2016-02-17 18:15:57 -05:00
Paul Licameli
3f237daddc Use macro safenew for many allocations of wxWindow subclasses 2016-02-14 20:20:19 -05:00
Paul Licameli
6ec7c619fe Now let's try out a few new language features...
Rvalue refs, move ctor, =delete, range-for, auto, std:vector<>::emplace_back()

There are also performance improvements from eliminating an indirection and
using move of strings instead of copy.
2016-02-13 11:20:14 -05:00
James Crook
4e8c265535 Added Robert Hänggi to contributors in AboutDialog. 2016-01-22 17:00:29 +00:00
Leland Lucius
6a9dae20f5 Appearance on OSX is now back to normal or better
Some additional wx3 cleanup as well.
2015-08-23 20:25:01 -05:00
Leland Lucius
d1f66d768f Updates for wx3
A long way to go yet, but many OSX issues fixed including
conversion of Audio Unit effects.
2015-06-30 11:25:32 -05:00
Leland Lucius
52c13f4c77 Update AboutDialog.cpp
Adding Cory Cook
2015-05-25 11:01:59 -05:00
James Crook
9bef4869c8 LinkingWindow now handles https as well as http. 2015-05-19 21:31:21 +01:00
Leland Lucius
f98d9ce712 Add a couple of missing contributors 2015-05-16 17:29:14 -05:00
David Bailes
66084b65ef Changes to a number of dialogs so that the nvda screen reader can read their titles. The accessibility name of the dialog is set to the title of the dialog. 2015-05-16 09:35:21 +01:00
Leland Lucius
ed79e13fbf Merge pull request #36 from DanWin/performance
Performance improvements
2015-04-24 07:52:38 -05:00
Vaughan Johnson
dcef32f312 Main website now at audacityteam.org
Forum, wiki and manual were already there.  Now the main website is there too.
2015-04-24 08:07:12 +01:00
Daniel Winzen
759ff8cd0d Performance improvements 2015-04-23 16:07:25 +02:00
Leland Lucius
a03d65ef4d Cleanup lib-src
Removing:

id3lib
libresample
libsamplerate
taglib
2015-04-16 14:41:41 -05:00
James Crook
9d43c9175c Fix revision ident hyperlinking
It needed a LinkingHtmlWindow, not just a wxHtmlWindow.  It needed http, not https.  I also left an example string with comment in RevisionIdent.h
2015-04-12 14:26:24 +01:00
James Crook
291a465a76 Build Revision Info Added
Travis now overwrites RevisionIdent.h to place a commit reference into the Build Info of the AboutDialog
I also added .opensdf to .gitignore.
2015-04-09 20:41:21 +01:00
Vaughan Johnson
26daea02e4 AboutDialog: Moved Paul Licameli up to Audacity team. 2015-04-07 21:35:45 +01:00
windinthew@gmail.com
42d1c05e5b 2014 copyright > 2015. 2015-01-02 12:30:35 +00:00
james.k.crook@gmail.com
4a3fc8f9ec Added two new names to Contributors. 2014-10-18 14:29:50 +00:00
james.k.crook@gmail.com
8d5ea6929a Avoid compiler warning for unicode character. 2014-09-30 20:20:45 +00:00
RichardAsh1981@gmail.com
64ec10d1a6 Add missing word to this copy of string (TODO: write a function to reduce this 5-line pattern to 1 line) 2014-08-17 15:48:48 +00:00
richardash1981
7ec5b47cb2 Report the build-time enabling or disabling of more libraries which have been added since this was written. Although this does add some more translatable strings, it is not an issue if they do not get translated, as very few users will ever see this part of the GUI. There is no screenshot of this dialogue in the manual so there is no effect there of this change. 2014-08-16 20:19:53 +00:00
v.audacity
5b9e6f58a2 tiny cleanup of comments (No reason to mention versions there.) 2014-08-01 16:54:07 +00:00
benjamin.drung@gmail.com
277932dccb Remove trailing spaces. 2014-06-03 20:30:19 +00:00
v.audacity
e11b393d24 Remove ellipsis, per Gale's comment on feedback@. AFaik, no other dialog titles end in ellipsis. 2014-03-21 02:57:16 +00:00
james.k.crook@gmail.com
2b698e503a Updated text strings. In translated versions of the about dialog, request that people write IN ENGLISH to feedback address. 2014-02-22 19:17:43 +00:00
windinthew
c3276d03df Update to 2014. 2014-01-03 12:57:19 +00:00
lllucius
127a8cc92e Remove unneeded includes of portaudio.h as suggested by Ed Musgrove. 2013-11-27 07:19:33 +00:00
lllucius
3532ecd7b2 Reworked LV2 plug-ing support.
This enables all platforms to use LV2 plugins in non-GUI mode.  There is
still some work to do, like subgroup handling and better scalepoint
handling.
2013-10-27 11:13:20 +00:00
v.audacity
79cc452c84 Leland's back on Audacity Team! 2013-10-18 20:51:10 +00:00
v.audacity
030d2450a8 Go back to simpler architecture for Resample class, now that libsoxr is proven for variable rate resampling. 2013-08-04 01:58:54 +00:00
v.audacity
d579be476a Remove specific effects from credits. 2013-06-27 22:40:43 +00:00
RichardAsh1981@gmail.com
3e194f042c Add a number of contributors to the bundled Nyquist effects who had been previously credited in the effects. We have never released iAVC so don't list it here. 2013-06-26 18:59:22 +00:00
v.audacity
0a41d21c21 Paul wrote back that his name should appear as Paul Nasca in the About dialog. 2013-06-21 22:23:47 +00:00
v.audacity
b33983833b Remove individual credits from built-in effects. Should always be in About dialog instead. 2013-06-21 22:10:50 +00:00
v.audacity
d96a141c37 Add some Other Contributors. 2013-06-20 22:37:28 +00:00
v.audacity
f4e9b14baa clean-ups 2013-03-08 03:27:49 +00:00
v.audacity
4051f0a8d3 Remove obsolete and redundant entry for Benjamin Drung. 2013-03-01 00:12:27 +00:00