SHA256
1
0
forked from pool/peazip
peazip/peazip-help_path.patch

23 lines
759 B
Diff
Raw Normal View History

Accepting request 970050 from home:polslinux:branches:devel:languages:pascal - Update to 8.6.0: BACKEND * Pea 1.07 * 7z updated to 21.07 * (Linux) Zstd 1.5.2 CODE * Fixed dictionary size for ZIP using XZ compression * Compiled with Lazarus 2.2.0 * Various fixes FILE MANAGER * Improved theming * New .ico and .png icons are now available in (peazip)/res/share/icons directory for customizing the application on Linux, macOS, and Windows systems * Simplified organization of UI layout * Added link to devices mounted in /var/run/media in filesystem treeview, when applicable * File / archive browser can now alternatively display larger details, and large list modes (from Style menu on status bar) in order to improve readability and touch usability EXTRACTION and ARCHIVING * Added "Immediate execution" option for Profiles and Presets, in Add button's dropdown menu * Added command line switches to compress items using one of the compression presets or loading a saved custom compression setting * Added option to not immediately save edited files into archive, keeping changes for further editing (or for manually saving to archive from context menu, More submenu) * Labels in status bar of Archiving and Extraction screens are clickable to show synthetic information about the task * Improved compression settings * Improved usage of Layouts - Switch from GTK2 to QT5 OBS-URL: https://build.opensuse.org/request/show/970050 OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=98
2022-04-14 08:55:05 +00:00
Index: peazip-8.6.0.src/peach.pas
===================================================================
--- peazip-8.6.0.src.orig/peach.pas
+++ peazip-8.6.0.src/peach.pas
@@ -41307,7 +41307,7 @@ end;
procedure TForm_peach.baboutlocalhelpClick(Sender: TObject);
begin
Accepting request 931899 from home:polslinux:branches:devel:languages:pascal - Update to 8.3.0: BACKEND * Total max length of command scripts generated by the application can be customized from 32KB to 2MB from Options > Settings > General, Performances * szcnick/p7zip regressed from 17.04 to 17.02 due a possible bug handling some zip files different versions / branches of p7zip (provided same syntax is employed) can be used simply replacing binaries in (peazip)res/bin/7z path * Updated to pea 1.04 CODE * Improved compliance with Open Desktop specifications: configuration is now saved in $XDG_CONFIG_HOME/peazip directory; if $XDG_CONFIG_HOME is not defined configuration is saved to $HOME/.config/peazip. To import existing configuration simply copy content of $HOME/.PeaZip directory to the new location * Fixed possible error with progress bar * Fixed possible error not asking password opening some encrypted archives, and reduced false positive cases in which it the application suggested to provide a password * Fixed error reporting information about multi volume archives * Fixed error in file manager selecting files with same characteristics of selected item FILE MANAGER * Shortcuts to /media, /run/media, and /mnt (if not empty) are now featured in navigation tree, under filesystem group * Improved automatically configuring XFCE apps alternatives in "Open with" menu: Mousepad, Midori, Parole, Ristretto * Fixed theming issues with GTK2 * Column header's context menu is now accessible alternatively OBS-URL: https://build.opensuse.org/request/show/931899 OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=95
2021-11-17 09:37:31 +00:00
-cp_open(sharepath+'peazip_help.pdf',desk_env);
+cp_open('/usr/share/doc/packages/peazip/peazip_help.pdf',desk_env);
end;
procedure TForm_peach.baboutremoveadditionalClick(Sender: TObject);
Accepting request 970050 from home:polslinux:branches:devel:languages:pascal - Update to 8.6.0: BACKEND * Pea 1.07 * 7z updated to 21.07 * (Linux) Zstd 1.5.2 CODE * Fixed dictionary size for ZIP using XZ compression * Compiled with Lazarus 2.2.0 * Various fixes FILE MANAGER * Improved theming * New .ico and .png icons are now available in (peazip)/res/share/icons directory for customizing the application on Linux, macOS, and Windows systems * Simplified organization of UI layout * Added link to devices mounted in /var/run/media in filesystem treeview, when applicable * File / archive browser can now alternatively display larger details, and large list modes (from Style menu on status bar) in order to improve readability and touch usability EXTRACTION and ARCHIVING * Added "Immediate execution" option for Profiles and Presets, in Add button's dropdown menu * Added command line switches to compress items using one of the compression presets or loading a saved custom compression setting * Added option to not immediately save edited files into archive, keeping changes for further editing (or for manually saving to archive from context menu, More submenu) * Labels in status bar of Archiving and Extraction screens are clickable to show synthetic information about the task * Improved compression settings * Improved usage of Layouts - Switch from GTK2 to QT5 OBS-URL: https://build.opensuse.org/request/show/970050 OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=98
2022-04-14 08:55:05 +00:00
@@ -63737,7 +63737,7 @@ end;
procedure TForm_peach.mpeahelpofflineClick(Sender: TObject);
begin
Accepting request 931899 from home:polslinux:branches:devel:languages:pascal - Update to 8.3.0: BACKEND * Total max length of command scripts generated by the application can be customized from 32KB to 2MB from Options > Settings > General, Performances * szcnick/p7zip regressed from 17.04 to 17.02 due a possible bug handling some zip files different versions / branches of p7zip (provided same syntax is employed) can be used simply replacing binaries in (peazip)res/bin/7z path * Updated to pea 1.04 CODE * Improved compliance with Open Desktop specifications: configuration is now saved in $XDG_CONFIG_HOME/peazip directory; if $XDG_CONFIG_HOME is not defined configuration is saved to $HOME/.config/peazip. To import existing configuration simply copy content of $HOME/.PeaZip directory to the new location * Fixed possible error with progress bar * Fixed possible error not asking password opening some encrypted archives, and reduced false positive cases in which it the application suggested to provide a password * Fixed error reporting information about multi volume archives * Fixed error in file manager selecting files with same characteristics of selected item FILE MANAGER * Shortcuts to /media, /run/media, and /mnt (if not empty) are now featured in navigation tree, under filesystem group * Improved automatically configuring XFCE apps alternatives in "Open with" menu: Mousepad, Midori, Parole, Ristretto * Fixed theming issues with GTK2 * Column header's context menu is now accessible alternatively OBS-URL: https://build.opensuse.org/request/show/931899 OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=95
2021-11-17 09:37:31 +00:00
-cp_open(sharepath+'peazip_help.pdf',desk_env);
+cp_open('/usr/share/doc/packages/peazip/peazip_help.pdf',desk_env);
end;
procedure TForm_peach.mRecent9Click(Sender: TObject);