blob: 5cc14cbda55dcd422e2eb5502291acfa0eaeb922 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
|
### mate-user-share 1.26.0
* Translations update
* update copyright to 2021
* use MATE_COMPILE_WARNINGS from mate-common
### mate-user-share 1.24.0
* Translations update
* Update copyright to 2020
* avoid redundant redeclarations
* desktop files: add translator hints
* Let xgettext recognize caja-extension.in as a desktop file
* Let Description in .caja-extension be translatable
* migrate from intltool to gettext
### mate-user-share 1.23.0
* Translations update
* silent output
* Remove trailing whitespaces
* [ci] Add cppcheck html report
* Change url project's website
* [ci] Enable Clang Static Analyzer
* Fix HTTPD config notice
* help: update copyright
### mate-user-share 1.22.0
* Translations update
* Use the same legal.xml file
* Initialize Travis CI support
### mate-user-share 1.21.0
* Translations update
* caja-share-bar: avoid deprecated 'g_type_class_add_private'
* drop obsolete configure option from distcheck
* Use make functions for HELP_LINGUAS
* adding help to transifex config
* disable deprecation warnings for distcheck
* file-share-properties.ui: avoid deprecated:
* update transifex config with branch specific resoures
### mate-user-share 1.20.0
* Translations update
* require GTK+ 3.22 and GLib 2.50
### mate-user-share 1.19.0
* build: use correct macros to fix cross-build
* don't use deprecated gtk_show_uri
* Translations update
### mate-user-share 1.18.0
* NEWS: use consistent, project wide, markdown-like formatting to make
generating release announcements easier
* Build: require caja >= 1.17.1
* Move to GTK+3 (require GTK+ >= 3.14), drop GTK+2 code and --with-gtk
build option
### mate-user-share 1.16.0
* Build: use 'm4' dir for m4 macros, like in other projects
* GTK+3: port from libunique to GtkApplication
* Make distcheck use currently selected GTK+ version
* Translations update
### mate-user-share 1.14.0
* Drop MateConf migration script
* Don't translate Keywords field in .desktop files
* GTK+3: fix some deprecations
* Translations update
* Fix Changelog generation
### mate-user-share 1.12.0
* Switch to org.gnome.SessionManager (used for BT services start/stop)
* Drop useless dependency on dbus-1
* Drop Apache 2.0 support
* Some more cleanups
### mate-user-share 1.10.0
* Add GTK3 support
### mate-user-share 1.8.0
* Restore user-guide and port it to yelp.
* Disable bluetooth by default.
### mate-user-share 1.7.0
* Add support for Apache 2.4
* Add manpage
|