258479304fUse en as aspell language default in japanese environment: aspell does not support japanese and japanese users often have english texts
Jean-Francois Dockes
2017-04-25 10:47:56 +02:00
6877d0594ftest file name changes
Jean-Francois Dockes
2017-04-25 10:46:58 +02:00
f853f39ef3Partially revert change treating Katakana as words, going back to n-grams. Did not work well because of separator-less compounds mostly
Jean-Francois Dockes
2017-04-25 10:20:38 +02:00
91e66a13f9Moved docsToPaths() method from confindexer to function in rcldoc to simplify linking. confindexer.o not in librecoll any more.+small std namespace fixes
Jean-Francois Dockes
2017-04-24 10:15:44 +02:00
ecc4db774erecollindex: add option to output more detailed explanation of partial or complete failure (e.g.: aspell problem)
Jean-Francois Dockes
2017-04-24 09:16:41 +02:00
6a6c3bcd5fBogus commit to add a message to bf45dfa8e2ff: handle katakana words more like western ones, not CJK: words are indexed, not n-grams, but we use the Xapian spellcheck feature on them, not aspell.
Jean-Francois Dockes
2017-04-18 14:46:44 +02:00
06e8424048Changed input handler shebang lines to use explicit python2 instead of python. Cant switch to python3 because of msodump anyway
Jean-Francois Dockes
2017-04-09 04:09:02 +02:00
9d95de032dmail message: multipart/alternative: avoid choosing the text/plain part if it is empty (yes it happens...)
Jean-Francois Dockes
2017-03-26 17:39:49 +02:00
dccc1a6b111.23.1 to fix kio slave build issues
Jean-Francois Dockes
2017-03-13 14:35:18 +01:00
df60b633e6partially repaired debian kioslave build. Does not work on trusty any more because the recoll code needs -std=c++11
Jean-Francois Dockes
2017-03-09 19:12:38 +01:00
714f1fff41bincimapmime/config.h does not exist any more
Jean-Francois Dockes
2017-02-27 18:51:40 +01:00
2cfb4f7e4callow disabling storing an abstract made of the beginning of document by setting its length parameter to 0
Jean-Francois Dockes
2017-02-27 18:26:34 +01:00
f0d193e53dReopen db before showing indexed MIME types, explain empty list
Jean-Francois Dockes
2017-02-23 11:50:54 +01:00
5c46dbf7daclarify the disk usage limit parameter GUI tooltip. Closes issue #341
Jean-Francois Dockes
2017-02-22 19:03:24 +01:00
b328215c9aMake it possible to add/remove values from skippedNames, noContentSuffixes and xallexcepts by using +- suffixed var names
Jean-Francois Dockes
2017-02-22 17:03:08 +01:00
fff59f7814missing cnf->setKeyDir() in processonefile could result in wrong local params being used (e.g. excludedmimetypes)
Jean-Francois Dockes
2017-02-22 16:10:32 +01:00
66270c6270New tests for new noContentSuffixes+- and skippedNames+- variables
Jean-Francois Dockes
2017-02-22 16:06:45 +01:00
116a35c76fwindows setup version
Jean-Francois Dockes
2017-02-08 18:03:34 +01:00
b55f4b3b0aadd nomd5types parameter to set file types for which dedup is not that useful and computation is expensive (e.g. audio files). Replace "call parent" misfeature with call to virtual in MimeHandler constructor. Fix log calls indent
Jean-Francois Dockes
2017-02-02 18:09:00 +01:00
28bf7ff93crclaudio: let mutagen create the right object type. Extract more fields. Use the setfield() method instead of html meta tags. Needs the recent increase in max field count in mh_execm
Jean-Francois Dockes
2017-02-02 18:05:35 +01:00
de7c07677cUse recursive mutex on log calls because some call arguments can themselves call the log. Caused actual deadlocks in recoll 1.23 GUI with high verbosity
Jean-Francois Dockes
2017-01-16 13:59:11 +01:00
139e1c567clog statement cleanup while looking for sthing else...
Jean-Francois Dockes
2017-01-16 13:40:44 +01:00
d80531fa62Fix mimetype filtering (indexedmimetypes/excludedmimetypes) not working for embedded documents
Jean-Francois Dockes
2017-01-13 09:18:18 +01:00
ffef692701Windows: switch back to Xapian 1.2 because of the NEAR search issues in 1.4
Jean-Francois Dockes
2017-01-07 11:25:48 +01:00
5614c6bc5bWindows GUI: transform file paths to use backslashes before passing them to viewer, as some windows viewers only understand backslashes
Jean-Francois Dockes
2017-01-02 11:18:16 +01:00
458284c38fwin version
Jean-Francois Dockes
2016-12-16 10:23:07 +01:00
13f489306dSearch term did not get passed to viewer for the main page open link because of mysteriously lost line of code
Jean-Francois Dockes
2016-12-11 18:53:29 +01:00
7567025ad3added "all in one" rclepub1 filter (no individual indexing of chapters)
Jean-Francois Dockes
2016-12-05 15:19:02 +01:00
ab1f5f28c1w version innosetup
Jean-Francois Dockes
2016-12-05 12:32:47 +01:00
dff323ad9fWindows: change backslashes to slashes when accepting native viewer command (avoid later issues with stringtostrings)
Jean-Francois Dockes
2016-12-05 12:28:22 +01:00
80e356ffb2Add maximize=1/0 parameter to gui native viewer defs for opening maximized window on Windows
Jean-Francois Dockes
2016-12-05 12:17:56 +01:00