SHA256
1
0
forked from pool/pcmanfm-qt
Commit Graph

11 Commits

Author SHA256 Message Date
Michael Vetter
8075ef2b24 - Update to 0.14.1:
* Corrected the logic of sorting. When a tab page's sorting is changed in
    whatever way, remember it.
  * Use user name for home desktop shortcut
  * Give window parents to some app-modal dialogs
  * Save/restore custom columns of detailed view
  * Allow double-clicking an item on the autorun dialog to do that action
  * Fix crash on sorting by group
  * Updated translations

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/pcmanfm-qt?expand=0&rev=9
2019-02-25 10:19:59 +00:00
Michael Vetter
b74b8614d3 - Update to 0.14.0:
* Desktop items can be moved more naturally and placed anywhere on Desktop.
  * Added desktop shortcuts for Trash, Computer, etc. The desktop Trash also supports trashing by drag-and-drop.
  * Split view is fully supported (and remembered) inside pcmanfm-qt window.
  * Made the filter-bar transient by default (it shows up when something is typed inside the view and can be closed by Ctrl+K).
  * An option is added for showing full names of files (in contrast to display names).
  * Theme icons are used in tool bar buttons that change the view.
  * A red bar is added to the root instance.
  * A Tool menu item is added for copying full path of selected file (with Ctrl+Shift+C as its shortcut).
  * The problem with the default terminal is fixed.
  * Fixes for virtual screens (multiple monitors), especially regarding desktop updates.
  * And several other fixes that improve usability.
  * Also see the changes of libfm-qt since they apply to pcmanfm-qt
- Move translation from lxqt-l10n into package

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/pcmanfm-qt?expand=0&rev=8
2019-01-31 10:44:25 +00:00
Michael Vetter
ecc6dc3b53 - Update to 0.13.0:
* Tab DND
  * Basic bulk renaming
  * Optional selection of newly created files
  * Added symlink target info to statusbar
  * Other GUI improvements
  * Several bug fixes
  * Code cleanup
  * Using new libfm-qt capabilities instead of old libfm ones

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/pcmanfm-qt?expand=0&rev=6
2018-05-22 15:23:31 +00:00
Michael Vetter
a292519f35 - Update to 0.12.0:
* Set Version
  * removed dangeling symlink to debian dir
  * Text eliding, long texts and newline
  * Update status message appropriately
  * fixup...use static const
  * Fix icon sizes
  * Just fixed my typo in search settings (#574)
  * Lithuanian translation
  * Lithuanian translation
  * Disable menubar actions that cannot be used
  * Save and restore search settings
  * Don't export github templates
  * Wallpaper Slide Show
  * Inline renaming with F2 for detailed list view (#554)
  * Inline renaming with F2
  * Fix showing/hiding hidden files (#535)
  * Don't select or scroll to child folder on reloading (#536)
  * Replace customized DesktopItemDelegate hacks with the standard Fm::FolderItemDelegate provided by libfm-qt. (#529)
  * liblxqt version make no sense here
  * Copied issue template
  * Fix Ctrl+A on desktop (#526)
  * Update statusbar size info when needed
  * Drops Qt5Core_VERSION_STRING
  * set Qt::AA_UseHighDpiPixmaps to true
  * Fix jerky desktop items
  * Place dropped item at drop position (#504)
  * Make custom pos checkbox work for multiple items (#499)
  * Fix crash on removing desktop items with custom position (#496)
  * Fix cursor on hovering desktop items

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/pcmanfm-qt?expand=0&rev=5
2017-10-23 12:03:11 +00:00
Michael Vetter
6c03754398 Accepting request 460294 from home:sfalken:branches:X11:LXQt
- Update to 0.11.2:
  * Use static_cast instead of the C style cast
  * Fix sign-compare warnings
  * Prevent wrong clearing of filter-bar with path buttons (#432)
  * bump patch version (#429)
  * Add *da.desktop files
  * Re-layout on Changing Display Name. (#355)
  * Add Pathbar Separator
  * New tab on middle clicking a path button
  * Make dialogue "About" point out it's the Qt version of PCManFM. (#421)
  * CMake: Drop finding XCB
  * Avoid code duplication.
  * Added a wallpaper zooming option
  * Implement a "Connect to server" dialog for easily mounting remote filesystems. Add new API PCManFM::MainWindow::lastActive() to get last active window.
  * Use the new button-style path bar by default. Properly handle the editing of button-style path bar.
  * Add missing ui file.
  * Move the pcmanfm-qt_pt_BR.ts file to lxqt-l10n repo.
  * Remove context menu from toolbar and menubar
  * Support button-style path bar and adjust the layout of the view menu slightly.
  * Create pcmanfm-qt_fr.desktop
  * Create pcmanfm-qt-desktop-pref_fr.desktop
  * Adds Build PROJECT_NAME with Qt version message
  * Moved LIBFM_DATA_DIR compile definition from libfm-qt
  * Use target_compile_definitions().
  * Use the new lxqt-build-tools package
  * Added very basic .gitattributes
  * remove "building with cpack" from CMakeLists.txt - not used anymore
  * Add Catalan translations
  * Added Brazilian Portuguese Translation (pt_BR)

OBS-URL: https://build.opensuse.org/request/show/460294
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/pcmanfm-qt?expand=0&rev=4
2017-02-26 12:12:39 +00:00
Michael Vetter
ec3d86eac3 - Update to 0.11.1:
* Bump version to 0.11.1 (#399)
  * Extend README.md
  * Ensure the existence of libfm dir.
  * Fix the bug that breaks sort folder first option.
  * Preserve per-folder view settings. * Code refactor and cleanup. * Use Fm::FolderConfig internally for storing the per-folder settings.
  * Per-folder saving of sorting and view mode
  * Use libfm-qt C++ wrappers instead of the original libfm C API whenever possible.
  * Replace tilde with home path (#371)
  * Fix -Wswitch warning
  * Use LXQtCompilerSettings cmake module
  * Replaces deprecated QStyleOptionViewItemV4
  * Fixes two typos (#381)
  * Add Arabic Translations for Desktop Files
  * I18N: Fix plural string (#374)
  * Fix some icons for RTL (#366)
  * Use a wide spread icon theme as fallback for the time beeing (#359)
  * build: Use external translations
  * ts-files removal (#352)
  * Fix memory leak in main window tool bar (#350)
  * Change "compact icon view" in "icon view" (#349)
  * Merge pull request #341 from lxde/desktop_sort_settings
  * Add some tooltips to Pref dialog
  * Add setting for Desktop con size
  * Fix a few compiler warnings
- Split libfm-qt in own package
- Add keyring

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/pcmanfm-qt?expand=0&rev=3
2016-09-24 22:17:28 +00:00
Dominique Leuenberger
0a57d2d564 Accepting request 343358 from X11:LXQt
1

OBS-URL: https://build.opensuse.org/request/show/343358
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pcmanfm-qt?expand=0&rev=5
2015-11-13 22:35:44 +00:00
Dominique Leuenberger
5a245ecd49 Accepting request 287395 from X11:lxde
- Changed %build and %install to use cmake macros (forwarded request 287075 from sfalken)

OBS-URL: https://build.opensuse.org/request/show/287395
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pcmanfm-qt?expand=0&rev=4
2015-02-25 01:17:15 +00:00
Stephan Kulow
1edc1eff06 Accepting request 285027 from X11:lxde
1

OBS-URL: https://build.opensuse.org/request/show/285027
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pcmanfm-qt?expand=0&rev=3
2015-02-16 20:09:56 +00:00
Dominique Leuenberger
1cebad9dfd Accepting request 283595 from X11:lxde
1

OBS-URL: https://build.opensuse.org/request/show/283595
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pcmanfm-qt?expand=0&rev=2
2015-02-03 10:39:51 +00:00
Stephan Kulow
c41598917f Accepting request 258686 from X11:lxde
Fixed license tag to GPL-2.0+

OBS-URL: https://build.opensuse.org/request/show/258686
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pcmanfm-qt?expand=0&rev=1
2014-11-04 16:28:30 +00:00