filebot/source/net/sourceforge/tuned
Reinhard Pointner 54b27e69b7 Changes:
* added TheTVDB support
* added ehcache to libs (now used in TheTVDBClient and TVRageClient)
* Season spinner will remember unlocked value

Refactoring:
* renamed HtmlUtil to WebRequest
* added getDocument() convenience methods to WebRequest
* added lots of static imports (XPathUtil, WebRequest, FileBotUtil, ...)
* TheTVDBClient and TVRageClient will throw SeasonOutOfBoundsException if for illegal season numbers
* XPathUtil will wrap NodeList with NodeListDecorator instead of creating a new ArrayList
* added DOM convenience methods to XPathUtil for performance reasons
* formatting of episode number in EpisodeListClient, EpisodeListRequestProcesser will take care of this
* added initial size to some StringBuilders
2009-01-04 18:28:28 +00:00
..
ui * heavy refactoring of AbstractSearchPanel, EpisodeListPanel and SubtitlePanel and related stuff 2009-01-01 22:27:53 +00:00
ByteBufferInputStream.java * misc refactoring / small improvements / stuff i haven't committed for ages 2008-12-27 11:58:39 +00:00
ByteBufferOutputStream.java * misc refactoring / small improvements / stuff i haven't committed for ages 2008-12-27 11:58:39 +00:00
DefaultThreadFactory.java * add simple Timer 2008-12-30 16:43:37 +00:00
DownloadTask.java * misc refactoring / small improvements / stuff i haven't committed for ages 2008-12-27 11:58:39 +00:00
ExceptionUtil.java * made all singleton classes final 2008-10-10 19:20:37 +00:00
FileUtil.java * visual improvements to FileBotTabComponent 2008-12-31 11:54:44 +00:00
FilterIterator.java * heavy refactoring of the analyze panel 2008-12-27 11:35:53 +00:00
ListChangeSynchronizer.java * refactored and simplified transfer api 2008-07-30 22:37:01 +00:00
MessageBus.java * Each application instance will get its own temp folder now 2008-10-22 22:07:02 +00:00
MessageHandler.java * refactored and simplified transfer api 2008-07-30 22:37:01 +00:00
PreferencesList.java * refactored and simplified transfer api 2008-07-30 22:37:01 +00:00
PreferencesMap.java * refactored and simplified transfer api 2008-07-30 22:37:01 +00:00
TemporaryFolder.java * root temporary folder is always lower-case 2008-10-29 22:54:16 +00:00
Timer.java * visual improvements to FileBotTabComponent 2008-12-31 11:54:44 +00:00
TreeIterator.java * heavy refactoring of the analyze panel 2008-12-27 11:35:53 +00:00
XPathUtil.java Changes: 2009-01-04 18:28:28 +00:00