Commit graph

17 commits

Author SHA1 Message Date
David Lamparter 4e729994e5 ReleaseCapture -> ReleaseMouse (former is WIN32!!!)
Originally committed to SVN as r470.
2006-07-07 22:47:36 +00:00
Rodrigo Braz Monteiro fa4e158805 Added AssAttachment class to deal with attached files
Originally committed to SVN as r437.
2006-06-30 20:56:16 +00:00
Niels Martin Hansen 48bd386fb0 Karaoke syllable selection by dragging
Changing karaoke tags (bug #36)

Originally committed to SVN as r427.
2006-06-27 04:04:40 +00:00
Niels Martin Hansen b5b04260a0 Karaoke splitter now allows splitting before first and after last character in syllables.
Originally committed to SVN as r426.
2006-06-27 03:02:28 +00:00
Niels Martin Hansen a20fb3519f Removed YUV colorspace from color picker. (Bug 28 note 155.)
Attempt at making karaoke splitter commit more often. Doesn't seem to work though...? (It should now commit on anything that before would cause it to discard splits, except for the Cancel button.)

Originally committed to SVN as r228.
2006-03-16 01:26:26 +00:00
Rodrigo Braz Monteiro 5f6f39ce3e Made AssEntry::data private
Originally committed to SVN as r182.
2006-02-27 02:23:50 +00:00
David Lamparter 7a5cad9ca4 wxString::c_str() for varargs AGAIN
Originally committed to SVN as r177.
2006-02-26 02:51:18 +00:00
Niels Martin Hansen 49acbaa6e5 Fixed Automation script loading error messages (bug #1)
Fixed karaoke timing not being committed correctly (bug #7)
Changed some throw _T() into throw wxString()

Several architectural changes to Automation karaskel family.
Automation karaskel has Furigana, Inline-fx and Out-of-line-fx support added (still needs tweaking and bugfixing)

Originally committed to SVN as r131.
2006-02-23 21:56:46 +00:00
Rodrigo Braz Monteiro c42d2b4a4c Fixed karaoke splitter
Originally committed to SVN as r94.
2006-02-21 06:52:21 +00:00
Rodrigo Braz Monteiro eb9d292755 Just some comments added
Originally committed to SVN as r93.
2006-02-21 06:24:23 +00:00
Rodrigo Braz Monteiro e41b6f9988 Prevented parsed data from staying in memory, greatly reducing RAM usage
Originally committed to SVN as r91.
2006-02-21 03:13:35 +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 7012a6b0b2 Less signedness warnings and probably a fix for setting the tag string
Originally committed to SVN as r33.
2006-01-28 15:11:59 +00:00
Niels Martin Hansen 69b1f5988a From changelog:
o The correct \k tag (\k, \kf, \ko, \K) is now kept when splitting/joining
   o When editing karaoke-timing for a line and not splitting/joining, all tags are kept intact, so only the \k tag timings are changed (BROKEN WITH \t TAGS ATM!)

Reason for breakage with \t seems to be the override tag parser killing all the actual style overrides in the \t tag. Example: \t(100,200,\fscx200) -> \t(100,200,) All other tags seem unaffected, but not intensively tested.

Originally committed to SVN as r31.
2006-01-27 22:22:31 +00:00
Niels Martin Hansen 3ad6a9db43 Implemented new karaoke splitter. Still needs some work, especially graphically.
The timing postproc dialog is now properly centered.

Originally committed to SVN as r29.
2006-01-27 00:48:59 +00:00
Rodrigo Braz Monteiro a8f7fb667b Originally committed to SVN as r2. 2006-01-16 21:02:54 +00:00