1
0
mirror of https://gitlab.gnome.org/GNOME/nautilus synced 2024-07-05 01:41:28 +00:00
Go to file
António Fernandes ba4688295f compress-dialog-controller: Drop signals from UI file
We have signals defined in the GtkBuilder UI XML file. However, as we
are not using it as a template (we are not subclassing GtkDialog), we
still need to manually bind the callback symbols and even explicitly
bind them with gtk_builder_connect_signals().

In GTK 4 gtk_builder_connect_signals() is gone and the alternative is
setting the signal data (in this case, 'self') before loading the
UI definition.

However, we need to load the UI definition before we create 'self',
because some widgets are requires as construct-only properties. Given
this circular dependency, doing it the GTK 4 way is impossibile.

Therefore, just connect signals in code and remove them from the UI
file. This is compatible with GTK 4. And even under GTK 3 its simpler!
2021-12-24 11:50:30 +00:00
.gitlab ci: Remove fedora job 2021-10-11 06:45:26 +00:00
build-aux Revert "general: Add libportal-gtk3 dependency" 2021-12-21 23:30:27 +00:00
data nautilus-search-engine: search by creation time 2021-11-27 11:04:53 +00:00
docs Correct a typo in Overview.md 2020-08-09 20:50:07 +00:00
eel general: Use envar to make warnings fatal in scripts 2021-11-12 01:40:05 +00:00
extensions extensions/image-properties: Reduce container API 2021-12-06 00:27:15 +00:00
icons canvas-item: Remove code to draw stretch handles 2018-03-26 13:05:54 +03:00
libnautilus-extension extension: Allow @tip to be NULL in nautilus_menu_item_new() 2021-12-04 20:35:25 -05:00
po Update Indonesian translation 2021-12-24 07:00:58 +00:00
src compress-dialog-controller: Drop signals from UI file 2021-12-24 11:50:30 +00:00
subprojects Fix submodule funkiness 2018-03-19 20:48:31 +02:00
test general: Drop uses of GtkContainer:border-width 2021-11-22 20:35:54 +00:00
.gitattributes Add a script for updating gnome-desktop sources 2019-01-22 15:51:58 +00:00
.gitignore gitignore: Remove autotools related files. 2017-03-27 11:40:08 +02:00
.gitlab-ci.yml ci: Make the update image job work with fedora:latest 2021-10-11 06:45:26 +00:00
.gitmodules .gitmodules: Change libgd URL to GitLab one 2018-06-09 22:52:34 +03:00
LICENSE general: Assume Nautilus project is GPL3 2017-07-17 22:16:08 +02:00
meson_options.txt build, flatpak: Add libportal dependency 2020-11-18 15:30:13 +00:00
meson.build Revert "general: Add libportal-gtk3 dependency" 2021-12-21 23:30:27 +00:00
nautilus.doap doap: Update my e-mail address 2021-02-03 10:09:02 +01:00
NEWS Release version 41.1 2021-10-30 09:08:22 +02:00
README.md README: Fix typo 2021-01-20 08:57:11 +01:00

nautilus

Pipeline status

This is the project of the Files app, a file browser for GNOME, internally known by its historical name nautilus.

Supported version

Only latest version of Files as provided upstream is supported. Try out the Flatpak nightly installation before filling issues to ensure the installation is reproducible and doesn't have downstream changes on it. In case you cannot reproduce in the nightly installation, don't hesitate to file an issue in your distribution. This is to ensure the issue is well triaged and reaches the proper people.

Hacking on nautilus

To build the development version of the Files app and hack on the code see the general guide for building GNOME apps with Flatpak and GNOME Builder.

Runtime dependencies

Discourse

For more informal discussion we use GNOME Discourse in the Applications category with the nautilus tag. Feel free to open a topic there.

How to report issues

Report issues to the GNOME issue tracking system.