Aegisub/aegisub
Thomas Goyne 214079af58 Load Shift Times settings from history on double-click
Redesign how shift times history is saved. Previously it stored the
localized strings in the history file, which are not particularly
parsable as the format may differ between locales. Rather than doing
this, store the raw settings in a json file, and generate the history
strings on display. In addition to making it much easier to load old
settings, this makes it so that the history is always displayed using
the current locale, rather than the locale in which the shifting was
done.

Closes #1427.

Originally committed to SVN as r6363.
2012-01-25 23:09:45 +00:00
..
automation Update distdir generation 2012-01-14 18:46:43 +00:00
build Factor out the placeholder text behavior from SubsEditBox and make it work better 2012-01-20 05:14:50 +00:00
desktop Fix icon installation with DESTDIR set 2012-01-10 20:56:25 +00:00
docs/doxygen Factor out a bunch of duplicated code in the configure script for pkg-config based optional dependencies and use the pkg-config name for all WITH_* defines 2011-12-22 21:25:49 +00:00
libaegisub Fix crash with empty hotkeys. Closes #1420. 2012-01-25 19:07:18 +00:00
m4macros Get lua CFLAGS/LIBS from pkg-config when possible 2011-12-22 21:26:39 +00:00
packages Port 2.1.9's installer scripts to 3.0.0 2012-01-23 19:09:14 +00:00
po Add shell script to regenerate the .pot file 2012-01-08 01:05:45 +00:00
reporter Update distdir generation 2012-01-14 18:46:43 +00:00
src Load Shift Times settings from history on double-click 2012-01-25 23:09:45 +00:00
tests Derive agi::acs exceptions from agi::FileSystemError and friends rather than having two sets of errors for the same thing 2012-01-12 22:31:54 +00:00
tinderbox Factor out a bunch of duplicated code in the configure script for pkg-config based optional dependencies and use the pkg-config name for all WITH_* defines 2011-12-22 21:25:49 +00:00
tools Update distdir generation 2012-01-14 18:46:43 +00:00
universalchardet Report the endianness of detected UTF-16 and UTF-32 2012-01-25 00:21:27 +00:00
INSTALL SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
LICENCE Kill in-repo libass and ffms and clean up some old cruft in the configure script 2011-07-16 03:36:28 +00:00
Makefile Update distdir generation 2012-01-14 18:46:43 +00:00
Makefile.inc.in Implement 'make dist' 2012-01-14 18:46:49 +00:00
Makefile.target Implement 'make dist' 2012-01-14 18:46:49 +00:00
README SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
acinclude.m4 Delete ax_openml.m4 as we no longer use openmp 2011-12-22 21:23:52 +00:00
autogen.sh Remove maintainer mode, as it didn't actually do anything (since we don't use automake) 2011-12-22 21:26:12 +00:00
config.guess Merge r4855-4894 from the new_build_system branch. This still has rough spots and some of the dependency relations haven't been expressed but it works, and it's much better than what we had before as it kills off automake, libtool, gettext (package not library), intltool usage. 2010-12-05 19:12:42 +00:00
config.sub Merge r4855-4894 from the new_build_system branch. This still has rough spots and some of the dependency relations haven't been expressed but it works, and it's much better than what we had before as it kills off automake, libtool, gettext (package not library), intltool usage. 2010-12-05 19:12:42 +00:00
configure.in Implement 'make dist' 2012-01-14 18:46:49 +00:00
install-sh Merge r4855-4894 from the new_build_system branch. This still has rough spots and some of the dependency relations haven't been expressed but it works, and it's much better than what we had before as it kills off automake, libtool, gettext (package not library), intltool usage. 2010-12-05 19:12:42 +00:00
wscript Factor out a bunch of duplicated code in the configure script for pkg-config based optional dependencies and use the pkg-config name for all WITH_* defines 2011-12-22 21:25:49 +00:00

README

* To be written.