Commit Graph

3426 Commits

Author SHA1 Message Date
Niels Martin Hansen 9681f962ea Those .mo files don't belong. Not sure why I insisted on keeping them on version control back when they were removed on trunk.
Originally committed to SVN as r5413.
2011-06-07 18:13:05 +00:00
Niels Martin Hansen 958c4fda29 utf8 should be UTF-8, in POT files.
Originally committed to SVN as r5412.
2011-06-07 18:08:20 +00:00
Niels Martin Hansen e0e47a4a08 Hungarian translation of associations string, thanks to Yuri. Closes #1299.
Originally committed to SVN as r5411.
2011-06-07 18:05:52 +00:00
Niels Martin Hansen 04ebb3ca85 Turn an inequality operator around and post-decrement a little less to fix #1300.
Originally committed to SVN as r5409.
2011-06-06 21:09:37 +00:00
Niels Martin Hansen c13944d22a Adding European Portuguese. Thanks to RiCON.
Originally committed to SVN as r5408.
2011-06-06 16:47:27 +00:00
Niels Martin Hansen 0f06008f8e Some more fixes to Italian translation, and adding Italian associations texts. Again thanks to Federico.
Originally committed to SVN as r5407.
2011-06-06 15:52:00 +00:00
Niels Martin Hansen 960dfe2c40 Bugfixes for installer. Upgrade was missing a file, and the Vietnamese localisation was installed to the wrong dir.
Originally committed to SVN as r5406.
2011-06-05 00:44:05 +00:00
Niels Martin Hansen 8bd1327f28 Add the two new resource files to the VC9 project file and remove changelog.txt from it.
Originally committed to SVN as r5405.
2011-06-05 00:43:01 +00:00
Niels Martin Hansen c5a78ab075 Kill off changelog.txt, it hasn't been maintained for ages and is no longer relevant.
Originally committed to SVN as r5404.
2011-06-05 00:41:47 +00:00
Niels Martin Hansen d33c008eab Add some localisable strings for file associations as resources for the Windows build. The language used for the associations data shown in the shell depends on the MUI language set in Windows. It probably only works on Windows Vista and late. (Earlier Windows versions will just see the un-localisable English strings.)
Originally committed to SVN as r5403.
2011-06-05 00:41:02 +00:00
Niels Martin Hansen e82bbb8a50 A basic versioninfo resource for the Windows build. Yet another place to manually update the version number, yay!
Originally committed to SVN as r5402.
2011-06-05 00:34:27 +00:00
Niels Martin Hansen 1e7ff60937 Updated Russian translation, thanks to Igor Urazov.
Originally committed to SVN as r5401.
2011-06-04 20:54:11 +00:00
Niels Martin Hansen b2a200b1ef Updated Brazilian Portuguese translation by the power of the AMZ.
Originally committed to SVN as r5400.
2011-06-04 20:27:30 +00:00
Niels Martin Hansen 13a9983adf Updated Greek translation, thanks to Gpower2 and Madarb.
Originally committed to SVN as r5399.
2011-06-04 16:15:09 +00:00
Niels Martin Hansen bf22fe3ea7 Bunch of minor updates to installer, mainly year=2011.
Originally committed to SVN as r5398.
2011-06-04 15:26:15 +00:00
Niels Martin Hansen 911afabf87 Updated Italian translation, thanks to Federico.
Originally committed to SVN as r5397.
2011-06-04 15:12:29 +00:00
Niels Martin Hansen 272ecfea0e Updated message catalogs from wxWidgets. Most are from 2.8.12, the Korean is from trunk. There were no changes to the Finnish catalog, and there is no Farsi one at all.
Originally committed to SVN as r5396.
2011-06-04 14:00:36 +00:00
Niels Martin Hansen ba0d5e6e95 Updated Hungarian translation. Thanks to Yuri. Updates #1299.
Originally committed to SVN as r5395.
2011-06-04 12:26:46 +00:00
Niels Martin Hansen 85374e4b6b Updated French translation. Thanks to César.
Originally committed to SVN as r5394.
2011-06-04 12:20:31 +00:00
Niels Martin Hansen d2269b405d Updated German translation. Thanks to Sebastian Billau.
Originally committed to SVN as r5393.
2011-06-04 12:19:25 +00:00
Niels Martin Hansen 703c5fee2e Updated Danish translation for 2.1.9
Originally committed to SVN as r5392.
2011-06-03 23:49:30 +00:00
Niels Martin Hansen 89808c6557 New POT file for version 2.1.9.
A bunch of strings removed and a single new one.

Originally committed to SVN as r5391.
2011-06-03 23:32:53 +00:00
Niels Martin Hansen 3bceb96937 Have the FFMS indexing code throw "user canceled" exceptions such that the audio provider can pass that on, and also implement user cancel handling in the video provider stuff.
Still hacky and not to be ported up.

Originally committed to SVN as r5390.
2011-06-03 20:26:21 +00:00
Niels Martin Hansen f24eaf6587 Hack in some slightly less insane exception handling during audio loading, such that the user can push Cancel and not be greeted by the non-error "You pressed cancel so I cancelled!"
Exception: If the user cancels FFMS indexing, it will still proceed to try the next provider, which is not entirely desirable either.

This is an ugly hack that should stay confined to the 2.1 series.

Originally committed to SVN as r5389.
2011-06-03 19:58:20 +00:00
Niels Martin Hansen 3e9316def2 Partly revert r5386, LC_ALL and LC_NUMERIC still need to be handled for all input methods to work. (Specifically, I found that XIM fails without this.) Updates #1205 and 248.
Originally committed to SVN as r5388.
2011-04-27 20:00:39 +00:00
Niels Martin Hansen ec24aae109 Ensure that the static box sizers in the translation assistant are created before the contained controls.
This should fix #1171.

Originally committed to SVN as r5387.
2011-04-27 19:10:28 +00:00
Niels Martin Hansen df7ef0e224 Remove Gtk/SCIM locale hack, it seems to be unneeded now. This should fix #1205 and #1248 and hopefully not break anything else.
Originally committed to SVN as r5386.
2011-04-27 16:04:08 +00:00
Niels Martin Hansen 47a5c15a14 Re-re-fix the video display sizing. This kills the sunken border for the video display (on Windows, did it ever show a border anywhere else?) but should make setting zoom levels work properly on both Windows and GTK. Mac untested.
Originally committed to SVN as r5385.
2011-04-27 15:36:37 +00:00
Niels Martin Hansen f58a709f0e Don't throw exceptions in ALSA player, just log errors to wx. Also, better error messages from playback failures.
Originally committed to SVN as r5384.
2011-04-27 09:01:21 +00:00
Niels Martin Hansen 0f7fc26ee4 Polish and better error handling for new ALSA player
Originally committed to SVN as r5383.
2011-04-27 08:48:01 +00:00
Niels Martin Hansen 9166803c21 Undo accidental FFmpegSource changes in r5380
Originally committed to SVN as r5382.
2011-04-27 08:14:55 +00:00
Niels Martin Hansen 2a26a2cba6 Completely rewritten ALSA player, works pretty well so far but is missing a bunch of error and edge-case handling. Updates #1131.
Originally committed to SVN as r5381.
2011-04-26 20:53:19 +00:00
Niels Martin Hansen 8eab3cdd13 Shuffle some lines around in the PulseAudio player, this seem to make PA happier and less abortive.
Originally committed to SVN as r5380.
2011-04-26 13:40:05 +00:00
Niels Martin Hansen bf9f026dd1 Merge r4515 from trunk to fix configure test for FFmpeg so it actually works with modern versions.
Originally committed to SVN as r5379.
2011-04-26 11:18:20 +00:00
Niels Martin Hansen 55bdd3868b Add a remember/recall suite of functions to kara-templater. Closes #1277.
Originally committed to SVN as r5377.
2011-04-26 08:39:00 +00:00
Karl Blomster 36055474d3 set -D__STDC_CONSTANT_MACROS when compiling ffms2.
Originally committed to SVN as r5376.
2011-02-26 16:20:40 +00:00
Niels Martin Hansen ea133600d5 Fix merge done in r4104, had what seems to be a copy-pasteo. isLocal was always false when editing an existing style.
Updates #1060.

Originally committed to SVN as r5375.
2011-02-23 22:28:38 +00:00
Karl Blomster bb8b94bcb5 Fix some instances of LDFLAGS being confused with LIBS; based on a patch by RedDwarf69 on the bugtracker. Fixes #1136. Tested and confirmed to work on Ubuntu 10.04.2 LTS and FreeBSD 8.0. If you still have issues, reopen the ticket.
Originally committed to SVN as r5374.
2011-02-23 22:10:51 +00:00
Karl Blomster e4e0cf5086 fix compilation with wx 2.9.1
Originally committed to SVN as r5365.
2011-02-22 19:02:05 +00:00
Amar Takhar 81575b0a7c Fix typo (r4164).
Originally committed to SVN as r5364.
2011-02-22 07:02:06 +00:00
Amar Takhar 4b4e33c5c0 Don't include 10.4 headers directly and use -mmacosx-version-min=10.4, also fix a typo that prevented the current audio provider from being displayed correctly when the subtitle provider wasn't detected.
Originally committed to SVN as r5363.
2011-02-22 06:59:15 +00:00
Amar Takhar 88715b61d1 Make printing of tools more verbose and fix a single typo.
Originally committed to SVN as r5362.
2011-02-22 06:57:47 +00:00
Niels Martin Hansen b1a260eb4b Add Farsi (Persian) to the Windows installer. The referenced wxstd-fa.mo does not exist (yet).
Originally committed to SVN as r5361.
2011-02-22 04:40:35 +00:00
Amar Takhar e86bc7473c Simple script to update aegisub.pot and po files.
Originally committed to SVN as r5360.
2011-02-22 04:28:19 +00:00
Amar Takhar e6e0b1b003 Add Farsi (Persian) translation, thank you! -- this still needs adding to the windows installer which nielsm will take care of updates #1257.
Originally committed to SVN as r5359.
2011-02-22 04:26:45 +00:00
Amar Takhar 4ce827bc30 I was never able to reproduce this error as well but I do agree with the fix, I've comitted the patch. closes #1197
Originally committed to SVN as r5358.
2011-02-22 04:22:16 +00:00
Amar Takhar 4254c7e46e Add tag support (hard coded) to configure. In 3.0 I'll add an option to default the update checker to OFF on first-launch rather than ON as we have it now. This is useful for distributions that have their own update mechanics. closes #1132
Originally committed to SVN as r5356.
2011-02-22 04:11:33 +00:00
Thomas Goyne 287b91f8da Merge r4139 from trunk (Fix a memory leak when opening the Edit menu)
Originally committed to SVN as r5353.
2011-02-21 22:01:21 +00:00
Thomas Goyne 9dc833412b Merge r4157 from trunk (Fix a smattering of memory leaks)
Originally committed to SVN as r5352.
2011-02-21 21:48:36 +00:00
Thomas Goyne 097d0c8418 Merge r4060 from trunk (Replace lua's default lua module loader with one which uses our UTF-8-supporting script reader)
Originally committed to SVN as r5351.
2011-02-21 21:40:43 +00:00