summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* 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
* general: Delete no longer needed git ignoresPeter Eisenmann2022-07-171-1/+0
| | | | | | 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.
* meson: Update to 0.59Maximiliano Sandoval R2022-02-281-1/+1
|
* Correct a typo in Overview.mdFelix Yan2020-08-091-1/+1
|
* application: Hide --no-default-window optionAntónio Fernandes2019-08-271-4/+0
| | | | | | | | | | 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.
* docs: Improve BUGS section of nautilus man pageOndrej Holy2019-07-051-2/+2
| | | | | The BUGS section of nautilus man page is awkwardly phrased. Use the same wording as it is used in nautilus-autorun-software man page.
* docs: Add nautilus-autorun-software man pageOndrej Holy2019-07-052-0/+27
| | | | | | | | | 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
* general: Update URL for issue reportsZhaoQiang2019-04-301-2/+2
|
* man: Remove geometry optionCarlos Soriano2018-09-141-5/+0
| | | We removed that some time ago.
* 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-023-16/+22
| | | | | | | | | | | | | | 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.
* general: remove desktop supportErnestas Kulik2018-01-021-6/+1
|
* 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
* add "restore tab" actionAlexandru Pandelea2017-05-311-0/+3
| | | | | | | | | | | 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
* autotools: kill itErnestas Kulik2017-03-224-102/+26
| | | | | | We’re moving to Meson this cycle, so this is losing some deadweight. https://bugzilla.gnome.org/show_bug.cgi?id=780366
* docs: remove outdated documentationErnestas Kulik2017-03-2212-1562/+0
| | | | | | | Most documentation is outdated and/or incomplete with no maintainers. This commit removes it. https://bugzilla.gnome.org/show_bug.cgi?id=780366
* general: add support for MesonErnestas Kulik2017-02-243-0/+17
| | | | | | | | | | | | 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-244-6/+1
| | | | | | | | 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
* nautilus.1: flag deprecated optionsErnestas Kulik2016-09-241-11/+9
| | | | | | | Some command-line options have been deprecated and should be advertised as such. https://bugzilla.gnome.org/show_bug.cgi?id=771887
* docs: touch up manual pageErnestas Kulik2016-06-251-25/+44
| | | | | | | | | 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
* remove leftovers of connect to serverCarlos Soriano2015-08-212-51/+0
|
* 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-175-16/+6
|
* man: don't mention --check in the manualCosimo Cecchi2012-07-201-5/+0
| | | | | | | 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
* extension: doc cleanupsCosimo Cecchi2012-01-163-3/+5
|
* man: remove reference to --browser option from the manualCosimo Cecchi2011-12-071-3/+0
| | | | | | The option is not supported anymore since 3.0. https://bugzilla.gnome.org/show_bug.cgi?id=665700
* docs: remove manual for nautilus-file-management-propertiesCosimo Cecchi2010-11-302-50/+0
| | | | The binary is not installed anymore.
* build: simplify configure scriptCosimo Cecchi2010-10-301-2/+2
| | | | Also, don't support old exif/exempi APIs anymore.
* Bug 604574 - Fix NAME section in nautilus-connect-server.1Emilio Pozuelo Monfort2009-12-151-1/+1
|
* 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 manpages taken from the Debian package. Many thanks to the Debian docCosimo Cecchi2008-05-194-0/+183
| | | | | | | | | | | | | | 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
* Adds initial Gtk-doc support infrastructure for Andrew Walton2008-04-056-0/+125
| | | | | | | | libnautilus-extension. (Progress towards bug #526193). svn path=/trunk/; revision=14041
* Merge gio-branchAlexander Larsson2007-11-301-1/+1
| | | | svn path=/trunk/; revision=13464
* Update svn:ignore and remove .cvsignore filesChristian Persch2006-12-311-2/+0
| | | | svn path=/trunk/; revision=12678
* Remove old files.NAUTILUS_2_9_92Alexander Larsson2005-03-011-1/+0
| | | | | | | | | | | | | | | | 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
* Remove old docs.Alexander Larsson2005-02-231-42/+0
| | | | | | | 2005-02-23 Alexander Larsson <alexl@redhat.com> * docs/nautilus-context-menus.txt: Remove old docs.
* Add nautilus-context-menus.txt.Alexander Larsson2004-01-191-0/+1
| | | | | | | 2004-01-19 Alexander Larsson <alexl@redhat.com> * docs/Makefile.am (EXTRA_DIST): Add nautilus-context-menus.txt.
* Added source and prerendered versionAlexander Larsson2003-07-073-0/+2
| | | | | | | | | 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
* Allow the context menu to supply an icon.Dave Camp2003-06-081-0/+7
| | | | | | | | 2003-06-08 Dave Camp <dave@ximian.com> * src/file-manager/fm-directory-view.c: (add_bonobo_menu_ui_and_verbs): Allow the context menu to supply an icon.
* Make Go to CD burner a commandAlexander Larsson2003-05-051-0/+4
| | | | | | | | | | | | | | 2003-05-05 Alexander Larsson <alexl@redhat.com> * src/nautilus-shell-ui.xml: Make Go to CD burner a command * src/nautilus-window-menus.c (nautilus_window_initialize_menus_part_1): Hide Go to CD burner if burn: not availible. * docs/style-guide.html: Clarify the change. We still have to declare variables at the beginning of a block.
* Remove the all-declarations-on-top rule.Alexander Larsson2003-04-301-7/+0
| | | | | | | 2003-04-30 Alexander Larsson <alexl@redhat.com> * docs/style-guide.html: Remove the all-declarations-on-top rule.