summaryrefslogtreecommitdiff
path: root/docs/reference
Commit message (Collapse)AuthorAgeFilesLines
* general: Adjust to renamed development branchPeter Eisenmann2023-04-231-1/+1
| | | | Part of https://gitlab.gnome.org/GNOME/nautilus/-/issues/2678
* docs: Several improvements to docs siteCorey Berla2023-01-162-1/+278
| | | | | | | | * Update gpl to match project * Update authors to match about page (otherwise it says "unknown author") * Update website so it doesn't show a blank site * Add logo * Add dependencies
* docs: Switch to gi-docgenJan Tojnar2022-09-048-215/+62
|
* docs: remove docs for dropped APIsJan Tojnar2022-09-032-52/+0
| | | | These were removed in https://gitlab.gnome.org/GNOME/nautilus/-/merge_requests/927
* meson: Update to 0.59Maximiliano Sandoval R2022-02-281-1/+1
|
* docs: Reorganize and fixErnestas Kulik2018-08-032-8/+97
| | | | | | | | | This commit completes the sections file with subsections, moves most documentation to headers (no real reason to, especially given that changes there may cause unwanted rebuilds, but it feels better to have it in the headers) and fixes some annotations. Closes https://gitlab.gnome.org/GNOME/nautilus/issues/565
* docs: Add annotation glossaryErnestas Kulik2018-08-031-0/+2
| | | | So that annotations aren’t completely broken.
* docs: Remove gobject_typesfile argument from gtkdocErnestas Kulik2018-08-031-2/+1
| | | | | Since we rebuild types (and don’t have that file to begin with), it makes no sense to have it.
* general: refactor extension libraryErnestas Kulik2018-02-092-93/+26
| | | | | | | | | | | | | | | | | | | | The changes include: * adding a single-include header and deprecating nautilus-extension-types.h and direct inclusions of individual headers; * type definition simplifications - this causes some breakages in nautilus-file, because NautilusFile used to be typedefed to NautilusFileInfo, and that is no longer possible, so the interface implementation was moved to static functions and the public NautilusFile API provides thin wrappers for them to maintain compatibility; * documentation cleanups and reorganization; * general build rule and code cleanups: mostly g_auto* sprinkled around and style changes (sorry)
* build: general cleanupsErnestas Kulik2018-01-022-14/+20
| | | | | | | | | | | | | | This commit does the following: * Canonicalize the style: * Use two-space indentations. * Un-Autotools-ify option names. * Don’t align arguments, simply increase indentation. * Don’t add a space before opening parenthesis in calls. * Remove unused variables. * Remove unused dependencies. * Remove config.h.meson. * Optimize dependencies. * Use disabler functionality for libselinux dependency, to save lines.
* docs: use GObject introspection when building docsErnestas Kulik2017-08-301-1/+3
| | | | | | So we get nice things like object hierarchy. https://bugzilla.gnome.org/show_bug.cgi?id=786981
* autotools: kill itErnestas Kulik2017-03-222-79/+0
| | | | | | We’re moving to Meson this cycle, so this is losing some deadweight. https://bugzilla.gnome.org/show_bug.cgi?id=780366
* general: add support for MesonErnestas Kulik2017-02-242-0/+14
| | | | | | | | | | | | Since it’s 2017 already, Nautilus should use a build system that doesn’t take longer to set up the build than it takes to actually build. An observed build time using Ninja of roughly one-fifth of what it took Autotools is more than reason enough to add support for Meson. Along with that, this commit adds a convenience script to generate a tarball for releases, since we use libgd as a submodule and Meson does not handle source distributions. https://bugzilla.gnome.org/show_bug.cgi?id=778167
* general: drop git.mkErnestas Kulik2017-02-242-4/+0
| | | | | | | | This commit removes git.mk and adds hand-written gitignore files. That is needed to ignore build/, which is the directory of choice for Meson builds. https://bugzilla.gnome.org/show_bug.cgi?id=778167
* libnautilus-extension: add gtk-doc documentation coverageCosimo Cecchi2015-05-253-29/+26
| | | | | A lot of the library was poorly documented. Make sure the output of the documentation looks okay.
* docs: use SCAN_OPTIONS=--rebuild-typesCosimo Cecchi2015-05-252-11/+2
| | | | Avoids maintaining .types file in-tree.
* all: remove deprecated g_type_init()Cosimo Cecchi2012-10-261-3/+0
| | | | Now that we depend on GLib master anyway.
* build: use GNOME_MAINTAINER_MODE_DEFINESCosimo Cecchi2012-10-231-4/+0
| | | | Instead of defining our own set of deprecation cflags.
* Use git.mkWilliam Jon McCann2012-09-174-16/+4
|
* extension: doc cleanupsCosimo Cecchi2012-01-163-3/+5
|
* build: simplify configure scriptCosimo Cecchi2010-10-301-2/+2
| | | | Also, don't support old exif/exempi APIs anymore.
* Add .gitignore filesAlexander Larsson2009-04-174-0/+201
|
* include some documentation, bug #396929.Gilles Dartiguelongue2008-09-031-12/+22
| | | | | | | | | 2008-09-04 Gilles Dartiguelongue <gdartigu@svn.gnome.org> include some documentation, bug #396929. svn path=/trunk/; revision=14581
* Adds initial Gtk-doc support infrastructure for Andrew Walton2008-04-055-0/+123
libnautilus-extension. (Progress towards bug #526193). svn path=/trunk/; revision=14041