Skip to content

Commit

Permalink
Merge branch 'develop' into kdesktop-240-delay-logs-removal
Browse files Browse the repository at this point in the history
  • Loading branch information
luc-guyot-infomaniak authored Mar 22, 2024
2 parents 865fe80 + 0125814 commit b067974
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ install/
*.user
*.sln.docstates
.drone-secrets.env
*.vscode

# Build results
[Dd]ebug/
Expand Down
2 changes: 2 additions & 0 deletions src/gui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ project(gui)

find_package(Qt6 REQUIRED COMPONENTS Network Sql Widgets SvgWidgets WebEngineWidgets)
find_package(Qt6LinguistTools)
find_package(Poco 1.12.5 REQUIRED Foundation Net)

add_definitions(-DUNICODE)
add_definitions(-D_UNICODE)
Expand Down Expand Up @@ -254,6 +255,7 @@ endif()
target_link_libraries(${APPLICATION_CLIENT_EXECUTABLE}
Qt6::Network Qt6::Sql Qt6::SvgWidgets Qt6::WebEngineWidgets
sentry::sentry
Poco::Foundation Poco::Net
${libcommon_NAME}
${libcommongui_NAME})

Expand Down
3 changes: 1 addition & 2 deletions src/gui/parametersdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -820,8 +820,7 @@ QString ParametersDialog::getErrorMessage(ErrorInfo &errorInfo) {
"The file/directory has been temporarily blacklisted.")
.arg(errorInfo.path());
} else if (errorInfo.exitCause() == ExitCauseFileTooBig) {
return tr("Impossible to upload a file bigger than 100GB.<br>"
"The file \"%1\" has been temporarily blacklisted")
return tr("The file \"%1\" is too large to be uploaded. It has been temporarily blacklisted.")
.arg(errorInfo.path());
} else if (errorInfo.exitCause() == ExitCauseNotFound) {
return tr("Impossible to download file \"%1\"").arg(errorInfo.path());
Expand Down
4 changes: 2 additions & 2 deletions src/libcommonserver/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(libcommonserver)

find_package(SQLite3 3.8.0 REQUIRED)
find_package(Poco 1.12.5 REQUIRED Foundation JSON Util)
find_package(Poco 1.12.5 REQUIRED Foundation Net JSON Util)
find_package(OpenSSL 3.1.0 REQUIRED SSL Crypto)
find_package(log4cplus 2.1.0 REQUIRED)
find_package(xxHash 0.8.1 REQUIRED)
Expand Down Expand Up @@ -84,7 +84,7 @@ endif()
target_link_libraries(${libcommonserver_NAME}
${libcommon_NAME}
${SQLITE3_LIBRARIES}
Poco::Foundation Poco::JSON Poco::Util
Poco::Foundation Poco::Net Poco::JSON Poco::Util
OpenSSL::SSL OpenSSL::Crypto)

if (WIN32)
Expand Down
3 changes: 1 addition & 2 deletions test/libparms/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(testparms)

find_package(SQLite3 3.8.0 REQUIRED)
find_package(Poco 1.12.5 REQUIRED Foundation Net)
find_package(Poco REQUIRED Foundation)
find_package(log4cplus 2.1.0 REQUIRED)

set(testparms_NAME ${APPLICATION_NAME}_test_parms)
Expand Down Expand Up @@ -31,7 +31,6 @@ set_target_properties(${testparms_NAME} PROPERTIES
target_link_libraries(${testparms_NAME}
${libparms_NAME}
${SQLITE3_LIBRARIES}
Poco::Foundation Poco::Net
)

if (WIN32)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 53;
objectVersion = 54;
objects = {

/* Begin PBXBuildFile section */
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict/>
</plist>
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
BlueprintIdentifier = "94E0FC3A1BD7FC3600A3C537"
BuildableName = "kDrive Uninstaller.app"
BlueprintName = "kDrive Uninstaller"
ReferencedContainer = "container:kDrive Uninstaller.xcodeproj">
ReferencedContainer = "container:kDriveUninstaller.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
Expand Down Expand Up @@ -47,9 +47,18 @@
BlueprintIdentifier = "94E0FC3A1BD7FC3600A3C537"
BuildableName = "kDrive Uninstaller.app"
BlueprintName = "kDrive Uninstaller"
ReferencedContainer = "container:kDrive Uninstaller.xcodeproj">
ReferencedContainer = "container:kDriveUninstaller.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "94E0FC3A1BD7FC3600A3C537"
BuildableName = "kDrive Uninstaller.app"
BlueprintName = "kDrive Uninstaller"
ReferencedContainer = "container:kDriveUninstaller.xcodeproj">
</BuildableReference>
</MacroExpansion>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
Expand All @@ -64,9 +73,18 @@
BlueprintIdentifier = "94E0FC3A1BD7FC3600A3C537"
BuildableName = "kDrive Uninstaller.app"
BlueprintName = "kDrive Uninstaller"
ReferencedContainer = "container:kDrive Uninstaller.xcodeproj">
ReferencedContainer = "container:kDriveUninstaller.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "94E0FC3A1BD7FC3600A3C537"
BuildableName = "kDrive Uninstaller.app"
BlueprintName = "kDrive Uninstaller"
ReferencedContainer = "container:kDriveUninstaller.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
Expand Down

0 comments on commit b067974

Please sign in to comment.