Codebase list xapp / 741b812
2.0.5 Clement Lefebvre 3 years ago
2 changed file(s) with 21 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 xapp (2.0.5) ulyssa; urgency=medium
1
2 [ Michael Webster ]
3 * favorite-vfs-file.c: Don't mark favorites that have unavailable target files as symbolic links.
4 * favorite-vfs-file.c: Remove a file from favorites when deleted or trashed (but don't actually delete or trash them) - this brings the favorites behavior in line with recents.
5 * favorite-vfs-file.c: Remove some methods that can't be supported.
6 * Go back to leaving favorites with missing targets as symlinks.
7 * favorite-vfs-file.c: Add thumbnailing preference to the filesystem info.
8 * xapp-status-icon.c: Construct fallback dbus name from a non-localized string.
9 * status icon: Replace g_get_application_name with g_get_progname everywhere else (followup to previous commit).
10 * xapp-status-icon-monitor.c: fix typo.
11
12 [ Clement Lefebvre ]
13 * l10n: Update translations
14
15 [ Michael Webster ]
16 * xapp-gtk3-module.c: Add a mechanism to allow a GtkWindow's icon (#127)
17
18 -- Clement Lefebvre <root@linuxmint.com> Sat, 02 Jan 2021 18:35:48 +0000
19
020 xapp (2.0.4) ulyssa; urgency=medium
121
222 [ Leigh Scott ]
00 project('xapp',
11 'c',
2 version : '2.0.4',
2 version : '2.0.5',
33 default_options : [ 'buildtype=debugoptimized' ],
44 )
55