Accepting request 1164341 from network
- Update to 13.5: * Wrap file grid folder paths instead of truncate * Fixed sync operation arrows for RTL layout * Fixed FTP hang during connection (libcurl regression) * Consider user-defined file time tolerance for DB comparisons * Don't log folder pair paths if nothing to sync OBS-URL: https://build.opensuse.org/request/show/1164341 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/FreeFileSync?expand=0&rev=23
This commit is contained in:
commit
fadde080ee
@ -1,7 +1,7 @@
|
||||
Index: FreeFileSync-13.2/FreeFileSync/Source/ui/gui_generated.cpp
|
||||
Index: FreeFileSync-13.5/FreeFileSync/Source/ui/gui_generated.cpp
|
||||
===================================================================
|
||||
--- FreeFileSync-13.2.orig/FreeFileSync/Source/ui/gui_generated.cpp
|
||||
+++ FreeFileSync-13.2/FreeFileSync/Source/ui/gui_generated.cpp
|
||||
--- FreeFileSync-13.5.orig/FreeFileSync/Source/ui/gui_generated.cpp
|
||||
+++ FreeFileSync-13.5/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.2/FreeFileSync/Source/ui/gui_generated.cpp
|
||||
|
||||
m_menuHelp->AppendSeparator();
|
||||
|
||||
Index: FreeFileSync-13.2/FreeFileSync/Source/ui/main_dlg.cpp
|
||||
Index: FreeFileSync-13.5/FreeFileSync/Source/ui/main_dlg.cpp
|
||||
===================================================================
|
||||
--- FreeFileSync-13.2.orig/FreeFileSync/Source/ui/main_dlg.cpp
|
||||
+++ FreeFileSync-13.2/FreeFileSync/Source/ui/main_dlg.cpp
|
||||
@@ -972,7 +972,7 @@ imgFileManagerSmall_([]
|
||||
--- FreeFileSync-13.5.orig/FreeFileSync/Source/ui/main_dlg.cpp
|
||||
+++ FreeFileSync-13.5/FreeFileSync/Source/ui/main_dlg.cpp
|
||||
@@ -971,7 +971,7 @@ imgFileManagerSmall_([]
|
||||
updateGui();
|
||||
|
||||
//register regular check for update on next idle event
|
||||
@ -28,10 +28,10 @@ Index: FreeFileSync-13.2/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.2/FreeFileSync/Source/ui/version_check.cpp
|
||||
Index: FreeFileSync-13.5/FreeFileSync/Source/ui/version_check.cpp
|
||||
===================================================================
|
||||
--- FreeFileSync-13.2.orig/FreeFileSync/Source/ui/version_check.cpp
|
||||
+++ FreeFileSync-13.2/FreeFileSync/Source/ui/version_check.cpp
|
||||
--- FreeFileSync-13.5.orig/FreeFileSync/Source/ui/version_check.cpp
|
||||
+++ FreeFileSync-13.5/FreeFileSync/Source/ui/version_check.cpp
|
||||
@@ -47,7 +47,8 @@ void openBrowserForDownload(wxWindow* pa
|
||||
bool fff::automaticUpdateCheckDue(time_t lastUpdateCheck)
|
||||
{
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 3 11:31:49 UTC 2024 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- Update to 13.5:
|
||||
* Wrap file grid folder paths instead of truncate
|
||||
* Fixed sync operation arrows for RTL layout
|
||||
* Fixed FTP hang during connection (libcurl regression)
|
||||
* Consider user-defined file time tolerance for DB comparisons
|
||||
* Don't log folder pair paths if nothing to sync
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 29 13:56:14 UTC 2024 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%endif
|
||||
|
||||
Name: FreeFileSync
|
||||
Version: 13.4
|
||||
Version: 13.5
|
||||
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:d1ce076256a1f5a1ec30cc82cff4e3800e7da5371ee21a20cf99fa5dff4cca1a
|
||||
size 2757373
|
3
FreeFileSync_13.5_Source.zip
Normal file
3
FreeFileSync_13.5_Source.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f00b7c4286c0411da64271631523d3904bb198ff4cf2020d3f4a87dbc277ca76
|
||||
size 2760609
|
Loading…
Reference in New Issue
Block a user