Commit Graph

13 Commits

Author SHA1 Message Date
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
Thomas Goyne 51c044a30a Merge r4808 from trunk
Originally committed to SVN as r4809.
2010-10-15 16:03:40 +00:00
Niels Martin Hansen ed80072cef Merge r4645 from trunk.
Originally committed to SVN as r4646.
2010-06-30 00:37:55 +00:00
Niels Martin Hansen 4ad98ace14 Merge r4087, closes #1139.
Originally committed to SVN as r4088.
2010-02-05 17:34:50 +00:00
Niels Martin Hansen a57a9052b1 Fix rare furigana layout issue. Closes #1144.
Originally committed to SVN as r4080.
2010-02-05 12:54:18 +00:00
Niels Martin Hansen a1f8cc5a22 Merge r3772, closes #1044.
Originally committed to SVN as r3773.
2009-11-13 22:16:46 +00:00
Niels Martin Hansen 04ce442f8c Bump kara-templater version for 2.1.8 branch.
Originally committed to SVN as r3279.
2009-07-25 18:22:54 +00:00
Niels Martin Hansen 4630c0cd75 Merge r3277 into 2.1.8 branch. Updates #950.
Originally committed to SVN as r3278.
2009-07-25 18:18:20 +00:00
Niels Martin Hansen 5a4ffa1005 Fix #845 by counting how many output lines were produced by applying a template to a line, instead of assuming that a template always gets applied, even if it's a code template.
Originally committed to SVN as r2922.
2009-05-14 15:34:37 +00:00
Niels Martin Hansen 86e70e9094 Bump kara-templater version number.
Originally committed to SVN as r2914.
2009-05-12 16:39:53 +00:00
Niels Martin Hansen 7e90cdcf09 Add support for variable loops in kara-templater, and add a few more utility functions.
- Variable loops are controlled using the tenv.maxloop(newmax) function to set the loop counter max. This is a wrapper around setting tenv.maxj.
- Add tenv.relayer(newlayer) function for changing the Layer of an output line.
- Add tenv.restyle(newstyle) function for changing the Style of an output line, despite this usually breaking positioning/sizing information.
- tenv.maxloops is an alias for tenv.maxloop.
- tenv.loopctl(newj, newmaxj) controls both loop variables if anyone wants to do that.
This closes #753 but documentation still needs to be written.

Originally committed to SVN as r2913.
2009-05-12 16:36:51 +00:00
Niels Martin Hansen cad5b98e1b Extend Auto 4 Lua config dialogues test case to cover most interesting cases of controls.
Updates #775 and #776 since they need those cases.

Originally committed to SVN as r2911.
2009-05-12 15:24:07 +00:00
Amar Takhar a067bd560d SVN Transition Step 3/7
1. cd aegisub/
  2. svn mv *cpp *h src/
  3. svn mv Makefile.am MatroskaParser.c auto4_perldata.inc bitmaps boost \
     changelog.txt config gl include libosxutil libresrc md5.c msvc mythes.cxx \
     mythes.hxx res.rc src/
  4. cd ..
  5. svn mv FFmpegSource2/ INSTALL Makefile.am README  acinclude.m4 \
     autogen.sh automation/ bin build configure.in desktop dummy.txt lib \
     libass/ m4macros/ packages/ po/ scripts/ universalchardet/ aegisub/
  6. mkdir -p docs/wiki_convert
  7. svn add docs/wiki_convert
  8. cd docs
  9. svn mv aegisub_convert_docs.pl convert.bat output wiki_convert/

* See r2749 for full description.

Originally committed to SVN as r2752.
2009-03-08 08:30:39 +00:00