forked from pool/FreeFileSync
Accepting request 1223537 from network
- Update to 13.8: * Support raw IPv6 server address for (S)FTP * RealTimeSync: Fixed scrollbar when adding/removing folders * Don't set sync direction for partial folder pairs * Uniquely identify partial folder pairs in error message * Fixed network login prompt not showing in Windows 11 24H2 OBS-URL: https://build.opensuse.org/request/show/1223537 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/FreeFileSync?expand=0&rev=27
This commit is contained in:
commit
8beb6b3804
@ -1,7 +1,7 @@
|
||||
Index: FreeFileSync-13.6/FreeFileSync/Source/ui/gui_generated.cpp
|
||||
Index: FreeFileSync-13.8/FreeFileSync/Source/ui/gui_generated.cpp
|
||||
===================================================================
|
||||
--- FreeFileSync-13.6.orig/FreeFileSync/Source/ui/gui_generated.cpp
|
||||
+++ FreeFileSync-13.6/FreeFileSync/Source/ui/gui_generated.cpp
|
||||
--- FreeFileSync-13.8.orig/FreeFileSync/Source/ui/gui_generated.cpp
|
||||
+++ FreeFileSync-13.8/FreeFileSync/Source/ui/gui_generated.cpp
|
||||
@@ -108,10 +108,10 @@ MainDialogGenerated::MainDialogGenerated
|
||||
m_menuItemHelp = new wxMenuItem( m_menuHelp, wxID_HELP, wxString( _("&View help") ) + wxT('\t') + wxT("F1"), wxEmptyString, wxITEM_NORMAL );
|
||||
m_menuHelp->Append( m_menuItemHelp );
|
||||
@ -15,11 +15,11 @@ Index: FreeFileSync-13.6/FreeFileSync/Source/ui/gui_generated.cpp
|
||||
|
||||
m_menuHelp->AppendSeparator();
|
||||
|
||||
Index: FreeFileSync-13.6/FreeFileSync/Source/ui/main_dlg.cpp
|
||||
Index: FreeFileSync-13.8/FreeFileSync/Source/ui/main_dlg.cpp
|
||||
===================================================================
|
||||
--- FreeFileSync-13.6.orig/FreeFileSync/Source/ui/main_dlg.cpp
|
||||
+++ FreeFileSync-13.6/FreeFileSync/Source/ui/main_dlg.cpp
|
||||
@@ -1118,7 +1118,7 @@ imgFileManagerSmall_([]
|
||||
--- FreeFileSync-13.8.orig/FreeFileSync/Source/ui/main_dlg.cpp
|
||||
+++ FreeFileSync-13.8/FreeFileSync/Source/ui/main_dlg.cpp
|
||||
@@ -1092,7 +1092,7 @@ imgFileManagerSmall_([]
|
||||
updateGui();
|
||||
|
||||
//register regular check for update on next idle event
|
||||
@ -28,10 +28,10 @@ Index: FreeFileSync-13.6/FreeFileSync/Source/ui/main_dlg.cpp
|
||||
|
||||
//asynchronous call to wxWindow::Dimensions(): fix superfluous frame on right and bottom when FFS is started in fullscreen mode
|
||||
Bind(wxEVT_IDLE, &MainDialog::onLayoutWindowAsync, this);
|
||||
Index: FreeFileSync-13.6/FreeFileSync/Source/ui/version_check.cpp
|
||||
Index: FreeFileSync-13.8/FreeFileSync/Source/ui/version_check.cpp
|
||||
===================================================================
|
||||
--- FreeFileSync-13.6.orig/FreeFileSync/Source/ui/version_check.cpp
|
||||
+++ FreeFileSync-13.6/FreeFileSync/Source/ui/version_check.cpp
|
||||
--- FreeFileSync-13.8.orig/FreeFileSync/Source/ui/version_check.cpp
|
||||
+++ FreeFileSync-13.8/FreeFileSync/Source/ui/version_check.cpp
|
||||
@@ -48,7 +48,8 @@ void openBrowserForDownload(wxWindow* pa
|
||||
bool fff::automaticUpdateCheckDue(time_t lastUpdateCheck)
|
||||
{
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 07:24:35 UTC 2024 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- Update to 13.8:
|
||||
* Support raw IPv6 server address for (S)FTP
|
||||
* RealTimeSync: Fixed scrollbar when adding/removing folders
|
||||
* Don't set sync direction for partial folder pairs
|
||||
* Uniquely identify partial folder pairs in error message
|
||||
* Fixed network login prompt not showing in Windows 11 24H2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 3 18:40:37 UTC 2024 - Christian Boltz <suse-beta@cboltz.de>
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%endif
|
||||
|
||||
Name: FreeFileSync
|
||||
Version: 13.7
|
||||
Version: 13.8
|
||||
Release: 0
|
||||
Summary: Backup software to synchronize files and folders
|
||||
License: GPL-3.0-or-later
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d2dc9d2e7afb591ffca3a0eb6a48c6151d168d7a05ba34c399bfb72d5b9a117
|
||||
size 2763636
|
3
FreeFileSync_13.8_Source.zip
Normal file
3
FreeFileSync_13.8_Source.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9dc8ae9cce6a0d8f1bc51d3d9aff7c08ee5353505699e167072287a3baaa45ce
|
||||
size 2768669
|
Loading…
Reference in New Issue
Block a user