Commit Graph

184 Commits

Author SHA1 Message Date
El Thoro
56ff36a77f Qt 6 - DEB/RPM Linux packaging (#4029)
* Deb packaging

* Deb packaging

* Deb packaging

* Update readme to Qt 6 (except Fedora yet)

* RPM

* Deb suggests

* Deb

* RPM

* RPM

* RPM

* Jammy patch

* Test jammy patch

* Revert "Jammy patch"

This reverts commit 640196666e57b409ef6d79681a0d0cbe44ccf73d.

* Revert "Test jammy patch"

This reverts commit bebff73e6c03ec435ec4878723302fa31370083a.

* Deb control: Alternative Build-Depends

* Fix RPM for KDSingleApplication

* Add build dependency libgl-dev explicit for Jammy (it is included for newer versions automatically)

* Add build dependency qt6-l10n-tools explicit for Jammy (it is included for newer versions automatically)

* Update DEB rules removing not needed files like in RPM .spec (663a056)

* DEB rules: Remove empty folders from package

* Add kguiaddon for Fedora and Arch

* DEB rules: Remove empty lib folder from package

* DEB rules: Remove include and lib folder from package

* Add missing dependencies
2025-07-04 14:00:18 -05:00
Nicholas Morris
eefefe187a Adds Support for Command-Line on Windows (#3699)
* + cli support on windows

- removes the preprocessor macro that prevented arg
  parsing on Windows
- adds windows-cli.cpp as src for a wrapper exe
- adds flameshot-cli target into cmake when building
  on Windows
- updates README

* updates PR

+ support for unicode characters in cli args
+ additional clarification in README re: flameshot-cli
+ new workaround for spaces in _popen path; works with relative output paths

* fix EOL

* updated flameshot.exe path construction

avoids using the hard-coded length of flameshot-cli.exe

* fix whitespace (clang)
2025-05-31 12:39:02 -05:00
Mehrad Mahmoudian
09f2d959be removes Ubuntu 18.04 and 20.04 from documentation (#3952) 2025-05-26 15:58:16 -05:00
donutAnees
be54ae9c0d Add Shortcut to Cancel current selection (#3751)
This PR adds the ability to close the selection using the Ctrl + Backspace
key combination, addressing issue #3319. The new shortcut
allows users to quickly exit the selection mode without relying on mouse
interactions.
2025-05-11 12:39:29 -05:00
Mehrad Mahmoudian
2004959b4a Fix documentations (#3934)
* fixes code fence symmetry

* capitalized names in documentations

* improves markdown styling of documentation
2025-05-11 07:50:28 -05:00
Wojciech Muła
7346d5bfe7 Add Fluxbox configuration snippet (#3796) 2025-05-10 20:02:16 -05:00
Matthias Kunnen
7aa69e4e25 Update build/install instructions for custom install dir translations to work (#3821) 2025-02-12 08:29:21 +02:00
Pete Dietl
14a136777c Update README (#3693)
* Clarify if building from source how to install to a specific directory.
* Fix some minor spelling and grammar issues.
2024-09-01 23:26:03 +03:00
Maxim Ostapenko
c1dac52231 Added a way to install the program in ALT Linux (#3640) 2024-06-18 20:43:26 +03:00
rbatinov
f04d22b5af Update README.md (#3415)
Change the Keyboard label for Ubuntu 20.04 as it is in the OS for better understanding.
2023-11-25 20:38:40 +01:00
Daragh
fa29bcb427 Update Arch package link (#3389) 2023-10-25 08:56:21 +03:00
0xflotus
5e2300daa5 readme: fixed small error (#3358) 2023-10-02 17:53:12 +03:00
Mehrad Mahmoudian
0a6d427a0a Our sponsor the AnonAddy has rebranded to addy.io (#3308) 2023-08-20 10:44:25 +02:00
Mehrad Mahmoudian
a447b3d672 fixes #3188 (#3254) 2023-07-03 00:13:38 +03:00
Orkun Tokdemir
236534b17b Refactor CMake (#3104)
* Refactor CMake

* Update README.md
2023-06-20 23:53:10 +03:00
Mehrad Mahmoudian
05c3b8746a Updated the shields.io badges (#3071) 2023-01-26 14:16:03 +02:00
Vojta
b4300d303d Fix typos in README (#2987)
* Fix minor typos in README

* Revert "Return" to "Enter" change
2022-11-17 14:28:53 +02:00
Mudit Choudhary
edd228b938 fix: Invalid on Ubuntu link (#2952) 2022-10-25 16:56:40 +03:00
Dhruv Maroo
d2b38f962c Improve resizing in flameshot (#2931)
* Allow symmetrical resizing using arrow keys when pressing ctrl

* Add feature to preserve aspect ratio while resizing selection window

* Format according to clang-format
2022-10-03 12:33:20 -05:00
a1346054
43e6e9de30 Remove executable bit from text file (#2897) 2022-10-02 08:19:27 -05:00
TryWumbo
fa6164bedf fix minor typo in README.md (#2790)
appears to be missing a word
2022-07-17 10:22:55 -05:00
Creator54
f6355949ca remove unused whitespaces, add shell.nix and .envrc (#2749) 2022-07-03 11:19:54 -05:00
cliffcoffee
441735c260 Update README.md (#2726)
Improved wording for applying hotkey configuration for KDE Plasma Desktop.
2022-06-28 08:46:54 -05:00
luzpaz
04b57e4957 Fix typos (#2705)
Found via `codespell -q 3 -S *.ts,./external`
2022-06-28 08:25:08 -05:00
Mukho
620909569d Update README.md (#2657) 2022-06-15 09:12:57 -05:00
Boyuan Yang
dd9fc45108 README.md: Replace qt5-default build-dep with qtbase5-dev (#2649)
Package qt5-default is not available in newer deb-based Linux
distributions. Users are encouraged to use qtbase5-dev instead.

closes: #2635
2022-06-07 15:48:48 -05:00
Louw Swart
0ecb4eefa4 Chore: Add instructions for adding keyboard shortcut to Ubuntu 22.04 (#2609) 2022-05-19 08:05:06 -05:00
Ze'ev
0e2f37f9af Update README.md (#2566)
Easier procedure for macOS security
2022-04-28 16:25:10 -05:00
Ricardo da Verdade Silva
aa535d5628 Adds instruction to open on macos after instaling using homebrew (#2518) 2022-04-04 08:17:39 -05:00
Mehrad Mahmoudian
5e35f1e099 fix the nightly build URL in README (#2387) 2022-02-07 08:06:56 -06:00
Mehrad Mahmoudian
f7315ec625 KDE Plasma khotkeys (#2383)
* Adds links to sponsors in README

* Adds AnonAddy to the sponsor list

* fix the kde shortcuts to match the current CLI
2022-02-06 17:50:41 -06:00
borgmanJeremy
a87d4469d4 Update README.md (#2381)
* Update README.md

* Update README.md
2022-02-06 13:33:26 -06:00
Matthew
77ccac5640 Add alternative shortcuts file for KDE Flatpak installs (#2357) 2022-02-04 08:00:53 -06:00
Sam Gleske
62d4643eb4 Fix Free Art License v1.3 link (#2311)
The README had a dead link.
2022-01-23 08:29:09 -06:00
Pavel Kutáč
6ba75d7e82 Add missing shortcuts (#2228)
* Add missing shortcuts

Adding shortuct for features added in https://github.com/flameshot-org/flameshot/issues/437

* Fix typo
2022-01-05 08:11:49 -06:00
Đorđe Stanković
d412d25509 Add Windows config file location in docs (#2207) 2021-12-30 19:35:39 -06:00
Mehrad Mahmoudian
b65bc6cd8e Added the new sponsor (#2157) 2021-12-18 07:06:29 -06:00
Romain Eggermont
7ed485698a fix(readme): FAQ Link (#2150) 2021-12-09 20:28:36 -06:00
Fabian Buchenberger
f5bbf73cfd fix URL of Preview-GIF in README.md (#2140) 2021-12-02 17:31:56 -06:00
Miodrag Milić
167de09b20 add chocolatey package (#2056) 2021-11-10 08:33:56 -06:00
borgmanJeremy
2c98fc6cfe Update README.md
No longer need unsafe mode for gnome41
2021-11-04 10:41:32 -05:00
Meesha
0a7e831f6e Remove qt5-devel from Fedora compile dependencies (#2042) 2021-11-04 10:01:53 -05:00
Haris Gušić
0e2d4dd6c9 Add 'nightly builds' badge (#2019) 2021-10-29 09:11:44 -05:00
borgmanJeremy
62a21cbbb2 added gnome41 workaround (#1984) 2021-10-16 18:46:24 -05:00
Mehrad Mahmoudian
9cdb8f9fb1 Kde shortcuts dbus2cmd (#1953)
* changes the KDE shortcuts from dbus to commands

* fixes the file name to have the updated file name for KDE shortcuts

* fixes a grammatical mistake in README
2021-10-08 09:26:35 -05:00
Peter Dave Hello
48c9d47289 Unify the badge style in README.md (#1933) 2021-10-02 18:44:43 -05:00
a1346054
b95e096136 Simple maintenance improvements (#1918)
* Use license file from gnu.org

Downloaded from:
https://www.gnu.org/licenses/gpl-3.0.txt

* Add missing final newline

* Fix link

* Fix shellcheck warnings

* Move donation header one level up

* Fix typos

* Stop mixing tabs and spaces

* Trim trailing whitespace
2021-09-27 20:33:45 -05:00
Bourbon
2ff0f4af34 Add the 'commit text' hotkey to the README.md (#1926)
We add the hotkey for 'Commit text in text area' (C-Ret) to the documentation.
2021-09-27 15:13:26 -05:00
Karl Horky
b779752841 Add macOS + Windows global hotkeys (#1845)
Closes https://github.com/flameshot-org/flameshot/issues/1593
2021-08-30 08:38:47 -05:00
Mehrad Mahmoudian
eff6757b37 Fix the FAQ URL in README (#1744) 2021-07-23 18:06:54 -05:00