Timeline


and

04/27/2011:

21:02 Ticket #1284 (Support for TTAF subtitles) created by RobJN
Any chance of getting support for Timed Text Authoring Format (TTAF) subs …
20:00 Changeset [3e9316d]aegisub_2.1.9 by Niels Martin Hansen <nielsm@…>
  • aegisub/src/frame_main.cpp

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.

19:10 Ticket #1171 (Translation Assistant bug in Mac OS X) closed by nielsm
fixed: (In [ec24aae]) Ensure that the static box sizers in the translation assistant are created before the contained controls. This should fix #1171.
19:10 Changeset [ec24aae]aegisub_2.1.9 by Niels Martin Hansen <nielsm@…>
  • aegisub/src/dialog_translation.cpp

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.

19:04 Ticket #1274 (Commiting changes is broken in karaoke mode) closed by nielsm
wontfix: Closing this because: - The commit behaviour is completely changing in version 3. - The current (old) committing code is closely intertwined with the audio display code, and that is very sensitive. Trying to change the behaviour will easily cause numerous new hard-to-track bugs.
18:44 Ticket #1235 (Aegisub crashes after loading a video of any type) closed by nielsm
duplicate: I'll assume this is another case of general video rendering instability. The Mesa DLL linked above should work around the issue at the cost of performance. It's a known problem and we'd love to find a solution.
18:34 Ticket #1239 (Aegisub crach and ends, after you try and open any type of video format ...) closed by nielsm
duplicate: Closing this as "yet another instance of video rendering instability". It's a general problem, but we still don't have any really good fixes. Trust me, if we knew how to fix this we would.
18:28 Ticket #1280 (Option to open audio with video (like older versions)) closed by nielsm
wontfix: Playing audio from video is not coming back, you seem to know the arguments for why it was removed so I shouldn't need to repeat those.
18:18 Ticket #1203 (Select from line x to y) closed by nielsm
timeout: No updates/explanation for a year, closing.
16:04 Tickets #1205,​1248 batch updated by nielsm
fixed: (In [df7ef0e]) Remove Gtk/SCIM locale hack, it seems to be unneeded now. This should fix #1205 and #1248 and hopefully not break anything else.
16:04 Changeset [df7ef0e]aegisub_2.1.9 by Niels Martin Hansen <nielsm@…>
  • aegisub/src/frame_main.cpp

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.

15:54 Ticket #1276 (Zooming does not work) closed by nielsm
fixed: Fixed this in r5385. Not an ideal fix but I'm at a total loss on what else to do about the video display sizer madness. Hopefully it works well enough on Mac.
15:36 Changeset [47a5c15]aegisub_2.1.9 by Niels Martin Hansen <nielsm@…>
  • aegisub/src/video_box.cpp
  • aegisub/src/video_display.cpp

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.

13:27 Ticket #1283 (Cursor in editor box is sometimes off by one) created by cantabile
Sometimes, the cursor in the subtitle editor box inserts/deletes one …
09:04 Ticket #1131 (ALSA player crashes/freezes Aegisub) closed by nielsm
fixed: Polished the new ALSA player code further in r5383 and r5384. I think this should fix most if not all issues with ALSA. It's (still) possible to change the device used by editing config.dat, the option is called Audio ALSA Device.
09:01 Changeset [f58a709]aegisub_2.1.9 by Niels Martin Hansen <nielsm@…>
  • aegisub/src/audio_player_alsa.cpp

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.

08:48 Changeset [0f7fc26e]aegisub_2.1.9 by Niels Martin Hansen <nielsm@…>
  • aegisub/src/audio_player_alsa.cpp

Polish and better error handling for new ALSA player

Originally committed to SVN as r5383.

08:14 Changeset [9166803c]aegisub_2.1.9 by Niels Martin Hansen <nielsm@…>
  • aegisub/configure.in
  • aegisub/libffms/src/core/indexing.cpp
  • aegisub/libffms/src/core/lavfindexer.cpp
  • aegisub/libffms/src/core/videosource.h

Undo accidental FFmpegSource changes in r5380

Originally committed to SVN as r5382.

04/26/2011:

20:53 Changeset [2a26a2c]aegisub_2.1.9 by Niels Martin Hansen <nielsm@…>
  • aegisub/src/audio_player_alsa.cpp
  • aegisub/src/audio_player_alsa.h

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.

13:40 Changeset [8eab3cd]aegisub_2.1.9 by Niels Martin Hansen <nielsm@…>
  • aegisub/configure.in
  • aegisub/libffms/src/core/indexing.cpp
  • aegisub/libffms/src/core/lavfindexer.cpp
  • aegisub/libffms/src/core/videosource.h
  • aegisub/src/audio_player_pulse.cpp

Shuffle some lines around in the PulseAudio player, this seem to make PA happier and less abortive.

Originally committed to SVN as r5380.

11:18 Changeset [bf9f026d]aegisub_2.1.9 by Niels Martin Hansen <nielsm@…>
  • aegisub/configure.in

Merge r4515 from trunk to fix configure test for FFmpeg so it actually works with modern versions.

Originally committed to SVN as r5379.

08:42 Changeset [23510dc]stable by Niels Martin Hansen <nielsm@…>
  • aegisub/automation/autoload/kara-templater.lua

Merge kara-templater remember/recall functions from 2.1.9. Updates #1277.

Originally committed to SVN as r5378.

08:39 Ticket #1277 (Add remember/recall functions to kara-templater) closed by nielsm
fixed: (In [55bdd38]) Add a remember/recall suite of functions to kara-templater. Closes #1277.
08:39 Changeset [55bdd386]aegisub_2.1.9 by Niels Martin Hansen <nielsm@…>
  • aegisub/automation/autoload/kara-templater.lua

Add a remember/recall suite of functions to kara-templater. Closes #1277.

Originally committed to SVN as r5377.

Note: See TracTimeline for information about the timeline view.