Carlos Soriano
fcaae18d76
CI: Ubuntu: Update before installing packages to fetch the metadata
2018-03-17 12:23:19 +00:00
Carlos Soriano
69b3c64d4b
CI: Seems gettext is not available? It works locally though :/
2018-03-17 10:31:58 +00:00
Carlos Soriano
c7dba5f092
CI: Update Ubuntu packages
2018-03-17 09:22:12 +00:00
Carlos Soriano
cb88cd9ba8
CI: I keep removing old code because of the online editor :/
2018-03-17 09:01:32 +00:00
Carlos Soriano
a5a3735c82
CI: Use capitalized names for distros
2018-03-17 08:26:54 +00:00
Carlos Soriano
985c88dba5
CI: Need git to install gcovr
2018-03-17 08:25:29 +00:00
Carlos Soriano
a0cdd4dad7
CI: No idea how, but I removed previous code. Readding.
2018-03-17 00:13:53 +00:00
Carlos Soriano
62db01cf53
CI: Amazing, redhat-rpm-config is required to build but it's not part of builddep...
2018-03-17 00:08:47 +00:00
Carlos Soriano
dd112a11dd
CI: Automate builddep
2018-03-17 00:01:40 +00:00
Carlos Soriano
f7bd4db805
CI: Seems builddep is not installed in the Fedora image? :/
2018-03-16 23:57:57 +00:00
Carlos Soriano
bb50329ff8
CI: Simplify fedora build using builddep
...
It surprises me that other systems doesn't have this one... it's quite
useful tool.
2018-03-16 23:52:11 +00:00
Carlos Soriano
1957f1304c
CI: Use better names
2018-03-16 23:23:08 +00:00
Carlos Soriano
9b601455cb
CI: Update OpenSUSE
2018-03-16 23:18:01 +00:00
Carlos Soriano
c42c09801a
CI: Fix typo again, it's late...
2018-03-16 21:15:45 +00:00
Carlos Soriano
a6ac49465b
CI: Revert to have test pipeline a full build
...
ninja test regenerates a full build anyway...
2018-03-16 21:01:33 +00:00
Carlos Soriano
4f4c1a3c97
CI: Seems git is needed in the test phase?
2018-03-16 20:48:55 +00:00
Carlos Soriano
3a55f2e233
CI: Make sure we have meson installed for the tests...
2018-03-16 20:22:24 +00:00
Carlos Soriano
bd53624dba
CI: Fix typo
2018-03-16 20:01:25 +00:00
Carlos Soriano
9f123b396f
CI: Make build an artifact to avoid building twice.
2018-03-16 19:54:42 +00:00
Carlos Soriano
b091b21ded
CI: Add comment about removing git installation for Flatpak when ready
2018-03-16 19:46:54 +00:00
Carlos Soriano
bf69e17485
CI: Sperate weekly tests into its own stage of pipeline
2018-03-16 19:09:56 +00:00
Carlos Soriano
4051fa76cd
CI: Fix typo, thanks Ernestas for saving me 1h...
2018-03-16 19:06:47 +00:00
Ernestas Kulik
819919ad8e
CI: remove removed build option
2018-03-16 21:00:38 +02:00
Carlos Soriano
cda1cb0b15
CI: Generate a Flatpak file for testing by non code members.
2018-03-16 17:33:24 +00:00
Carlos Soriano
c2e12611be
CI: Fix typo
2018-03-16 17:00:33 +00:00
Carlos Soriano
e7feacc546
CI: Add weekly builds in major dev distributions
2018-03-16 16:57:23 +00:00
Carlos Soriano
b12df2dae0
CI: Build also in non-master branches
...
I forgot contributions are made in non-master...
2018-03-16 16:31:51 +00:00
Carlos Soriano
31300d84ef
CI: Actually remove the installation in before_script...
2018-03-16 15:14:08 +00:00
Carlos Soriano
a4e797d974
Flatpak: Use Sdk 3.28
2018-03-16 15:00:34 +00:00
Carlos Soriano
033325bfa1
CI: Avoid installing packages for Flatpak
2018-03-16 14:58:24 +00:00
Carlos Soriano
3d87dd9918
CI: Fixed to previous commit and split build and test
2018-03-16 14:51:02 +00:00
Carlos Soriano
0d607e2908
CI: Add Flatpak build
2018-03-16 14:00:47 +00:00
Carlos Soriano
4c9289ee66
Merge branch 'revert-f3bc6634' into 'master'
...
Make window slots dispose again
Closes #305
See merge request GNOME/nautilus!142
2018-03-16 13:37:58 +00:00
Carlos Soriano
5de22e0179
Merge branch 'optional-tests' into 'master'
...
Allow not building tests
See merge request GNOME/nautilus!143
2018-03-16 08:22:13 +00:00
Ernestas Kulik
510a8303dd
build: make all tests optional
...
This can help cut down on link times a bit when working on things.
2018-03-16 06:22:36 +02:00
Ernestas Kulik
14c10277c9
window-slot: move object dereferencing to dispose()
...
Generally, references to other objects should be dropped in dispose().
This is doubly important with widgets, as some get finalized before out
finalize() override.
Closes https://gitlab.gnome.org/GNOME/nautilus/issues/305
2018-03-16 06:06:06 +02:00
Carlos Soriano
f7c4352ab8
Merge branch 'AlexFazakas/group-links-with-files' into 'master'
...
file: Group TYPE and link to TYPE together when sorting
See merge request GNOME/nautilus!140
2018-03-15 20:38:56 +00:00
Alexandru Fazakas
4dcc2e7002
file: Sort type and link to type together
...
As it is now, we only consider MIME types when sorting by type.
This leads, for example to a text file and a link to it not being
grouped together when sorted.
We solved this issue by taking into consideration the basic type
of the files when comparing (without the addition of "Link to").
Fixes issue: https://gitlab.gnome.org/GNOME/nautilus/issues/292
2018-03-15 22:35:09 +02:00
Carlos Soriano
0188cefe85
Merge branch 'recursive-link-changes' into 'master'
...
file: guard against recursive links when emitting change signals
Closes #289
See merge request GNOME/nautilus!137
2018-03-15 20:27:17 +00:00
Marco Trevisan
af9d19d430
Merge branch 'prevent-ref-unreffed-selection' into 'master'
...
file-view: prevent ref unreffed pending selection objects
Closes #295
See merge request GNOME/nautilus!139
2018-03-14 17:45:49 +00:00
Marco Trevisan (Treviño)
115acfb9d3
file-view: prevent ref unreffed pending selection objects
...
Do the selection unref after that we've copied it, as the very same
objects might be in two different lists and thus being invalidated
after the first unref.
Fixes #295
2018-03-14 17:47:18 +01:00
Carlos Soriano
61c317f44f
Merge branch 'recent' into 'master'
...
nautilus-file-view: Recent lacks notion of time
Closes #88
See merge request GNOME/nautilus!129
2018-03-14 15:28:44 +00:00
Carlos Soriano
aa0da825e9
Merge branch 'thumbnail-limit-tweaks' into 'master'
...
Thumbnail limit tweaks
See merge request GNOME/nautilus!126
2018-03-14 15:27:50 +00:00
Carlos Soriano
39e157e922
Merge branch 'AlexFazakas/detailed-type-column' into 'master'
...
column-utilities: Add detailed type column, remove MIME type
Closes #198
See merge request GNOME/nautilus!119
2018-03-14 15:26:09 +00:00
Carlos Soriano
f558604fec
Merge branch 'my_work_09' into 'master'
...
nautilus-file-operations: removed the "approximately" word
Closes #231
See merge request GNOME/nautilus!107
2018-03-14 15:25:07 +00:00
Carlos Soriano
0ccb8473eb
Merge branch 'edit_label' into 'master'
...
nautilus-properties-window: Add a button to open gnome-disks
Closes #20
See merge request GNOME/nautilus!113
2018-03-14 15:24:23 +00:00
Carlos Soriano
72cc853f45
Merge branch 'firstContribution' into 'master'
...
Removing the "approximately"
See merge request GNOME/nautilus!105
2018-03-14 15:23:14 +00:00
Carlos Soriano
212b418907
Merge branch 'longpress_new_view' into 'master'
...
NautilusViewIconController: Add longpress gesture to open context menu
Closes #221
See merge request GNOME/nautilus!68
2018-03-14 15:20:51 +00:00
Florian Heiser
dd03b7cbe6
Update German translation
...
(cherry picked from commit ee6826538f
)
2018-03-14 03:15:23 +00:00
Rahul Verma
09c7390cae
nautilus-properties-window: Add a button to open gnome-disks
...
The volume label is visible in properties, so to edit it we need to open
gnome-disks.
Closes #20
2018-03-14 01:19:43 +05:30