125 Commits

Author SHA1 Message Date
Jean-Francois Dockes
1a17578ebb "Snippets" link translation 2015-06-06 08:20:46 +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
c28b1f91cc compensate for off-by-3 error when setting webkit font size with QWebSettings. Experiment (ifndefed) with using css instead 2014-12-01 14:08:13 +01:00
Jean-Francois Dockes
26c7e1c690 GUI: add possibility to call script from link in result paragraph html 2014-08-24 18:11:00 +02:00
Jean-Francois Dockes
c11453fc27 Treat the "open parent" link click more like the right-click menu entry for open parent. The latter is still different because it opens the enclosing document, not necessarily a folder if the doc result is embedded. But they now behave the same if the parent is a folder 2014-07-19 15:31:03 +02:00
Jean-Francois Dockes
ad2576c8f7 Gui result list: add %P substitution for parent folder and F link target for opening the parent folder 2014-07-17 10:46:15 +02:00
Jean-Francois Dockes
c897a09cd3 GUI: add "Open With" entry in reslist/table popups to let the user choose the app 2014-05-01 09:28:46 +02:00
medoc
aed4c43d52 GUI: restable: the dups and snippets links did not work 2013-10-21 19:41:01 +02:00
Jean-Francois Dockes
21b06871c1 fixed --disable-webkit 2013-05-12 10:07:04 +02:00
Jean-Francois Dockes
10eaf5e6cb spell suggestions after adv search should not be links to start simple search 2013-04-29 12:52:46 +02:00
Jean-Francois Dockes
167c8a4286 fix minor issues in multisave and popup menus 2013-04-28 16:58:05 +02:00
Jean-Francois Dockes
ceef5aebd0 use restable instead of reslist for "show subdocs" 2013-04-27 16:08:22 +02:00
Jean-Francois Dockes
656d0a1395 factorized GUI result popup menu code 2013-04-27 11:11:35 +02:00
Jean-Francois Dockes
62ca9549a3 fixed a few connections in subdocs aux reslist 2013-04-25 14:21:24 +02:00
Jean-Francois Dockes
2b80c77c23 Add possibility to display a list of sub-documents for a given result 2013-04-24 16:33:53 +02:00
Jean-Francois Dockes
caf5d105df Add support for indexing symlinks as such. Use inode/directory instead of application/x-fsdirectory as directory mime type. Fix stat/lstat usage in places (wipedir) 2013-04-17 18:34:02 +02:00
Jean-Francois Dockes
de82f13ddc add functions and interface to display the duplicates of a result document 2013-04-17 09:36:46 +02:00
Jean-Francois Dockes
66a5d9ab83 Arrange things so that "open parent" selects the file child when the parent is a directory 2013-02-27 14:36:45 +01:00
Jean-Francois Dockes
d5a6105795 implement mime exceptions to "use desktop open" so that we can use evince and pass page and search string parameters for pdf,ps and dvi even when all other mime types are passed to xdg-open 2012-10-04 09:51:29 +02:00
Jean-Francois Dockes
f025ff33dd arrange to enable passing a match term as an argument when opening a document with the native editor (only / mostly pdf for now) 2012-10-02 14:40:09 +02:00
Jean-Francois Dockes
133d3b2a10 Only create the snippets menu entry if doc has pages. Add code for a snippets window link inside the result list 2012-10-02 10:56:23 +02:00
Jean-Francois Dockes
3cb8ea747f small touchups to the aspell suggestions code 2012-10-01 17:28:30 +02:00
"Jean-Francois Dockes ext:(%22)
52bc9f4aa3 merged the case/diac sensitivity code back into trunk 2012-09-25 19:20:24 +02:00
"Jean-Francois Dockes ext:(%22)
7a9c435712 Detect doc source snippets capability 2012-09-25 16:02:41 +02:00
"Jean-Francois Dockes ext:(%22)
1bab5ae658 temporary aspell suggest workaround
--HG--
branch : CASEDIACSENS
2012-09-25 15:40:11 +02:00
Jean-Francois Dockes
d9dc7cf142 preliminary implementation for the snippets "open to page" popup window 2012-09-20 13:51:40 +02:00
Jean-Francois Dockes
9b273d94e8 ensure that recoll configured with indexStripChars=1 runs as compiled with -DRCL_INDEX_STRIPCHARS
--HG--
branch : CASEDIACSENS
2012-09-15 15:16:20 +02:00
"Jean-Francois Dockes ext:(%22)
20c04952f2 Arrange for plaintorich to keep track of the link between match area and search terms. Use this in preview to allow walking the matches for a given search term group 2012-08-18 12:15:43 +02:00
Jean-Francois Dockes
a90b8bd4e9 GUI: fixed issues with result list scrolling and paging 2012-05-23 10:37:38 +02:00
Jean-Francois Dockes
f0980f6d33 debug messages for icon paths 2012-05-14 17:31:25 +02:00
Jean-Francois Dockes
c247dd60ae reslist: only create an Open popup menu entry if we would create an Open link (doc type has a viewer). 2012-05-04 09:46:20 +02:00
Jean-Francois Dockes
29ef5bd143 Thumbnails: need to url_encode the source path before hashing for thumbnail name 2012-04-08 19:13:18 +02:00
Jean-Francois Dockes
d40d47ff97 messages updates and doc 2012-03-08 10:43:24 +01:00
Jean-Francois Dockes
03b3bd4ac8 Use shift+PageUp instead of Shift+Home to go to the first page or results: Shift+Home is useful to select the search entry text 2012-03-06 13:54:34 +01:00
Jean-Francois Dockes
e6eea24219 enable javascript 2012-02-23 16:35:21 +01:00
Jean-Francois Dockes
ea0f4725cb GUI: enable using QWebView WebKit browser instead of Qt native QTextBrowser to display the result list. On by default, can be disabled with configure --disable-webkit 2012-02-23 14:16:47 +01:00
Jean-Francois Dockes
ef00bfae70 Implement the gui category filters as query language fragments instead of hard-coding them. This allows implementing other kinds of filtering (ie:on directory) just by changing a configuration file 2012-02-18 11:21:09 +01:00
Jean-Francois Dockes
521e431055 gui: restore sorting/filtering functions for the history list 2012-02-17 15:06:24 +01:00
Jean-Francois Dockes
57cd31636c deleted empty methods and assocd sigs and connections 2012-02-17 11:43:57 +01:00
Jean-Francois Dockes
f6e50fd9eb Result list: improve the spelling suggestions now presented as links which will replace the appropriate word inside the query 2012-02-17 09:01:28 +01:00
Jean-Francois Dockes
2a091e874c Result list: if a thumbnail exists for the result, display it instead of the file type icon 2012-02-14 18:54:13 +01:00
Jean-Francois Dockes
71383023a5 Gui: add parameter to adjust the date format used in the result list 2012-02-01 14:25:54 +01:00
Jean-Francois Dockes
6d98115eac Fixed GUI bugs revealed by qt 4.7.4/opensuse 12.1. Symptoms: the result list links would not work, the GUI would crash after temp directory creation failure in preview 2011-11-07 13:47:38 +01:00
Jean-Francois Dockes
469c544915 GUI: allow setting the snippet separator inside abstract (now a real html ellipsis by default) 2011-07-07 11:11:02 +02:00
Jean-Francois Dockes
877f4c90c2 GUI: popup in reslist header would segfault + direct respage access 2011-06-28 10:15:55 +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
e1a20aa810 got rid of accesses to global config through getMainConfig() 2011-03-02 13:47:07 +01:00
Jean-Francois Dockes
34511918d9 query: extract the collapse count from xapian + small cleanups 2011-01-17 11:25:05 +01:00
Jean-Francois Dockes
c4f79e49da qtgui: add menu to erase search history + misc cleanups 2011-01-15 15:39:15 +01:00