Commit Graph

2055 Commits

Author SHA1 Message Date
Niels Martin Hansen 7f0bfcf315 Hacks for Mac, LC_CTYPE must be "" and a wxSafeYield breaks something during FrameMain construction
Originally committed to SVN as r5711.
2011-10-02 03:07:08 +00:00
Niels Martin Hansen 301c11dcbf wx 2.9 compatibility for Mac, GetTextExtent requires wxCoord type
Originally committed to SVN as r5710.
2011-10-02 03:03:48 +00:00
Niels Martin Hansen 40cd68d180 Equals mistake in configure, closes #1335
Originally committed to SVN as r5610.
2011-09-26 09:20:31 +00:00
Niels Martin Hansen 870b849eb4 Installer sources for all those dictionaries.
Originally committed to SVN as r5609.
2011-09-24 03:38:28 +00:00
Niels Martin Hansen 7ce4e076c5 No longer include the majority of dictionaries with the installer. They will instead be delivered with individual installers per language.
This makes the main download smaller (by more than 10 MB) and makes it cleaner to extend the number of languages provided later on, and avoids binding spell checker languages to software releases.

Originally committed to SVN as r5608.
2011-09-24 02:40:57 +00:00
Niels Martin Hansen a10f605ffa Small silly changes to build settings. Supposedly the "Optimize for Windows 98" option is bad for NT systems.
Originally committed to SVN as r5607.
2011-09-24 02:27:39 +00:00
Niels Martin Hansen 285505776b Updated Farsi translation, thanks to Meysam. Updates #1341.
Originally committed to SVN as r5606.
2011-09-24 01:57:51 +00:00
Niels Martin Hansen 1c5c7bb2a2 Have the "make adjacent" threshold in TPP have the end of the range be inclusive.
Originally committed to SVN as r5605.
2011-09-24 01:54:13 +00:00
Niels Martin Hansen b04fdc59cd Show a message when trying to run the spell checker and no dictionaries are installed.
This actually introduces a new translateable string (or two) but they aren't exactly high priority so I guess they can wait for another version.
Closes #515.

Originally committed to SVN as r5604.
2011-09-24 01:50:57 +00:00
Niels Martin Hansen e6d2acb115 Minor fixes to the Greek translation.
Originally committed to SVN as r5587.
2011-09-12 14:05:31 +00:00
Thomas Goyne d76637a26b Hide visual tools while video is playing. Updates #1336.
Originally committed to SVN as r5585.
2011-09-01 23:48:47 +00:00
Thomas Goyne 4cce4ff40d Ensure that the smart-scrolling on row click doesn't scroll the clicked row out of view
Originally committed to SVN as r5584.
2011-09-01 23:48:38 +00:00
Thomas Goyne f21e991d67 Update the active line on mouse up rather than mouse down. Should finally fix the accidental multiple line selection issues.
Originally committed to SVN as r5583.
2011-09-01 23:48:28 +00:00
Kevin Ollivier 971f5c1e9c Reverting r5581 since we cannot add new strings.
Originally committed to SVN as r5582.
2011-09-01 15:11:18 +00:00
Kevin Ollivier 7867aa9f30 Add function to calculate the end time for a subtitle line.
Originally committed to SVN as r5581.
2011-09-01 06:16:07 +00:00
Kevin Ollivier 2c6bee6d19 Type casts to make wxArgNormalizer happy.
Originally committed to SVN as r5580.
2011-09-01 05:37:23 +00:00
Niels Martin Hansen 8d6fa32ee2 The visual tools toolbar background hack should only be required on Windows, and might actually be causing uglyness on Gtk and Mac.
Originally committed to SVN as r5575.
2011-08-30 00:13:16 +00:00
Niels Martin Hansen c2ca659925 Shuffle code around a bit to make it actually compile on other than MSVC. Updates #1333.
Originally committed to SVN as r5574.
2011-08-30 00:12:01 +00:00
Niels Martin Hansen a36695d9fd Oops, previous commit introduced a new bug, too many accelerators would get removed. Make the check more sensible so just accels with keycode 0 get removed. Updates #1333.
Originally committed to SVN as r5553.
2011-08-26 00:10:06 +00:00
Niels Martin Hansen 619e862b34 Weed out invalid accelerators from the list of hotkeys, before handing it over to wx. This should fix #1333. (Hopefully other compilers than MSVC will also eat the code.)
Originally committed to SVN as r5552.
2011-08-25 23:42:55 +00:00
Niels Martin Hansen 4be2ee900a Fix misc OS X build issues, hopefully without making things even more insane. This also removes 10.4 compatibility.
Originally committed to SVN as r5551.
2011-08-20 23:43:05 +00:00
Niels Martin Hansen b6bf91743f Print default audio/video providers properly at the end of configure.
Originally committed to SVN as r5550.
2011-08-20 18:56:30 +00:00
Niels Martin Hansen c3e56fbe7b Shuffle default audio players around a bit. Make PulseAudio autodetect, rather than default-disable. Prefer ALSA now, followed by Pulse, OpenAL, OSS, then Port.
Originally committed to SVN as r5549.
2011-08-20 18:53:27 +00:00
Niels Martin Hansen 610ae5c4ad Remove in-repository libass, depend on system library instead. Require minimum version 0.9.11 as that is what Ubuntu 11.04 ships.
Originally committed to SVN as r5548.
2011-08-20 18:45:39 +00:00
Niels Martin Hansen c59c4a03ba Remove in-repository ffms2, require using an external ffms2 for all builds from now on. Depend on version 2.13.1, as that is what Ubuntu 11.04 ships.
Originally committed to SVN as r5547.
2011-08-20 18:02:12 +00:00
Niels Martin Hansen db905b8fec Remove old, terrible LAVC video and audio providers.
Originally committed to SVN as r5546.
2011-08-20 16:34:20 +00:00
Niels Martin Hansen a478750cde Remove CSRI support from Unix builds
Originally committed to SVN as r5545.
2011-08-20 16:06:42 +00:00
Niels Martin Hansen 491fb85657 A few strings have moved about in the source files. New .pot to reflect this. (No strings have actually changed, all translations are still correct.)
Originally committed to SVN as r5544.
2011-08-20 16:02:37 +00:00
Niels Martin Hansen 04b774f051 The OS X binary is named "aegisub", not "Aegisub", fix the property list.
Originally committed to SVN as r5543.
2011-08-20 16:00:52 +00:00
Niels Martin Hansen 3c50064d81 Add a bit of const-ness to the kana_table, which should make GCC happier.
Originally committed to SVN as r5542.
2011-08-20 15:58:00 +00:00
Niels Martin Hansen 0c6ff678bc Make the subs grid also take the column header texts into account when calculating the column widths. This lets translations use longer header texts if they really need to. (Please keep short titles short!) Fixes #45.
Originally committed to SVN as r5541.
2011-08-20 15:33:50 +00:00
Niels Martin Hansen 2ec7772f08 Updated Indonesian translation, also includes Windows shell strings. Closes #1318.
Originally committed to SVN as r5540.
2011-08-20 14:35:53 +00:00
Niels Martin Hansen 565d3fe7d4 Make the correct control focused in Properties dialogue. Closes #1288 (again).
Originally committed to SVN as r5539.
2011-08-20 14:22:29 +00:00
Niels Martin Hansen 33bae28fc7 Huh, why was the DSound audio player suggesting you should link dsound.lib or dxguid.lib when they aren't needed.
Originally committed to SVN as r5533.
2011-08-01 07:15:13 +00:00
Niels Martin Hansen aa5e73285b Serbian strings for Windows shell. Closes #1325.
Originally committed to SVN as r5496.
2011-07-24 17:17:50 +00:00
Niels Martin Hansen 7e62cf6eef Add Serbian translations, thanks to Đorđe Vasiljević. Updates #1325.
Originally committed to SVN as r5495.
2011-07-23 17:01:24 +00:00
Karl Blomster 239dbb08c1 Let ffms2 set number of video decoding threads automatically. Patch by TheRyuu.
Originally committed to SVN as r5491.
2011-07-19 23:43:38 +00:00
Niels Martin Hansen 6ffc6de6b6 Add Indonesian translation, thanks to Rahmat Bambang. Updates #1318.
Originally committed to SVN as r5488.
2011-07-17 02:11:35 +00:00
Niels Martin Hansen 7bec3c6973 Move libauto3 to out of the automation fragment, so it becomes architecture independent.
Originally committed to SVN as r5487.
2011-07-16 23:18:50 +00:00
Niels Martin Hansen 3f6026b643 Updated Chinese translations, thanks to Ben Tsui.
Originally committed to SVN as r5485.
2011-07-16 16:04:36 +00:00
Niels Martin Hansen caffe28bda License header has wrong name and year...
Originally committed to SVN as r5441.
2011-07-05 22:19:39 +00:00
Niels Martin Hansen 760911b0a6 Prevent subtitle timestamps from becoming negative. This should fix #1316.
Originally committed to SVN as r5440.
2011-06-28 10:25:40 +00:00
Niels Martin Hansen 41c512ddb3 Ensure that newly registered video displays also have a frame present so they can actually render.
(This causes a problem with detached video on wxGTK but not on wxMSW, oddly.)

Originally committed to SVN as r5439.
2011-06-28 10:04:54 +00:00
Niels Martin Hansen 7c46d0d9b7 Stop the Aegisub keyframe file format from overriding the framerate of the video.
The format written will stay the same, for compatibility, but the fps value will be ignored now.
Overriding framerate is the purpose of timecode files.

Originally committed to SVN as r5438.
2011-06-23 13:05:44 +00:00
Niels Martin Hansen bb55e250d6 Fix a bunch more bugs in new SRT parser, it no longer fails at the "stress test" file. Updates #1301.
Originally committed to SVN as r5437.
2011-06-23 11:20:35 +00:00
Niels Martin Hansen 125d42796b Set focus on some control in every dialogue by default, and handle some other minor focus/keyboard access issues in some dialogues. This should fix #1288.
Originally committed to SVN as r5436.
2011-06-20 08:18:23 +00:00
Niels Martin Hansen 4f1013d0b7 Small fixes to SRT tag parser. Updates #1301.
Originally committed to SVN as r5435.
2011-06-20 06:36:07 +00:00
Niels Martin Hansen b62bdb9b12 Apply patch to fix RAM/HD cache audio provider behaviour when the source provider throws an exception. Closes #1310.
Originally committed to SVN as r5434.
2011-06-20 04:48:52 +00:00
Niels Martin Hansen 35b843ead2 Updated Polish translation, thanks to Invi.
Originally committed to SVN as r5433.
2011-06-19 22:02:07 +00:00
Niels Martin Hansen 82dacfa295 Add a few missing ISO 8859 encodings to the "open with charset" list. Why is this list hardcoded??
For the record ISO 8859-12 doesn't exist, and my system won't accept ISO 8859-16.

Originally committed to SVN as r5432.
2011-06-16 18:36:33 +00:00