Commit Graph

6848 Commits

Author SHA1 Message Date
Thomas Goyne 7b16ba9860 Add tarball files 2014-02-02 09:25:24 -08:00
Thomas Goyne df89124427 Bump version number in installer to 3.1.2 2014-02-02 09:21:16 -08:00
Thomas Goyne f2fe118960 Work around an incorrect assertion in older versions of boost. Closes #1702. 2014-02-02 09:20:13 -08:00
Thomas Goyne 7f4c88530f Set ApplicationCompany for the Aegisub executable
Despite being completely unmentioned in the documentation this appears
to be required to show up in the default programs UI on Windows 8.1.

Closes #1699.
2014-02-02 08:56:17 -08:00
Thomas Goyne 6f49aaa8b4 Add resource strings for file associations
These weren't merged from 2.1.9 with the rest of the file association
code, which results in the installer trying to reference nonexistent
resources and things breaking.

Updates #1699.
2014-02-02 08:56:15 -08:00
Thomas Goyne 6a03890e41 Make deleterange not do totally incorrect things 2014-02-02 08:56:12 -08:00
Thomas Goyne 043428d153 Set extendRow even when active_line doesn't change
After shift-clicking on the grid the row to extend from doesn't equal
the active line, and clicking on the current active line to deselect all
other lines need to update the extend row.
2014-02-02 08:56:05 -08:00
Илиян Илиев 4fae315e1b Add Bulgarian translation. Closes #1706. 2014-02-02 08:56:00 -08:00
Thomas Goyne afbf7ab32c Build with -dead_strip on OS X
Bumps 3.5 MB off the binary and doesn't seem to break anything.
2014-02-02 08:55:37 -08:00
Xabier Aramendi 2e451a8901 Update Basque translation 2014-02-01 08:41:45 -08:00
Thomas Goyne 452a353e1b Add nl.mo to the Windows installer. Closes #1698. 2014-02-01 08:41:40 -08:00
Thomas Goyne 004020b662 Build libass without iconv support
We only ever feed UTF-8 to it, and it doesn't check whether the input is
UTF-8 before converting.
2014-02-01 08:41:32 -08:00
Thomas Goyne 710cad0284 Bump ffmpeg version 2014-02-01 08:41:27 -08:00
Thomas Goyne f5396726a5 Update to ICU 52.1 2014-02-01 08:41:23 -08:00
Yuri 2f1e1a7214 Update Hungarian translation. Closes #1693. 2014-01-12 10:02:50 -08:00
Thomas Goyne 1d90cda8f3 Fix codecvt errors on OS X
When launching Aegisub from Finder (but not via open), using the UTF-8
version of the locale breaks things for whatever reason, but fortunately
it's unneccesary as paths on OS X are always UTF-8 even if the locale
isn't.

Closes #1685.
2014-01-12 09:53:24 -08:00
Thomas Goyne b6e616c5f3 Bump version number in installer 2014-01-12 06:43:57 -08:00
computerfan 5fd10eaa46 Update and modify Chinese translations. 2014-01-12 06:11:34 -08:00
Thomas Goyne ca64ef1088 Don't modify the "YCbCr Matrix" header when dummy video is opened
Color matching to dummy video makes zero sense, and setting it to None
results in breakage when someone opens dummy video for an already
typeset script.

Closes #1690.
2014-01-12 06:11:24 -08:00
Thomas Goyne 3551d7d5a9 Reenable shift-enter in the translation assistant
Newlines in the text are converted to \N, so no reason not to allow it
there.

Closes #1691.
2014-01-12 06:11:18 -08:00
Thomas Goyne 5088f96f93 Rearrage SinkMessage to eliminate padding 2014-01-12 06:11:09 -08:00
Thomas Goyne 4d389c65a3 Fix non-pch compilation 2014-01-12 06:11:04 -08:00
Tom Maneiro 326009eb7c Update Spanish translation. Closes #1687. 2014-01-12 06:10:59 -08:00
Thomas Goyne 7a9465fbf6 Fix directory iteration on Vista
FindExInfoBasic was added in Windows 7, not Vista.
2014-01-05 09:21:57 -08:00
Thomas Goyne f3428bccbd Fix compilation with wx built with --enable-stl
--enable-stl replaces the implicit conversion to char/wchar_t* with one
to std::[w]string. This breaks conversions to boost::filesytem::path and
makes some ternaries ambiguous (which GCC helpfully reports as no
conversion existing rather than an ambiguous conversion).
2014-01-05 08:21:53 -08:00
Thomas Goyne 924c63103f Add a better error message when a hotkey is set for an invalid command 2014-01-04 06:20:31 -08:00
Thomas Goyne 0b205e8019 Fix typo in help text 2014-01-03 07:41:36 -08:00
Thomas Goyne 9a0ecb9877 Remove -beta from the version in the installer 2014-01-03 07:20:00 -08:00
صفا الفليج 62b877837f Update arabic translation 2014-01-03 07:19:01 -08:00
Thomas Goyne d5636dc17a Use -Werror for compiler flag support checks so that they actually work 2014-01-03 07:09:07 -08:00
Thomas Goyne 7ba9468522 Silence unused local typedef warnings from gcc+boost 2014-01-03 07:09:05 -08:00
Thomas Goyne b4e00c93c6 Silence warnings from other people's code 2014-01-03 07:08:56 -08:00
Thomas Goyne ffe79665bb Work around wxGTK issues with time edits
Modifying the contents of a text control after IM processing happens in
the same cycle of the event loop seems to be seriously broken. Work
around this by disabling IM processing for time edits, as it should
never be relevant for them anyway.

Closes #1679. Closes #1680.
2014-01-02 12:44:11 -08:00
Thomas Goyne a08e582de1 Kill the Update Dependencies project
Move downloading the ICU data file to the ICU project, since that's the
only thing that was left.
2014-01-02 12:43:37 -08:00
Thomas Goyne 9a53fa4eaa Also return full paths from aegisub.dialog.save 2014-01-02 12:43:35 -08:00
Thomas Goyne 8f3920c4e9 Fix some warnings when compiling with gcc 2014-01-02 12:43:32 -08:00
Thomas Goyne 1391aacc4d Grab the .mo files for the installed from the po directory
Grabbing them from the package's src directory just adds another step
that needs to be done manually whenever a translation changes.
2014-01-02 12:43:30 -08:00
Thomas Goyne d254874a6c Port BuildTasks to C#
VS Express Edition doesn't support F#.
2014-01-02 12:43:28 -08:00
Thomas Goyne a3fc66da18 Move fftw3 to a git submodule and update to 3.3.3 2014-01-02 12:43:25 -08:00
Thomas Goyne 1664cabdb3 Bump copyright years 2014-01-02 12:43:17 -08:00
Thomas Goyne 858a8583af Fix typo in readme 2014-01-02 12:42:39 -08:00
Daniel Mota a63bd5c152 Update pt_PT.po due to 3.1.0 changes 2014-01-02 12:42:34 -08:00
Thomas Goyne 4480fa0d6e Fix potential use-after-frees on redo
Don't delete the old copy of the file until after the new version is
committed to avoid a use-after-free when code tries to do things with
the active line in a COMMIT_NEW handler, as just trying to avoid doing
that hasn't really worked out.
2014-01-02 12:42:24 -08:00
Thomas Goyne 0bca637cea Replace the standard Lua include path entirely on Windows
The default Lua include path is encoded with the local charset rather
than UTF-8. This causes problems when the working directory includes
non-latin-1 characters which are valid in the local charset, as Aegisub
expects the string to be UTF-8. As the default path isn't very useful on
Windows (on other platforms it could potentially include things like
luarocks-installed modules), just clear it.

Closes #1676.
2014-01-02 12:42:21 -08:00
doplank 2c762cf83b Update Indonesian translation 2013-12-27 09:04:25 -08:00
Thomas Goyne b3e738f4e1 Add an option to skip all of the slow configure checks
Cuts the total runtime of the configure script from 19 seconds to 5
seconds for me.
2013-12-24 16:33:20 -08:00
Thomas Goyne 4ccb33d415 Add configure check to verify that boost was built with ICU support 2013-12-24 16:09:03 -08:00
Thomas Goyne 88a36482f2 Add stuff to .gitignore 2013-12-24 13:18:44 -08:00
Thomas Goyne edb2e5456f Add dependency on libaegisub for the tools directory 2013-12-24 13:18:44 -08:00
Thomas Goyne c24f0c992a Merge the translations into the desktop file on install. Closes #1109. 2013-12-24 13:18:44 -08:00