Commit Graph

6835 Commits

Author SHA1 Message Date
Rodrigo Braz Monteiro bd116bd286 Changing vertical zoom will now also change the playback volume
Originally committed to SVN as r88.
2006-02-20 23:54:15 +00:00
Rodrigo Braz Monteiro c31367c761 Selected comments are now highlighted in a different color
Originally committed to SVN as r87.
2006-02-20 23:12:08 +00:00
Rodrigo Braz Monteiro fd728e90d5 Rows colliding with the currently active one will now be highlighted in grid
Originally committed to SVN as r86.
2006-02-20 22:54:23 +00:00
Rodrigo Braz Monteiro 8ece0ea54f Audio timing will now apply to all selected lines, as well as active line
Originally committed to SVN as r85.
2006-02-20 22:32:20 +00:00
Rodrigo Braz Monteiro 37ec3a7058 Added a simple audio resync method for video playback
Originally committed to SVN as r84.
2006-02-20 22:24:25 +00:00
Rodrigo Braz Monteiro 62f94c5a6c Alt+Left/Right on the video seek bar will now seek by increments of 10 frames (increment is customizeable in config.dat)
Originally committed to SVN as r83.
2006-02-20 22:15:34 +00:00
Rodrigo Braz Monteiro d826160abf Fonts collector will now default collection to same folder as script (Set to "?script" on config.dat)
Originally committed to SVN as r82.
2006-02-20 22:06:38 +00:00
Rodrigo Braz Monteiro 224e22b365 Originally committed to SVN as r81. 2006-02-20 21:33:53 +00:00
Rodrigo Braz Monteiro 26b15d3d09 Implemented redo, and replace == _T("") with .IsEmpty()
Originally committed to SVN as r80.
2006-02-20 21:32:58 +00:00
Rodrigo Braz Monteiro 14e54bce4e Fixed karaoke next/prev
Originally committed to SVN as r79.
2006-02-20 07:12:01 +00:00
Fredrik Mellbin e080a06834 NextFrame and PrevFrame no longer requests out of range frames
Originally committed to SVN as r78.
2006-02-19 14:28:03 +00:00
Fredrik Mellbin 38f62c6906 the video slider can no longer return values outside its range and is initialize to 0-1, pos 0
Originally committed to SVN as r77.
2006-02-19 14:19:26 +00:00
Rodrigo Braz Monteiro fd0cd9c045 Partial fix to karaoke mode
Originally committed to SVN as r76.
2006-02-19 06:05:15 +00:00
Rodrigo Braz Monteiro df6071d1e6 Originally committed to SVN as r75. 2006-02-19 05:10:57 +00:00
Rodrigo Braz Monteiro 675c2d0829 Fixed some bugs related to inserting overrides via the buttons over the edit box
Originally committed to SVN as r74.
2006-02-19 04:55:10 +00:00
Rodrigo Braz Monteiro 82236684e7 Fixed bug related to tag cycling, which would reset grid, move video and force a refresh of everything (slow, and could undo uncommited changes)
Originally committed to SVN as r73.
2006-02-19 04:00:22 +00:00
Rodrigo Braz Monteiro f549c498c3 Originally committed to SVN as r72. 2006-02-19 03:34:57 +00:00
Rodrigo Braz Monteiro ed67b6cc6d Changed behavior of commiting time
Originally committed to SVN as r71.
2006-02-19 03:33:13 +00:00
Rodrigo Braz Monteiro b8c0e2e7f8 Fixed crash on assistants and more tweaks to grid
Originally committed to SVN as r70.
2006-02-19 03:10:03 +00:00
Rodrigo Braz Monteiro f0351f6d27 Minor video fix/changes
Originally committed to SVN as r69.
2006-02-19 02:31:25 +00:00
Rodrigo Braz Monteiro 518e2272a0 More fixes and tweaks to new grid
Originally committed to SVN as r68.
2006-02-19 01:16:15 +00:00
Rodrigo Braz Monteiro ff278ee099 Minor bugs fixed
Originally committed to SVN as r67.
2006-02-19 00:54:35 +00:00
Rodrigo Braz Monteiro 6edfa51c21 MakeVisible implemented
Originally committed to SVN as r66.
2006-02-18 23:00:09 +00:00
Rodrigo Braz Monteiro 798a718381 Originally committed to SVN as r65. 2006-02-18 22:45:39 +00:00
Rodrigo Braz Monteiro f359462a44 Mouse drag scrolling for grid
Originally committed to SVN as r64.
2006-02-18 22:44:12 +00:00
Rodrigo Braz Monteiro 2e88cd311b Small fix to grid class
Originally committed to SVN as r63.
2006-02-18 22:09:03 +00:00
Rodrigo Braz Monteiro f4daf0e020 Writen a new class from scratch to replace wxGrid
Originally committed to SVN as r62.
2006-02-18 21:55:58 +00:00
Fredrik Mellbin c84a44dc59 More deleaking
Originally committed to SVN as r61.
2006-02-03 00:58:26 +00:00
Fredrik Mellbin 715a346d84 one less memory leak
Originally committed to SVN as r60.
2006-02-03 00:22:16 +00:00
Fredrik Mellbin e8d6eee1b0 Added destructor -> no memory leaks
Originally committed to SVN as r59.
2006-02-02 22:20:49 +00:00
Fredrik Mellbin 5062ea6e31 Refresh(false) elimination
Originally committed to SVN as r58.
2006-02-02 18:24:58 +00:00
Fredrik Mellbin ae6fcba54e fixing the fixmes
Originally committed to SVN as r57.
2006-02-02 18:17:54 +00:00
Niels Martin Hansen b3b9d5e033 Fixed visual glitch when mouse was leaving video display.
Originally committed to SVN as r56.
2006-02-01 22:15:21 +00:00
Niels Martin Hansen c450a5468c Fixed regression bug with drag&drop bugfix.
Fixed strange nonsense in changelog.

Originally committed to SVN as r55.
2006-02-01 21:53:44 +00:00
Niels Martin Hansen defaf3a5ac From changelog:
- Drag-and-drop files onto the program no longer causes the subs to be unloaded every time, even if no subs were dropped (jfs)
- Recombining lines (1,1+2 and 1+2,2) where the lone line is a substring of the line only appearing combined no longer causes incorrect results (as a side-effect, more strict prefix/suffix-checking has also been implemented) (jfs)

Originally committed to SVN as r54.
2006-02-01 02:16:57 +00:00
Niels Martin Hansen 2d3d317278 Really fixed the \t bug now. Really!
Originally committed to SVN as r53.
2006-01-31 23:44:10 +00:00
Niels Martin Hansen 979903d61a Yet another attempt to fix text_extents function.
Originally committed to SVN as r52.
2006-01-31 21:37:02 +00:00
Fredrik Mellbin eaa3fe1456 The easy fix for the splash screen crash
Originally committed to SVN as r51.
2006-01-30 20:04:33 +00:00
Niels Martin Hansen 0db9a569b8 Bug in changelog. Fixed. Also took the liberty to add fextracker feature to changelog.
Originally committed to SVN as r50.
2006-01-29 22:58:20 +00:00
Niels Martin Hansen 6f09e40f75 Forgot changelog.
Originally committed to SVN as r49.
2006-01-29 22:52:46 +00:00
Niels Martin Hansen 6862c2d4a8 First three parameters to \fade() are now int as they should be
Fixed \t argument disappearance bug!

Originally committed to SVN as r48.
2006-01-29 22:46:18 +00:00
Rodrigo Braz Monteiro ba9fb80bd9 Added #include <wx/notebook.h> to file, to make it compile with newer wxWidgets
Originally committed to SVN as r47.
2006-01-29 21:04:52 +00:00
tentacle 1bb7209d52 PrOpEr CaPiTaLiZaTiOn
ooh and front+backtrace for movement display

Originally committed to SVN as r46.
2006-01-29 20:59:58 +00:00
tentacle 74a399aaa9 moved events for fextracker & fexmovement into its own file
added second button for fexmovement
added functionality to manually move sub for all frames / for one frame

Originally committed to SVN as r45.
2006-01-29 20:48:05 +00:00
tentacle 97b8832376 DialogProgress
Originally committed to SVN as r44.
2006-01-29 17:59:07 +00:00
tentacle c625ca843c new tracker dll
Originally committed to SVN as r43.
2006-01-29 15:23:54 +00:00
tentacle d89cf51b1e moved all tracking stuff into FexTracker popup menu
tracking is now somewhat complete
you can track points, convert these to movement&scaling and then split your line and let it be repositioned and rescaled

Originally committed to SVN as r42.
2006-01-29 15:08:51 +00:00
tentacle 03ff6a4c83 Originally committed to SVN as r41. 2006-01-28 21:47:46 +00:00
tentacle 3d0e91c29b tenfex .h in correct folder
Originally committed to SVN as r40.
2006-01-28 20:26:27 +00:00
tentacle f34775d718 Removed FexTracker .h files from FexTracker folder
Originally committed to SVN as r39.
2006-01-28 20:25:12 +00:00