Reinhard Pointner
|
0ebf4b0a45
|
* optimize subtitle lookup
|
2014-11-11 04:55:22 +00:00 |
|
Reinhard Pointner
|
a8b28ac8cd
|
* fine-tune file chooser behaviour
|
2014-11-10 20:39:27 +00:00 |
|
Reinhard Pointner
|
1c6fdc1a16
|
* set swing.crossplatformlaf property to Nimbus laf for all platforms
|
2014-11-10 20:29:45 +00:00 |
|
Reinhard Pointner
|
580b976f6d
|
+ remove analytics
|
2014-11-10 08:18:32 +00:00 |
|
Reinhard Pointner
|
ac1d27bc57
|
* update http://filebot.sourceforge.net/forums/ URLs
|
2014-11-10 07:38:49 +00:00 |
|
Reinhard Pointner
|
653cef411a
|
* make sure to default to Nimbus rather than Metal if the System/GTK look-and-feel doesn't work (e.g. on KDE)
|
2014-11-09 21:04:35 +00:00 |
|
Reinhard Pointner
|
f955b8fd1c
|
* make sure OpenSubtitles language detection is cached
|
2014-11-09 18:09:34 +00:00 |
|
Reinhard Pointner
|
3afc7a7ff5
|
* more strict AniDB flood limits (2 requests per 5 second window)
|
2014-11-09 15:30:00 +00:00 |
|
Reinhard Pointner
|
2cbb8e15ad
|
* fine-tune query-blacklist
|
2014-11-09 07:41:18 +00:00 |
|
Reinhard Pointner
|
e5b2591da1
|
// allow override via Java System properties
|
2014-11-09 07:40:01 +00:00 |
|
Reinhard Pointner
|
7e45928ad6
|
* add jre8 to choco dependencies
|
2014-11-09 04:20:56 +00:00 |
|
Reinhard Pointner
|
3e790b1cc2
|
* display OpenSubtitles download quota on login
|
2014-11-08 11:17:00 +00:00 |
|
Reinhard Pointner
|
77915ca7af
|
[mas] do not load files if user clicks "Cancel" (NSOpenDialog)
|
2014-11-08 09:48:16 +00:00 |
|
Reinhard Pointner
|
f1ddcb3e7e
|
* fix FileChooser issues
@see https://www.filebot.net/forums/viewtopic.php?f=6&t=2165&p=12432#p12432
|
2014-11-07 16:43:19 +00:00 |
|
Reinhard Pointner
|
2676762686
|
* fix FileChooser issues
@see https://www.filebot.net/forums/viewtopic.php?f=6&t=2165&p=12432#p12432
|
2014-11-07 16:05:56 +00:00 |
|
Reinhard Pointner
|
8f5bf9f49f
|
* directly use NSOpenPanel for via Objective-C bridge for FILES_AND_DIRECTORIES mode
|
2014-11-07 13:27:22 +00:00 |
|
Reinhard Pointner
|
98e3df40a1
|
* directly use NSOpenPanel for via Objective-C bridge for FILES_AND_DIRECTORIES mode
|
2014-11-07 13:26:54 +00:00 |
|
Reinhard Pointner
|
2ed4c50be0
|
* update NSIS installer
|
2014-11-07 09:20:38 +00:00 |
|
Reinhard Pointner
|
973ee49549
|
* fix build
|
2014-11-07 08:24:51 +00:00 |
|
Reinhard Pointner
|
028d5e222a
|
* work on windows build vm
|
2014-11-07 07:48:12 +00:00 |
|
Reinhard Pointner
|
4a590cc1b0
|
* remove Java 6 compatibility hacks
|
2014-11-07 04:54:21 +00:00 |
|
Reinhard Pointner
|
e34266c79c
|
* not a good idea, there's no dialog "buffer" actually anyway
|
2014-11-06 15:41:32 +00:00 |
|
Reinhard Pointner
|
9b32de1e09
|
* layout fixes
|
2014-11-06 15:22:44 +00:00 |
|
Reinhard Pointner
|
80e76ed541
|
* optimize executors
|
2014-11-06 13:52:16 +00:00 |
|
Reinhard Pointner
|
f65821f316
|
* increase parallelism for OSX (10.8+) machines
|
2014-11-06 11:03:42 +00:00 |
|
Reinhard Pointner
|
9989864f19
|
* keep a common shared thread pool for local search
|
2014-11-06 10:46:28 +00:00 |
|
Reinhard Pointner
|
f7a3604d41
|
* will be mostly IO bound so make sure thread count doesn't easily get higher than 8-12 threads
|
2014-11-06 05:00:08 +00:00 |
|
Reinhard Pointner
|
ef4df09197
|
* improved error output
|
2014-11-05 19:30:37 +00:00 |
|
Reinhard Pointner
|
6122c6332d
|
* variable threadPoolSize for parallel checksum computations
|
2014-11-04 13:45:27 +00:00 |
|
Reinhard Pointner
|
885c270204
|
* try to better guess a good parallel processing thread count that's reasonable for most systems be it 2 core / 32 core / HDD / SSD / etc
|
2014-11-04 12:08:10 +00:00 |
|
Reinhard Pointner
|
73c88dd365
|
* make sure core size is not limited to max thread pool size (seems to be a enforced limit now in JDK 8)
|
2014-11-04 11:11:04 +00:00 |
|
Reinhard Pointner
|
fc70050ce3
|
* make sure files are added alphabetically (File.list() does not guarantee sorted return value)
|
2014-11-04 10:06:45 +00:00 |
|
Reinhard Pointner
|
c1d8071844
|
* update groups
|
2014-11-04 07:19:58 +00:00 |
|
Reinhard Pointner
|
977e7a4666
|
+ "Change Folder" button in Format Dialog for quickly switching the absolute folder part of the format
|
2014-11-03 14:31:09 +00:00 |
|
Reinhard Pointner
|
327219679c
|
* refactoring
|
2014-11-03 12:22:45 +00:00 |
|
Reinhard Pointner
|
8c7d6985c5
|
* update web
|
2014-11-02 17:17:54 +00:00 |
|
Reinhard Pointner
|
dfce5bf37e
|
* fix sanity checks
|
2014-10-31 16:25:02 +00:00 |
|
Reinhard Pointner
|
277b35ed27
|
* fix sanity checks
|
2014-10-31 15:59:16 +00:00 |
|
Reinhard Pointner
|
fe65b1d9f8
|
* the hook should be called "prerm"
|
2014-10-31 15:39:36 +00:00 |
|
Reinhard Pointner
|
ceeb14778b
|
* added maintainer scripts to install filebot cmdline tool
|
2014-10-31 11:35:00 +00:00 |
|
Reinhard Pointner
|
215ab3662d
|
* more strict movie indexing
|
2014-10-31 10:36:18 +00:00 |
|
Reinhard Pointner
|
eb228f3d47
|
* make sure aliasNames is not redundant
|
2014-10-31 09:07:49 +00:00 |
|
Reinhard Pointner
|
d8cfabf11e
|
* make sure dpkg-source doesn't strip away our *.so or any other binary files
|
2014-10-30 13:31:37 +00:00 |
|
Reinhard Pointner
|
b05bd2eb60
|
* added debian source package control files
|
2014-10-30 09:36:53 +00:00 |
|
Reinhard Pointner
|
5e0b7d90fc
|
* added updated filebot.desktop launcher descriptor
|
2014-10-30 09:05:38 +00:00 |
|
Reinhard Pointner
|
e2f35dd4b2
|
* update ubuntu build
|
2014-10-30 09:03:05 +00:00 |
|
Reinhard Pointner
|
b9504092ee
|
* rename to lower-case
|
2014-10-30 09:03:02 +00:00 |
|
Reinhard Pointner
|
ebc66d48ba
|
* added debian source package control files
|
2014-10-30 08:46:17 +00:00 |
|
Reinhard Pointner
|
a9266eddc4
|
* fixes
|
2014-10-29 15:23:36 +00:00 |
|
Reinhard Pointner
|
81be3817a9
|
* exception for series "RG-Trailer Park Boys"
|
2014-10-29 13:18:06 +00:00 |
|