Commit graph

35 commits

Author SHA1 Message Date
Rodrigo Braz Monteiro 8e357ab4c4 Replaced SubsEditBox with a wxScintilla control
Originally committed to SVN as r598.
2006-12-24 04:54:35 +00:00
Rodrigo Braz Monteiro a5105d2552 Added Paste Over function, which allows you to paste subtitle lines over others, overwriting the fields of your choice.
Originally committed to SVN as r566.
2006-12-17 19:41:52 +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
Rodrigo Braz Monteiro 1fe045ba92 Times can now be copy and pasted with ctrl+c and ctrl+v, as well as from context menu, in the time edit boxes.
Originally committed to SVN as r562.
2006-12-17 17:19:45 +00:00
Rodrigo Braz Monteiro 72071301e4 Added a "Auto Save on Every Change" option to config.dat (default false), that automatically saves the files whenever you change anything.
Originally committed to SVN as r555.
2006-11-30 23:27:59 +00:00
Niels Martin Hansen 5c80e6fad2 Fixed #162, subsgrid scrollbar didn't update to to reflect changed line counts in the grid after various operations.
Fixed #171, style storages can no longer be created with illegal filename characters, they are replaced with underscores.

Originally committed to SVN as r553.
2006-11-23 19:08:46 +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
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 c68c13c59a Right-clicking on the header of the subtitles grid will now bring up a popup menu that allows you to disable columns.
Originally committed to SVN as r430.
2006-06-27 05:13:41 +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
Niels Martin Hansen b3c69a4567 Added "Split by karaoke" feature
Originally committed to SVN as r216.
2006-03-11 16:11:55 +00:00
Rodrigo Braz Monteiro 6f0073536e Audio current play position cursor will now always be visible.
Removed video frame/subtitles time sync controls from the grid context menu.

Originally committed to SVN as r210.
2006-03-05 23:01:02 +00:00
Rodrigo Braz Monteiro d11298c85e Applied pomyk's dialog_export and duplicate patches
Originally committed to SVN as r199.
2006-03-05 02:47:20 +00:00
Rodrigo Braz Monteiro e7ec7ec68a Some highly failed attempt to fix mkv support with lavc, and updated manual to include information on how to use FexTracker
Originally committed to SVN as r189.
2006-03-01 03:17:31 +00:00
Rodrigo Braz Monteiro 5f6f39ce3e Made AssEntry::data private
Originally committed to SVN as r182.
2006-02-27 02:23:50 +00:00
Rodrigo Braz Monteiro bd6ec35e33 Fixed undo scrolling (#25), Line selection (#24) and font collector (#10) bugs
Originally committed to SVN as r165.
2006-02-25 03:04:52 +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 4d498ea184 Originally committed to SVN as r130. 2006-02-23 21:36: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 53d40024df A lot more code clean-up
Originally committed to SVN as r110.
2006-02-22 06:49:20 +00:00
Rodrigo Braz Monteiro 38f3c19d64 More code cleaning up and fixing!
Originally committed to SVN as r109.
2006-02-22 06:08:35 +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 25d5516d77 Some clean up of grid classes
Originally committed to SVN as r107.
2006-02-22 04:59:39 +00:00
Rodrigo Braz Monteiro b823bfdc99 Inserted lines will now be automatically selected
Originally committed to SVN as r97.
2006-02-21 21:23:52 +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 a82f60fe72 Fixed behavior of deleting and joining lines on subtitles grid
Originally committed to SVN as r90.
2006-02-21 02:01:42 +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 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 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 f4daf0e020 Writen a new class from scratch to replace wxGrid
Originally committed to SVN as r62.
2006-02-18 21:55:58 +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 227febdd24 The big VideoDisplay split
Originally committed to SVN as r20.
2006-01-22 12:44:53 +00:00
Rodrigo Braz Monteiro a8f7fb667b Originally committed to SVN as r2. 2006-01-16 21:02:54 +00:00