doc/reference/pidgin/urlmap.js

Tue, 20 Feb 2024 01:19:41 -0600

author
Gary Kramlich <grim@reaperworld.com>
date
Tue, 20 Feb 2024 01:19:41 -0600
changeset 42593
c821b5ab8895
parent 42481
94a590e39869
permissions
-rw-r--r--

Add a show offline buddies toggle button to the contact list

I debated about making a property for `show-offline` but decided against it as we probably don't need/want another way to customize the filters.

Testing Done:
Clicked the button a few times

Reviewed at https://reviews.imfreedom.org/r/2961/

// SPDX-FileCopyrightText: 2021 GNOME Foundation
// SPDX-License-Identifier: LGPL-2.1-or-later

// A map between namespaces and base URLs for their online documentation
baseURLs = [
    [ 'GLib', 'https://docs.gtk.org/glib/' ],
    [ 'GObject', 'https://docs.gtk.org/gobject/' ],
    [ 'GPlugin', 'https://docs.imfreedom.org/gplugin/' ],
    [ 'GPlugin-Gtk4', 'https://docs.imfreedom.org/gplugin-gtk4/' ],
    [ 'Gtk', 'https://docs.gtk.org/gtk4/' ],
    [ 'Purple3', 'https://docs.imfreedom.org/purple3/' ],
]

mercurial