- 15 Dec, 2017 1 commit
-
-
- 14 Dec, 2017 2 commits
-
-
Carlos Soriano authored
general: Get key values from gdk/gdkkeysyms.h, not X11/XF86keysym.h See merge request GNOME/nautilus!38
-
António Fernandes authored
We already included gdk/gdkkeysyms.h, which is generated from X11/XF86keysym.h Doing this, we can drop the ifdefs. Also, revert the build configuration introduced in 2c5882aa.
-
- 12 Dec, 2017 1 commit
-
-
Carlos Soriano authored
rename-file-popover: fix key event state checking Closes #149 See merge request GNOME/nautilus!37
-
- 08 Dec, 2017 3 commits
-
-
Ernestas Kulik authored
Currently, when checking if the user pressed ctrl-z, an equality check is used on the state to determine whether the ctrl key is pressed. That does not work, however, as there may be other modifier masks applied, be it internal GDK values or mapping of num lock to mod2. That is fixed by using binary AND on the state with the relevant mask. Closes #149.
-
Ernestas Kulik authored
-
Ernestas Kulik authored
Starred locations in GtkPlacesSidebar are only available in 3.22.26 onward. https://bugzilla.gnome.org/show_bug.cgi?id=786039
-
- 07 Dec, 2017 1 commit
-
-
(cherry picked from commit aefdffb9)
-
- 05 Dec, 2017 1 commit
-
-
- 01 Dec, 2017 7 commits
-
-
Ernestas Kulik authored
Some method overrides are only accessing the private data of the parent class, so those might as well live in the parent class. https://bugzilla.gnome.org/show_bug.cgi?id=786760
-
-
-
Ernestas Kulik authored
Additionally this adds new API for trash times and recencies. https://bugzilla.gnome.org/show_bug.cgi?id=786760
-
-
Ernestas Kulik authored
This additionally removes some redundant assertions to avoid needless string copies. https://bugzilla.gnome.org/show_bug.cgi?id=786760
-
Ernestas Kulik authored
Another attempt at reducing the amount of internal state accessing. https://bugzilla.gnome.org/show_bug.cgi?id=786760
-
- 30 Nov, 2017 4 commits
-
-
Carlos Soriano authored
Update libgd and remove the custom documents-entry-tag style class Closes #147 See merge request GNOME/nautilus!35
-
Debarshi Ray authored
Adwaita provides the new entry-tag CSS style class for this. Fixes #147
-
Carlos Soriano authored
Resolve "XF86Back and XF86Forward not working anymore" Closes #134 See merge request GNOME/nautilus!32
-
Carlos Soriano authored
Disable tab detaching to avoid crash Closes #137 See merge request GNOME/nautilus!30
-
- 29 Nov, 2017 3 commits
-
-
Ernestas Kulik authored
‘\’ and ‘|’ aren’t allowed in both 8.3 and long file names. https://bugzilla.gnome.org/show_bug.cgi?id=771364
-
António Fernandes authored
-
António Fernandes authored
Support for special keyboard keys for actions such as Back, Forward, Refresh, Go Home, etc. depends on this header. We used to check for this header in configure.ac but this was lost when porting from autotools to meson (commit 857a90c2). Restore this support by checking for this header with meson. Fixes #134
-
- 27 Nov, 2017 1 commit
-
-
Carlos Soriano authored
build: Install appstream metadata to non-deprecated location See merge request GNOME/nautilus!31
-
- 26 Nov, 2017 1 commit
-
-
Jeremy Bicha authored
-
- 25 Nov, 2017 1 commit
-
-
Nelson Ben authored
As reported by Antonio Fernandes in: https://bugzilla.gnome.org/show_bug.cgi?id=781991#c1 Detaching a notebook tab into a new window through DnD leaves Nautilus in an inconsistent state leading to a crash after loading a new location. As opening a folder into a new window should be done through its action already present in the folder context menu of both files view and path bar, let's disable this alternative way to do it through tab detaching, as Nautilus code was not expecting that use pattern. Closes #137
-
- 22 Nov, 2017 1 commit
-
-
Marek Cernocky authored
-
- 21 Nov, 2017 4 commits
-
-
Carlos Soriano authored
mime-actions: Add Microsoft mime types Closes #128 See merge request GNOME/nautilus!28
-
Carlos Soriano Sánchez authored
Seems there is a new mime type for DjVu, more information at https://bugzilla.gnome.org/show_bug.cgi?id=754467
-
Carlos Soriano Sánchez authored
Seems they are using some custom mime types for Microsoft Office. They can be found at https://blogs.msdn.microsoft.com/vsofficedeveloper/2008/05/08/office-2007-file-format-mime-types-for-http-content-streaming-2/ This commits adds them. Fixes #128
-
Carlos Soriano Sánchez authored
We use Meson nowadays that doesn't spew tons of deprecated warnings.
-
- 20 Nov, 2017 9 commits
-
-
Carlos Soriano Sánchez authored
This should live elsewhere, like Flathub or so.
-
Carlos Soriano Sánchez authored
-
Carlos Soriano Sánchez authored
-
Carlos Soriano authored
general: Remove exempi and exempi-xmp See merge request !26
-
Carlos Soriano Sánchez authored
Since now we use gexiv2 these are not longer necessary.
-
Carlos Soriano Sánchez authored
Seems some languages doesn't use the NWES pattern for coordinates.
-
Carlos Soriano Sánchez authored
Commit 1d2a80c9 introduced code that was wrong formatted and also introduced some warnings. Fix them.
-
Carlos Soriano authored
-
Kjartan Maraas authored
-