Commit graph

465 commits

Author SHA1 Message Date
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
Rodrigo Braz Monteiro 35f2610bb8 Fixed insertion of bold/italics/etc overrides on lines that contained non-ascii characters.
Originally committed to SVN as r1228.
2007-06-16 23:05:05 +00:00
Rodrigo Braz Monteiro 34cd74525d Made Avisynth video provider use FFMpegSource for non avi/d2v/avs, but it will break for vfr because of the hack to make it work with dss
Originally committed to SVN as r1227.
2007-06-16 22:07:43 +00:00
Rodrigo Braz Monteiro cec8828bb2 Some random changes that I didn't have committed
Originally committed to SVN as r1224.
2007-06-16 19:38:44 +00:00
Niels Martin Hansen ac662477b9 Support multiple Automation autoload dirs. (I hope. As usual, not tested.)
Originally committed to SVN as r1219.
2007-06-10 01:49:11 +00:00
Dan Donovan 77e2f20424 Fix override block parsing
Originally committed to SVN as r1218.
2007-06-09 21:45:14 +00:00
David Lamparter f7fe30b7c9 Commit Wars Episode V: The setup.h strikes back
Originally committed to SVN as r1217.
2007-06-08 00:44:44 +00:00
Niels Martin Hansen b40b5b325a Killed off setup.h - only feature still controlled by it was PRS export, which in its current state is worthless. It can be re-enabled by defining USE_PRS=1 during build.
Originally committed to SVN as r1215.
2007-06-08 00:37:24 +00:00
Niels Martin Hansen 1a5906f97c Removed FexTracker for good.
Originally committed to SVN as r1214.
2007-06-08 00:30:37 +00:00
Niels Martin Hansen ecd060a70b Made filling font face list in style editor dialog non-slow.
Originally committed to SVN as r1209.
2007-06-06 21:42:32 +00:00
Niels Martin Hansen 9d1f40b4c4 Fixed style editor crashing for good (I think) and added some performance measurement of font list creation in debug builds.
Originally committed to SVN as r1208.
2007-06-06 21:27:42 +00:00
Niels Martin Hansen 31003a3a52 Removed a small noop codeblock.
Originally committed to SVN as r1207.
2007-06-06 20:59:01 +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
Dan Donovan 4fa3c0f776 Removed subtitles preview unavailable messagebox in subtitles editor and replaced the preview box itself with a similar message
Originally committed to SVN as r1205.
2007-06-03 04:54:38 +00:00
Dan Donovan 5e3087a23e Updating changelog.txt
Originally committed to SVN as r1204.
2007-06-03 02:07:35 +00:00
Dan Donovan c85d148076 Treat comments inside {} as plain text so that typesetting doesn't mess with them
Originally committed to SVN as r1203.
2007-06-03 01:54:39 +00:00
Dan Donovan 50aab0f08f Don't assume override blocks always start with a backslash, since many people use them for comments
Originally committed to SVN as r1202.
2007-06-03 00:37:49 +00:00
Niels Martin Hansen 5a4e03312a If Ctrl is held when video playback is started, no audio resync is attempted during that playback.
Originally committed to SVN as r1201.
2007-06-02 13:48:36 +00:00
Niels Martin Hansen 508d3d9a52 Fix #413 (mouse crosshair on video not disappearing when mouse leaves video display) and some minor code cleanup.
Originally committed to SVN as r1199.
2007-05-28 18:45:57 +00:00
Niels Martin Hansen ea3c386aa2 Fix #418 (crash modifying karaoke timing on lines with text before first karaoke tag.)
Originally committed to SVN as r1198.
2007-05-28 11:24:37 +00:00
Niels Martin Hansen 6a9e0d8d68 Commented out the useless PRS stuff for now, just to simplify building on non-Windows.
Originally committed to SVN as r1197.
2007-05-23 23:22:46 +00:00
Rodrigo Braz Monteiro 3a9f5995e9 Some incomplete clean up to changelog.txt
Originally committed to SVN as r1194.
2007-05-22 06:11:19 +00:00
Rodrigo Braz Monteiro 3fe5fb09f2 Applied demi's patch to fix the display of frames on grid, and fixed the toggling of the "layer" column.
Originally committed to SVN as r1193.
2007-05-22 05:53:08 +00:00
Rodrigo Braz Monteiro a0b7583262 Replaced margin edit boxes in style editor with spin controls.
Originally committed to SVN as r1192.
2007-05-21 06:03:09 +00:00
Rodrigo Braz Monteiro e1592d0628 Alpha edit boxes on the style editor were replaced with spin controls.
Originally committed to SVN as r1191.
2007-05-21 05:38:28 +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
Rodrigo Braz Monteiro 2be3007cb8 error in changelog
Originally committed to SVN as r1189.
2007-05-21 04:06:17 +00:00
Rodrigo Braz Monteiro 001c5947f6 Changed the Style Editor to have an editable drop-down (combo box) to select fonts, instead of the OS's standard font chooser. This allows easy realtime preview of subtitles.
Originally committed to SVN as r1188.
2007-05-21 03:59:46 +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
Dan Donovan 190dcfe02e use more appropriate variable names in kanji timer...
Originally committed to SVN as r1177.
2007-05-12 17:35:54 +00:00
Niels Martin Hansen b9298b61e4 FIXME comments in (almost) all audio players, neither handle time reporting fully correct: they report number of samples they have played plus start sample, instead of current sample being heard, ie. they don't take into account that the current position might get changed in mid-stream by the video player to resync audio to video.
Originally committed to SVN as r1175.
2007-05-10 22:39:17 +00:00
Niels Martin Hansen e46b57ca86 Much better time reporting.
Originally committed to SVN as r1174.
2007-05-10 22:31:49 +00:00
Niels Martin Hansen f7893b932e OpenAL audio player that at least "somewhat works" on Windows.
Originally committed to SVN as r1173.
2007-05-10 21:08:30 +00:00
Niels Martin Hansen 224146a9e0 Updated changelog, moved some items around to better group related changes.
Originally committed to SVN as r1171.
2007-05-08 01:13:40 +00:00
Niels Martin Hansen 15fb8e8fdb "New", nicer solution for including the SVN revision information in Windows builds.
Originally committed to SVN as r1170.
2007-05-08 00:06:39 +00:00
Niels Martin Hansen b22a47f842 Fixing Auto3 on POSIX broke it on Win32, wonderful world of compiler incompatibilities.
Originally committed to SVN as r1169.
2007-05-08 00:05:59 +00:00
Niels Martin Hansen b3c15d8d2e Somewhat working auto3 on Linux, still needs some minor fixing
Originally committed to SVN as r1167.
2007-05-07 16:44:26 +00:00
Niels Martin Hansen d3bf280993 Building on POSIX seems fixed again
Originally committed to SVN as r1166.
2007-05-07 14:22:18 +00:00
Niels Martin Hansen f9f65888d3 About-dialog is no longer on top.
Originally committed to SVN as r1164.
2007-05-04 01:56:17 +00:00
Niels Martin Hansen 81b8660348 Fix for styles table in auto3, broken karaoke-splitter...
Originally committed to SVN as r1163.
2007-05-04 01:43:00 +00:00
Niels Martin Hansen 6087314600 I would like to claim that auto3 now "works". It's just somewhat useless currently.
Originally committed to SVN as r1162.
2007-05-03 22:15:22 +00:00
Niels Martin Hansen e659a5d12f Separate Auto3 lib seems to work on Windows now... changed the GNU build system a bit so it shouldn't try to build Auto3 yet. (Still some decisions to be made about where the lib should be placed and how it should be loaded.) Building on POSIX might break now...
Originally committed to SVN as r1159.
2007-05-03 17:57:21 +00:00
Niels Martin Hansen 9aceffb576 Added some more Gabest logic to AssFile::GetResolution()
Originally committed to SVN as r1158.
2007-05-03 17:19:50 +00:00
Niels Martin Hansen 2785821a62 Forgot to add Lua scriptreader to Makefile.am
Originally committed to SVN as r1156.
2007-05-02 17:29:32 +00:00
Niels Martin Hansen ce2b203251 Split out the LuaScriptReader class, though it might be futile.
Originally committed to SVN as r1154.
2007-05-01 21:51:49 +00:00
Rodrigo Braz Monteiro e050a094b6 demi did it on purpose
Originally committed to SVN as r1153.
2007-04-29 01:18:13 +00:00
Niels Martin Hansen b1be9b3483 Intentionally break loading of Auto3 scripts to make people ask less. Auto3 scripts will for now always fail loading, displaying a message that they are not supported.
Originally committed to SVN as r1152.
2007-04-29 00:59:19 +00:00
Rodrigo Braz Monteiro 2940fa93d1 Changed colours of spectrum analyser display
Originally committed to SVN as r1151.
2007-04-28 23:43:58 +00:00
Rodrigo Braz Monteiro d403fd21f2 Applied demi's fix to scaledborderandshadow
Originally committed to SVN as r1150.
2007-04-27 21:19:22 +00:00
Rodrigo Braz Monteiro a59ee116a7 Some refactoring of options dialog code... not complete, but already an improvement.
Originally committed to SVN as r1149.
2007-04-27 04:53:44 +00:00