Amar Takhar
8bd047c503
Fix asserts in colour picker dialog. Same fix as r3849 for the prefs dialog.
...
Originally committed to SVN as r3974.
2010-01-11 22:55:16 +00:00
Amar Takhar
840b0d3b6c
I don't know what happened during the first merge so I've manually copied the changes over from r3324,3766. Updates #1029 .
...
Originally committed to SVN as r3973.
2010-01-11 22:51:59 +00:00
Niels Martin Hansen
6ff9579209
Make "audio selection changed" state depend not on a flag bug on whether the values asked to be stored back into the time edit boxes actually changed.
...
Prevent negative selection start/end times in the audio display.
Fixes #942 . Should not be ported back to trunk, due to the audio display rewrite.
Originally committed to SVN as r3972.
2010-01-10 23:49:22 +00:00
Grigori Goronzy
5d52eff222
Merge libass updates (r3970) into 2.1.8.
...
Originally committed to SVN as r3971.
2010-01-10 21:32:09 +00:00
Grigori Goronzy
949e20f323
Merge OSS audio player (r3497-r3498) into 2.1.8.
...
Originally committed to SVN as r3969.
2010-01-10 20:45:21 +00:00
Niels Martin Hansen
38ea4541dc
Ensure all spell check suggestions in the subs edit right-click menu are boldfaced.
...
Updates #971 , needs porting to trunk.
Originally committed to SVN as r3967.
2010-01-10 16:14:09 +00:00
Niels Martin Hansen
bff5412d82
Make popup-menu for insert-mode time edit boxes strings translateable.
...
The strings already exist so this shouldn't invalidate existing translations.
Updates #791 , needs porting to trunk.
Originally committed to SVN as r3965.
2010-01-10 16:00:10 +00:00
Amar Takhar
73400860fc
update wxstd files for our current translations.
...
Originally committed to SVN as r3964.
2010-01-09 21:55:09 +00:00
Amar Takhar
fad32a83d3
Update Japanese translation, thanks! updates #1063 .
...
Originally committed to SVN as r3963.
2010-01-09 21:23:47 +00:00
Amar Takhar
6401714475
Update Spanish TL. Includes many spelling fixes thanks! updates #1063 .
...
Originally committed to SVN as r3962.
2010-01-09 20:01:02 +00:00
Thomas Goyne
eae3147d85
Fix undefined behavior sometimes resulting in a crash when copying styles to or from storage when the style name already exists. Patch by Paranoja. Updates #1096 .
...
Originally committed to SVN as r3960.
2010-01-07 00:31:49 +00:00
Niels Martin Hansen
87759138b9
Updated Finnish translation, thanks. Updates #1063 , closes #1094 .
...
Originally committed to SVN as r3959.
2010-01-06 17:31:31 +00:00
Amar Takhar
8b516b4301
Make CSRI disabled by default, it leaks memory and is outdated, use libass.
...
Originally committed to SVN as r3956.
2010-01-06 08:30:41 +00:00
Thomas Goyne
7fa045b84d
Remove the frequently unstable or nonfunctional attempt at automatically loading audio from the loaded video when playing with no audio loading. Closes #1090 .
...
Originally committed to SVN as r3955.
2010-01-06 08:03:41 +00:00
Niels Martin Hansen
7310dbef56
Make help buttons fall back to the docs wiki if the scraped html files aren't available locally.
...
Originally committed to SVN as r3953.
2010-01-06 06:01:05 +00:00
Niels Martin Hansen
54ede759e0
Fix a bunch of URLs pointing at aegisub.net and the old wiki.
...
Originally committed to SVN as r3951.
2010-01-06 05:14:02 +00:00
Amar Takhar
d0517361af
Update Catalan translation, thanks! closes #1087 and updates #1063 .
...
Originally committed to SVN as r3950.
2010-01-06 05:07:02 +00:00
Niels Martin Hansen
0817c93961
New Danish translation, updates #1063 .
...
Originally committed to SVN as r3949.
2010-01-06 04:34:41 +00:00
Amar Takhar
47e2598d34
Update Italian translation, thanks! updates #1063 .
...
Originally committed to SVN as r3948.
2010-01-05 21:13:55 +00:00
Niels Martin Hansen
852218afd1
Update Windows installer to include all languages in LINGUAS.
...
Originally committed to SVN as r3947.
2010-01-05 17:40:45 +00:00
Amar Takhar
c3fa0d340f
Make the default player on Linux OpenAL as the ALSA player is broken.
...
Originally committed to SVN as r3946.
2010-01-05 10:11:13 +00:00
Amar Takhar
560784c4ae
Remove wxstd-vi.po we only store the .mo for convenience, which get updated after every release.
...
Originally committed to SVN as r3945.
2010-01-05 09:45:18 +00:00
Amar Takhar
efa67c76e4
For 2.1.8 the update-cache code will be mac-only.
...
Originally committed to SVN as r3944.
2010-01-05 09:43:54 +00:00
Amar Takhar
73f3d693d4
Update pt_BR translation, thanks! updates #1063 .
...
Originally committed to SVN as r3943.
2010-01-05 03:41:07 +00:00
Amar Takhar
08fe1ca7c5
Add (complete) Vietnamese translation, thank you! closes #1083 .
...
Originally committed to SVN as r3942.
2010-01-05 02:51:35 +00:00
Niels Martin Hansen
41baa3096d
Mostly-working "please wait" dialogue while FontConfig updates font caches in libass.
...
This is patch 2 but with trace printf's removed.
Updates #841 .
Originally committed to SVN as r3941.
2010-01-05 02:11:36 +00:00
Amar Takhar
11f511459d
Merge r3938 (framework header fix).
...
Originally committed to SVN as r3940.
2010-01-05 01:00:16 +00:00
Amar Takhar
21072ae6b2
Change --with-provider-ffmpeg to --with-provider-BROKEN-ffmpeg so it is very clear we don't want people using it, it's gone in 2.2. closes #1074 .
...
Originally committed to SVN as r3937.
2010-01-05 00:47:36 +00:00
Amar Takhar
d20a11463d
Redo r3934, too much Java on the brain.
...
Originally committed to SVN as r3936.
2010-01-05 00:18:54 +00:00
Niels Martin Hansen
6c3822efb4
Fix operator precedence-induced bug in OS X version reporting. Updates #1071 .
...
Originally committed to SVN as r3935.
2010-01-05 00:07:07 +00:00
Amar Takhar
5acc7b4485
Add language info to the !Windows case in the update checker.
...
Originally committed to SVN as r3934.
2010-01-05 00:00:34 +00:00
Niels Martin Hansen
a1a84c3fd3
Work around wx bug causing update checker to choke on zero-byte data files.
...
Updates #1071 .
Said wx bug @ http://trac.wxwidgets.org/ticket/11596
Originally committed to SVN as r3933.
2010-01-04 23:22:28 +00:00
Niels Martin Hansen
7ac3394aaa
Change OS X name and version grabbing code, now it should report it correctly.
...
It's kinda ugly but shouldn't pose a problem, and we'll also get patchlevel along.
Updates #1071 .
Originally committed to SVN as r3932.
2010-01-04 22:54:17 +00:00
Amar Takhar
a039a0e65b
Add a missing ; in the !Windows case, also fix a GCC warning.
...
Originally committed to SVN as r3931.
2010-01-04 22:24:49 +00:00
Amar Takhar
9aa5953c17
Update LINGUAS with vi tl, also remove credits-vi.txt this is stored on the wiki and inside of the .po file.
...
Originally committed to SVN as r3930.
2010-01-04 21:49:54 +00:00
Niels Martin Hansen
52e8feb1aa
Set a minimum size on the video seekbar, possibly fixes it being too small on OS X.
...
Updates #1073 , needs testing.
Originally committed to SVN as r3929.
2010-01-04 19:32:59 +00:00
Niels Martin Hansen
75387549bd
Add system language information to the update checker URL on Windows.
...
Non-Windows systems get a stub function returning "x-unk" as language tag for now.
Updates #1080 .
Originally committed to SVN as r3928.
2010-01-04 18:22:06 +00:00
Niels Martin Hansen
cac4ff795e
New Vietnamese translation, thanks to Hùng Nguyễn.
...
7 untranslated strings.
Updates #1083 .
Originally committed to SVN as r3927.
2010-01-04 12:57:55 +00:00
Amar Takhar
2aed2d0987
Fix alignment of --help messages in configure.
...
Originally committed to SVN as r3926.
2010-01-04 10:40:27 +00:00
Amar Takhar
98363c5a2f
Update Russian translation thanks! updates #1063 and #1065 .
...
Originally committed to SVN as r3924.
2010-01-02 05:14:34 +00:00
Amar Takhar
91b5691884
Merge r3922: Add 1020 to license header, happy new year!
...
Originally committed to SVN as r3923.
2010-01-01 21:12:46 +00:00
Amar Takhar
33179d1483
Update Chinese translations. updates #1063 .
...
Originally committed to SVN as r3921.
2009-12-31 20:21:29 +00:00
Amar Takhar
0d5aa4f3d3
Update French and Hungarian translations updates #1063 .
...
Originally committed to SVN as r3920.
2009-12-31 16:15:40 +00:00
Amar Takhar
b382e3c8cb
Update German translation updates #1063 .
...
Originally committed to SVN as r3919.
2009-12-31 08:54:52 +00:00
Amar Takhar
b690e6d97c
Update Czech translation updates #1063 .
...
Originally committed to SVN as r3918.
2009-12-31 07:24:39 +00:00
Amar Takhar
da1ff04519
Whoops fix a copy-and-paste-o Menu_Help_Website -> Menu_Help_Files for the menu item event.
...
Originally committed to SVN as r3917.
2009-12-31 04:30:31 +00:00
Amar Takhar
d6d0f72c0d
Unfortunatly it just wasn't possible to fix the update checker without a complete ground-up rewrite. This required the addition of 10 new strings, as every user installing 2.1.9 will see these we can't release without having them translated. (argh) Updates #1063 .
...
Originally committed to SVN as r3916.
2009-12-31 04:26:22 +00:00
Amar Takhar
e546ff3d0d
Since we're going to have to so a 2nd round of translations for the update checker midaswell fix the text for the resource button under OSX. closes #1070 .
...
Originally committed to SVN as r3915.
2009-12-31 04:14:56 +00:00
Amar Takhar
e98451f33b
Update Italian translation thanks! closes #1075 updates #1063 .
...
Originally committed to SVN as r3914.
2009-12-31 03:51:04 +00:00
Amar Takhar
1ec89dc8fa
Update Traditional Chinese translation, thanks! updates #1063 .
...
Originally committed to SVN as r3913.
2009-12-28 20:16:39 +00:00