blob: 5b7b084082f6b8578a3839c85d8df5cf320fa110 (
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
|
### mate-polkit 1.25.0
* Translations update
* Remove USE_MATE2_MACROS from autogen.sh (legacy)
* add git.mk to generate .gitignore
* build: silent build warnings for distcheck
### mate-polkit 1.24.0
* build: show warning flags on configure summary
* build: warning flags are already defined
* autoconf: AC_PROG_CC was called before AX_CHECK_ENABLE_DEBUG
* Translations update
* migrate from intltool to gettext
### mate-polkit 1.23.0
* Translations update
* Migrate from GSimpleAsyncResult to GTask
* [ci] Add cppcheck html report
* drop deprecated gtk_dialog_get_action_area
* Avoid deprecated g_type_class_add_private
* polkitmateauthenticationdialog: avoid GtkStock
* Change url project's website
* [ci] Enable Clang Static Analyzer
### mate-polkit 1.22.0
* Translations update
* Initialize Travis CI support
### mate-polkit 1.21.0
* Translations update
* disable deprecation warnings for distcheck
### mate-polkit 1.20.0
* Translations update
* require GTK+ 3.22 and GLib 2.50
* drop polkitgtkmate library and its docs
### mate-polkit 1.19.0
* Translations update
* Fix reshow/hide icon with statusnotifier
* Restore Polish translation credits from GNOME
* status-icon: don't use stock icons
* polkitmateauthenticationdialog: avoid deprecated GtkAlignment
* polkitmateauthenticationdialog: replace a GTK_STOCK deprecation
### mate-polkit 1.18.0
* NEWS: use consistent, project wide, markdown-like formatting
to make generating release announcements easier
* Fix some GTK+ deprecations
* Translations update
### mate-polkit 1.16.0
* Move to GTK+3 (require GTK+ >= 3.14), drop GTK+2 code and
--with-gtk build option
* Translations update
### mate-polkit 1.14.0
* GTK+3: fix several deprecations
* Translations update
* Add Changelog generation
### mate-polkit 1.12.0
* GTK+3: add support for application indicators as well
* Some fixes and cleanups
### mate-polkit 1.10.2
* Return error when authentication dialog is dismissed
* Optionally use accountsservice to retrieve face
* Add support for autorestart
* Select the current user to authenticate by default
* Add support for application indicators
* Gtk3: Auth dialog: make the label wrap at 50 chars
### mate-polkit 1.10.1
* Fix losing focus when displaying password prompt dialog.
* Drop some deprecated GTK code and obsolete build marco.
* Update translations.
### mate-polkit 1.10.0
* Translations updates
### mate-polkit 1.8.0
* Add GTK3 support
|