Thomas Goyne
|
15d49fb655
|
Revamp AssFile::AddLine and related functions to eliminate the statics and hopefully make it less brittle
Originally committed to SVN as r6231.
|
2012-01-08 01:34:30 +00:00 |
|
Thomas Goyne
|
f8b4dd3a61
|
Bump copyright year in about dialog to 2012
Originally committed to SVN as r6230.
|
2012-01-08 01:34:24 +00:00 |
|
Thomas Goyne
|
afca7e9732
|
Don't overwrite overridden menu text when hotkeys change
Originally committed to SVN as r6229.
|
2012-01-08 01:34:18 +00:00 |
|
Thomas Goyne
|
8511376da5
|
Make strings from the menu json translatable
Originally committed to SVN as r6228.
|
2012-01-08 01:34:12 +00:00 |
|
Thomas Goyne
|
4d7518e127
|
Make OpenStream and CloseStream pure virtual
Originally committed to SVN as r6227.
|
2012-01-08 01:34:06 +00:00 |
|
Thomas Goyne
|
2f38efede6
|
Remove pointless call to CloseStream in AudioPlayer's destructor (calling virtual functions in constructors/destructors calls the version from the current class, not the most derived type)
Originally committed to SVN as r6226.
|
2012-01-08 01:34:01 +00:00 |
|
Thomas Goyne
|
81a99ae27b
|
Remove pointless duplicated member variable in OSSPlayer and document a few of the members
Originally committed to SVN as r6225.
|
2012-01-08 01:33:55 +00:00 |
|
Thomas Goyne
|
02fa5bee3e
|
Add option to automatically open audio when opening video. Closes #1134.
Originally committed to SVN as r6224.
|
2012-01-08 01:33:47 +00:00 |
|
Thomas Goyne
|
df9c6b627f
|
Improve audio open error reporting and remove a pile of unused stuff in AudioPlayer
Originally committed to SVN as r6223.
|
2012-01-08 01:33:39 +00:00 |
|
Thomas Goyne
|
a927672c27
|
Remove unused private variables in AudioProvider
Originally committed to SVN as r6222.
|
2012-01-08 01:33:33 +00:00 |
|
Thomas Goyne
|
4e06c198d0
|
Kill AssStyle::Get\SetMarginString, as it isn't really used for much of anything
Originally committed to SVN as r6221.
|
2012-01-08 01:33:26 +00:00 |
|
Thomas Goyne
|
8fdd5d987e
|
Remove the encoding parameter from AssFile::SaveMemory, as it only supports utf-8, and simplify the implementation
Originally committed to SVN as r6220.
|
2012-01-08 01:33:19 +00:00 |
|
Thomas Goyne
|
c379e1e8e0
|
Prompt to save changes before creating new subtitles
Originally committed to SVN as r6218.
|
2012-01-08 01:05:57 +00:00 |
|
Thomas Goyne
|
dc58b3db40
|
Clean up SetThreadName a little
Originally committed to SVN as r6217.
|
2012-01-08 01:05:51 +00:00 |
|
Thomas Goyne
|
c0d8270815
|
Add shell script to regenerate the .pot file
Originally committed to SVN as r6216.
|
2012-01-08 01:05:45 +00:00 |
|
Thomas Goyne
|
2b07b3411f
|
Fill in a few placeholder strings
Originally committed to SVN as r6215.
|
2012-01-08 01:05:39 +00:00 |
|
Thomas Goyne
|
dfafbc082d
|
Delete unused command "subtitle/tags/show"
Originally committed to SVN as r6214.
|
2012-01-08 01:05:33 +00:00 |
|
Thomas Goyne
|
e8ba128fa8
|
Synchronize a bunch of similar but not quite identical strings. Closes #1081.
Originally committed to SVN as r6213.
|
2012-01-08 01:05:25 +00:00 |
|
Thomas Goyne
|
c847318ddb
|
Mark command strings as translatable
Originally committed to SVN as r6212.
|
2012-01-08 01:05:19 +00:00 |
|
Thomas Goyne
|
3efdef2224
|
Tweak a few strings to make them easier to translate
Originally committed to SVN as r6211.
|
2012-01-08 01:05:13 +00:00 |
|
Thomas Goyne
|
eaa1001d7a
|
Don't mark help button page names as translatable
Originally committed to SVN as r6210.
|
2012-01-08 01:05:07 +00:00 |
|
Thomas Goyne
|
e08fb25d15
|
Check for --enable-debug before wxWidgets as the wx m4 macros use the value of $enable_debug
Originally committed to SVN as r6209.
|
2012-01-08 01:05:01 +00:00 |
|
Thomas Goyne
|
25c1225ad1
|
Fix bug where on wxGTK the display mode would get set to "Subs Only" the first time the menus were opened after opening video or audio
Originally committed to SVN as r6208.
|
2012-01-08 01:04:55 +00:00 |
|
Thomas Goyne
|
89705b4f9c
|
Add missing config.h include in preferences.cpp
Originally committed to SVN as r6207.
|
2012-01-08 01:04:50 +00:00 |
|
Thomas Goyne
|
4990d8255c
|
Don't bother refcounting portaudio initializations as portaudio does that internally
Originally committed to SVN as r6206.
|
2012-01-08 01:04:44 +00:00 |
|
Thomas Goyne
|
0fd475031a
|
Make default script resolution customizable
Originally committed to SVN as r6205.
|
2012-01-08 01:04:37 +00:00 |
|
Thomas Goyne
|
6b85782dc5
|
Fix signed/unsigned comparison warning on x64
Originally committed to SVN as r6204.
|
2012-01-08 01:04:29 +00:00 |
|
Thomas Goyne
|
71968aa4f3
|
Fix wxString::Format assertion failures in the stack walker
Originally committed to SVN as r6203.
|
2012-01-08 01:04:16 +00:00 |
|
Thomas Goyne
|
00b3fcf0b7
|
Remove incorrect overriding of the test project's intermediate and output directories
Originally committed to SVN as r6202.
|
2012-01-08 01:04:11 +00:00 |
|
Thomas Goyne
|
0113b33d66
|
Always build with -g and optionally strip the debugging symbols on install so that crash backtraces aren't completely meaningless
Originally committed to SVN as r6201.
|
2012-01-08 01:04:05 +00:00 |
|
Thomas Goyne
|
5702dd60a1
|
Add install-strip target to the makefile
Originally committed to SVN as r6200.
|
2012-01-08 01:03:59 +00:00 |
|
Thomas Goyne
|
3d906ded47
|
Remove precompiled headers on 'make clean' and add 'mostlyclean' target that does not touch them
Originally committed to SVN as r6199.
|
2012-01-08 01:03:53 +00:00 |
|
Thomas Goyne
|
c4251bd181
|
Add DESTDIR support. Patch by Alucryd. Closes #1376.
Originally committed to SVN as r6198.
|
2012-01-08 01:03:45 +00:00 |
|
Thomas Goyne
|
58d6ac1fad
|
Make DataBlockCache::Age roughly ten times as fast
Originally committed to SVN as r6197.
|
2012-01-08 01:03:40 +00:00 |
|
Thomas Goyne
|
83805934dd
|
Fix order of Cut and Copy on the subtitles grid context menu
Originally committed to SVN as r6196.
|
2012-01-08 01:03:33 +00:00 |
|
Thomas Goyne
|
3f9080bbee
|
Fix left-click check on audio display
Originally committed to SVN as r6189.
|
2011-12-30 15:52:04 +00:00 |
|
Thomas Goyne
|
e34b401201
|
Return -1 from AegisubApp::FilterEvent rather than wxEventFilter::Event_Skip, as the enum was added in wx 2.9.4
Originally committed to SVN as r6188.
|
2011-12-30 15:51:58 +00:00 |
|
Thomas Goyne
|
84d1315736
|
Write the config and MRU files to ?data in portable mode rather than ?user
Originally committed to SVN as r6187.
|
2011-12-30 01:21:03 +00:00 |
|
Thomas Goyne
|
d01d7eb78b
|
Fix crash when the audio commit hotkey is pressed with the grid focused and no audio open
Originally committed to SVN as r6185.
|
2011-12-29 15:12:36 +00:00 |
|
Thomas Goyne
|
d192f1c332
|
Fix bad format string that made stack trace writing fail after one stack frame
Originally committed to SVN as r6184.
|
2011-12-29 05:36:49 +00:00 |
|
Thomas Goyne
|
68b2ae8275
|
Eliminate most clang warnings
Originally committed to SVN as r6183.
|
2011-12-28 21:27:22 +00:00 |
|
Thomas Goyne
|
0eeb1d18fc
|
Fix getting the revision from git with BSD sed
Originally committed to SVN as r6182.
|
2011-12-28 21:27:16 +00:00 |
|
Thomas Goyne
|
cae10121ed
|
Fix a bunch of -pedantic stuff
Originally committed to SVN as r6181.
|
2011-12-28 21:27:06 +00:00 |
|
Thomas Goyne
|
cdf8e31e1a
|
Get audio marker drag sensitivity from configuration
Originally committed to SVN as r6180.
|
2011-12-28 21:27:00 +00:00 |
|
Thomas Goyne
|
0e17edc561
|
Rearrange AudioDisplay::OnMouseEvent a bit to eliminate some duplicated code and separate the code which requires a timing controller from that which doesn't
Originally committed to SVN as r6179.
|
2011-12-28 21:26:54 +00:00 |
|
Thomas Goyne
|
6953a69cf8
|
Store the last used AudioMarkerInteractionObject in its own member variable to eliminate an ugly dynamic_cast
Originally committed to SVN as r6178.
|
2011-12-28 21:26:48 +00:00 |
|
Thomas Goyne
|
88ba844850
|
Make middle-click-drag on the audio display continue to update the video position
Originally committed to SVN as r6177.
|
2011-12-28 21:26:41 +00:00 |
|
Thomas Goyne
|
4b2e5d1b93
|
Make audio marker snap distance and whether or not it defaults to snapping customizable
Originally committed to SVN as r6176.
|
2011-12-28 01:22:59 +00:00 |
|
Thomas Goyne
|
c06d72d5be
|
gcc compilation fix
Originally committed to SVN as r6175.
|
2011-12-28 01:22:54 +00:00 |
|
Thomas Goyne
|
b7cd695cd6
|
Add support for getting the revision number from git
Originally committed to SVN as r6174.
|
2011-12-28 01:22:49 +00:00 |
|