summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2024-01-17docs: A couple more tweaks to the man pageCorey Berla
2024-01-17docs: Remove --check from man pageCorey Berla
Update the nautilus man page to reflect that the self check option was removed in commit 8c21a037fc6 ("general: remove self-checking functionality").
2023-04-23general: Adjust to renamed development branchPeter Eisenmann
Part of https://gitlab.gnome.org/GNOME/nautilus/-/issues/2678
2023-01-16docs: Several improvements to docs siteCorey Berla
* 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
2022-09-04docs: Switch to gi-docgenJan Tojnar
2022-09-03docs: remove docs for dropped APIsJan Tojnar
These were removed in https://gitlab.gnome.org/GNOME/nautilus/-/merge_requests/927
2022-07-17general: Delete no longer needed git ignoresPeter Eisenmann
Meson builds out-of-tree, these ignored files will never get created in these directories. If they do, it indicates a build configuration error and should not be hidden.
2022-02-28meson: Update to 0.59Maximiliano Sandoval R
2020-08-09Correct a typo in Overview.mdFelix Yan
2019-08-27application: Hide --no-default-window optionAntónio Fernandes
It's a dead option since commit b80390d0c486a2c19ba7a8005e038c809a45763d Hide it and drop it form the man page. While we are at it, rearrange the code to group dead options together, and elaborate on the code comment. Also, drop their descriptions, which are useless for hidden options and may be wasting translators time.
2019-07-05docs: Improve BUGS section of nautilus man pageOndrej Holy
The BUGS section of nautilus man page is awkwardly phrased. Use the same wording as it is used in nautilus-autorun-software man page.
2019-07-05docs: Add nautilus-autorun-software man pageOndrej Holy
nautilus-autorun-software is the default "x-content/unix-software" handler for GNOME desktop. So it is not just internal tool and thus it should have a man page. Let's add a simple man page for it. It resolves the following downstream bug: https://bugzilla.redhat.com/show_bug.cgi?id=1725766
2019-04-30general: Update URL for issue reportsZhaoQiang
2018-09-14man: Remove geometry optionCarlos Soriano
We removed that some time ago.
2018-08-03docs: Reorganize and fixErnestas Kulik
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
2018-08-03docs: Add annotation glossaryErnestas Kulik
So that annotations aren’t completely broken.
2018-08-03docs: Remove gobject_typesfile argument from gtkdocErnestas Kulik
Since we rebuild types (and don’t have that file to begin with), it makes no sense to have it.
2018-02-09general: refactor extension libraryErnestas Kulik
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)
2018-01-02build: general cleanupsErnestas Kulik
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.
2018-01-02general: remove desktop supportErnestas Kulik
2017-08-30docs: use GObject introspection when building docsErnestas Kulik
So we get nice things like object hierarchy. https://bugzilla.gnome.org/show_bug.cgi?id=786981
2017-05-31add "restore tab" actionAlexandru Pandelea
Adds option to reopen closed tabs with Ctrl+Shift+T. In order to do so, keep a list with data needed to restore closed tabs. So, this list keeps the location bookmark, the view id before search, which is needed in case the closed tab was a search and the back/forward history. https://bugzilla.gnome.org/show_bug.cgi?id=561136
2017-03-22autotools: kill itErnestas Kulik
We’re moving to Meson this cycle, so this is losing some deadweight. https://bugzilla.gnome.org/show_bug.cgi?id=780366
2017-03-22docs: remove outdated documentationErnestas Kulik
Most documentation is outdated and/or incomplete with no maintainers. This commit removes it. https://bugzilla.gnome.org/show_bug.cgi?id=780366
2017-02-24general: add support for MesonErnestas Kulik
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
2017-02-24general: drop git.mkErnestas Kulik
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
2016-09-24nautilus.1: flag deprecated optionsErnestas Kulik
Some command-line options have been deprecated and should be advertised as such. https://bugzilla.gnome.org/show_bug.cgi?id=771887
2016-06-25docs: touch up manual pageErnestas Kulik
As the manual page has been last updated in 2004, some sections are outdated. This commit updates the option list, the link to the Nautilus online page, adds a bugs section and tweaks the formatting to make the source more readable. https://bugzilla.gnome.org/show_bug.cgi?id=733909
2015-08-21remove leftovers of connect to serverCarlos Soriano
2015-05-25libnautilus-extension: add gtk-doc documentation coverageCosimo Cecchi
A lot of the library was poorly documented. Make sure the output of the documentation looks okay.
2015-05-25docs: use SCAN_OPTIONS=--rebuild-typesCosimo Cecchi
Avoids maintaining .types file in-tree.
2012-10-26all: remove deprecated g_type_init()Cosimo Cecchi
Now that we depend on GLib master anyway.
2012-10-23build: use GNOME_MAINTAINER_MODE_DEFINESCosimo Cecchi
Instead of defining our own set of deprecation cflags.
2012-09-17Use git.mkWilliam Jon McCann
2012-07-20man: don't mention --check in the manualCosimo Cecchi
It's an internal option that can be disabled when building, no point in showing it in the manual. https://bugzilla.gnome.org/show_bug.cgi?id=676540
2012-01-16extension: doc cleanupsCosimo Cecchi
2011-12-07man: remove reference to --browser option from the manualCosimo Cecchi
The option is not supported anymore since 3.0. https://bugzilla.gnome.org/show_bug.cgi?id=665700
2010-11-30docs: remove manual for nautilus-file-management-propertiesCosimo Cecchi
The binary is not installed anymore.
2010-10-30build: simplify configure scriptCosimo Cecchi
Also, don't support old exif/exempi APIs anymore.
2009-12-15Bug 604574 - Fix NAME section in nautilus-connect-server.1Emilio Pozuelo Monfort
2009-04-17Add .gitignore filesAlexander Larsson
2008-09-03include some documentation, bug #396929.Gilles Dartiguelongue
2008-09-04 Gilles Dartiguelongue <gdartigu@svn.gnome.org> include some documentation, bug #396929. svn path=/trunk/; revision=14581
2008-05-19Adds manpages taken from the Debian package. Many thanks to the Debian docCosimo Cecchi
2008-05-19 Cosimo Cecchi <cosimoc@gnome.org> * docs/Makefile.am: * docs/nautilus-connect-server.1: * docs/nautilus-file-management-properties.1: * docs/nautilus.1: Adds manpages taken from the Debian package. Many thanks to the Debian doc authors for these and for making them available under the GPL license. (#310473 and #501698). svn path=/trunk/; revision=14180
2008-04-05 Adds initial Gtk-doc support infrastructure for Andrew Walton
libnautilus-extension. (Progress towards bug #526193). svn path=/trunk/; revision=14041
2007-11-30Merge gio-branchAlexander Larsson
svn path=/trunk/; revision=13464
2006-12-31Update svn:ignore and remove .cvsignore filesChristian Persch
svn path=/trunk/; revision=12678
2005-03-01Remove old files.NAUTILUS_2_9_92Alexander Larsson
2005-03-01 Alexander Larsson <alexl@redhat.com> * data/applications.desktop.in: * data/favorites.desktop.in: Remove old files. * docs/Makefile.am (EXTRA_DIST): Remove nautilus-context-menus.txt from makefile 2005-03-01 Alexander Larsson <alexl@redhat.com> * POTFILES.in: Remove old files
2005-02-23Remove old docs.Alexander Larsson
2005-02-23 Alexander Larsson <alexl@redhat.com> * docs/nautilus-context-menus.txt: Remove old docs.
2004-01-19Add nautilus-context-menus.txt.Alexander Larsson
2004-01-19 Alexander Larsson <alexl@redhat.com> * docs/Makefile.am (EXTRA_DIST): Add nautilus-context-menus.txt.
2003-07-07Added source and prerendered versionAlexander Larsson
2003-07-07 Alexander Larsson <alexl@redhat.com> * docs/Makefile.am (EXTRA_DIST): * docs/nautilus-internals.sxw: * docs/nautilus-internals.pdf: Added source and prerendered version