Amar Takhar
0763541848
Change how configuration works.
...
* move win32/config0.h -> config/config_windows0.h
* move win32/stdint.h -> msvc/stdint.h
* move posix/defines.h -> config/config_unix.h
* add config.h - brings in config_(windows|unix).h as required
* add config.h to *.cpp
* Self-contain FFmpegSource2 with required function defines wrapped with
__UNIX__ instead of the now removed defines.h.
* Edit aegisub_vs2008.vcproj to remove explicit inclusion of config.h, also
change VCPreBuildEventTool to create windows_config.h from
windows_config0.h. Add msvc to include path.
* Change configure to create ./acconf.h instead of posix/acconf.h
This will allow us to create a more standard and platform agnostic way of
configuration aegsisub during build time.
Originally committed to SVN as r2621.
2009-01-04 06:31:48 +00:00
Rodrigo Braz Monteiro
fdc7d2fd93
Updated about dialog and options.
...
Originally committed to SVN as r2420.
2008-10-28 00:08:52 +00:00
Karl Blomster
c28b96b502
add decoding threads option for the ffmpegsource video provider
...
Originally committed to SVN as r2319.
2008-09-05 12:53:57 +00:00
Karl Blomster
904873f0d9
added option to allow potentially unsafe seeking with the ffmpeg video provider. named "ffmpeg allow unsafe seeking" and defaults to false.
...
Originally committed to SVN as r2254.
2008-07-15 14:24:00 +00:00
Niels Martin Hansen
155388b456
Add secret option to disable use of the PCM provider, mainly intended for debugging: "Audio Disable PCM Provider" (default is false ie. PCM provider enabled)
...
Originally committed to SVN as r2232.
2008-07-04 03:24:25 +00:00
Niels Martin Hansen
67bfd70f82
Add a function to remove items from MRU lists, in preparation for a fix for #717 . Also a bit of prettyfication of the MRU handling code.
...
Originally committed to SVN as r2220.
2008-07-03 01:53:22 +00:00
Niels Martin Hansen
6f23c635be
Left-dragging the selection start marker in the audio display now only restarts the selection after a threshold defined by the Audio Start Drag Sensitivity option. A commented-out editbox for this value is added to the Options dialogue, it is commented out due to the feature freeze towards 2.2.0.
...
This should fix #703 .
Originally committed to SVN as r2198.
2008-06-15 12:11:04 +00:00
Rodrigo Braz Monteiro
8918fb6296
Added a little very specific hacked up tool that isn't enabled unless you modify config.dat.
...
Originally committed to SVN as r2185.
2008-04-21 16:41:46 +00:00
Niels Martin Hansen
58788ea5ce
Change default ALSA output device to something more sensible, namely 'default:0'.
...
Originally committed to SVN as r2162.
2008-03-31 17:55:21 +00:00
Rodrigo Braz Monteiro
974efa126b
Modified all providers to separate them between factory and factory manager. This will make plugin system easier. Also, made hunspell register manually as well.
...
Originally committed to SVN as r1946.
2008-03-07 02:32:29 +00:00
Rodrigo Braz Monteiro
9eb12b0f36
Fixed source-wide spelling of the word adjacent.
...
Originally committed to SVN as r1856.
2008-01-27 22:09:47 +00:00
Rodrigo Braz Monteiro
3ee6d78939
Increased the default vertical size of audio display from 100 to 200.
...
Originally committed to SVN as r1854.
2008-01-27 18:30:16 +00:00
Rodrigo Braz Monteiro
251d6f3a21
Fixed a major bug related to config. Also, 1800 get.
...
Originally committed to SVN as r1800.
2008-01-20 23:57:03 +00:00
Rodrigo Braz Monteiro
8728753844
Forgot an important option to force to default.
...
Originally committed to SVN as r1785.
2008-01-20 04:56:44 +00:00
Rodrigo Braz Monteiro
33117888f0
Added a system to "revoke" old option values and force defaults if the previous version of Aegisub was too old. Set this for several config options.
...
Originally committed to SVN as r1784.
2008-01-20 04:55:44 +00:00
Rodrigo Braz Monteiro
51725ff9a7
Made video position not show on audio by default, also made it check whether audio is visible before trying to update it.
...
Originally committed to SVN as r1735.
2008-01-15 22:51:16 +00:00
Rodrigo Braz Monteiro
6116b0af7b
Implemented an optional line indicating the current video position on the audio (request #542 )
...
Originally committed to SVN as r1712.
2008-01-14 01:18:24 +00:00
Rodrigo Braz Monteiro
62e3c7a3a6
Added help button to colour picker and changed its default colour space to HSV/H.
...
Originally committed to SVN as r1703.
2008-01-13 22:06:04 +00:00
Rodrigo Braz Monteiro
8a6f04512b
Made detached video window remember its last position/maximized state - #492
...
Originally committed to SVN as r1692.
2008-01-12 03:29:45 +00:00
Rodrigo Braz Monteiro
d7d66733f0
Fixed closing of video with detached video window open
...
Originally committed to SVN as r1690.
2008-01-12 03:09:48 +00:00
Rodrigo Braz Monteiro
5a9249f227
Fixed #617 (auto-solve corrupt config.dat)
...
Originally committed to SVN as r1684.
2008-01-11 04:04:28 +00:00
Dan Donovan
e0b5576104
can disable dragging start/end times with config option "disable dragging times" (requested)
...
Originally committed to SVN as r1669.
2008-01-10 20:49:31 +00:00
Niels Martin Hansen
eeee2aeb53
Update to audio spectrum quality settings. The quality settings now means something slightly different (but are more sensible) and there is always a memory max enforced for the spectrum cache.
...
Originally committed to SVN as r1615.
2007-10-19 03:32:53 +00:00
Rodrigo Braz Monteiro
5d5278db88
Changed buttons for the resample dialog and made call tips be off by default.
...
Originally committed to SVN as r1608.
2007-10-18 15:42:07 +00:00
Rodrigo Braz Monteiro
489abd6663
jfs's mac patches applied
...
Originally committed to SVN as r1560.
2007-09-11 23:22:26 +00:00
Niels Martin Hansen
6cc27087dc
Fix colour picker mode remembering.
...
Originally committed to SVN as r1505.
2007-08-17 17:03:16 +00:00
Niels Martin Hansen
4e48317803
Intermediate implementation of #498 - karaoke template syntax highlighting. Only !! blocks and $variables are highlighted right now, and no actual Lua specific highlighting is done.
...
Originally committed to SVN as r1470.
2007-08-06 14:29:43 +00:00
Niels Martin Hansen
a0beaef640
Clarified a bunch of error messages
...
Originally committed to SVN as r1433.
2007-07-18 13:46:38 +00:00
Niels Martin Hansen
9fafcb6b81
Fixed some Automation defaults.
...
Originally committed to SVN as r1341.
2007-07-03 18:26:35 +00:00
Niels Martin Hansen
336f0621d7
Implemented spectrum cache aging/memory limiting.
...
Originally committed to SVN as r1317.
2007-06-30 14:40:52 +00:00
Rodrigo Braz Monteiro
2f911574d6
Overscan mask fully implemented. Toggleable via video menu.
...
Originally committed to SVN as r1310.
2007-06-28 21:35:37 +00:00
Niels Martin Hansen
0a1069407e
Replaced Audio Spectrum Window and Audio Spectrum Overlaps with a single Audio Spectrum Quality option.
...
Originally committed to SVN as r1304.
2007-06-24 20:46:52 +00:00
Niels Martin Hansen
18340499c6
Functionally useless implementation of overlapping FFT's. The overlaps should be calculated right but seem to not be rendered. (Rendered result is same as without any overlapping.)
...
Originally committed to SVN as r1302.
2007-06-24 19:53:41 +00:00
Rodrigo Braz Monteiro
54f5c82296
Added a non-overwrite mode for text edit controls, which can be set on the menu. Some basic testing was done, but not exhaustive, which means that it MIGHT be buggy (also, the old mode might have been bugged)
...
Originally committed to SVN as r1295.
2007-06-23 06:07:32 +00:00
Rodrigo Braz Monteiro
2d4032d83b
Improved loading of config.dat
...
Originally committed to SVN as r1281.
2007-06-21 06:52:15 +00:00
Rodrigo Braz Monteiro
24d941b2bc
config.dat can optionally be stored on the same folder as aegisub.exe.
...
Originally committed to SVN as r1280.
2007-06-21 06:14:49 +00:00
Rodrigo Braz Monteiro
d0fc49ca67
Replaced all references to absolute paths with ?user, ?data or ?temp. Some bugs might have resulted, but it seems to work-ish.
...
Originally committed to SVN as r1277.
2007-06-21 00:46:50 +00:00
Rodrigo Braz Monteiro
6319bcca7b
General fixes to fonts collector, and made font attachment work. Collecting to archives still doesn't work, and there are a few destination-box related issues.
...
Originally committed to SVN as r1271.
2007-06-20 06:29:20 +00:00
Rodrigo Braz Monteiro
063bf22a42
Added a "toggle next line on commit" button to the audio tool bar
...
Originally committed to SVN as r1230.
2007-06-17 02:34:27 +00:00
Niels Martin Hansen
f8715f91ef
Added various FIXME/TODO comments, set proper default audio player on Apple systems.
...
Originally committed to SVN as r1206.
2007-06-05 18:02:54 +00:00
Rodrigo Braz Monteiro
7f1f1c956b
Added a button to change the background colour of the preview box in the style editor.
...
Originally committed to SVN as r1190.
2007-05-21 04:53:14 +00:00
Niels Martin Hansen
fb659e2d63
Fixed a minor annoyance related to Automation options and commented at some possible problem areas
...
Originally committed to SVN as r1185.
2007-05-15 22:40:20 +00:00
Niels Martin Hansen
b63a2ade85
Commented out some trace-prints in PulseAudio player, and added device selection to (still broken) Alsa player.
...
Originally committed to SVN as r1121.
2007-04-23 17:01:00 +00:00
Rodrigo Braz Monteiro
e3d67151c0
Defaulted audio player to portaudio on non-win32
...
Originally committed to SVN as r1117.
2007-04-22 22:38:49 +00:00
Rodrigo Braz Monteiro
4f1dc2c59d
Made hunspell into a pluggable factory. This MIGHT cause issues with mythes if hunspell is not available...
...
Originally committed to SVN as r1108.
2007-04-22 02:03:40 +00:00
Rodrigo Braz Monteiro
b2f2cf2d7f
Changed the audio player interface to use pluggable factories and added audio player/provider to options (in a new page, where all advanced audio options were moved to)
...
Originally committed to SVN as r1107.
2007-04-22 01:23:25 +00:00
Rodrigo Braz Monteiro
95bc4227f2
fixed an odd option
...
Originally committed to SVN as r1096.
2007-04-18 20:59:36 +00:00
Rodrigo Braz Monteiro
9dcb9d7884
Added a "defaults" button to options dialog.
...
Originally committed to SVN as r1092.
2007-04-18 04:03:22 +00:00
Rodrigo Braz Monteiro
38dd7b1a4a
Set csri/vsfilter_textsub as the default subtitles provider under win32
...
Originally committed to SVN as r1084.
2007-04-17 00:02:17 +00:00
Rodrigo Braz Monteiro
9f58957fd9
Styles editor seems totally finished, although it will probably still conflict on temporary subs filename.
...
Originally committed to SVN as r1083.
2007-04-16 23:59:38 +00:00