~khurshid-alam/kupfer/+git/trunk:master

Last commit made on 2024-04-28
Get this branch:
git clone -b master https://git.launchpad.net/~khurshid-alam/kupfer/+git/trunk

Branch merges

Branch information

Name:
master
Repository:
lp:~khurshid-alam/kupfer/+git/trunk

Recent commits

380474c... by Karol Będkowski

po: update pl

2e46be3... by Karol Będkowski

docs: update VersionHistory for v327

49dc01c... by Karol Będkowski

fix: prevent crashes on startup when app start too fast.

This happen quite rarely and crash with malloc or free errors.

0946030... by Karol Będkowski

fix: fix browser placement after actions with results

Sometimes browser table not appear in right place (esp after entering
text in text mode and run action).

Now browser position is always adjusted after main window resize/move.

e8ca24f... by Karol Będkowski

fix: fix lag when back action (left key) is pressed on items without parent

For dynamic generated leaves there is no 'parent' that we can select on
back action. This not work and unnecessary fill leaves panel.

b76e4ae... by Karol Będkowski

feat(plugins): new plugin for recoll search system

Search for text in Recoll full text search system

2419b73... by Karol Będkowski

chore(types): prevent errors for wrong/unknown window manager

Sometimes get_window_manager_name return None instead of window manager
name.

93322a7... by Karol Będkowski

po: update pl translation

a389f7e... by Karol Będkowski

chore: capitalize libvirt and tmux plugin names.

All plugins have capitalized name so this two also should havel.

7757915... by Karol Będkowski

fix: do not try to close default display on unused display cleanup

On try_close_unused_displays current display is put in skip_displays list
and is not closing. But compare Display objects don't work right and
default / current display may be tried to close. Normally this should be
harmful.

Now skip_displays list contains displays name. Also - if somehow - there is
no default_display - do not close anything.

Close: #176