| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
The BUGS section of nautilus man page is awkwardly phrased. Use the same
wording as it is used in nautilus-autorun-software man page.
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
| |
We removed that some time ago.
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
So that annotations aren’t completely broken.
|
|
|
|
|
| |
Since we rebuild types (and don’t have that file to begin with), it
makes no sense to have it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
So we get nice things like object hierarchy.
https://bugzilla.gnome.org/show_bug.cgi?id=786981
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
We’re moving to Meson this cycle, so this is losing some deadweight.
https://bugzilla.gnome.org/show_bug.cgi?id=780366
|
|
|
|
|
|
|
| |
Most documentation is outdated and/or incomplete with no maintainers.
This commit removes it.
https://bugzilla.gnome.org/show_bug.cgi?id=780366
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Some command-line options have been deprecated and should be advertised
as such.
https://bugzilla.gnome.org/show_bug.cgi?id=771887
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
A lot of the library was poorly documented. Make sure the output of the
documentation looks okay.
|
|
|
|
| |
Avoids maintaining .types file in-tree.
|
|
|
|
| |
Now that we depend on GLib master anyway.
|
|
|
|
| |
Instead of defining our own set of deprecation cflags.
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
The option is not supported anymore since 3.0.
https://bugzilla.gnome.org/show_bug.cgi?id=665700
|
|
|
|
| |
The binary is not installed anymore.
|
|
|
|
| |
Also, don't support old exif/exempi APIs anymore.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
2008-09-04 Gilles Dartiguelongue <gdartigu@svn.gnome.org>
include some documentation, bug #396929.
svn path=/trunk/; revision=14581
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
libnautilus-extension.
(Progress towards bug #526193).
svn path=/trunk/; revision=14041
|
|
|
|
| |
svn path=/trunk/; revision=13464
|
|
|
|
| |
svn path=/trunk/; revision=12678
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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-23 Alexander Larsson <alexl@redhat.com>
* docs/nautilus-context-menus.txt:
Remove old docs.
|
|
|
|
|
|
|
| |
2004-01-19 Alexander Larsson <alexl@redhat.com>
* docs/Makefile.am (EXTRA_DIST):
Add nautilus-context-menus.txt.
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
2003-04-30 Alexander Larsson <alexl@redhat.com>
* docs/style-guide.html:
Remove the all-declarations-on-top rule.
|
|
|
|
|
|
|
|
|
| |
2003-04-23 Alexander Larsson <alexl@redhat.com>
* src/file-manager/fm-list-view.c (key_press_callback):
* libnautilus-private/nautilus-icon-container.c (key_press_event):
* docs/key_mouse_navigation.txt (Keyboard):
Bring up context menu is Ctrl-F10, not Shift-F9
|
|
|
|
|
|
|
|
|
|
| |
2003-03-28 Alexander Larsson <alexl@redhat.com>
* docs/key_mouse_navigation.txt:
More updates
* NEWS:
Add 2.2.3 entries
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-03-27 Alexander Larsson <alexl@redhat.com>
* docs/key_mouse_navigation.txt:
Update keynav docs.
* libnautilus-private/nautilus-icon-private.h:
* libnautilus-private/nautilus-icon-container.c:
(button_release_event), (motion_notify_event), (key_press_event),
(handle_icon_button_press), (has_multiple_selection),
(has_selection):
Don't do context menu on middle button.
Shift-F10 gives directory context menu if no selection
Change Ctrl-F10 to Shift-F9 to pop up directory context menu. Ctrl-F10 was
conflicting with Toolbar keynav.
* src/nautilus-shell-ui.xml:
Remove Escape accelerator for escape. It was colliding with various
other uses of escape all over. Need to rethink this.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-03-26 Alexander Larsson <alexl@redhat.com>
* libnautilus-private/nautilus-icon-container.c (handle_icon_button_press):
Re-Fix Home/End.
Make Ctrl-space create a keyboar focus if none exists instead of activating
the selection.
* docs/Makefile.am:
* docs/key_mouse_navigation.txt:
Add some key/mouse docs for views.
|
|
|
|
|
|
|
|
|
|
|
| |
2002-11-10 James Willcox <jwillcox@gnome.org>
* docs/nautilus-context-menus.txt:
* libnautilus-private/nautilus-mime-actions.c:
(nautilus_mime_get_popup_components_for_file):
Fixed a slight bug in the context menu query code, and added a bit of
documentation.
|