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
|
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
|
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
|
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
|
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
|
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
|
532072218f
|
Allow snapping to the inactive line markers in the audio display
Originally committed to SVN as r6172.
|
2011-12-27 18:46:20 +00:00 |
|
Thomas Goyne
|
eda90a15fb
|
Make the "Play last 500ms of selection" command always play to the end of the selection as it did in 2.1
Originally committed to SVN as r6171.
|
2011-12-27 02:23:04 +00:00 |
|
Thomas Goyne
|
935e5544d5
|
Fix intermediate overflow in DirectSoundPlayer2 that resulted in the playback position resetting to the beginning after 97 seconds with 44.1 khz audio
Originally committed to SVN as r6170.
|
2011-12-27 01:38:14 +00:00 |
|
Thomas Goyne
|
090fdecb95
|
Scroll instantly to the audio playback position when "Lock Scroll on Cursor" is enabled
Originally committed to SVN as r6169.
|
2011-12-27 01:38:08 +00:00 |
|
Thomas Goyne
|
cfc7e009f2
|
Don't disable or hide the visual tools while video is playing. Updates #1336.
Originally committed to SVN as r6168.
|
2011-12-27 01:38:00 +00:00 |
|
Thomas Goyne
|
ae3895fb8e
|
Handle empty files better in the translation assistant
Originally committed to SVN as r6167.
|
2011-12-26 22:21:19 +00:00 |
|
Thomas Goyne
|
92254a9806
|
Start the translation assistant at the first translatable block rather than always the first block
Originally committed to SVN as r6166.
|
2011-12-26 22:21:14 +00:00 |
|
Thomas Goyne
|
9cfe230682
|
Remove unused 'parent' member from AssDialogueBlock and make 'text' protected
Originally committed to SVN as r6165.
|
2011-12-26 22:21:08 +00:00 |
|
Thomas Goyne
|
7b4759cc13
|
Parse {} as an empty override block rather than an empty comment
Originally committed to SVN as r6164.
|
2011-12-26 22:21:02 +00:00 |
|
Thomas Goyne
|
04990e8694
|
Fix seeking to previous keyframe when the current frame is not a keyframe
Originally committed to SVN as r6163.
|
2011-12-26 22:20:57 +00:00 |
|
Thomas Goyne
|
7adbe07b4e
|
Silence a bunch of PREFast warnings
Originally committed to SVN as r6162.
|
2011-12-26 22:20:49 +00:00 |
|
Thomas Goyne
|
bddd4fc714
|
Add group as an optional parameter to AssEntry's contructor
Originally committed to SVN as r6161.
|
2011-12-26 22:20:43 +00:00 |
|
Thomas Goyne
|
a189bac35e
|
Make AudioRenderingStyleRanges's destructor protected
Originally committed to SVN as r6160.
|
2011-12-26 22:20:37 +00:00 |
|
Thomas Goyne
|
bc640b4f94
|
Fix use of uninitialized value that resulted in the find/replace dialog always opening as the replace dialog
Originally committed to SVN as r6155.
|
2011-12-24 00:47:41 +00:00 |
|
Thomas Goyne
|
7c6696a53a
|
Fix signature of AssDialogue::SetEntryData so it actually overrides the base
Originally committed to SVN as r6154.
|
2011-12-24 00:36:30 +00:00 |
|
Thomas Goyne
|
309e7e75fd
|
Eliminate the use of wxAny as it's the only thing not supported by clang
Originally committed to SVN as r6153.
|
2011-12-24 00:36:19 +00:00 |
|
Thomas Goyne
|
aba01b833a
|
Allow nonintegral font sizes in styles
Originally committed to SVN as r6150.
|
2011-12-23 23:21:02 +00:00 |
|
Thomas Goyne
|
435e7170df
|
Add missing semicolon in the FFTW build credit
Originally committed to SVN as r6149.
|
2011-12-23 22:05:44 +00:00 |
|
Thomas Goyne
|
9bfa40a9d3
|
Add FFTW credit to the about dialog
Originally committed to SVN as r6146.
|
2011-12-22 21:32:37 +00:00 |
|
Thomas Goyne
|
31c696157d
|
Change FFmpegSource to FFMS2 in the about dialog
Originally committed to SVN as r6145.
|
2011-12-22 21:32:29 +00:00 |
|
Thomas Goyne
|
236173ed22
|
Add myself to the primary authors in the About dialog
Originally committed to SVN as r6144.
|
2011-12-22 21:32:19 +00:00 |
|
Thomas Goyne
|
be3e9dae68
|
Update the value of the zoom dropdown when the detached video dialog is resized
Originally committed to SVN as r6143.
|
2011-12-22 21:32:09 +00:00 |
|
Thomas Goyne
|
43b6d910fb
|
Resize the detached video dialog to the specified size when the video zoom is changed. Closes #493.
Originally committed to SVN as r6142.
|
2011-12-22 21:31:57 +00:00 |
|
Thomas Goyne
|
477dd8a2f6
|
Try to preserve the value of the styles dropdown across undo/redo
Originally committed to SVN as r6139.
|
2011-12-22 21:31:29 +00:00 |
|
Thomas Goyne
|
95ad8c1fba
|
Fix the single-line-commit optimization
Originally committed to SVN as r6138.
|
2011-12-22 21:31:18 +00:00 |
|
Thomas Goyne
|
1c2abeae30
|
Stop coalescing changes made in the edit box after ten seconds of no changes
Originally committed to SVN as r6137.
|
2011-12-22 21:31:09 +00:00 |
|
Thomas Goyne
|
fd35224cb5
|
Stop coalescing changes for undo when the active line changes
Originally committed to SVN as r6136.
|
2011-12-22 21:31:01 +00:00 |
|
Thomas Goyne
|
f0e352f382
|
Update the view menu after the display mode has been automatically updated due to opening video or audio. Closes #1344.
Originally committed to SVN as r6135.
|
2011-12-22 21:30:49 +00:00 |
|
Thomas Goyne
|
5eb516f8d9
|
In non-WITH_STARTUPLOG builds, send startup log events to the standard logging system rather than discard them
Originally committed to SVN as r6134.
|
2011-12-22 21:30:40 +00:00 |
|
Thomas Goyne
|
046d8a6822
|
Use wxEventBlocker rather than manually enabling and disabling the event handler in SubsEditBox
Originally committed to SVN as r6133.
|
2011-12-22 21:30:32 +00:00 |
|
Thomas Goyne
|
e5707ca6eb
|
Don't use the ms time value of the Duration time edit control when in frame mode, as with vfr this may not actually represent a consisten number of frames
Originally committed to SVN as r6132.
|
2011-12-22 21:30:22 +00:00 |
|
Thomas Goyne
|
2c324de29c
|
Fix use of an uninitialized value in the time edit control when the frame number can't be parsed
Originally committed to SVN as r6131.
|
2011-12-22 21:30:14 +00:00 |
|
Thomas Goyne
|
2fdbd86a7f
|
Add aegisub.decode_path, which simply wraps StandardPaths::DecodePath
Originally committed to SVN as r6130.
|
2011-12-22 21:30:05 +00:00 |
|
Thomas Goyne
|
4a3f2b8412
|
Add aegisub.keyframes, which returns a table with all of the frame numbers which are keyframes
Originally committed to SVN as r6129.
|
2011-12-22 21:29:56 +00:00 |
|
Thomas Goyne
|
f974fdb1b2
|
Delete aegisub.parse_tag_data and aegisub.unparse_tag_data
Originally committed to SVN as r6128.
|
2011-12-22 21:29:47 +00:00 |
|
Thomas Goyne
|
29460b97b9
|
Rearrange VideoContext::Reset to fix error on shutdown
Originally committed to SVN as r6127.
|
2011-12-22 21:29:38 +00:00 |
|
Thomas Goyne
|
4133806fe7
|
Allow opening video with no working subtitle providers enabled
Originally committed to SVN as r6126.
|
2011-12-22 21:29:29 +00:00 |
|
Thomas Goyne
|
3cdc27c894
|
Normalize the value of the time edit controls when they lose focus. Updates #512.
Originally committed to SVN as r6125.
|
2011-12-22 21:29:18 +00:00 |
|
Thomas Goyne
|
5cbd35e749
|
Simplify some AssTime-using code
Originally committed to SVN as r6124.
|
2011-12-22 21:29:09 +00:00 |
|
Thomas Goyne
|
71345af81a
|
Overload operator int() on AssTime and remove GetMS/SetMS
Originally committed to SVN as r6123.
|
2011-12-22 21:28:51 +00:00 |
|
Thomas Goyne
|
de9583004d
|
Uncrustify AssTime
Originally committed to SVN as r6122.
|
2011-12-22 21:28:41 +00:00 |
|
Thomas Goyne
|
e36759a3b2
|
Remove the undocumented milisecond precision option
Originally committed to SVN as r6121.
|
2011-12-22 21:28:32 +00:00 |
|
Thomas Goyne
|
a91f6f7880
|
Use agi::vfr::Framerate in FractionalTime rather than a numerator\denominator pair
Originally committed to SVN as r6119.
|
2011-12-22 21:28:13 +00:00 |
|
Thomas Goyne
|
ab68b4b080
|
Delete unused SMPTE parsing code
Originally committed to SVN as r6118.
|
2011-12-22 21:28:04 +00:00 |
|
Thomas Goyne
|
3b83b9e31b
|
Delete SubtitleFormat::FPSRational and just use FractionalTime
Originally committed to SVN as r6117.
|
2011-12-22 21:27:53 +00:00 |
|
Thomas Goyne
|
ac6e9fd022
|
Use unrounded rational time in microdvd subtitle format
Originally committed to SVN as r6116.
|
2011-12-22 21:27:45 +00:00 |
|
Thomas Goyne
|
7bb749b51f
|
Return the name of the command found or an empty string if none from Hotkey::Scan rather than using an out reference
Originally committed to SVN as r6112.
|
2011-12-22 21:27:06 +00:00 |
|
Thomas Goyne
|
a16da9ffdd
|
Get lua CFLAGS/LIBS from pkg-config when possible
Originally committed to SVN as r6109.
|
2011-12-22 21:26:39 +00:00 |
|
Thomas Goyne
|
d02cf5c99f
|
Handle wxMouseCaptureLostEvent in the color picker
Originally committed to SVN as r6108.
|
2011-12-22 21:26:30 +00:00 |
|
Thomas Goyne
|
4c31490d41
|
Use PCMAudioProvider to read from the cache in HDAudioProvider as it's far faster than the naive logic previously used
Originally committed to SVN as r6107.
|
2011-12-22 21:26:21 +00:00 |
|
Thomas Goyne
|
f2c62dad3d
|
Factor out a bunch of duplicated code in the configure script for pkg-config based optional dependencies and use the pkg-config name for all WITH_* defines
Originally committed to SVN as r6104.
|
2011-12-22 21:25:49 +00:00 |
|
Thomas Goyne
|
975bb7b26f
|
Delete pointless empty destructor in DummyAudioProvider
Originally committed to SVN as r6103.
|
2011-12-22 21:25:38 +00:00 |
|
Thomas Goyne
|
a5fce1d1be
|
Fix off-by-one error in DummyAudioProvider::GetAudio
Originally committed to SVN as r6102.
|
2011-12-22 21:25:29 +00:00 |
|
Thomas Goyne
|
0892de62a8
|
Don't let audio markers snap to themselves
Originally committed to SVN as r6101.
|
2011-12-22 21:25:19 +00:00 |
|
Thomas Goyne
|
5e9339611b
|
Return a pair of SplineCurves from SplineCurve::Split rather than mutating the arguments, as it doesn't actually work in-place
Originally committed to SVN as r6100.
|
2011-12-22 21:25:08 +00:00 |
|
Thomas Goyne
|
400b8252e9
|
Don't block loading styles from scripts with only a Default style
Originally committed to SVN as r6099.
|
2011-12-22 21:25:00 +00:00 |
|
Thomas Goyne
|
f809fa4104
|
Put OSS CFLAGS in their own variable rather than modifying CPPFLAGS
Originally committed to SVN as r6098.
|
2011-12-22 21:24:51 +00:00 |
|
Thomas Goyne
|
71109a87e1
|
Replace most inappropriate uses of LDFLAGS with LIBS
Originally committed to SVN as r6097.
|
2011-12-22 21:24:40 +00:00 |
|
Thomas Goyne
|
965a292a05
|
Increase max precision in the rotation tools to four digits so that rotations over 100 degrees aren't rounded to ints
Originally committed to SVN as r6090.
|
2011-12-22 21:23:26 +00:00 |
|
Thomas Goyne
|
d9ab41468c
|
In the cross visual tool, apply the same roundning rules to the coordinates set on double-click as for the displayed coordinates
Originally committed to SVN as r6089.
|
2011-12-22 21:23:17 +00:00 |
|
Thomas Goyne
|
25f4e4b426
|
Set the current frame in the Jump To dialog correctly
Originally committed to SVN as r6088.
|
2011-12-22 21:23:07 +00:00 |
|
Thomas Goyne
|
ff32be592f
|
Make FractionalTime less weird
Originally committed to SVN as r6086.
|
2011-12-22 21:22:49 +00:00 |
|
Thomas Goyne
|
7a2c461825
|
Clean up ass_time.h a little
Originally committed to SVN as r6085.
|
2011-12-22 21:22:40 +00:00 |
|
Thomas Goyne
|
ec63fad7c5
|
Make help buttons fall back to the docs wiki if the scraped html files aren't available locally
Originally committed to SVN as r6084.
|
2011-12-22 21:22:31 +00:00 |
|
Thomas Goyne
|
207ca88c5c
|
Set modification mask correctly when appending lines
Originally committed to SVN as r6080.
|
2011-12-22 21:21:55 +00:00 |
|
Thomas Goyne
|
f78d52448e
|
Fix appending and deleting rows via the subtitles object index syntax
Originally committed to SVN as r6079.
|
2011-12-22 21:21:47 +00:00 |
|