summaryrefslogtreecommitdiff
path: root/src/resources/ui/nautilus-preferences-window.ui
Commit message (Collapse)AuthorAgeFilesLines
* nautilus-preferences-window.ui: Set numeric on GtkSpinButtonErnestas Kulik2019-06-291-1/+1
| | | | | Since it is no longer a GtkEntry, the input-purpose property does not exist there.
* nautilus-preferences-window.ui: Stop setting GtkContainer::resize-modeErnestas Kulik2019-06-291-1/+0
|
* general: Drop uses of gtk_container_set_border_width()Ernestas Kulik2019-06-281-14/+4
|
* general: Don’t set child properties when packing to GtkBoxErnestas Kulik2019-06-281-122/+2
| | | | | | | gtk_box_pack_*() no longer take child properties - the expansion, fill-alignment and padding should be set in the widgets themselves. The same applies to GtkBuilder definitions - the child properties are removed in this commit.
* preferences-window.ui: Restore accessible rolesAntónio Fernandes2018-08-281-4/+54
| | | | | | | | | | | These were introduced in 8c9203d6a8fa5622c739261c5c59bd56c9c7f0f6 However, due to a bug in Glade 3.22, they were lost when saving and, as a result, removed since commit f2061e94093a33072e792181433b0618bf68d1b2 Restore these roles. Also, fix wrong label-for/labelled-by relationship. https://gitlab.gnome.org/GNOME/nautilus/issues/563
* preferences-window: Add missing mnemonicPiotr Drąg2018-07-261-1/+1
|
* preferences-window: Remove unneeded context and commentPiotr Drąg2018-07-261-1/+1
|
* preferences: Update to gtk 3.20 Glade generated fileCarlos Soriano2018-07-261-31/+21
| | | | So we get rid of deprecated properties
* preferences: Fix General label context for translatorsCarlos Soriano2018-07-261-1/+1
| | | | Not so obvious in Glade.
* preferences: Remove experimental view settingsCarlos Soriano2018-07-261-52/+0
| | | | | | | It went worse than I expected, it's a "break me please" setting, which we are generally against. It can still be enabled through dconf.
* preferences-window: Expose show sidebar settingCarlos Soriano2018-07-261-88/+95
| | | | Since we want to replicate inside Nautilus what's in the app menu.
* general: Revert to allow running binaries and scriptsCarlos Soriano2018-05-211-0/+94
| | | | | | | | | | | | | | | | | | Recently we removed the ability to launch binaries and scripts in commit 3a22ed5b8e3bb. A few cases appeared that we need to support, specially for enterprise and content creators. Specifically, cases similar to https://gitlab.gnome.org/GNOME/nautilus/issues/434 This also shows that is hard to predict cases like these, as some complex setups might be needed for specific workflows. This commits allow to run binaries and scripts as before, and further investigation in these cases need to be done if we ever want to tweak the workflow of running binaries. More discussion about improving binaries/script handling is being proposed and discussed in https://gitlab.gnome.org/GNOME/nautilus/issues/443
* general: Remove preferences for script executionErnestas Kulik2018-05-121-94/+0
| | | | | | Since the settings schemas no longer contain the required settings, opening the preferences window causes an error and a call to abort(). This can be reverted if the ability to launch scripts is reintroduced.
* Preferences: Add more ATK relations and accessible-roles to make thePeter Vágner2018-05-021-0/+140
| | | | dialog more appealing to screen reader users
* Preferences window: Add proper label relationships to unlabeledPeter Vágner2018-05-021-0/+18
| | | | comboboxes for screen reader users
* preferences-window: Fix icon views captions orderAlexandru Fazakas2018-04-071-3/+3
| | | | | | | | | | | | The selected icon views captions show up in a wrong order below files (e.g. third, first, second option instead of first, second, third). This is unintuitive and not intended. This patch fixes the issue by changing the ordering of the captions. Closes https://gitlab.gnome.org/GNOME/nautilus/issues/343
* Make strings consistentAlexandre Franke2018-03-231-1/+1
|
* general: Provide translator context for "Sort"Rahul Verma2018-01-231-1/+1
| | | | | | | | We are having an issue where "sort" was used in more than one context, so we require different translations. The solution is to split the strings and provide context to the translators Closes #151
* preferences-window: Use correct mnemonicCarlos Soriano2018-01-041-1/+1
| | | | An oversight from 611f381d5610
* preferences-window: Use correct bold weight enumCarlos Soriano2018-01-041-11/+11
| | | | | | | | | | | | We were using "bold" as the weight value, but seems that was not the documented one, and seems at some point changed and required the proper enum value, resulting in no bold labels in the preference window. This commit fixes it by using the correct Pango enum. Closes #25 https://gitlab.gnome.org/GNOME/nautilus/issues/25
* remove setting fts from preference dialogAlexandru Pandelea2017-10-211-30/+0
| | | | | | | | Instead of setting whether the search should be full text search or not from the preference dialog, make the permanent setting from the search popover. https://gitlab.gnome.org/GNOME/nautilus/issues/65
* preferences-window: Use spin button for thumbnail limitvyasgiridhar2017-08-171-171/+139
| | | | | | | | | | | | | | File sizes (especially compressed images) are arbitrary values that are highly dependant on the camera resolution, and contents of the image. Therefore it does not make sense to have this be a drop-down with preset hard-coded values: A 21MP camera often produces 12MB images... but the only option is 10MB, or 100MB. This commit changes the combobox in the preferences to a spinbutton and changes the signal handler for thumbnail-limit. The value is in MB, with a maximum of 4096 and a minimum of 1. https://bugzilla.gnome.org/show_bug.cgi?id=779165
* general: Add mime type support for archivesCarlos Soriano2017-08-091-46/+0
| | | | | | | | | | | | | | | Until now archives were managed only if activated from Nautilus itself and if a setting was set. There are two main problems with this. 1- Archives opened in other apps cannot be handled by Nautilus 2- Users cannot use the regular mime type handling for setting Nautilus as the app handling archives, or unsetting it. This patch add support for archives mime types handled by gnome-autoar and removes the UI and setting used in the previous version. https://bugzilla.gnome.org/show_bug.cgi?id=771424
* Fixed typoMarek Cernocky2017-08-031-1/+1
|
* implement ftsAlexandru Pandelea2017-06-221-0/+30
| | | | | | | | | | | | | | | The search text can now also match the contents of a file, besides the file name. This is done with the help of a Tracker query, using fts:match, which matces both the contents of a file and the filename. The user also has the option to choose whether to use or not the Full Text Search. This can be done with a preference, which represents the default option when opening a new tab/window or from the search popover. https://bugzilla.gnome.org/show_bug.cgi?id=775961
* preferences-window.ui: Use header barCarlos Soriano2017-05-111-853/+857
| | | | | So it's consistent with all the other dialogs. Also use a GtkDialog instead of a window.
* preferences-window: Add a user preference to use the new viewsCarlos Soriano2017-03-301-4/+50
| | | | | | For next release I hope they are good enough to be able to enable them by user preference, and also makes easier for us to switch between them in order to test everything is fine in both.
* general: add preference for automatic decompression of archivesRazvan Chitu2016-08-231-0/+46
| | | | | | | Make extraction the default action for activating selected archives and add an option to open them instead of extracting. https://bugzilla.gnome.org/show_bug.cgi?id=768646
* preferences-window: add context to ordinalsCarlos Soriano2016-03-031-3/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=762851
* properties-window: add comments for translatorsCarlos Soriano2016-03-031-3/+3
| | | | | | First, Second, Third were lacking context. https://bugzilla.gnome.org/show_bug.cgi?id=762851
* preferences: reword link and delete actionsCarlos Soriano2016-02-161-2/+2
| | | | | | | | | | We want to make them affect the action itself, but that can confuse users that were already using them, and probably doesn't worth the effort. So for now make clear in the preferences window that what it affects is showing or not the action in the menu, not the availability action itself.
* preferences: change tittle (again)Carlos Soriano2016-02-151-1/+1
| | | | Follow what Gedit does, and use a plain "Preferences" for the tittle.
* preferences: add tittleCarlos Soriano2016-02-151-0/+1
| | | | It was missing.
* preferences: avoid repeated mnemonicsCarlos Soriano2016-02-121-2/+2
|
* preferences: rework preferences windowCarlos Soriano2016-02-121-0/+1194
With designers guidance, rework the preferences window to a better state. Also, do few improvement on the way, like converting it to a GtkWindow.