Package Release Info

pantheon-files-0.3.5-bp151.3.2

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libpantheon-files-core-devel
libpantheon-files-core0
libpantheon-files-widgets-devel
libpantheon-files-widgets0
pantheon-files
pantheon-files-lang

Change Logs

Version: 0.3.5-bp150.1.3
* Sat Mar 24 2018 avvissu@yandex.by
- Fix build with vala >= 0.4 (pantheon-files-0.3.5-vala-0.4.patch)
* Sat Jun 03 2017 avvissu@yandex.by
- Update to 0.3.5:
  * Change FileManager1 service file name
  * Use INVALID_TAB_NAME
  * Ignore invalid tab name; remove redundant code; correct format
  * Fix regressions
  * Sync sidebar cursor and selection when focus shifts with tab
  * Expand category with keyboard
  * Simplify format
  * Handle errors
  * Ensure Files window presented to user when opened through
    FileManager1 interface
  * Partially implement org.freedesktop.FileManager1 service
* Sun May 07 2017 avvissu@yandex.by
- Update to 0.3.4:
  * Base the helper size on the larger of the width and height of
    the image instead of only the width
  * gof-directory-async.vala: Hold dir_cache_lock for the minimum
    time possible
  * Disallow running with sudo and inform user of pkexec
  * Update gof-file unit tests to reflect changes made in r2511
  * Use root location instead of default location as target for
    mounted device and network mount sidebar items
  * Exclude mounts when determining can_bookmark
  * libcore/CMakeLists.txt: add missing granite dependency to
    satisfy CMake 3.8
* Tue Apr 11 2017 avvissu@yandex.by
- Update to 0.3.3:
  * Implement separate is_on_icon () method for IconView
  * Calling present () in the construct clause of
    AbstractPropertiesDialog is unnecessary and causes a terminal
    warning : WARNING 17:17:27.650174] [Gtk]
    gtk_window_set_titlebar() called on a realized window.
  * Fix regression caused by r2522
  * Do not select extension when renaming in ListView and
    ColumnView.
  * Added a flat class to the navigation buttons.
  * Reduce minimum window size to 500 x 300
  * Stop search mode ending if the keyboard layout is changed
    during search. (lp#1668056)
  * Rename .xml.in policy file extension to .policy at build time
    (lp#1666250)
  * Various changes aimed at improving the connection and loading
    of network sites and fixes some possible bugs.
  * A new warning screen is shown if the connection or loading
    operation times out. Pressing reload under these conditions
    unmounts any connection and starts again.
  * GOF.File mount is set to the enclosing_mount when the
    location is not the root location.
  * Do not end name editing when focus is lost
  * tests: implement directory reload test with toggle_ref test
* Sun Feb 26 2017 avvissu@yandex.by
- Update to 0.3.2:
  * Add toggle_ref in create not in init
  * Silence terminal critical warning when tab closes
  * Add toggle ref to the GOFDirectoryAsync on creation instead
    of after initialization, preventing a crash introduced in r2474
  * Set a minimum size for the main window
  * IconRenderer: check for empty colors
  * Remove executable bit from files
  * tests: port GOFFileTests to Vala
  * tests: port GOFDirectoryAsyncTests to Vala
  * filechooser: remember last-folder-uri
  * Fix licensecheck warnings
  * Fix CMakeLists.txt file for UtilTests
  * Mark .desktop file strings as translatable (lp#1661255)
  * Update translation template
  * Restructure unit tests subdirectories
  * IconRenderer.vala:
  * Don't use small helper unless the large size would cover more
    than half the icon
  * Improve the accuracy of detecting when the helper has been
    clicked on
  * Reinstate and improve unit tests using ctest
  * update translation template
  * Fix net.launchpad.pantheon-files.policy.cmake so that the
    strings are translatable
  * gof-directory-async.vala: Do not cache directory until it's
    prepared and loadable to avoid an incorrect key being used in
    some in some cases
  * AbstractDirectoryView.vala: Use an idle to stop two file
    deleted/added signals being received
  * TextRenderer.vala:
  * Override "preferred height for width" to prevent cells being
    too tall
  * Code style
  * Fix race condition caused by fast file operations
  * AbstractDirectoryView.vala: slightly simplify button press
    handling in views
  * AbstractTreeView.vala: Treat blank space as background when
    right clicking
  * Don't treat .desktops as executable
  * Don't change file name for .desktops
  * Remove "interpret-desktop-files" gsetting
  * Re-write the thumbnailer interface in Vala using the newer
    GDBus API instead of dbus-glib-1
  * Re-write marlin-icon-renderer.c in Vala
  * Do not trap Down and Up keys in pathbar; only exit rename
    with unmodified Enter
* Wed Jan 25 2017 avvissu@yandex.by
- Update to 0.3.1.1:
  * Updated translation template
* Tue Jan 17 2017 avvissu@yandex.by
- Update to 0.3.1:
  * Combine the two search modes. Ctrl + F and Type-ahead now do
    the same thing
  * Fix a regression caused by r2421, which fails to perform a
    necessary null check.
  * Add 2017 to license copyright and app years.
  * Correct last modified informal date so it no longer describes
    week old files as last modified today
  * Move ChooseAppDialog.vala to src/Dialogs
  * Move MimeActions.vala to src/Utils
  * Move BreadcrumbsEntry.vala, LocationBar.vala, TopMenu.vala to
    src/View/Widgets
  * AppChooseDialog:
  * Update license header
  * Use GObject-style construction
  * Use Vala-style properties
  * Fix whitespace
  * Create Utils/Permissions.vala
  * Move update_permission_type_buttons in PropertiesWindow.vala
    to update_buttons in PermissionButton.vala
  * Simplify key-press handling and fix a signal loop that occurs
    when in search mode
  * When a folder being viewed is deleted or renamed by another
    application, the view moves to the parent folder if possible,
    otherwise the tab is closed
  * Create Dialogs directory and move files there
  * Move the following to src/View/Widgets:
  * AbstractEditableLabel.vala
  * DiskRenderer.vala
  * MultiLineEditableLabel.vala
  * OverlayBar.vala
  * ProgressInfoWidget.vala
  * SingleLineEditableLabel.vala
  * PropertiesWindow.vala: consolidate build_header_box () into
    construction
  * PropertiesWindow.Vala: Use built-in properties of Gtk.Entry
  * Remove unnecessary XsEntry widget
  * PropertiesWindow.vala: Make l_perm.label monospace so it
    doesn't jump around as it changes
  * Add Widgets/Label.vala and use GObject-style construction
  * update translation template
  * PropertiesWindow.vala:
  * Name the permission buttons so we don't have to do janky get
    stuff to use them
  * organize construct_perm_panel
  * use keylabel
  * Reduce three similar methods to permission_button_toggle
  * Add Widgets/PermissionButton.vala
  * Rewrite ClipboardManager in Vala
  * AbstractPropertiesDialog.vala: Use GObject-style construction
  * Use ngettext pluralization
  * Use "," to separate files an subfolders, like the overlay bar
  * Fix "contains:" label not showing
  * Ensure directory and file variables are not null (lp#1649206)
  * Do not cancel selection update on hover change
  * Fix ownership issue with gof_file_get_display_target_uri and
    pantheon-files-core.vapi
  * SearchResults.vala:
  * Use GIcon instead of pixbuf
  * ProgressUIHandler.vala:
  * Use icon from icon name instead of pixbuf
  * Clean up unused constants
* Sat Dec 17 2016 avvissu@yandex.by
- Update to 0.3.0.5:
  * Launchpad automatic translations update.
  * Pass correct file list to plugins (lp#1412028)
  * Simplify cursor handling so activatable cursor is not used
    outside of single-click mode (lp#1645346)
  * Mark SearchResults class/constructor public to fix build with
    valac >= 0.35
  * Additionally make LocationBar search_results member private.
* Sun Nov 20 2016 jengelh@inai.de
- Summary/description update
* Sat Nov 19 2016 avvissu@yandex.by
- Update to 0.3.0.4:
  * Launchpad automatic translations update.
  * Fix breadcrumb update on column view tab switch
  * Fix FTP write/read permission handling
  * Amend formatting of dates in list view and properties window;
    allow display of properties of trashed files.
  * Remove gtk+-3.0.vapi and use the one shipped with valac 0.34.0
  * Handle no execute permissions gracefully
  * Fix context menu in pathbar edit mode
  * Show protocol name in network view
  * Fix arrow key navigation in icon view
  * Instead of using event.keyval directly, translate
    event.hardware_keycode using the default Gdk.Keymap when
    processing View key press events and then try to match the
    hardware code and level to an ASCII hotkey
  * Updated translation template
* Fri Oct 14 2016 avvissu@yandex.by
- Update to 0.3.0.3.1:
  * Updated translation template
  * Correct drag coords for scrolling in IconView (lp:1623283)
  * Launchpad automatic translations update.
* Sat Sep 10 2016 mailaender@opensuse.org
- update to version 0.3.0.2
* Sat Feb 27 2016 mailaender@opensuse.org
- update to version 0.2.4
- dropped module-path-fix.diff as it is included by upstream
* Sat Jun 20 2015 mailaender@opensuse.org
- update to 0.2.1
- add module-path-fix for lp#1467060
* Sun May 10 2015 mailaender@opensuse.org
- update to 0.2.0
* Sun Jun 15 2014 mailaender@opensuse.org
- initial packaging