Commit Graph

279 Commits

Author SHA256 Message Date
735f009a99 Accepting request 1039687 from GNOME:Next
New stable release

OBS-URL: https://build.opensuse.org/request/show/1039687
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=368
2022-12-03 11:21:45 +00:00
9ae73b457b Accepting request 1035085 from GNOME:Next
- Drop nautilus-revert-extra-large-thumbnails.patch: No longer
  needed with glib2 2.74.1.

OBS-URL: https://build.opensuse.org/request/show/1035085
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=366
2022-11-10 16:46:01 +00:00
179c3f843c Accepting request 1005813 from home:badshah400:boo1203697
- Add nautilus-revert-extra-large-thumbnails.patch: Revert "thumbnails: Create larger thumbnails for higher density displays"; patch taken from upstream merge request (glgo#GNOME/nautilus#2487, boo#1203697).

OBS-URL: https://build.opensuse.org/request/show/1005813
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=364
2022-09-26 13:14:12 +00:00
ed49342f41 Accepting request 1004430 from GNOME:Next
New stable release

OBS-URL: https://build.opensuse.org/request/show/1004430
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=362
2022-09-19 16:26:48 +00:00
92abdf069a Accepting request 1002756 from GNOME:Next
- Update to version 43.rc:
  + Resolving regressions from the GTK 3 to 4 switch:
    - Restore accessible labels for view items/.
    - HiDPI icons and thumbnails.
    - Restore transient location entry behavior.
    - Restore spacebar shortcut to trigger sushi file previewer.
    - Restore ability to create new file from dropped text.
    - Restore ability to duplicate via DND + Ctrl.
  + Drag-and-drop enhancements:
    - Allow dropping files into Starred to star them.
    - Prevent "open on hover" while moving pointer.
  + Menu enhancements:
    - Add menu item to remove files from Starred list.
    - Don't activate menu button when clicking folder name.
    - Don't offer "Properties" and "Add to Bookmarks" actions when
      they don't make sense.
  + Properties enhancements:
    - Wrap long filename words in Properties.
    - Refine properties for root directory.
    - Show error state for extensions properties.
  + General enhancements:
    - Redesign trash infobar.
    - Add tooltips to every headerbar control.
    - Update and modernize libnautilus-extension documentation.
    - Update appdata screenshots.
  + Bugfixes:
    - Fix various app chooser issues.
    - Fix various batch rename dialog issues.
    - Fix Highcontrast styles.
    - Fix focus misbehaviours in the new views.
    - Don't show URI escape codes in tooltips.
    - Show sharing infobar in gnome-user-share's fallback location.
    - Fix icon size in file conflict dialog.
    - Fix operations indicator animation.
    - Mark missing translatable strings.
    - Fix various memory leaks.
    - Fix compilation errors.
  + Updated translations.
- Replace gtk-doc BuildRequires for pkgconfig(gi-docgen): follow
  upstreams move to gi-docgen.
- Mark gnome-shell-search-provider-nautilus noarch.
- Update to version 43.beta.1:
  + Restore view options tooltip
  + Mark new files for translation
  + Look for extensions in their new installation directory
- Stop creating 3.0 extensions directory, and bump soversion on
  what we currently support and build.
- Update to version 43.beta:
  + Adapting main window elements to smaller sizes;
    - Make sidebar foldable.
    - Split toolbar contorls into top and bottom toolbars at small
      sizes.
  + Restoring Disks integration:
    - Open storage unit in Disks from Properties.
    - Format with Disks from the sidebar context menu.
  + Absorbing features from core plug-ins:
    - Provide infobar for Public folder, instead of
      gnome-user-share.
    - Provide context menu action to open folders in Console.
    - Replace nautilus-send-to extension with Email portal.
  + Remodeling plug-ins
    - List installed extensions plug-ins in About.
    - Implement new Properties API and port Image and Audio/Video.
    - Remove GTK-dependent API from libnautilus-extension.
    - Bump libnautilus-extension versions.
  + Improving search UI design
    - Use modern design patterns for type filter chooser.
    - Elaborate FTS snippets and place them in a container.
  + Modernizing Properties window
    - Implement new "pages and rows" design.
    - Move ability to set default app into Open With dialog.
  + Reorganizing context menus.
  + Refining view visual styles
    - Saturate selection colors.
    - Add icon shadows.
    - Refine layout of column editor dialog.
  + Using more modern widgetry:
    - Use AdwTabBar for detatchable tabs.
    - Use AdwEmptyState for empty folder views.
    - Use AdwMessageDialog instead of GtkMessage.
  + Resolving regressions from the GTK 3 to 4 switch:
    - Restore Accessibility relations.
    - Restore location entry suggestions.
    - Restore libcloudproviders integration.
  + Opening new tab with middle click on next and forward buttons.
  + Miscellaneous bugfixes.
  + Leftover known regressions in 43.beta:
    - Lacks HiDPI icons.
    - Lacks attention-grabbing animation on operations button.
  + Updated translations.
- Add pkgconfig(cloudproviders) BuildRequires: New dependency.
- Rename libnautilus-extension2 to libnautilus-extension4 following
  upstreams soname changes.
- Update to version 43.alpha:
  + Resolving regressions from the GTK 3 to 4 switch:
    - Reintroduce clipboard with GTK 4
    - Reintroduce Drag’n’Drop with GTK 4
    - Reintroduce emblems independently of file icon
    - Reintroduce filter search tags with GTK 4
    - Port audio-video-properties extension to GTK 4
    - Restore sidebar features from GTK 3
    - Fix other regressions from the GTK 3 to 4 switch
  + Modernizing view widgets:
    - Port files grid view mode to GtkGridView
    - Reimplement files list view mode with GtkColumnView
    - Add checkerboard background for thumbnails with transparency
  + Enhancing menus:
    - New menu item to open current folder in another application
    - Add menu item to copy current path to clipboard
    - Redesign zoom controls as icon size controls
    - Context menu bugfixes
    - Add context menu item to show Properties in Other Locations
    - Improve support for context menus on touchscreens
    - Show extensions in templates names
    - Show sort menu options in list virw mode
    - Allow sorting in recent and search
  + Other enhancements:
    - Use better in-app notifications with AdwToast
    - Modernize "About" with AdwAboutWindow
    - Refine pathbar appearance
    - Label '/' with the OS name
    - Keyboard shortcuts overlay updates
  + Miscellaneous bugfixes:
    - Search engine bugfixes
    - Floating satus bar bugfixes
    - Fix popover crashes
    - Allow copying to a ramfs
    - Stop computing remote folders item count when disabled
    - Fix batch rename for files with the same name in search
      results
    - Don't trigger keyboard shortcuts ouside their intended scope
  + Maintenance work
    - Adapt to thumbnails API changes
    - Depend on libportal and drop wallpaper fallback setting
    - Modernize build with new meson features
    - Bump extensions library version
- Changes in BuildRequires following upstreams port to gtk4:
  + Drop pkgconfig(gnome-desktop-3.0), pkgconfig(gtk+-3.0) and
    pkgconfig(libhandy-1) and stop passing libportal=false to meson
    as it is now mandatory to support libportal.
  + Add pkgconfig(gnome-desktop-4), pkgconfig(gtk4),
    pkgconfig(libadwaita-1), pkgconfig(libportal) and
    pkgconfig(libportal-gtk4).
- Rename libnautilus-extension1 to libnautilus-extension2 and
  typelib-1_0-Nautilus-3_0 to typelib-1_0-Nautilus-4_0 following
  upstream soname bump.

OBS-URL: https://build.opensuse.org/request/show/1002756
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=361
2022-09-13 07:37:24 +00:00
7fe55ca669 Accepting request 979902 from GNOME:Next
GNOME 42.2

OBS-URL: https://build.opensuse.org/request/show/979902
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=359
2022-05-31 07:17:30 +00:00
32555e0dc6 Accepting request 972577 from GNOME:Next
Scripted push from GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/972577
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=357
2022-04-27 12:01:16 +00:00
3403d8ade8 Accepting request 963193 from GNOME:Next
New stable rel

OBS-URL: https://build.opensuse.org/request/show/963193
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=355
2022-03-21 08:36:32 +00:00
b8ccf43eb1 Accepting request 945861 from home:iznogood:branches:GNOME:Factory
- Update to version 41.2:
  + Avoid cropping format popover in Compress dialog.
  + Fix "Move to"/"Copy to" from Starred.
  + Fix memory leak on tab switch.
  + Updated translations.

OBS-URL: https://build.opensuse.org/request/show/945861
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=354
2022-01-12 19:39:11 +00:00
7fdaa54b0b Accepting request 930806 from home:yfjiang:branches:GNOME:Factory
- Add BuildRequires python3-dataclasses since SLE 15 SP4 uses
  python36 to build.

OBS-URL: https://build.opensuse.org/request/show/930806
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=353
2021-11-11 09:41:40 +00:00
8025c65ce2 Accepting request 929688 from GNOME:Next
- Add missing libnautilus-extension1 Requires to devel sub-package.

OBS-URL: https://build.opensuse.org/request/show/929688
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=352
2021-11-05 16:11:46 +00:00
84c24cc75e Accepting request 928277 from GNOME:Next
- Update to version 41.1:
  + Cache Scripts and New Document menus to avoid lags.
  + Ellipsize subtitle label in trash bar to reduce minimum width.
  + Fix build with meson 0.60.0.
  + Don't change action when unchecking in File Conflict dialog.
  + Fix progress reporting when skipping during extraction.
  + Offer skipping in case of extraction failure only when there
    are more files.
  + Remove leftover files after extraction failure.
  + Set keyboard focus on the row with the selected archive format.
  + Updated translations.
- Replace post(un) handling with new ldconfig_scriptlets macro.
- Drop pkgconfig(libportal) BuildRequires and pass libportal=false
  to meson, we are not building a flatpak.
- Pass tests=headless to meson, and add a check section and
  meson_test macro, run tests during build. Following this, add
  python3-gobject and tracker-miner-files BuildRequires needed for
  tests to run.

- Update to version 41.beta:

OBS-URL: https://build.opensuse.org/request/show/928277
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=351
2021-11-05 08:45:12 +00:00
3a2178592c Accepting request 920970 from GNOME:Next
Scripted push from GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/920970
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=350
2021-09-27 06:25:40 +00:00
3557fd7a63 Accepting request 919976 from home:sbrabec:branches:tuu-goodbye
- Remove obsolete translation-update-upstream support
  (jsc#SLE-21105).

OBS-URL: https://build.opensuse.org/request/show/919976
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=349
2021-09-20 10:07:33 +00:00
f4a63ff8d4 Accepting request 897546 from GNOME:Next
- Update to version 40.2:
  + Fix missing "Open Scripts Folder" menu item
  + Prevent reopening of previewer on window focus
  + Keep working directory when executing scripts
  + Updated translations.

OBS-URL: https://build.opensuse.org/request/show/897546
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=346
2021-06-04 19:56:48 +00:00
c46aa7bf78 Accepting request 894774 from GNOME:Next
Scripted push from GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/894774
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=344
2021-05-21 12:01:59 +00:00
55c57c8e58 Accepting request 890080 from GNOME:Next
Scripted push from GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/890080
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=342
2021-05-03 16:14:19 +00:00
7bfbc6f11d Accepting request 881019 from GNOME:Next
GNOME 40 - here we come

OBS-URL: https://build.opensuse.org/request/show/881019
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=338
2021-03-24 16:41:45 +00:00
8560626bea Accepting request 849740 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/849740
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=336
2020-11-26 12:23:43 +00:00
e1b07276f5 Accepting request 843397 from GNOME:Next
Spellfix resub
- Update to version 3.38.1:
  + Update starred URIs on move & rename.
  + Prevent recursion to speed up emptying trash.
  + Prevent stale items to be shown in starred view.
  + Revert icon emblem fixes in order to prevent performance
    issues.
- Update to version 3.38.0:
  + Fix missing Extract/Compress menu items.
  + Updated translations.
- Update to version 3.37.92:
  + Port to Tracker 3.
  + Updated translations.
- Replace pkgconfig(tracker-sparql-2.0) BuildRequires with
  pkgconfig(tracker-sparql-3.0): port to Tracker 3.
- No longer limit the tracker-miner-files requires to version <
  2.99.
- Update to version 3.37.91:
  + Fix batch renaming using metadata.
- Changes from version 3.37.90:
  + Port Properties dialog to GtkBuilder including various
    enhancements.
  + Prevent crashes when file operation is cancelled.
  + Auto-escape filenames on NTFS and exFAT mounts.
  + Preserve navigation history after opening Other Locations.
  + Use g_clear_signal_handler instead of custom codes.
- Changes from version 3.37.3:
  + Allow changing file owner under admin:/// scheme.
  + Update outdated appdata info.
- Changes from version 3.37.2:
  + Use tabular numbers for progress info.
  + Disable select-all while directory is loading.
  + Add newly created files to Recent.
  + Port to new PackageKit DBus API.
- Changes from version 3.37.1.1:
  + Add org.gnome.Nautilus.FileOperations2 interface.
  + Show notification on completion of file transfers if the window
    isn't focused.
  + Add support for zoom media keys.
  + Add dynamic tooltip for the toggle views button.
- Changes from version 3.37.1:
  + Always show pathbar background to fix styling glitches.
  + Add several missing shortcuts to the Keyboard Shortcuts dialog.
  + Unify pathbar and background context menus.
  + Refactor menu handling to fix repeated popover animations.
  + Mark Empty Trash and Delete All buttons as destructive actions.
  + Show infobar to allow installation of OSTree software.
  + Updated translations.
Drop pkgconfig(x11) BuildRequires: no longer needed.

OBS-URL: https://build.opensuse.org/request/show/843397
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=334
2020-10-26 08:15:32 +00:00
bc25dd831e Accepting request 838212 from home:dimstar:Factory
- Require tracker-miner-files 2.x; Tracker 3 is only supported in
  GNOME 3.38, but TW started the migration path.

OBS-URL: https://build.opensuse.org/request/show/838212
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=332
2020-09-28 10:07:51 +00:00
d6c7002796 Accepting request 810278 from GNOME:Next
New stable rel

OBS-URL: https://build.opensuse.org/request/show/810278
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=330
2020-06-04 11:44:53 +00:00
2fe6d9e66f Accepting request 797634 from GNOME:Next
New stable release, not buildtested

OBS-URL: https://build.opensuse.org/request/show/797634
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=328
2020-04-27 17:37:36 +00:00
64586ba615 Accepting request 796727 from home:yfjiang:branches:GNOME:Factory
- Apply set_trusted.desktop and set_trusted.sh in spec to both SLE
  and Leap (jsc#SLE-11853).

OBS-URL: https://build.opensuse.org/request/show/796727
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=327
2020-04-27 17:37:30 +00:00
7c8dc2141f Accepting request 795096 from GNOME:Next
Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/795096
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=325
2020-04-17 22:53:21 +00:00
b7c9f57ed7 Accepting request 767208 from GNOME:Next
Eliminate the -lang recommends

OBS-URL: https://build.opensuse.org/request/show/767208
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=323
2020-01-26 14:52:33 +00:00
d4406ac49d Accepting request 750346 from GNOME:Next
New stable release

OBS-URL: https://build.opensuse.org/request/show/750346
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=321
2019-11-26 09:27:10 +00:00
288d02aeb6 Accepting request 735823 from GNOME:Next
New stable rel

OBS-URL: https://build.opensuse.org/request/show/735823
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=319
2019-10-07 14:50:24 +00:00
a0bf6930d6 Accepting request 735092 from GNOME:Next
Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/735092
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=318
2019-10-04 15:54:21 +00:00
fddebf58b1 Accepting request 721347 from GNOME:Next
New stable release

OBS-URL: https://build.opensuse.org/request/show/721347
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=316
2019-08-07 08:34:08 +00:00
cd59001bee Accepting request 704414 from GNOME:Next
- Require tracker-miner-files (boo#1135652).

OBS-URL: https://build.opensuse.org/request/show/704414
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=314
2019-05-22 09:54:40 +00:00
72e8bb771f Accepting request 700878 from GNOME:Next
New stable rel

OBS-URL: https://build.opensuse.org/request/show/700878
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=312
2019-05-08 15:29:43 +00:00
59e682e0b4 Accepting request 695580 from GNOME:Next
Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/695580
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=310
2019-04-18 13:33:47 +00:00
827b616252 Accepting request 657630 from GNOME:Next
New stable release

OBS-URL: https://build.opensuse.org/request/show/657630
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=308
2018-12-13 15:16:29 +00:00
f4a8bfdef3 Accepting request 650783 from GNOME:Next
New stable rel

OBS-URL: https://build.opensuse.org/request/show/650783
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=306
2018-11-27 20:36:22 +00:00
a2e21066eb Accepting request 645814 from GNOME:Next
- Update to version 3.30.3:
  + Fix crashes in search.
  + Fix crash in path bar usage.
  + Fix error dialog not showing when renaming.
  + Trigger location entry with the slash numpad key too.

OBS-URL: https://build.opensuse.org/request/show/645814
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=304
2018-11-01 10:43:48 +00:00
292f443f9e Accepting request 641755 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/641755
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=302
2018-10-17 10:20:59 +00:00
e0438416ae Accepting request 639767 from GNOME:Next
- Update to version 3.30.1:
  + Improve high contrast styling.
  + Fix folders not expanding with arrow keys in list view.
  + Fix keyboard navigability when searching.
  + Fix crash on search.
  + Fix dark variant.

OBS-URL: https://build.opensuse.org/request/show/639767
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=300
2018-10-04 11:21:19 +00:00
3f424ebdd9 Accepting request 638618 from home:xiaoguang_wang:branches:GNOME:Factory
- Update set_trusted.desktop and set_trusted.sh: Move
  set_trusted.desktop file to /etc/skel/.config/autostart
  (bsc#1103523 bsc#1107854).

OBS-URL: https://build.opensuse.org/request/show/638618
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=299
2018-09-27 23:55:41 +00:00
fd8fb4335d Accepting request 636049 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/636049
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=298
2018-09-24 07:22:24 +00:00
8c7bbe3a26 Accepting request 631711 from home:xiaoguang_wang:branches:GNOME:Factory
- Add set_trusted.desktop and set_trusted.sh: If using /etc/skel
  function, the script can set files in $HOME/Desktop as trusted
  automatically when user login (bsc#1103523).

OBS-URL: https://build.opensuse.org/request/show/631711
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=296
2018-08-27 11:56:38 +00:00
9a275759ff addpatchtag
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=294
2018-07-18 10:59:24 +00:00
0447b61513 Accepting request 623342 from home:fstrba:branches:GNOME:Factory
Don't show huge 512x512 menu icons

OBS-URL: https://build.opensuse.org/request/show/623342
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=293
2018-07-18 10:49:17 +00:00
add65b5317 Accepting request 595000 from home:iznogood:branches:GNOME:Factory
- Update to version 3.28.1:
  + Fix rename popover animation.
  + Allow deleting the desktop folder.
  + Fix gsettings in Flatpak install.

OBS-URL: https://build.opensuse.org/request/show/595000
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=291
2018-04-13 06:48:47 +00:00
3cd131e238 Accepting request 589282 from home:dimstar:t-u-u
t-u-u / boo#1086036

OBS-URL: https://build.opensuse.org/request/show/589282
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=289
2018-03-22 09:38:47 +00:00
f4e1548517 Accepting request 587649 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/587649
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=288
2018-03-15 22:35:20 +00:00
ca03ee7a8e Accepting request 586177 from GNOME:Next
Update to 3.28.0

OBS-URL: https://build.opensuse.org/request/show/586177
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=286
2018-03-13 08:24:15 +00:00
7715b84630 Accepting request 583510 from GNOME:Next
Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/583510
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=285
2018-03-09 09:58:29 +00:00
71f153193a Accepting request 543971 from home:mgorse:branches:GNOME:Factory
- Update to version 3.26.2: 
  + Fix crash in list view when expanding folders.

OBS-URL: https://build.opensuse.org/request/show/543971
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=283
2017-11-21 15:31:18 +00:00
7dca877a44 Accepting request 523806 from GNOME:Next
1

OBS-URL: https://build.opensuse.org/request/show/523806
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=281
2017-09-12 20:02:41 +00:00