- 26 Jun, 2022 1 commit
-
-
Piotr Drąg authored
-
- 23 Jun, 2022 1 commit
-
-
- 21 Jun, 2022 2 commits
- 28 May, 2022 1 commit
-
-
- 14 May, 2022 1 commit
-
-
- 13 May, 2022 1 commit
-
-
- 15 Apr, 2022 1 commit
-
-
- 03 Apr, 2022 1 commit
-
-
- 28 Mar, 2022 1 commit
-
-
- 27 Mar, 2022 1 commit
-
-
- 25 Mar, 2022 1 commit
-
-
- 20 Mar, 2022 1 commit
-
-
- 17 Mar, 2022 1 commit
-
-
- 16 Mar, 2022 2 commits
-
-
Marek Černocký authored
-
Marek Černocký authored
-
- 14 Mar, 2022 2 commits
-
-
- 13 Mar, 2022 4 commits
-
-
The .desktop was renamed for GNOME 42 [1] [1] gnome-control-center@acd59aec !43
-
Link against GLIB_LIBS as nm-openvpn-editor-plugin.c uses g_module_{open,symbol,close}. !44
-
-
Piotr Drąg authored
-
- 11 Mar, 2022 6 commits
-
-
Lubomir Rintel authored
-
Lubomir Rintel authored
-
Lubomir Rintel authored
-
Lubomir Rintel authored
!41
-
Lubomir Rintel authored
Include the file in the tarball so that the users don't have to generate it for now. This works around an issue in the generator tool [1], but also makes sure a good known file is used. [1] gtk!4415
-
Lubomir Rintel authored
Large part of the line toll went into dealing with removal of GtkFileChooserButton from Gtk4. Without a UX redesign we just got to reimplement it using GtkButton with and GtkLabel that pops up a GtkFileChooserDialog. Other than that it's mostly the usual story of replacing the deprecated widget and behavior with more modern one, providing compatibility shims to keep compatibole with Gtk3.
-
- 26 Jan, 2022 11 commits
-
-
Lubomir Rintel authored
This notably removes GtkAlignments and a handful of deprecated properties. This is done to make it easier to carry it over to Gtk4. translations
-
Lubomir Rintel authored
This does nothing, nm_vpn_plugin_utils_load_editor() is more than happy with a relative path.
-
Lubomir Rintel authored
-
Lubomir Rintel authored
Just to be consistent with other plugins.
-
Lubomir Rintel authored
Other VPN plugins do this and it makes it easier for maintainers to spot potential problems.
-
Lubomir Rintel authored
-
Lubomir Rintel authored
We're using g_clear_object().
-
g_steal_pointer() is marked as GLIB_AVAILABLE_STATIC_INLINE_IN_2_44, that means we get a deprecated warning. Avoid that. We anyway re-implement the macro so that we can use it before 2.44 and so that it always does the typeof() cast. (imported from NetworkManager commit edfe9fa9a23422b54438c49588562b0838d80908)
-
g_steal_pointer() as provided by glib improved significantly. Nowadays it casts the return type via the non-standard typeof() operator. But this useful feature is only enabled with GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_58 which NetworkManager does not set. This macro is hardly rocket science. Always provide our own implementation, that always does the casting (we rely on gcc/clang to support typeof() already at many places). (imported from NetworkManager commit 6c07faa0131fd1795814f53dd34c18ed41d4ac2a)
-
Lubomir Rintel authored
Sometimes the builder that runs "make dist" has clock set in future. This baffles the builders that use the artifacts. Make sure the timestamps are a-okay.
-
Lubomir Rintel authored
This is going to be useful with Gtk4 code merged, because Rawhide is the only distribution that currently includes libnma-gtk4.
-
- 18 Jan, 2022 1 commit