~mate-desktop/mate-desktop/+git/caja:1.22

Last commit made on 2020-03-02
Get this branch:
git clone -b 1.22 https://git.launchpad.net/~mate-desktop/mate-desktop/+git/caja

Branch merges

Branch information

Recent commits

051fd96... by Pablo Barciela <email address hidden>

Travis CI: arch build: add autoconf-archive

71a5d11... by Pablo Barciela <email address hidden>

Travis CI: build mate-desktop from 1.22 branch

acf53d7... by raveit65

travis: update config for new travis validation

aa261d5... by Jonathan Michalon <email address hidden>

Set a real title on the desktop window (as provided to ATK)

Even if we think that the desktop window title is never seen, it is used
by the window selector in "all windows" mode and speech synthesis.

4832c00... by Robert Antoni Buj Gelonch

Fix build using gcc 10 -fno-common flag

9f8b8d3... by Robert Antoni Buj Gelonch

Copy file and keep timestamps of original file including remotes

The timestamps are reset to the current time, even if the source &
target folders support these GFileInfo attributes.

Closes #1226

15be27e... by raveit65

tx: update resource for transifex

df83f1d... by Jonathan Michalon <email address hidden>

Make device ejection notifications translatable

cdcf9de... by raveit65

release to 1.22.3

eec47d4... by raveit65

editable-label: Don't hyphenate filenames

more fixes for https://github.com/mate-desktop/caja/issues/1284

Pango 1.44 got the ability to automatically hyphenate on line breaks,
which is on by default, but can be set off by a new attribute.

As a result, we now hyphenate filenames, which is confusing, because
a filename may already include hyphens.

To restore the previous behavior, let's not insert hyphens when
breaking filenames in multiple lines.

Inspired by https://gitlab.gnome.org/GNOME/nautilus/commit/9738d85