Developer's Help Program for GNOME
Devhelp Features - Full indexing of books in XML
- HTML viewer (GtkHTML2)
- Search by function, struct, macro, and more
- Auto completion
- Command line search with nice Emacs integration
- Developed at GNOME:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/devhelp && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
devhelp-3.30.0.tar.xz | 0000316476 309 KB | |
devhelp.changes | 0000044303 43.3 KB | |
devhelp.spec | 0000005523 5.39 KB |
Revision 78 (latest revision is 96)
Dominique Leuenberger (dimstar_suse)
accepted
request 625126
from
Dominique Leuenberger (dimstar)
(revision 78)
- Help translation-update-upstream finding the right gettext domain name: pass "po %{name}" to the call. - Update to version 3.30.0: + A few small improvements. + Updated translations. - Update to version 3.29.3: + Finally write a HACKING file. + Do not show a GtkInfoBar on error, use the WebKitWebView default implementation to simplify the code. + Code refactorings: from DhWindow extract DhNotebook, DhSearchBar and bind_sidebar_and_notebook() function, and delegate more work to DhWebView. + Make the following classes re-usable and move them to the libdevhelp: DhWebView, DhTab, DhTabLabel, DhNotebook and DhSearchBar. + And move dh_window_bind_sidebar_and_notebook() to the libdevhelp. + Flatpak: run Amtk and Devhelp unit tests after building those modules. + Application icons: rename filenames to org.gnome.Devhelp.*, to simplify the Flatpak manifest. + Build system: fix the remaining places where the libdevhelp API/major version was hardcoded, use the variable instead, to easily bump it in the future. + Other small improvements. + Updated translations. - Drop la files rm'ing, not needed as we are using meson buildsystem. - Pass flatpak_build=false to meson, ensure we build the features we want/need, currently following upstream defaults. - Use autosetup macro. - Update to version 3.29.2: + New and more flexible book management architecture for libdevhelp. + Port other Devhelp classes to DhProfile and DhBookList. + Listen to external changes to the "books-disabled" GSettings key. + Updated translations. - Update to version 3.29.1: + Update the license from GPLv2+ to GPLv3+. + Add a profile infrastructure in the library, for example to have a generic profile and a GNOME profile in the future. + Overhaul preferences dialog implementation. + Use the Amtk library to create the menus and the GtkShortcuts\ Window. It permits to avoid information duplication, and will permit to provide a higher-level libdevhelp API. + A few other small improvements. + Updated translations. - Add: + meson BuildRequires and replace configure/make/make_install macros/command with meson/meson_build/meson_install, following upstream port to Meson build system. + gtk-doc and pass gtk_doc option to meson as true now that pre-build documentation are not found anymore into the tarball. + pkgconfig(amtk-5) BuildRequires as a new dependency. (forwarded request 625098 from iznogood)
Comments 0