Timeline
06/21/2008:
- 23:26 Ticket #704 (Timing two or more lines sometimes changes text also) closed by
- fixed: Should be fixed now. I hope it works in all cases though. I simply check if the text in the textbox is identical to the one in the active line (pink border in the grid) and if it is, don't update the text in the selected lines with the text in the editbox. It might fail in some rare cases that I can't imagine.
- 23:20 Ticket #694 (r2167 requires libiconv where isn't needed) closed by
- This was fixed way back in r2171 on 2008-04-11.
- 22:15 Ticket #720 (configure script should detect openGLU library (patch attached)) closed by
- 21:13 Changeset [7654fcbc]audio_display_rewritetrunk_r2748 by
-
- aegisub/audio_player_dsound.cpp
- aegisub/audio_player_dsound.h
Possible fix for #719
git-svn-id: svn+ssh://aegisub/var/svn/aegisub/trunk@2210 93549f3f-7f0a-0410-a4b3-e966c9c94f04
- 21:13 Changeset [5330c54]aegisub_2.1.8aegisub_2.1.9stable by
-
- aegisub/audio_player_dsound.cpp
- aegisub/audio_player_dsound.h
Possible fix for #719
Originally committed to SVN as r2210.
- 21:13 Changeset [1f0e42a]libaegisubnew_build_systemnew_menu_hotkey by
-
- audio_player_dsound.cpp
- audio_player_dsound.h
Possible fix for #719
git-svn-id: svn+ssh://aegisub/var/svn/aegisub/trunk/aegisub@2210 93549f3f-7f0a-0410-a4b3-e966c9c94f04
- 18:34 Changeset [c99df16]libaegisubnew_build_systemnew_menu_hotkey by
-
- audio_display.cpp
Fix #688 by moving the time display one line down when in karaoke mode.
git-svn-id: svn+ssh://aegisub/var/svn/aegisub/trunk/aegisub@2209 93549f3f-7f0a-0410-a4b3-e966c9c94f04
- 18:34 Changeset [a11a38a]audio_display_rewritetrunk_r2748 by
-
- aegisub/audio_display.cpp
Fix #688 by moving the time display one line down when in karaoke mode.
git-svn-id: svn+ssh://aegisub/var/svn/aegisub/trunk@2209 93549f3f-7f0a-0410-a4b3-e966c9c94f04
- 18:34 Changeset [36f19a9]aegisub_2.1.8aegisub_2.1.9stable by
-
- aegisub/audio_display.cpp
Fix #688 by moving the time display one line down when in karaoke mode.
Originally committed to SVN as r2209.
- 17:25 Changeset [a6dfffd]libaegisubnew_build_systemnew_menu_hotkey by
-
- audio_display.cpp
Fix #704 with a slightly dirty hack.
git-svn-id: svn+ssh://aegisub/var/svn/aegisub/trunk/aegisub@2208 93549f3f-7f0a-0410-a4b3-e966c9c94f04
- 17:25 Changeset [3d1636c]audio_display_rewritetrunk_r2748 by
-
- aegisub/audio_display.cpp
Fix #704 with a slightly dirty hack.
git-svn-id: svn+ssh://aegisub/var/svn/aegisub/trunk@2208 93549f3f-7f0a-0410-a4b3-e966c9c94f04
- 17:25 Changeset [02586946]aegisub_2.1.8aegisub_2.1.9stable by
-
- aegisub/audio_display.cpp
Fix #704 with a slightly dirty hack.
Originally committed to SVN as r2208.
- 16:14 Changeset [f1c89cb]aegisub_2.1.8aegisub_2.1.9stable by
-
- configure.in
Add a check for OpenGLU. bug #720
Originally committed to SVN as r2207.
- 16:14 Changeset [b0666d9]audio_display_rewritetrunk_r2748 by
-
- configure.in
Add a check for OpenGLU. bug #720
git-svn-id: svn+ssh://aegisub/var/svn/aegisub/trunk@2207 93549f3f-7f0a-0410-a4b3-e966c9c94f04
- 13:16 Ticket #720 (configure script should detect openGLU library (patch attached)) created by
- Configure script detects OpenGL library and assumes that OpenGLU is …
06/18/2008:
- 11:11 Ticket #719 (Audio playback in Karaoke mode crashes) created by
- This happened with my own compile of svn 2204. Sample file is included, …
06/17/2008:
- 02:14 Ticket #718 (Search & Replace ALL is broken on Vista 32bit) closed by
- duplicate: Yes that settles it, it's a duplicate and it has been fixed. The fix will be in the next build released.
06/16/2008:
- 04:50 Changeset [a7e8d0e]aegisub_2.1.8aegisub_2.1.9stable by
-
- configure.in
Fix the lua(50|51)_disabled variables so it shows up properly in the
configure status block.
Originally committed to SVN as r2206.
- 04:50 Changeset [3f59004]audio_display_rewritetrunk_r2748 by
-
- configure.in
Fix the lua(50|51)_disabled variables so it shows up properly in the
configure status block.
git-svn-id: svn+ssh://aegisub/var/svn/aegisub/trunk@2206 93549f3f-7f0a-0410-a4b3-e966c9c94f04
- 04:45 Changeset [77f62a58]audio_display_rewritetrunk_r2748 by
-
- automation/Makefile.am
Don't install any files from automation/* if no automation support is
available.
git-svn-id: svn+ssh://aegisub/var/svn/aegisub/trunk@2205 93549f3f-7f0a-0410-a4b3-e966c9c94f04
- 04:45 Changeset [62f6d8a]aegisub_2.1.8aegisub_2.1.9stable by
-
- automation/Makefile.am
Don't install any files from automation/* if no automation support is
available.
Originally committed to SVN as r2205.
06/15/2008:
- 23:57 Ticket #684 (Using Search/Replace to change a value to a new value containing the ...) closed by
- fixed: Should be fixed in SVN 2204. The algorithm did indeed replace the same substring over and over again. I redid the entire algorithm to avoid that kind of problem. The old code was also using some functions marked as wxWindows 1.x compatibility functions, those aren't used in the new code.
- 21:11 Ticket #718 (Search & Replace ALL is broken on Vista 32bit) created by
- I did fresh install on Vista 32bit sp1, tried to search & replace all …
- 19:33 Ticket #717 (Removed files stay in MRU lists even after failed opening them) created by
- If you move/delete a file that's in one of the Recent lists and then try …
- 19:18 Ticket #701 (Remove automatic timing of pasted/imported plain text) closed by
- fixed: Fixed in SVN 2202, plain-text lines pasted from clipboard are now always blank-timed.
- 19:00 Ticket #521 ("Can not wait for thread termination") closed by
- Hopefully fixed in SVN 2201. From SVN log message: Made the playback thread detached so it will kill itself when it has run to end, instead of having to wait for it. This way it is never required to wait for the thread. When the thread has been signalled to stop it is simply abandoned and left to die for itself.
- 18:44 Ticket #651 (OpenAL failed to build in Release configuration) closed by
- fixed: Fixed in SVN 2200 with some explicit casts.
- 18:21 Ticket #695 (Close Translation Assistant when done translating) closed by
- fixed: Fixed in SVN 2199. Shows a message, "no more lines to translate", when the last line in the file has been translated.
- 18:12 Ticket #716 (Uncomment Audio Start Drag Sensitivity option in Options dialogue when ...) created by
- Per the fix to #703 a new option is needed to control the sensitivity of …
- 18:12 Ticket #703 (Audio end marker sometimes respond to start marker call) closed by
- fixed: Added a new option in SVN 2198 that controls the minimum drag distance before a new selection is started rather than moving the start marker. This option default to 2 pixels meaning most accidental drags should be avoided.
- 17:56 Changeset [f9a2745]libaegisubnew_build_systemnew_menu_hotkey by
-
- dialog_search_replace.cpp
Fix #684, I hope. Redid the case-insensitive Replace All algorithm to replace from a Right side into a Left side, also avoiding use of wx 1.x compatibility functions and doing proper case-insensitive compares rather than searching a lowercased string for a lowercased substring.
git-svn-id: svn+ssh://aegisub/var/svn/aegisub/trunk/aegisub@2204 93549f3f-7f0a-0410-a4b3-e966c9c94f04
- 17:56 Changeset [e10127d7]audio_display_rewritetrunk_r2748 by
-
- aegisub/dialog_search_replace.cpp
Fix #684, I hope. Redid the case-insensitive Replace All algorithm to replace from a Right side into a Left side, also avoiding use of wx 1.x compatibility functions and doing proper case-insensitive compares rather than searching a lowercased string for a lowercased substring.
git-svn-id: svn+ssh://aegisub/var/svn/aegisub/trunk@2204 93549f3f-7f0a-0410-a4b3-e966c9c94f04
- 17:56 Changeset [59a5e8f]aegisub_2.1.8aegisub_2.1.9stable by
-
- aegisub/dialog_search_replace.cpp
Fix #684, I hope. Redid the case-insensitive Replace All algorithm to replace from a Right side into a Left side, also avoiding use of wx 1.x compatibility functions and doing proper case-insensitive compares rather than searching a lowercased string for a lowercased substring.
Originally committed to SVN as r2204.
- 13:36 Changeset [b9d8f72]aegisub_2.1.8aegisub_2.1.9stable by
-
- configure.in
Remove '2.1' from automationdir, it's a legacy artifact.
Originally committed to SVN as r2203.
- 13:36 Changeset [1499993]audio_display_rewritetrunk_r2748 by
-
- configure.in
Remove '2.1' from automationdir, it's a legacy artifact.
git-svn-id: svn+ssh://aegisub/var/svn/aegisub/trunk@2203 93549f3f-7f0a-0410-a4b3-e966c9c94f04
- 13:18 Changeset [ff081c0]aegisub_2.1.8aegisub_2.1.9stable by
-
- aegisub/subs_grid.cpp
Fix #701, make sure plain-text lines pasted from clipboard are always blank-timed, ie. start and end time are zero.
Originally committed to SVN as r2202.
- 13:18 Changeset [747e84e]audio_display_rewritetrunk_r2748 by
-
- aegisub/subs_grid.cpp
Fix #701, make sure plain-text lines pasted from clipboard are always blank-timed, ie. start and end time are zero.
git-svn-id: svn+ssh://aegisub/var/svn/aegisub/trunk@2202 93549f3f-7f0a-0410-a4b3-e966c9c94f04
- 13:18 Changeset [3dc0e5fc]libaegisubnew_build_systemnew_menu_hotkey by
-
- subs_grid.cpp
Fix #701, make sure plain-text lines pasted from clipboard are always blank-timed, ie. start and end time are zero.
git-svn-id: svn+ssh://aegisub/var/svn/aegisub/trunk/aegisub@2202 93549f3f-7f0a-0410-a4b3-e966c9c94f04
- 12:59 Changeset [62d278b]libaegisubnew_build_systemnew_menu_hotkey by
-
- audio_player_dsound.cpp
Yet another attempt to fix #521, 'Cannot wait for thread termination' in rare cases with the DirectSound audio player.
Make the playback thread detached so it will kill itself when it has run to end, instead of having to wait for it. This way it is never required to wait for the thread. When the thread has been signalled to stop it is simply abandoned and left to die for itself.
git-svn-id: svn+ssh://aegisub/var/svn/aegisub/trunk/aegisub@2201 93549f3f-7f0a-0410-a4b3-e966c9c94f04
- 12:59 Changeset [51a16f8]aegisub_2.1.8aegisub_2.1.9stable by
-
- aegisub/audio_player_dsound.cpp
Yet another attempt to fix #521, 'Cannot wait for thread termination' in rare cases with the DirectSound audio player.
Make the playback thread detached so it will kill itself when it has run to end, instead of having to wait for it. This way it is never required to wait for the thread. When the thread has been signalled to stop it is simply abandoned and left to die for itself.
Originally committed to SVN as r2201.
- 12:59 Changeset [10c59c3]audio_display_rewritetrunk_r2748 by
-
- aegisub/audio_player_dsound.cpp
Yet another attempt to fix #521, 'Cannot wait for thread termination' in rare cases with the DirectSound audio player.
Make the playback thread detached so it will kill itself when it has run to end, instead of having to wait for it. This way it is never required to wait for the thread. When the thread has been signalled to stop it is simply abandoned and left to die for itself.
git-svn-id: svn+ssh://aegisub/var/svn/aegisub/trunk@2201 93549f3f-7f0a-0410-a4b3-e966c9c94f04
- 12:43 Changeset [e4227cd]audio_display_rewritetrunk_r2748 by
-
- aegisub/audio_player_openal.cpp
Be explicit about some type conversions in OpenAL audio player to avoid warnings. Fixes #651.
git-svn-id: svn+ssh://aegisub/var/svn/aegisub/trunk@2200 93549f3f-7f0a-0410-a4b3-e966c9c94f04
- 12:43 Changeset [4460a38]libaegisubnew_build_systemnew_menu_hotkey by
-
- audio_player_openal.cpp
Be explicit about some type conversions in OpenAL audio player to avoid warnings. Fixes #651.
git-svn-id: svn+ssh://aegisub/var/svn/aegisub/trunk/aegisub@2200 93549f3f-7f0a-0410-a4b3-e966c9c94f04
- 12:43 Changeset [324ce7d]aegisub_2.1.8aegisub_2.1.9stable by
-
- aegisub/audio_player_openal.cpp
Be explicit about some type conversions in OpenAL audio player to avoid warnings. Fixes #651.
Originally committed to SVN as r2200.
- 12:20 Changeset [9d0ddc40]audio_display_rewritetrunk_r2748 by
-
- aegisub/dialog_translation.cpp
Fix #695, close Translation Assistant when there are no more lines to translate.
git-svn-id: svn+ssh://aegisub/var/svn/aegisub/trunk@2199 93549f3f-7f0a-0410-a4b3-e966c9c94f04
- 12:20 Changeset [1c60d35]aegisub_2.1.8aegisub_2.1.9stable by
-
- aegisub/dialog_translation.cpp
Fix #695, close Translation Assistant when there are no more lines to translate.
Originally committed to SVN as r2199.
- 12:20 Changeset [02b58b5]libaegisubnew_build_systemnew_menu_hotkey by
-
- dialog_translation.cpp
Fix #695, close Translation Assistant when there are no more lines to translate.
git-svn-id: svn+ssh://aegisub/var/svn/aegisub/trunk/aegisub@2199 93549f3f-7f0a-0410-a4b3-e966c9c94f04
- 12:11 Changeset [6f23c63]aegisub_2.1.8aegisub_2.1.9stable by
-
- aegisub/audio_display.cpp
- aegisub/dialog_options.cpp
- aegisub/options.cpp
Left-dragging the selection start marker in the audio display now only restarts the selection after a threshold defined by the Audio Start Drag Sensitivity option. A commented-out editbox for this value is added to the Options dialogue, it is commented out due to the feature freeze towards 2.2.0.
This should fix #703.
Originally committed to SVN as r2198.
- 12:11 Changeset [1999f2c]libaegisubnew_build_systemnew_menu_hotkey by
-
- audio_display.cpp
- dialog_options.cpp
- options.cpp
Left-dragging the selection start marker in the audio display now only restarts the selection after a threshold defined by the Audio Start Drag Sensitivity option. A commented-out editbox for this value is added to the Options dialogue, it is commented out due to the feature freeze towards 2.2.0.
This should fix #703.
git-svn-id: svn+ssh://aegisub/var/svn/aegisub/trunk/aegisub@2198 93549f3f-7f0a-0410-a4b3-e966c9c94f04
- 12:11 Changeset [0f1e2f0]audio_display_rewritetrunk_r2748 by
-
- aegisub/audio_display.cpp
- aegisub/dialog_options.cpp
- aegisub/options.cpp
Left-dragging the selection start marker in the audio display now only restarts the selection after a threshold defined by the Audio Start Drag Sensitivity option. A commented-out editbox for this value is added to the Options dialogue, it is commented out due to the feature freeze towards 2.2.0.
This should fix #703.
git-svn-id: svn+ssh://aegisub/var/svn/aegisub/trunk@2198 93549f3f-7f0a-0410-a4b3-e966c9c94f04
- 04:09 Ticket #715 (Better error reporting in AVIFile keyframe reader) closed by
- fixed
- 03:40 Ticket #715 (Better error reporting in AVIFile keyframe reader) created by
- The current implementation of the AVIFile based keyframe reader (for AVI …
- 03:38 Ticket #714 (Keyframe reading from AVI files should use internal parser instead of ...) created by
- The keyframe reader for AVI files currently uses either AVIFile (on …
06/14/2008:
- 22:07 Changeset [f3fe6007]aegisub_2.1.8aegisub_2.1.9stable by
-
- aegisub/vfw_wrap.cpp
Improved error reporting in AVIFile keyframe reading code (#715).
Originally committed to SVN as r2197.
- 22:07 Changeset [e91a84c]audio_display_rewritetrunk_r2748 by
-
- aegisub/vfw_wrap.cpp
Improved error reporting in AVIFile keyframe reading code (#715).
git-svn-id: svn+ssh://aegisub/var/svn/aegisub/trunk@2197 93549f3f-7f0a-0410-a4b3-e966c9c94f04
- 22:07 Changeset [1a0d82c]libaegisubnew_build_systemnew_menu_hotkey by
-
- vfw_wrap.cpp
Improved error reporting in AVIFile keyframe reading code (#715).
git-svn-id: svn+ssh://aegisub/var/svn/aegisub/trunk/aegisub@2197 93549f3f-7f0a-0410-a4b3-e966c9c94f04
