74 Commits

Author SHA1 Message Date
Jean-Francois Dockes
0cbc46732f Fixed the FSF address 2019-03-04 11:19:14 +01:00
Jean-Francois Dockes
56f0a0f9e6 GUI: adjust the dialog windows titles 2018-03-05 14:48:07 +01:00
Jean-Francois Dockes
dcbbdb7623 confguiindex.cpp: missing include <functional> 2017-12-10 14:17:55 +01:00
Jean-Francois Dockes
572eb5b57d Index config GUI: fix bug where the +- forms of skippedNames and noContentSuffixes were not taken into account 2017-12-01 17:40:01 +01:00
Jean-Francois Dockes
e59b356bad confgui try program: delete, did not work since qt3, not worth saving 2017-12-01 15:33:02 +01:00
Jean-Francois Dockes
49a776571d Tests: adapt to new way of Xapian 1.4 for printing queries 2017-12-01 15:03:25 +01:00
Jean-Francois Dockes
b5f7a1c98d GUI config: improve explanation of skippedPaths 2017-02-23 15:08:00 +01:00
Jean-Francois Dockes
1c7a47674a disk occup config message 2017-02-23 14:53:27 +01:00
Jean-Francois Dockes
5c46dbf7da clarify the disk usage limit parameter GUI tooltip. Closes issue #341 2017-02-22 19:03:24 +01:00
Jean-Francois Dockes
0b0385e459 got rid of the STD_SHARED_XX std/tr1 defines 2016-07-13 15:12:25 +02:00
Jean-Francois Dockes
f6a999de84 logging now uses c++ streams 2016-07-12 09:41:04 +02:00
Jean-Francois Dockes
88e56987d5 windows: GUI index config: convert backslashes in skippedPaths 2015-12-01 17:34:49 +01:00
Jean-Francois Dockes
4195ecb8ad Fix a signal name consistency issue for qt5 2015-11-23 11:08:33 +01:00
Jean-Francois Dockes
533d3bc037 webcache resizing: clarifications 2015-11-21 15:47:30 +01:00
Jean-Francois Dockes
be1bddf1d9 GUI: max size of 1000 Mb for webcache file was stupid 2015-10-30 18:41:04 +01:00
Jean-Francois Dockes
4d1f679eac Use std[::tr1]::shared_ptr instead of local RefCntr by default 2015-08-09 13:54:24 +02:00
Jean-Francois Dockes
7a59c09a10 french messages 2015-04-20 08:48:07 +02:00
Jean-Francois Dockes
1228326982 Fix things to build with qt5. Not functional yet: no menus+dumps core on exit... 2015-03-31 18:03:52 +02:00
Jean-Francois Dockes
e0517a7d13 Moved mimemap variable recoll_noindex to recoll.conf noContentSuffixes 2015-03-25 11:48:59 +01:00
Jean-Francois Dockes
185c994fa5 Config GUI: removed a bunch of ininteresting variables. Compacte layout a bit. Added indexedmimetypes and excludedmimetypes 2014-05-02 14:01:32 +02:00
Jean-Francois Dockes
719f37ded7 removed the "use file command" option from the GUI index config tool, as you would very seldom want to turn this off and users make mistakes. Still available by editing the config file 2013-04-18 11:11:20 +02:00
Jean-Francois Dockes
838ea6d623 got rid of STRIPCHARS compile-time variable to make the code more readable, and corresponding configure option. + make sure that CONFDIR from environment gets translated to absolute path 2013-03-27 17:38:11 +01:00
Jean-Francois Dockes
6c41ff55d6 added GUI interface to edit the path translations 2013-03-26 18:49:59 +01:00
Jean-Francois Dockes
5fc8f240fe from 1.18 branch: Adjust things for using the new Firefox plugin: remove visible Beagle references + fix 1.18 web queue indexing bugs 2012-11-01 11:30:39 +01:00
Jean-Francois Dockes
c2e8dd464a Only disable appropriate options not whole panel when index is tripped 2012-10-19 16:27:15 +02:00
Jean-Francois Dockes
c9f6612c10 implemented proper limitation and error reporting in case of truncation for term and query expansions 2012-10-05 12:36:19 +02:00
Jean-Francois Dockes
2807fa3c18 autodiacsens and autocasesens parameters 2012-10-03 15:35:40 +02:00
Jean-Francois Dockes
cb9a501561 messages typos 2012-05-28 09:42:59 +02:00
Jean-Francois Dockes
5949fd883e fixed missing button text in index config 2012-05-24 15:43:51 +02:00
Jean-Francois Dockes
f34994d882 Get recoll to compile with clang (on freebsd) and eliminate warnings. You can no build recoll with make CXX=clang LINK=clang 2012-05-20 17:35:03 +02:00
Jean-Francois Dockes
4eaf12fb9c more delistification 2012-04-12 08:15:50 +02:00
Jean-Francois Dockes
ec7b40a52e cosmetics: list -> vector in more places 2012-04-11 19:58:08 +02:00
Jean-Francois Dockes
78bd8d63da use vector instead of list for execmd arg list 2012-04-11 15:36:49 +02:00
Jean-Francois Dockes
fccc0ac09c Get rid of the GUI indexing thread. All indexing now done by recollindex, with start/stop from the GUI 2012-02-07 17:07:07 +01:00
Jean-Francois Dockes
98caf723ec Gui index config: only show the custom subtrees that come from the user config, not the standard ones from the system file 2012-02-03 18:26:12 +01:00
Jean-Francois Dockes
e96579568a GUI index config: trying to delete a custom subtree could delete the whole list (depending on qt version)... Closes issue #77 2012-02-03 18:22:27 +01:00
Jean-Francois Dockes
773a232f22 index config gui: adding a custom subtree would not make it the current one so that subsequently adding/changing parameters affected the global state, not the local one (except/until it was actually clicked) 2012-02-03 16:08:37 +01:00
Jean-Francois Dockes
16dea9d490 GUI: show hidden (dot) files in file/dir selection dialogs. Closes issue #62 2011-06-04 14:46:07 +02:00
Jean-Francois Dockes
297ff2d225 comments and doc 2011-05-07 09:32:42 +02:00
Jean-Francois Dockes
55f124725f Fix problems that occurred when multiple threads were trying to read/convert files at the same time (ie: indexing and previewing threads in the GUI calling internfile()). Either get rid of or lock-protect all shared data, eliminate misc initialization possible conflicts by using static initializers. Hopefuly closes issue #51 2011-04-28 10:58:33 +02:00
Jean-Francois Dockes
b28eaf23fb Got rid of all the old RCS id strings 2011-04-27 08:22:17 +02:00
Jean-Francois Dockes
69b491feb3 recoll gui indexing: make execmd thread-safe. This plus the previous change about accessing the global config should fix the crashes observed when changing the configuration throgh the gui while the indexing thread is running 2011-03-02 16:20:25 +01:00
Jean-Francois Dockes
e1a20aa810 got rid of accesses to global config through getMainConfig() 2011-03-02 13:47:07 +01:00
Jean-Francois Dockes
a29e380227 compiles cleanly without qt3_support. Needs more testing 2010-12-04 15:26:13 +01:00
Jean-Francois Dockes
0089f4031b simplified indexing preferences GUI panel layout by using qGridLayout (instead of groupboxes) 2010-08-31 18:20:48 +02:00
Jean-Francois Dockes
77211c0db3 compressedfilemaxkbs had no default in the sample conf which created some weirdness in the index config GUI (but no actual problem). Add default in sample conf + a way to set a default value in the c++ code 2010-08-31 09:48:26 +02:00
Jean-Francois Dockes
7f8c086f4a Qt GUI: made the Qt4 main window native Qt4 (no more use of Q3MainWindow) 2010-01-30 14:09:40 +01:00
dockes
a029de8be9 set defaults usedesktoprefs, maxtext 20mb pagesz 1000k webcache 40m 2009-11-28 08:14:05 +00:00
dockes
bbba826c06 1st beagle version with index/preview working 2009-11-13 13:29:34 +00:00
dockes
f581d3b522 add panel for beaglequeue parameters + arrange so that a checkbox can enable/disable other params 2009-11-13 08:58:16 +00:00