~letterus/synapse-project:recoll_integration

Last commit made on 2022-12-31
Get this branch:
git clone -b recoll_integration https://git.launchpad.net/~letterus/synapse-project
Only Johannes Brakensiek can upload to this branch. If you are Johannes Brakensiek please log in for upload directions.

Branch merges

Branch information

Name:
recoll_integration
Repository:
lp:~letterus/synapse-project

Recent commits

df08c14... by Letterus <email address hidden>

More verbose code

4bfab77... by Letterus <email address hidden>

Disable debugging log

358f88f... by Letterus <email address hidden>

Add some async timer and timeouts to check if the user has stopped typing. Only start the Recoll search task then.

078ec2e... by Letterus <email address hidden>

First working version of Patrick Marchwiak's Recoll plugin reintegrated

61f8fb8... by Rico Tzschichholz

ui: Remove help-button for plugins which pointed to obsolete address

58669c6... by Rico Tzschichholz

build: Allow building with gettext ≥ 0.20

The use of AM_GNU_GETTEXT_VERSION in configure.ac instructs autopoint to
copy po/Makefile.in.in from the exact gettext version. It is fine if the
version of gettext installed on the system has the same minor version
number with the requested version, but it fails if you have a newer
version of gettext because of the mismatch between autoconf macros and
Makefile.in.in.

  *** error: gettext infrastructure mismatch: using a Makefile.in.in
  from gettext version 0.19 but the autoconf macros are from gettext
  version 0.20

Instead of specifying the exact version with AM_GNU_GETTEXT_VERSION, we
can use AM_GNU_GETTEXT_REQUIRE_VERSION to ask autopoint to simply use
the gettext version installed on the system to prevent the mismatch.

a8d10a3... by Rico Tzschichholz

Release 0.2.99.4

d8e3f81... by Rico Tzschichholz

plugins: Avoid ownership mismatches of container elements

a7fd3b0... by Rico Tzschichholz

Rename .bzrignore to .gitignore

86119bc... by Rico Tzschichholz

core: Use x-terminal-emulator directly on non-GNOME sessions