Thomas Goyne
71cd017f0f
Merge pull request #8 from computerfan/patch-1
...
Update Simplified Chinese translations
2014-01-12 06:10:52 -08:00
computerfan
5f3b4d1d53
Update and modify Chinese translations.
2014-01-12 17:46:45 +08:00
Thomas Goyne
1c07f92d02
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-11 15:47:28 -08:00
Thomas Goyne
cf79e521e4
Fix potential crash when a thesaurus finishes loading
2014-01-11 07:48:27 -08:00
Thomas Goyne
5cfb76fe9a
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-11 07:47:19 -08:00
Thomas Goyne
15280b4561
Delete some old unused stuff
2014-01-11 07:29:07 -08:00
Thomas Goyne
75df295fc0
Rearrage SinkMessage to eliminate padding
2014-01-11 07:29:04 -08:00
Thomas Goyne
af544f05af
Fix non-pch compilation
2014-01-11 07:28:38 -08:00
Thomas Goyne
c19a1c7641
Delete unused copy-and-shift constructor for TimeRange
2014-01-11 07:28:23 -08:00
Tom Maneiro
6617d52178
Update Spanish translation. Closes #1687 .
2014-01-06 08:21:48 -08:00
Thomas Goyne
3747d436cc
Convert Factory to variadic templates
2014-01-06 08:19:39 -08:00
Thomas Goyne
a8492fc02d
Fix directory iteration on Vista
...
FindExInfoBasic was added in Windows 7, not Vista.
2014-01-05 10:04:25 -08:00
Thomas Goyne
f71b380f01
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 10:04:23 -08:00
Thomas Goyne
46315d872f
Add a better error message when a hotkey is set for an invalid command
2014-01-03 16:56:18 -08:00
Thomas Goyne
40ddfa8e59
Fix typo in help text
2014-01-03 07:42:12 -08:00
صفا الفليج
b57f0a9c6d
Update arabic translation
2014-01-03 07:42:10 -08:00
Thomas Goyne
afd69725fc
Build with -dead_strip on OS X
...
Bumps 3.5 MB off the binary and doesn't seem to break anything.
2014-01-02 16:35:08 -08:00
Thomas Goyne
fc63df571b
Use -Werror for compiler flag support checks so that they actually work
2014-01-02 16:35:08 -08:00
Thomas Goyne
a433a3f5e4
Silence unused local typedef warnings from gcc+boost
2014-01-02 16:35:08 -08:00
Thomas Goyne
dce9dbf211
Silence warnings from other people's code
2014-01-02 16:35:08 -08:00
Thomas Goyne
1cbf20f8ab
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 11:47:15 -08:00
Thomas Goyne
5298634721
Fix infinite loop of error messages when an invalid command is displayed in the hotkey editor
2014-01-01 19:20:50 -08:00
Thomas Goyne
1d69efc35e
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-01 14:27:26 -08:00
Thomas Goyne
5d38a9c585
Also return full paths from aegisub.dialog.save
2014-01-01 11:46:27 -08:00
Thomas Goyne
418e1cad98
Fix some warnings when compiling with gcc
2014-01-01 10:28:10 -08:00
Thomas Goyne
d21c33df31
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-01 09:39:49 -08:00
Thomas Goyne
56701605ff
Port BuildTasks to C#
...
VS Express Edition doesn't support F#.
2014-01-01 09:20:37 -08:00
Thomas Goyne
75ecb0c2a8
Move fftw3 to a git submodule and update to 3.3.3
2014-01-01 07:36:53 -08:00
Thomas Goyne
11581ccd28
Bump copyright years
2014-01-01 07:22:37 -08:00
Thomas Goyne
eb839ded82
Fix typo in readme
2014-01-01 07:13:25 -08:00
Thomas Goyne
58f35cd31c
Merge pull request #7 from Leinad4Mind/patch-2
...
Update pt_PT.po due to 3.1.0 changes
2013-12-30 19:55:13 -08:00
Daniel Mota
5832b55d3f
Update pt_PT.po due to 3.1.0 changes
2013-12-30 02:49:30 +00:00
Thomas Goyne
20b4515c24
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.
2013-12-29 11:44:22 -08:00
Thomas Goyne
21b9fe1405
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 .
2013-12-27 14:52:01 -08:00
doplank
0a5a26a74d
Update Indonesian translation
2013-12-27 09:56:43 -08:00
Thomas Goyne
f0d35a1cf3
Retinafy the video display
2013-12-27 09:56:39 -08:00
Thomas Goyne
c8368a500b
Dynamically switch to the retina toolbar icons as appropriate
2013-12-27 09:29:53 -08:00
Thomas Goyne
f4a6d90db4
Use retina icons for the main toolbar if first opened on a retina display
2013-12-27 09:29:53 -08:00
Thomas Goyne
b4ed6a3b1a
Add 48x48 and 64x64 icons
2013-12-27 09:29:53 -08:00
Thomas Goyne
55ff9bfd50
Simplify HelpButton a little
...
Switch to flat_map for trivially less memory usage and just use a global
map rather than a heap-allocated map since it's not
(de)initialization-order sensitive.
2013-12-26 17:43:55 -08:00
Thomas Goyne
6ca0349fc8
Simplify icon handling
...
Eliminate the pointless runtime command name -> icon map and just make
commands responsible for their icons. Don't bother predecoding and
caching icons since it wastes some RAM (~10 MB) and decoding icons takes
a trivial amount of time.
Fix a few places where icons were being set for the wrong command names.
2013-12-26 17:43:50 -08:00
Thomas Goyne
2ef352d365
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:34:19 -08:00
Thomas Goyne
6baa096a64
Add configure check to verify that boost was built with ICU support
2013-12-24 16:34:17 -08:00
Thomas Goyne
1645182b5d
Add dependency on libaegisub for the tools directory
2013-12-24 12:41:42 -08:00
Thomas Goyne
5202829fbf
Add stuff to .gitignore
2013-12-24 12:33:03 -08:00
Thomas Goyne
3e0ef08031
Merge the translations into the desktop file on install. Closes #1109 .
2013-12-24 11:03:09 -08:00
Thomas Goyne
615f3b4880
Explicitly link boost.chrono
...
Boost.thread sometimes fails to link without this.
2013-12-24 10:16:05 -08:00
Thomas Goyne
f95f2dcd25
Refactor spellchecker language listing
2013-12-24 09:42:20 -08:00
Thomas Goyne
dbf5af1d49
Load the thesaurus dictionary asynchronously
2013-12-24 09:26:29 -08:00
Thomas Goyne
6957cd76a6
Refactor thesaurus language listing a bit
2013-12-24 09:25:45 -08:00