Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
93e0e26
Add CodeQL analysis workflow
aecs4u Mar 23, 2026
71e17fa
Create SECURITY.md for security policy
aecs4u Mar 23, 2026
b1d5d9b
Add PySide6/Qt frontend and CLI --json-progress flag (#1847)
EmanueleCannizzaro Mar 23, 2026
4f377fb
Make PySide6 frontend KDE6/Plasma compliant
EmanueleCannizzaro Mar 23, 2026
e72e18d
Fix cargo fmt and show stage index in progress title
EmanueleCannizzaro Mar 23, 2026
970f16d
Fix clippy use_self warnings in Commands::get_json_progress
EmanueleCannizzaro Mar 23, 2026
a383d74
Add resizable/sortable columns, load results, fix group header spanning
EmanueleCannizzaro Mar 23, 2026
dd0e65e
Add keyboard shortcuts, drag-drop, column visibility, filter bar
EmanueleCannizzaro Mar 23, 2026
0d8bd6d
Add system tray integration with minimize-to-tray
EmanueleCannizzaro Mar 23, 2026
3341695
Add scan history with persistent log
EmanueleCannizzaro Mar 23, 2026
4e19592
Add multi-tab scan queue for sequential scanning
EmanueleCannizzaro Mar 23, 2026
9e25fc0
Add side-by-side diff view for duplicate file comparison
EmanueleCannizzaro Mar 23, 2026
422e388
Add comprehensive test suite for PySide6 frontend (98 tests)
EmanueleCannizzaro Mar 23, 2026
d624efe
Add MCP server crate to expose czkawka tools to AI agents
EmanueleCannizzaro Mar 23, 2026
aead23b
Update documentation with all new features and test coverage
EmanueleCannizzaro Mar 23, 2026
4346775
Add reference directory support for grouped scan tools
EmanueleCannizzaro Mar 23, 2026
fb358af
Add PySide6/Qt frontend and CLI --json-progress flag (#1847)
EmanueleCannizzaro Mar 23, 2026
34803b8
Make PySide6 frontend KDE6/Plasma compliant
EmanueleCannizzaro Mar 23, 2026
211bc51
Fix cargo fmt and show stage index in progress title
EmanueleCannizzaro Mar 23, 2026
b83e8e9
Fix clippy use_self warnings in Commands::get_json_progress
EmanueleCannizzaro Mar 23, 2026
69b932f
Add resizable/sortable columns, load results, fix group header spanning
EmanueleCannizzaro Mar 23, 2026
848ef3d
Fix QA issues, add dry-run mode, improve progress accuracy
EmanueleCannizzaro Mar 23, 2026
b5a8a1c
Fix clippy collapsible_if warning in progress.rs
EmanueleCannizzaro Mar 24, 2026
6312dab
Add PySide6/Qt frontend and CLI --json-progress flag (#1847)
EmanueleCannizzaro Mar 23, 2026
f1d5e00
Make PySide6 frontend KDE6/Plasma compliant
EmanueleCannizzaro Mar 23, 2026
0019f22
Fix cargo fmt and show stage index in progress title
EmanueleCannizzaro Mar 23, 2026
1edbad7
Fix clippy use_self warnings in Commands::get_json_progress
EmanueleCannizzaro Mar 23, 2026
5ddc5c6
Add resizable/sortable columns, load results, fix group header spanning
EmanueleCannizzaro Mar 23, 2026
185c2e1
Add MCP server crate to expose czkawka tools to AI agents
EmanueleCannizzaro Mar 23, 2026
9622ffe
Fix cargo fmt and clippy warnings in czkawka_mcp
EmanueleCannizzaro Mar 23, 2026
0c818fa
Add PySide6/Qt frontend and CLI --json-progress flag (#1847)
EmanueleCannizzaro Mar 23, 2026
88a0149
Make PySide6 frontend KDE6/Plasma compliant
EmanueleCannizzaro Mar 23, 2026
8bfd1bf
Fix cargo fmt and show stage index in progress title
EmanueleCannizzaro Mar 23, 2026
43d0629
Fix clippy use_self warnings in Commands::get_json_progress
EmanueleCannizzaro Mar 23, 2026
8e48ff5
Add resizable/sortable columns, load results, fix group header spanning
EmanueleCannizzaro Mar 23, 2026
93f110b
Fix QA issues, add dry-run mode, improve progress accuracy
EmanueleCannizzaro Mar 23, 2026
d7802bd
Fix clippy collapsible_if warning in progress.rs
EmanueleCannizzaro Mar 24, 2026
82a5321
Optimize CLI performance: enable LTO, use HashMap, reduce allocations
EmanueleCannizzaro Mar 24, 2026
292f1d1
Merge branch 'feature/mcp-server'
EmanueleCannizzaro Mar 24, 2026
f677c5e
Merge branch 'feature/cli-optimizations'
EmanueleCannizzaro Mar 24, 2026
d9bf5b4
Fix fmt and ensure deterministic music duplicate ordering
EmanueleCannizzaro Mar 24, 2026
fe085a6
Merge branch 'feature/cli-optimizations'
EmanueleCannizzaro Mar 24, 2026
7b3678d
Add fuzzy filename matching for duplicate detection (#1854)
EmanueleCannizzaro Mar 24, 2026
43f9544
Add side-by-side comparison view to kalka preview panel (#1857)
EmanueleCannizzaro Mar 24, 2026
c765d69
Add CSV/JSON/text export for scan results (#1858)
EmanueleCannizzaro Mar 24, 2026
f90a340
Add extended file preview: PDF, text, and video thumbnails (#1855)
EmanueleCannizzaro Mar 24, 2026
692907b
Add combined selection criteria to kalka select dialog (#1856)
EmanueleCannizzaro Mar 24, 2026
0b0d4dc
Merge branch 'feature/side-by-side-comparison'
EmanueleCannizzaro Mar 24, 2026
ad9d3d4
Merge branch 'feature/csv-json-export'
EmanueleCannizzaro Mar 24, 2026
22a3ba3
Merge branch 'feature/extended-preview'
EmanueleCannizzaro Mar 24, 2026
b9ad37f
Merge branch 'feature/combined-selection'
EmanueleCannizzaro Mar 24, 2026
51fe000
Add drag & drop directory addition to kalka bottom panel (#1862)
EmanueleCannizzaro Mar 24, 2026
e5db92b
Add idle-priority scanning option to kalka (#1863)
EmanueleCannizzaro Mar 24, 2026
4d6f664
Merge feature branches: reference-directories, test-suite, diff-view,…
EmanueleCannizzaro Mar 24, 2026
58793ef
Rename czkawka_pyside6 to kalka, add i18n, and optimize core performance
EmanueleCannizzaro Mar 24, 2026
2852c37
Fix four bugs: reference files, symlink chains, stale config, CLI exi…
EmanueleCannizzaro Mar 25, 2026
67f3d05
Expose similarity confidence scores for music fingerprint matches (#1…
EmanueleCannizzaro Mar 25, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
105 changes: 105 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
#
# ******** NOTE ********
# We have attempted to detect the languages in your repository. Please check
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: "CodeQL Advanced"

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
schedule:
- cron: '35 2 * * 2'

jobs:
analyze:
name: Analyze (${{ matrix.language }})
# Runner size impacts CodeQL analysis time. To learn more, please see:
# - https://gh.io/recommended-hardware-resources-for-running-codeql
# - https://gh.io/supported-runners-and-hardware-resources
# - https://gh.io/using-larger-runners (GitHub.com only)
# Consider using larger runners or machines with greater resources for possible analysis time improvements.
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
permissions:
# required for all workflows
security-events: write

# required to fetch internal or private CodeQL packs
packages: read

# only required for workflows in private repositories
actions: read
contents: read

strategy:
fail-fast: false
matrix:
include:
- language: actions
build-mode: none
- language: java-kotlin
build-mode: none # This mode only analyzes Java. Set this to 'autobuild' or 'manual' to analyze Kotlin too.
- language: python
build-mode: none
- language: rust
build-mode: none
# CodeQL supports the following values keywords for 'language': 'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'rust', 'swift'
# Use `c-cpp` to analyze code written in C, C++ or both
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both
# Use 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both
# To learn more about changing the languages that are analyzed or customizing the build mode for your analysis,
# see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning.
# If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize how
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
steps:
- name: Checkout repository
uses: actions/checkout@v4

# Add any setup steps before running the `github/codeql-action/init` action.
# This includes steps like installing compilers or runtimes (`actions/setup-node`
# or others). This is typically only required for manual builds.
# - name: Setup runtime (example)
# uses: actions/setup-example@v1

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.

# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
# queries: security-extended,security-and-quality

# If the analyze step fails for one of the languages you are analyzing with
# "We were unable to automatically build your code", modify the matrix above
# to set the build mode to "manual" for that language. Then modify this step
# to build your code.
# ℹ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
- name: Run manual build steps
if: matrix.build-mode == 'manual'
shell: bash
run: |
echo 'If you are using a "manual" build mode for one or more of the' \
'languages you are analyzing, replace this with the commands to build' \
'your code, for example:'
echo ' make bootstrap'
echo ' make release'
exit 1

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
with:
category: "/language:${{matrix.language}}"
129 changes: 125 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ members = [
"czkawka_cli",
"czkawka_gui",
"krokiet",
"cedinia"
"cedinia",
"czkawka_mcp",
]
exclude = [
"misc/test_read_perf",
Expand Down Expand Up @@ -37,8 +38,8 @@ overflow-checks = true
# But it is used to optimize release builds(and probably also in CI, where time is not so important as in local development)
# Fat lto, generates a lot smaller executable than thin lto
# Also using codegen-units = 1, to generate smaller binaries
#lto = "fat"
#codegen-units = 1
lto = "fat"
codegen-units = 1

# Optimize all dependencies except application/workspaces, even in debug builds to get reasonable performance e.g. when opening images
[profile.dev.package."*"] # OPT PACKAGES
Expand Down
Loading
Loading