<feed xmlns='http://www.w3.org/2005/Atom'>
<title>caja/libcaja-private, branch 1.22</title>
<subtitle>Caja, the file manager for the MATE desktop</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/'/>
<entry>
<title>Fix build using gcc 10 -fno-common flag</title>
<updated>2020-02-15T13:11:13+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2020-01-30T09:56:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=4832c00beefb4fc7d4ca3a23538941001d28f871'/>
<id>4832c00beefb4fc7d4ca3a23538941001d28f871</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Copy file and keep timestamps of original file including remotes</title>
<updated>2020-02-08T09:00:32+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-08-10T13:02:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=9f8b8d32b2d55dd3d3cdeed426af259862bf7b47'/>
<id>9f8b8d32b2d55dd3d3cdeed426af259862bf7b47</id>
<content type='text'>
The timestamps are reset to the current time, even if the source &amp;
target folders support these GFileInfo attributes.

Closes #1226
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The timestamps are reset to the current time, even if the source &amp;
target folders support these GFileInfo attributes.

Closes #1226
</pre>
</div>
</content>
</entry>
<entry>
<title>Make device ejection notifications translatable</title>
<updated>2020-01-10T10:00:35+00:00</updated>
<author>
<name>Jonathan Michalon</name>
<email>dev@michalon.eu</email>
</author>
<published>2020-01-07T17:41:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=df83f1d7cf19f029040affa21c8afe4e605394a9'/>
<id>df83f1d7cf19f029040affa21c8afe4e605394a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>canvas-item: Don't hyphenate filenames</title>
<updated>2019-11-22T20:29:30+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-11-22T20:29:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=ea81a5e3bd1cc8e9ba2b92ced9db1ebae803e24d'/>
<id>ea81a5e3bd1cc8e9ba2b92ced9db1ebae803e24d</id>
<content type='text'>
fixes 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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes 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
</pre>
</div>
</content>
</entry>
<entry>
<title>caja-progress-info: use NotifyNotification instead of GNotification</title>
<updated>2019-08-18T08:24:24+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-08-18T00:22:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=7d6d9f540de3f0c37a7d0c130a55b2e172518a7f'/>
<id>7d6d9f540de3f0c37a7d0c130a55b2e172518a7f</id>
<content type='text'>
Fixes https://github.com/mate-desktop/caja/issues/1285
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://github.com/mate-desktop/caja/issues/1285
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace gdkpixbuf with cairo_surfaces in a few more places</title>
<updated>2019-07-23T14:37:34+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2019-07-07T11:00:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=8446b73407dd3c9ca0b061d4c87b94e52cf94a85'/>
<id>8446b73407dd3c9ca0b061d4c87b94e52cf94a85</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>caja-file: avoid shifting signed 32-bit value by 31 bits</title>
<updated>2019-07-23T13:21:04+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-03-31T01:21:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=6ec797480806fae394d0ff086cf3923655fd7bdd'/>
<id>6ec797480806fae394d0ff086cf3923655fd7bdd</id>
<content type='text'>
Fixes cppcheck warnings:

[libcaja-private/caja-file.c:288]: (error) Shifting signed 32-bit value by 31 bits is undefined behaviour
[libcaja-private/caja-file.c:334]: (error) Shifting signed 32-bit value by 31 bits is undefined behaviour
[libcaja-private/caja-file.c:386]: (error) Shifting signed 32-bit value by 31 bits is undefined behaviour
[libcaja-private/caja-file.c:3789]: (error) Shifting signed 32-bit value by 31 bits is undefined behaviour
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes cppcheck warnings:

[libcaja-private/caja-file.c:288]: (error) Shifting signed 32-bit value by 31 bits is undefined behaviour
[libcaja-private/caja-file.c:334]: (error) Shifting signed 32-bit value by 31 bits is undefined behaviour
[libcaja-private/caja-file.c:386]: (error) Shifting signed 32-bit value by 31 bits is undefined behaviour
[libcaja-private/caja-file.c:3789]: (error) Shifting signed 32-bit value by 31 bits is undefined behaviour
</pre>
</div>
</content>
</entry>
<entry>
<title>caja-icon-canvas-item: initialize variable 'scale'</title>
<updated>2019-07-23T13:19:41+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-03-31T00:32:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=cd14d61be16ab05f64d7639ffaf586361ba8c4a7'/>
<id>cd14d61be16ab05f64d7639ffaf586361ba8c4a7</id>
<content type='text'>
Fixes cppcheck warning:

[libcaja-private/caja-icon-canvas-item.c:517]: (error) Uninitialized variable: scale
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes cppcheck warning:

[libcaja-private/caja-icon-canvas-item.c:517]: (error) Uninitialized variable: scale
</pre>
</div>
</content>
</entry>
<entry>
<title>caja-file-operations: make sure 'error' isn't NULL</title>
<updated>2019-07-23T13:11:51+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-03-28T20:40:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=374757b8ff53c4e1a19827ccd04c1ac026e1e69e'/>
<id>374757b8ff53c4e1a19827ccd04c1ac026e1e69e</id>
<content type='text'>
Fixes Clang static analyzer warnings:

caja-file-operations.c:2165:7: warning: Access to field 'code' results in a dereference of a null pointer (loaded from variable 'error')
                if (error-&gt;code != G_IO_ERROR_FAILED_HANDLED) {
                    ^~~~~~~~~~~

caja-file-operations.c:5448:14: warning: Access to field 'message' results in a dereference of a null pointer (loaded from variable 'error')
                        details = error-&gt;message;
                                  ^~~~~~~~~~~~~~
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes Clang static analyzer warnings:

caja-file-operations.c:2165:7: warning: Access to field 'code' results in a dereference of a null pointer (loaded from variable 'error')
                if (error-&gt;code != G_IO_ERROR_FAILED_HANDLED) {
                    ^~~~~~~~~~~

caja-file-operations.c:5448:14: warning: Access to field 'message' results in a dereference of a null pointer (loaded from variable 'error')
                        details = error-&gt;message;
                                  ^~~~~~~~~~~~~~
</pre>
</div>
</content>
</entry>
<entry>
<title>caja-open-with-dialog: make sure there is error before showing it</title>
<updated>2019-07-23T13:11:43+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-03-28T03:44:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=32b41e72a508636947fc3c107caf504fe74da224'/>
<id>32b41e72a508636947fc3c107caf504fe74da224</id>
<content type='text'>
Fixes Clang static analyzer warning:

caja-open-with-dialog.c:252:100: warning: Access to field 'message' results in a dereference of a null pointer (loaded from variable 'error')
        message = g_strdup_printf (_("Could not add application to the application database: %s"), error-&gt;message);
                                                                                                   ^~~~~~~~~~~~~~
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes Clang static analyzer warning:

caja-open-with-dialog.c:252:100: warning: Access to field 'message' results in a dereference of a null pointer (loaded from variable 'error')
        message = g_strdup_printf (_("Could not add application to the application database: %s"), error-&gt;message);
                                                                                                   ^~~~~~~~~~~~~~
</pre>
</div>
</content>
</entry>
</feed>
