Codebase list xapp / a8d7c4c
1.2.0 Clement Lefebvre 6 years ago
2 changed file(s) with 32 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
0 xapp (1.1.0) UNRELEASED; urgency=medium
0 xapp (1.2.0) tara; urgency=medium
11
2 * Unstable
2 [ Clement Lefebvre ]
3 * Add CI configuration
34
4 -- Clement Lefebvre <root@linuxmint.com> Fri, 22 Dec 2017 12:21:54 +0000
5 [ Michael Webster ]
6 * Build: Switch to Meson (#34)
7 * docs/meson.build: split mkdb args properly. (fixes arch build)
8 * Fix post-install script shebang, remove the schema file from translation tracking.
9 * build: make docs optional, but enabled in debian build. Add deprecated warnings option as well.
10 * xapp-gtk-window.c: use gdk_error_trap_pop_ignored to quiet build warning.
11 * xapp-gtk-window.c: Skip x11 calls if we're not running an x session.
12 * xapp-gtk-window.c: only do an x11 check once, cache the result.
13
14 [ JosephMcc ]
15 * prefs-window: Remove a stray separator
16
17 [ Michael Webster ]
18 * build: Fix pkg-config generation to require header-file-included libs (fixes CI build for nemo)
19
20 [ NikoKrause ]
21 * Add media-mount-symbolic icon (#37)
22 * extract/compress icons for nemo-fileroller (#38)
23
24 [ Fabio Fantoni ]
25 * debian: small improvements about python
26 * debian: wrap-and-sort -bst
27 * update debian/copyright
28 * Bump debhelper build-dep and compat to 10
29 * add debian/not-installed
30 * Drop dh's parallel arg (no longer needed with dh >= 10)
31
32 -- Clement Lefebvre <root@linuxmint.com> Mon, 16 Apr 2018 15:39:24 +0100
533
634 xapp (1.0.4) sylvia; urgency=medium
735
00 project('xapp',
11 'c',
2 version : '1.1.0'
2 version : '1.2.0'
33 )
44
55 gnome = import('gnome')