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

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

Branch merges

Branch information

Recent commits

7493377... by Pablo Barciela <email address hidden>

Travis CI: arch build: add autoconf-archive

f8a9eaf... by Pablo Barciela <email address hidden>

Travis CI: Fix build error, add .build.yml

07aef8b... by Pablo Barciela <email address hidden>

avoid to make new Gsettings variables

use Gsettings 'pluma_prefs_manager' instead

42c09a5... by Pablo Barciela <email address hidden>

pluma-view: avoid static gboolean variable

in function 'pluma_override_font'

dbad9c1... by Victor Kareh <email address hidden>

window: Do not override GdkWindowState

When setting the custom pluma window state we override the class method,
but never defer back to the parent class method. This means that window
states like backdrop are never set on Pluma.

615ecfd... by Pablo Barciela <email address hidden>

pluma-document: avoid garbarge value in 'file_with_bom' function

Fixes clang analyzer warning:

pluma-document.c:682:14: warning: The left operand of '==' is a garbage value
        if ((bom[0] == '\357') &&
             ~~~~~~ ^

ac964e6... by Pablo Barciela <email address hidden>

pluma-print-preview: Fix warning: identical expressions

based in gedit commit:
https://gitlab.gnome.org/GNOME/gedit/commit/e30939812fcf884d031757fb3cc2a8383f3ce21f

Fixes Clang analyzer warning:
pluma-print-preview.c:743:24: warning: identical expressions on both sides of logical operator
        if (priv->tile_h <= 0 || priv->tile_h <= 0)
            ~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~

Fixes cppcheck warning:
[pluma/pluma-print-preview.c:743]: (style) Same expression on both sides of '||'.

2ce508d... by zhangjialing <email address hidden>

add gbk encoding

Signed-off-by: zhangjialing <email address hidden>

014575f... by raveit65

travis ci: use fedora:latest

cd8b76a... by Pablo Barciela <email address hidden>

Travis CI: use Ubuntu "19.10" instead "19.04"