Commit graph

3620 commits

Author SHA1 Message Date
Jean-Francois Dockes
16cc149e40 use path_pathtofileurl 2015-09-02 09:13:07 +02:00
Jean-Francois Dockes
5f9b0110de Fix computation of file:// urls from paths 2015-09-02 09:11:25 +02:00
Jean-Francois Dockes
66bc94d1e8 _WIN32 ifdefs cleanup 2015-09-02 08:40:39 +02:00
Jean-Francois Dockes
5631554abd more int fixups 2015-09-02 07:34:59 +02:00
Jean-Francois Dockes
535bf682f2 Suppressed many integer size warnings by a mix of type adjustments and casts,
none of which should have a real effect.
2015-09-01 19:39:20 +02:00
Jean-Francois Dockes
1b9673deb1 More small windows int types fixes. 2015-09-01 15:03:21 +02:00
Jean-Francois Dockes
59ba8e9fce length() comparisons in stringccxmp were reversed... 2015-09-01 15:02:03 +02:00
Jean-Francois Dockes
cdcbb01eab Test for empty term before dereferencing utf-8 iterator 2015-09-01 14:45:41 +02:00
Jean-Francois Dockes
468c9fe575 Test for end() after lower_bound call before dereferencing! 2015-09-01 14:44:30 +02:00
Jean-Francois Dockes
b47cb97e1d Turn synonyms expansion off if the search is sensitive to either case or diacritics. + misc trace improvements 2015-09-01 08:13:11 +02:00
Jean-Francois Dockes
5e062990a4 added option to force recollq build 2015-09-01 08:11:43 +02:00
Jean-Francois Dockes
9f8d382b3d missing errno.h 2015-09-01 08:14:17 +02:00
Jean-Francois Dockes
8f5597026d Handle windows paths: mostly change tests for relative, and some other tweaks. 2015-08-31 17:20:04 +02:00
Jean-Francois Dockes
6bbb87b063 recollindex and recollq build and run but fail because of unac error 2015-08-31 13:08:50 +02:00
Jean-Francois Dockes
20c9638ea4 fix bogus signedness warning 2015-08-30 17:45:19 +02:00
Jean-Francois Dockes
970935f130 Windows: fixed a number of int size warnings mostly by casting them away 2015-08-30 17:30:31 +02:00
Jean-Francois Dockes
d5aa8db282 fix linux build of windows branch 2015-08-30 15:50:28 +02:00
Jean-Francois Dockes
271e3ab2d9 fix linux build of windows branch 2015-08-30 15:50:17 +02:00
Jean-Francois Dockes
e32b102bd3 Idem. recollindex builds, forgotten bits 2015-08-30 15:31:35 +02:00
Jean-Francois Dockes
60fd34e40f recollindex builds. Still need to implement quite a lot of ifndefed stuff (pathut, rclconfig) 2015-08-30 15:30:50 +02:00
Jean-Francois Dockes
ca55c34b28 1st mods to get a build under windows. Does not build yet, far from it 2015-08-30 11:19:18 +02:00
Jean-Francois Dockes
2c7f4f8a83 fix typo in synonyms multigroups update 2015-08-25 07:36:48 +02:00
Jean-Francois Dockes
0751bbfed8 Support multi-word synonyms and add modifier to turn-off synonyms expansion 2015-08-23 12:15:52 +02:00
Jean-Francois Dockes
b4ab07c450 fix flac mime types in rclaudio + small changes for experimenting with embedding an interpreter in recollindex 2015-08-23 09:29:26 +02:00
Jean-Francois Dockes
df7ff6aa2c made building user doc optional at configure time 2015-08-23 09:05:05 +02:00
Jean-Francois Dockes
16b3396f12 Implement single-term query-time synonyms 2015-08-22 15:11:07 +02:00
Jean-Francois Dockes
f4ecd5c29e more safexx posix stuff 2015-08-22 08:37:58 +02:00
Jean-Francois Dockes
34e7ad0936 data struct for synonym groups 2015-08-22 08:35:54 +02:00
Jean-Francois Dockes
b1c5f5b96e data struct for synonym groups 2015-08-21 19:03:59 +02:00
Jean-Francois Dockes
776539571b add routine to test prog to exercise execm proto 2015-08-21 08:33:13 +02:00
Jean-Francois Dockes
fca3ad235f Prepared windows port by removing a number of spurious reference to unix-specific interfaces, and using some xapian posix adaptor includes 2015-08-19 14:41:10 +02:00
Jean-Francois Dockes
e693344c96 Get rid of dead/unused code + use xapian posix include files 2015-08-19 13:32:44 +02:00
Jean-Francois Dockes
3297646cc3 firstindexing was never run because the status file was trucated before it was tested for being not empty 2015-08-19 13:22:30 +02:00
Jean-Francois Dockes
bd3e930533 Make dehyphenate (co-worker->coworker) optional 2015-08-19 11:34:26 +02:00
Jean-Francois Dockes
5c001aec83 removed a number of gratuitous linuxisms 2015-08-18 12:44:53 +02:00
Jean-Francois Dockes
fdd8da9a90 Handle the case where unac produces whitespace, which may occur with letter-less accents 2015-08-13 18:22:09 +02:00
Jean-Francois Dockes
2fb4804d38 Generate an additional unhyphenated term for singly hyphenated words: co-worker will index as [co worker], [co-worker] and [coworker]. Only produce terms for alphanumeric hashtags (discard #,xyz) 2015-08-13 18:18:49 +02:00
Jean-Francois Dockes
7fff38562b Discard data for docs where the alternate transcode-from-8bit trial fails after the transcode from utf-8 has failed 2015-08-13 18:14:47 +02:00
Jean-Francois Dockes
4a34a57474 namespace std 2015-08-13 18:12:00 +02:00
Jean-Francois Dockes
1e746164c5 Release 1.22.0 tagged 2015-08-10 16:19:06 +02:00
Jean-Francois Dockes
64ef2d44f0 make dist fixup 2015-08-10 16:18:58 +02:00
Jean-Francois Dockes
b1555fba59 Release 1.22.0 tagged 2015-08-10 16:17:56 +02:00
Jean-Francois Dockes
4edcff7792 make dist fixup 2015-08-10 16:17:53 +02:00
Jean-Francois Dockes
455543a71e use qshortcuts instead of the event filter for tab management key events 2015-08-10 11:28:08 +02:00
Jean-Francois Dockes
a319f09411 move include around for tidyness 2015-08-10 11:16:07 +02:00
Jean-Francois Dockes
4cce11188f pass prefix parameters to qt make at install time 2015-08-10 11:15:22 +02:00
Jean-Francois Dockes
95e13d8cd5 submit to automake really wanting wasaparse.hpp not .h 2015-08-10 10:11:08 +02:00
Jean-Francois Dockes
ec8709af9b Removed tag RECOLL-1.22.0 2015-08-10 10:09:47 +02:00
Jean-Francois Dockes
8bd448d140 Release 1.22.0 tagged 2015-08-10 10:07:58 +02:00
Jean-Francois Dockes
810c420dc5 Reset status of highlighting/term data when loading doc in editor. Fixes search not working after using shift+arrow 2015-08-09 19:20:42 +02:00