filebot/source/net/sourceforge/tuned/ui
Reinhard Pointner c217d06eeb * ground up rewrite of the maching algorithm (I lovingly call it n:m multi-pass matching)
* added SeasonEpisodeSimilarityMetric which detects similarity based on known patterns
* moved everything similarity/maching related to net.sourceforge.filebot.similarity

Refactoring:
* refactoring of all the matching-related stuff in rename panel
* remove name2file and file2name maching selection because new maching algorithm works 2-ways from the start and doesn't need that hack
* added console handler to ui logger that will log ui warnings and ui errors to console too
* some refactoring on all SimilarityMetrics
* use Interrupts in analyze tools to abort operation
* refactoring of the rename process, if something goes wrong, we will now revert all already renamed files to their original filenames
* static LINE_SEPARATOR pattern in FileTransferablePolicy
* new maching icon, removed old ones
2009-01-11 21:23:03 +00:00
..
notification * refactored and simplified transfer api 2008-07-30 22:37:01 +00:00
AbstractFancyListCellRenderer.java * use MigLayout in SFV Panel 2008-10-19 18:51:45 +00:00
ArrayListModel.java * refactored and simplified transfer api 2008-07-30 22:37:01 +00:00
ColorTintImageFilter.java * lots of stuff for subtitle support 2008-05-03 20:43:15 +00:00
DefaultFancyListCellRenderer.java * renamed TextFileTransferable to LazyTextFileTransferable 2008-10-19 12:44:55 +00:00
FancyTreeCellRenderer.java * lots of misc. changes/refactoring 2008-03-02 17:02:37 +00:00
GradientStyle.java * lots of misc. changes/refactoring 2008-03-02 17:02:37 +00:00
HyperlinkLabel.java * misc refactoring / small improvements / stuff i haven't committed for ages 2008-12-27 11:58:39 +00:00
IconViewCellRenderer.java * lots of stuff for subtitle support 2008-05-03 20:43:15 +00:00
IconViewPanel.java * refactored and simplified transfer api 2008-07-30 22:37:01 +00:00
LabelProvider.java * changed IconProvider to LabelProvider (provides text and icon) 2008-07-13 17:59:05 +00:00
LoadingOverlayPane.java * fixed potential EDT deadlock in Tool 2008-12-28 20:04:13 +00:00
NullLabelProvider.java * changed IconProvider to LabelProvider (provides text and icon) 2008-07-13 17:59:05 +00:00
ProgressDialog.java * ground up rewrite of the maching algorithm (I lovingly call it n:m multi-pass matching) 2009-01-11 21:23:03 +00:00
ProgressIndicator.java * heavy refactoring of AbstractSearchPanel, EpisodeListPanel and SubtitlePanel and related stuff 2009-01-01 22:27:53 +00:00
SelectButton.java * heavy refactoring of AbstractSearchPanel, EpisodeListPanel and SubtitlePanel and related stuff 2009-01-01 22:27:53 +00:00
SelectButtonTextField.java * heavy refactoring of AbstractSearchPanel, EpisodeListPanel and SubtitlePanel and related stuff 2009-01-01 22:27:53 +00:00
ShadowBorder.java Switched to using nekohtml as html parser, externalized simmetrics (just copied the sourcefiles before), lots of buxfixes and improvements. Also started using an ant. 2007-12-23 19:28:04 +00:00
SimpleLabelProvider.java * refactored and simplified transfer api 2008-07-30 22:37:01 +00:00
SwingWorkerPropertyChangeAdapter.java * renamed TextFileTransferable to LazyTextFileTransferable 2008-10-19 12:44:55 +00:00
TunedUtil.java * visual improvements to FileBotTabComponent 2008-12-31 11:54:44 +00:00