Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial implementation of the plugin framework #3661

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jul 5, 2024

  1. Initial implementation of the plugin framework

    Plugin RFC flameshot-org#2529
    
    Signed-off-by: Ouyang Chunhui <[email protected]>
    jack9603301 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    650f7c0 View commit details
    Browse the repository at this point in the history
  2. PDF and printer support are not enabled by default

    This is to counter PR checks, because it seems that the PR's qt environment does not support some specific parameters of this function - the latest version of qt5 compiles fine on Linux
    
    Signed-off-by: Ouyang Chunhui <[email protected]>
    jack9603301 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    66327f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. This is experimental

    Since the plugin manager is an experimental feature, the compilation flag is turned off by default.
    
    Signed-off-by: Ouyang Chunhui <[email protected]>
    jack9603301 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    d8d9842 View commit details
    Browse the repository at this point in the history