| Age | Commit message (Collapse) | Author |
|
Renaming multiple files at once has been a missing feature in Nautilus
for a long time. This patch implements that feature in the following way:
This operation is launched in the same way as the rename one, when the
selection has more than one file.
When the batch renaming is launched, a dialog is shown, offering two
modes.
In the first mode, the user can use metadata (if available), numbering and
original file name tags to create the new names. Between the tags, there
also can be written normal text, which will be added in the new names. If
numbering is used, the order of the files can be modified by using several
criteria.
In the second mode, the user can replace an existing part of the name.
https://bugzilla.gnome.org/show_bug.cgi?id=768311
|
|
GTK's parser now started to complain about gradients with a single
color stop ...
https://bugzilla.gnome.org/show_bug.cgi?id=767430
|
|
We were overriding the css border, but only the bottom one, so the
top one was drawn as black by gtk+ when dnd.
Since we already modify the icon to hint about dnd, we don't need that.
Therefore, hide this styling.
Patch by Lapo.
|
|
With the latest changes on gtk+ the button sizing changed and made
the button in the floating bar taller.
To fix it, remove the padding from the button.
Also improve how the button is created using the "new" gtk+ functions.
https://bugzilla.gnome.org/show_bug.cgi?id=763249
|
|
We currently have a double border in the view due to the search bar
using a revealer, which always allocates 1 px and therefore shows the
bottom border.
Since to fix it we would need widgets able to allocate 0 px, which is
current impossible, we workaround it with a CSS style that moves the
content 1 px upward.
|
|
The problem was that when the theme was switched from Adwaita light to Adwaita
dark, the background was kept on white.
The solution was to switch from the white background color, that was always
set for Adwaita to the corresponding theme_base_color of the theme.
https://bugzilla.gnome.org/show_bug.cgi?id=762228
|
|
With recent gtk+ changes, the notebook style and drawing was
changed somehow.
Nautilus had a white background by "luck", and the canvas view
needs to apply it's own background style in order to have a background
at all.
This commit follows what we were doing with the desktop window where we
apply a style class to have a transparent background, but in this case
a white one to fix this issue.
https://bugzilla.gnome.org/show_bug.cgi?id=761965
|
|
To use libgd tagged entries you must use this css which
doesn't come with the submolude.
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=761098
|
|
This makes the borders in the nautilus-list-view work again
https://bugzilla.gnome.org/show_bug.cgi?id=761098
|
|
There is some css that nautilus wants to always use regarding
of the theme that is used.
An example of this is the recently css added for making the desktop
backgrund transparent.
Additionally, the "round button" css is also always wanted.
For that, create a new css file that will have the css we want
to always load and load it in the application initialization.
https://bugzilla.gnome.org/show_bug.cgi?id=760790
|
|
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=757978
|