5e7729b195Remove spurious reference to QWebView, this was preventing building with --disable-webkit when webkit was actually absent
Jean-Francois Dockes
2015-07-16 17:17:28 +02:00
fc21e61f51missing std qualifier on queue
Jean-Francois Dockes
2015-07-02 15:20:23 +02:00
922a9384f9rclpdf: work with newer poppler version which do escape html text inside <head>
Jean-Francois Dockes
2015-06-30 10:35:22 +02:00
fd62105a9dreplaced unused map with list
Jean-Francois Dockes
2015-06-26 13:37:06 +02:00
c49a922e2dImplemented saving/loading simple and advanced searches to/from named XML files. Close issue #220
Jean-Francois Dockes
2015-06-11 18:35:16 +02:00
b53686a084rearranged a bit the query text splitting and arranged to generate an error when an excessively long term results in a null query (but not when there are other usable terms)
Jean-Francois Dockes
2015-06-09 19:44:19 +02:00
94b94593e3comments and indent
Jean-Francois Dockes
2015-06-09 19:34:15 +02:00
3932a25aa2Also include the result list header fragment in the snippets window header. Add "class" attributes "respar" and "snippets" to the tables to enable selection if needed.
Jean-Francois Dockes
2015-06-08 08:43:00 +02:00
622cacf979Retrieve font color from qt defaults and use it to set color in webkit-based elements (reslist and snippets window). User still needs to use the prefs to fix the font size. Closes issue #251
Jean-Francois Dockes
2015-06-07 14:12:09 +02:00
d184361e79Add %u spec to reslist paragraph format to output either local file path (with file:// stripped) or url). Fixes issue #254
Jean-Francois Dockes
2015-06-06 16:08:54 +02:00
7e2db42988Strip space chars from crontool entries. Fixes issue #253
Jean-Francois Dockes
2015-06-06 09:10:57 +02:00
1a17578ebb"Snippets" link translation
Jean-Francois Dockes
2015-06-06 08:20:46 +02:00
9992a6f4f1Implemented support for posix_spawn() and (main change): always use vfork() for starting external commands
Jean-Francois Dockes
2015-05-27 16:24:18 +02:00
929e2a1715Check RECOLL_LOGDATE environment variable to add date stamps to the debug log. Closes issue #246
Jean-Francois Dockes
2015-05-17 08:59:19 +02:00
d78b7069ccCheck that all topdirs elements are absolute paths
Jean-Francois Dockes
2015-05-07 08:19:25 +02:00
8d2c1c058dFix tr() calls in respopup.cpp
Jean-Francois Dockes
2015-04-25 10:07:09 +02:00
eaddefa7c5Add capability to run tesseract from rclpdf. Disabled by default, see comments at the top of rclpdf
Jean-Francois Dockes
2015-04-24 18:13:52 +02:00
25cecec484KIO slave: perform incremental updates during listDir. Bump the default maxentries to 10000. use RECOLL_KIO_STEMLANG for defining stemming language. Closes issue #235
Jean-Francois Dockes
2015-04-24 13:07:55 +02:00
7876fba5f7recoll GUI: add menu option to retry failed files
Jean-Francois Dockes
2015-04-24 10:47:33 +02:00
1e6f56522eLet recollindex execute a script at startup to try and guess if it should retry failed files
Jean-Francois Dockes
2015-04-24 10:46:58 +02:00
e6c0ca403drecollindex: do not retry files which previously failed to be indexed, except if they were changed since, or option -k is set
Jean-Francois Dockes
2015-04-23 10:37:37 +02:00
906312519cMinimum checking that we have enough space before attempting decompression. Change config default compressed file from no limit to 20 MB
Jean-Francois Dockes
2015-04-22 17:08:06 +02:00
edf6d33cf4change the way we call tr() in multisave.cpp, was not working. Updates all message files
Jean-Francois Dockes
2015-04-19 20:00:13 +02:00
47b1d77c5dguard against spaces in filenames inside rclokulnote and rcldoc filters
Jean-Francois Dockes
2015-04-17 13:12:01 +02:00
12d1de2e9eTry to match as long a suffix as possible when determining MIME type. This will allow .tar.gz files to be indexed directly instead of being decompressed to a temp file first.
Jean-Francois Dockes
2015-04-16 19:52:04 +02:00
d10b557e4cUse special case for indexing empty files
Jean-Francois Dockes
2015-04-16 19:49:40 +02:00
e825286037OpenBSD has no xattrs, help recoll build anyway
Jean-Francois Dockes
2015-04-09 09:08:30 +02:00
0dc7a977ea7zip filter: minimum docs and test
Jean-Francois Dockes
2015-04-07 09:03:03 +02:00
f201f71940Merged in igitur/recoll (pull request #4)
medoc
2015-04-07 08:27:19 +02:00
d80db8c09fImplement filter for .7z files. Based on rclzip and rcltar
Francois Botha
2015-04-06 09:57:00 +02:00
696bcbcfe9update tabwidget::currentChanged(QWidget*) to currentChanged(int)
Jean-Francois Dockes
2015-04-05 10:10:31 +02:00
072ca3e1beUsed to write settings in the exit handler, do it earlier because it crashes qt5
Jean-Francois Dockes
2015-04-05 09:08:55 +02:00