Rodrigo Braz Monteiro
cb38df86a8
Menu changes and new icons
...
Originally committed to SVN as r634.
2006-12-27 03:03:18 +00:00
Rodrigo Braz Monteiro
0dd1b49e05
Early menu rebuilding
...
Originally committed to SVN as r633.
2006-12-27 01:56:34 +00:00
Rodrigo Braz Monteiro
15e70fa194
Tweaked the layout of Subtitles Edit area.
...
Originally committed to SVN as r632.
2006-12-27 00:00:41 +00:00
Rodrigo Braz Monteiro
95059b79bf
Added an "Import from script..." button to Styles Manager, to import styles directly from other subtitle files.
...
Originally committed to SVN as r625.
2006-12-26 04:48:53 +00:00
Rodrigo Braz Monteiro
be8ebd8faa
Updated splash screen
...
Originally committed to SVN as r624.
2006-12-26 03:57:24 +00:00
Rodrigo Braz Monteiro
e4825d4067
Improved Splash Screen behavior to show up even if the program is frozen loading subtitles, and to center on the current display.
...
Originally committed to SVN as r623.
2006-12-26 03:32:48 +00:00
Rodrigo Braz Monteiro
c80133f2bd
Renamed several source files to have "dialog_" appended before them, fixed some stuff, and created early hunspell code.
...
Originally committed to SVN as r603.
2006-12-24 21:52:54 +00:00
Rodrigo Braz Monteiro
21dbd0633f
Somewhat fixed the wxScintilla crap, but not entirely
...
Originally committed to SVN as r601.
2006-12-24 17:42:09 +00:00
Rodrigo Braz Monteiro
99f2323799
Originally committed to SVN as r597.
2006-12-23 19:31:48 +00:00
Rodrigo Braz Monteiro
3ac1000cfa
ops... really fixed, now
...
Originally committed to SVN as r590.
2006-12-23 02:44:02 +00:00
Rodrigo Braz Monteiro
7cbab8cdfe
Fixed crash related to the new keyframe system
...
Originally committed to SVN as r589.
2006-12-23 02:42:34 +00:00
Rodrigo Braz Monteiro
2f9a086a22
Finished keyframe support, although not tested too much
...
Originally committed to SVN as r578.
2006-12-18 18:47:45 +00:00
Rodrigo Braz Monteiro
3d5be2bc55
Fixed warning messages while compiling dialog_export.cpp and added a recent list for keyframe read/write.
...
Originally committed to SVN as r576.
2006-12-18 17:18:14 +00:00
Rodrigo Braz Monteiro
7573a814ad
Early work on options dialog (won't really work without wxWidgets 2.8.0) and save/load keyframes.
...
Originally committed to SVN as r571.
2006-12-18 02:44:38 +00:00
Rodrigo Braz Monteiro
0bccc65219
Added global hotkey for Video Play (default Ctrl+P).
...
Originally committed to SVN as r569.
2006-12-17 20:46:01 +00:00
Rodrigo Braz Monteiro
c5e479875f
Early "Paste Over" functionality (basically it all works, but it needs a popup dialog asking which fields to paste over)
...
Originally committed to SVN as r565.
2006-12-17 18:30:19 +00:00
Niels Martin Hansen
7b68c13318
Implemented #202 (frame-number in framegrab filenames)
...
Originally committed to SVN as r552.
2006-11-23 17:26:53 +00:00
Niels Martin Hansen
e5ef7b4be2
Various Unicode-related fixes.
...
Changed some types to lower the amount of int/size_t inconsistencies. This might have introduced some stupid bugs... beware!
Removed old, unused "project file" code. (cleanup)
Fixed bug #195 : "Join (as karaoke)" is broken when 2 lines don't follow immediately after another
Implemented feature req #184 : Text Only Export
Fixed bug #180 : conversion from srt to ass doesn't specify WrapStyle
Implemented feature req #188 : highlighting of currently selected style in the styles manager
Originally committed to SVN as r537.
2006-10-19 22:53:06 +00:00
Rodrigo Braz Monteiro
2b158480dc
Fixed bug with \fn button
...
Originally committed to SVN as r488.
2006-07-13 02:10:19 +00:00
Rodrigo Braz Monteiro
f076fe4eb4
Some blind attempt to fix video sizer issue on unix...
...
Originally committed to SVN as r487.
2006-07-11 01:58:53 +00:00
Rodrigo Braz Monteiro
8f077dc4ee
Placeholder Edit->Sort menu entry and disabled audio scrubbing again
...
Originally committed to SVN as r466.
2006-07-06 22:39:58 +00:00
Rodrigo Braz Monteiro
a1a840155b
Added recent menu to Video Timecodes.
...
Originally committed to SVN as r451.
2006-07-01 05:34:39 +00:00
Rodrigo Braz Monteiro
5103f8a4f0
Attachment list dialog implemented, only lists so far.
...
Originally committed to SVN as r443.
2006-07-01 02:27:37 +00:00
Rodrigo Braz Monteiro
5f41c378f1
Saving back to SRT directly (that is, via "save", not "export" or "save as") is now allowed, as long as no data will be lost.
...
Originally committed to SVN as r434.
2006-06-28 22:51:33 +00:00
Niels Martin Hansen
20a38ca021
Re-fixed VFR bug #138... (rolling back previous fix)
...
Originally committed to SVN as r432.
2006-06-27 19:11:41 +00:00
Rodrigo Braz Monteiro
9ce7873f41
Commented out the options entry from menu
...
Originally committed to SVN as r423.
2006-06-21 20:44:01 +00:00
Niels Martin Hansen
1fa1d75211
Fix for bug #138 .
...
If v1 timecodes are loaded, but no sections found, make timecodes act as CFR with the assumed FPS.
Changed semantics of FrameRate::loaded. It now only tells whether the current data were loaded from a timecodes file. To tell whether framerate data are present, test for FrameRate::GetFrameRateType()!=NONE.
Originally committed to SVN as r421.
2006-06-20 13:43:18 +00:00
Rodrigo Braz Monteiro
105ab46110
Added placeholder options dialog
...
Originally committed to SVN as r417.
2006-06-19 02:51:06 +00:00
Rodrigo Braz Monteiro
2ffcc3d941
Added support for 2.35 and custom aspect ratio
...
Originally committed to SVN as r387.
2006-05-15 23:44:53 +00:00
Niels Martin Hansen
9950531430
Changed build-versioning system. You are now required to use make-svn-rev-header.py and create a personal build-credit.h file.
...
Originally committed to SVN as r377.
2006-05-07 12:38:33 +00:00
Rodrigo Braz Monteiro
c8d77b16ef
Added a hiragana/katakana table class
...
Originally committed to SVN as r360.
2006-05-05 18:52:09 +00:00
David Lamparter
18b92130b8
catch const wchar_t *
...
Originally committed to SVN as r323.
2006-04-14 16:46:38 +00:00
Niels Martin Hansen
233ac6ac94
Added support for custom version strings. See version.cpp.
...
Originally committed to SVN as r250.
2006-03-26 21:16:08 +00:00
Rodrigo Braz Monteiro
1723915e3e
Fixed shift times not affecting video/audio, and default save as path
...
Originally committed to SVN as r226.
2006-03-14 04:23:00 +00:00
Fredrik Mellbin
a9a4f5bf24
More vfr fun for everyone
...
Originally committed to SVN as r150.
2006-02-24 16:45:10 +00:00
Rodrigo Braz Monteiro
02219d1e8b
Early LAVC implementation
...
Originally committed to SVN as r141.
2006-02-24 02:54:30 +00:00
Rodrigo Braz Monteiro
9f361dca17
Fixed drag and dropping of timecode files
...
Originally committed to SVN as r134.
2006-02-23 23:04:41 +00:00
Rodrigo Braz Monteiro
81efd4082f
Attempting to load a file which does not exist no longer unloads previous subtitles. (Fix to bug #12 )
...
Originally committed to SVN as r133.
2006-02-23 22:47:14 +00:00
Rodrigo Braz Monteiro
83ad086caf
Fixed mkv parsing and a few other minor stuff
...
Originally committed to SVN as r125.
2006-02-23 19:26:14 +00:00
Rodrigo Braz Monteiro
fdcb1857c8
Some tweaks to help Linux compatibility
...
Originally committed to SVN as r124.
2006-02-23 04:19:57 +00:00
Rodrigo Braz Monteiro
0b862d1727
A few more tweaks, fixes and clean-ups
...
Originally committed to SVN as r108.
2006-02-22 05:30:09 +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
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
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
ae6fcba54e
fixing the fixmes
...
Originally committed to SVN as r57.
2006-02-02 18:17:54 +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
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