mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
No description
215f9cff68
Since the window of the slot can change, we don't want to connect signals from the view to the window. We only connect to NautilusWindow signals for two reasons: - updating the shadow type of the content view when the number of tabs in the notebook changes - following the hidden-files-changed signal Since the first is really a hack, it can live in NautilusWindow itself To implement the second, move the Show Hidden Files action to the view action group, and handle hidden files action changes completely in the view. |
||
---|---|---|
cut-n-paste-code | ||
data | ||
docs | ||
eel | ||
icons | ||
libnautilus-extension | ||
libnautilus-private | ||
nautilus-sendto-extension | ||
po | ||
src | ||
test | ||
.gitignore | ||
AUTHORS | ||
autogen.sh | ||
configure.in | ||
COPYING | ||
COPYING-DOCS | ||
COPYING.EXTENSIONS | ||
COPYING.LIB | ||
HACKING | ||
MAINTAINERS | ||
Makefile.am | ||
Makefile.shared | ||
nautilus.doap | ||
NEWS | ||
README | ||
README.commits | ||
THANKS |
This is Nautilus, the file manager for the GNOME desktop. Installation ============ See the 'INSTALL' file for installation instructions. You will need a complete and up-to-date GNOME development environment to build nautilus. You can also find some building and installation tips at http://live.gnome.org/Nautilus/Development/Nautilus Hacking on Nautilus =================== Please see the HACKING file for information about hacking on nautilus. Mailing List ============ The nautilus mailing list is nautilus-list@gnome.org. Subscription information is available at http://mail.gnome.org/mailman/listinfo/nautilus-list How to report bugs ================== Bugs should be reported to the GNOME bug tracking system (http://bugzilla.gnome.org), in the "nautilus" product. Please read the following page on how to prepare a useful bug report: http://bugzilla.gnome.org/bug-HOWTO.html