Commit Graph

93 Commits

Author SHA1 Message Date
Mehrad Mahmoudian
9c0ba07984 Added the command to be used for now for shortcuts 2020-09-20 06:50:32 -05:00
MD Zaid
2d8ad0d516 Added missing Dependency, Fixed spelling mistake in a comment
=>qttools5-dev is also required on ubuntu 20.04 (tested on pop os 20.04), so added it in
  README.md under build instructions
=> Fixed spelling mistake in a comment in src/widgets/capture/capturewidget.cpp.
2020-09-18 07:01:54 -05:00
MD Zaid
cc4ccdb7c2 Init 2020-09-17 14:41:19 -05:00
Boyuan Yang
f18f186b46 Fix windows build badge and typos
* Drop qmake build-dependency from CI, they should not be installed
  since we have switched to CMake.
* Update README.md badges to reflect recent Windows CI updates.
* Set doc badge to point to flameshot.org website.
* Fix a typo in src/CMakeLists.txt.
2020-09-13 09:22:37 -05:00
Jeremy Borgman
962bba9640 updated README 2020-09-12 14:39:26 -05:00
Boyuan Yang
bc680a1ab4 README: quickfix for #873 2020-09-09 12:26:22 -05:00
David
37229454ca Add Solus package 2020-09-09 12:09:58 -05:00
Boyuan Yang
1033094a6a README.md: Improve wording
This commit improves wording of some sentences in README.md.
2020-09-09 11:23:56 -05:00
Boyuan Yang
53f40a330c README.md: Update badges (except AppVeyor) 2020-09-09 11:23:56 -05:00
Boyuan Yang
1da8e8277f README.md: Really fix Debian compile instruction
This commit really closes: #791 and fix the build and runtime
dependency for flameshot.
2020-09-07 07:27:58 -05:00
Ricardo Fuhrmann
17cefb4099 Fix keyboard shortcuts in the readme 2020-09-06 10:43:29 -05:00
Mehrad Mahmoudian
da725e3505 updated the GIF address 2020-09-06 10:19:04 -05:00
Alex Pantechovskis
f26f1304a9 remove qmake from readme 2020-09-06 18:12:58 +03:00
Alex Pantechovskis
b7c89e16e3 add cmake download link 2020-09-06 18:12:03 +03:00
Alex Pantechovskis
e7d940f60c add cmake version to readme 2020-09-06 18:00:43 +03:00
Alex P
a964f683cc Merge branch 'master' into add-build-notes 2020-09-06 17:43:44 +03:00
Alex Pantechovskis
70439c1fdc update readme for cmake 2020-09-06 17:42:24 +03:00
Martin-Eckleben
944469cd39 Improved documentation regarding default behavior without CLI arguments. 2020-09-05 10:01:38 -05:00
Boyuan Yang
924b11d975 README.md: More URL switches
More URL switches due to project move. The CI URLs are left
intact till the CI/CD integration is finished.
2020-09-05 09:23:42 -05:00
Boyuan Yang
7110537c4f Update some URLs due to project move
This commit updates some URLs used within the project:

* Update README.md logo URL so that the flameshot logo can be
  shown properly.
* Update metadata used in data/debian/ directory to make
  placeholder Debian packaging working again.
* Some other quick URL fixes.

These fixes are not meant to be exhaustive and more work is
needed.
2020-09-04 10:36:40 -04:00
Jeremy Borgman
286db9ff69 Fixed translations and added feedback from PR 2020-09-03 11:51:18 -05:00
Jeremy Borgman
1ef9cad20c Added to acknowledgment 2020-07-09 07:30:40 -05:00
AlexP11223
246cc5d719 make the gui -d example more clear (#593) 2019-10-01 20:03:20 +02:00
Alex P
445a0e486e add more details about compilation, make it less scary for newcomers 2019-09-30 20:25:28 +03:00
Dharkael
234a51baea Add bitcoin as donation option 2019-05-22 18:16:43 +02:00
Alexandre ZANNI
488873e322 shortcut description (#462)
see https://github.com/lupoDharkael/flameshot/issues/271
2019-02-18 19:55:24 +01:00
Dharkael
abd8d0a870 README: Update Gnome shell extension reference 2019-01-01 14:26:19 +01:00
luzpaz
652689627f README: add repology badge inside collapsed div (#422)
Using https://repology.org/metapackage/flameshot/badges it's possible for users to see what version of flameshot are available in the package ecosystem. This badge is nested in an expandable div so it doesn't overwhelm the README with its size. This commit also fixes a minor typo
FYI HTML was used instead of markdown due to the markdown not being displayed.
2018-12-28 16:36:36 +01:00
Dharkael
122f376c40 Update README.md 2018-12-09 14:10:09 +01:00
Ahmed Zetao Yang
f0c200d54a upgrade travis-ci packages building (#412)
* update README.md

* adjust travis-ci packages building

* add fedora 29

* change build order
2018-12-09 14:04:25 +01:00
Alfredo Ramos
2716631591 Document shortcut for sidebar (#401)
* Document shortcut for sidebar

* Use appveyor-retry to prevent transfer.sh timeouts
2018-11-14 16:51:22 +01:00
in-in
35459e165c fix broken link (#392)
They moved Github organisation
https://github.com/voidlinux/void-packages
2018-11-05 16:27:32 +01:00
SeedPuller
07fe16f8b3 Update README.md (#343) 2018-09-11 00:13:33 +02:00
Alfredo Ramos
dd24ca0eeb README cleanup (#339) 2018-09-05 22:53:56 +02:00
Dharkael
1d7186a2f0 Fix icon in README 2018-08-20 17:04:52 +02:00
Ahmed Zetao Yang
aee5c03ae7 Some improvements (#320)
* Remove surplus '-'

* Move logo to center position & add some badges
2018-08-20 16:55:12 +02:00
Alfredo Ramos
25790dbda8 Remove unneeded BASEDIR variable (#292)
qmake already generates a INSTALL_ROOT variable that can be used to
install in a custom directory.
2018-07-30 21:46:48 +02:00
Boyuan Yang
fd99234bba README.md: Add info about flameshot in Debian 9 (#287) 2018-07-27 12:15:32 +02:00
Alfredo Ramos
d09580b873 Optimize and use SVG images where possible (#281)
SVG images have been optimized with svgo, this will slightly reduce package size though the main reason for this was to remove unneeded markup.

Image paths have been changed and merged, now the directory tree looks like this:

img
├── app
├── material
│   ├── black
│   └── white
└── preview

The reason to merge the paths is to avoid duplicate files for buttons and configuration.

SVG icons are used by default now, PNG images have not been deleted from the images directory, but they were deleted from the graphics.qrc resource file.

All image paths were updated accordingly, except in the tray icon, I could not make it work using the SVG image.
2018-07-24 00:43:01 +02:00
Alfredo Ramos
e271014253 Fix README.md (#235) 2018-06-01 10:49:40 +02:00
Andrew
4b8d9ba6b2 Fix typos in readme (#224) 2018-05-16 22:32:53 +02:00
lupoDharkael
c766b3e048 Add capture individual screens option 2018-05-08 21:23:09 +02:00
lupoDharkael
eb5c09b29a README: update commands and packaging info 2018-04-23 19:39:30 +02:00
Muhammad Mominul Huque
0b0b2c35f0 Wrap Fedora install instructions in code blocks (#157) 2018-03-05 18:55:48 +01:00
Dharkael
5057f7ee26 README: Add contribution information 2018-03-03 18:12:07 +01:00
Boyuan Yang
59726e772a README.md: Update info about flameshot in distros (#130) 2018-02-24 14:15:45 +01:00
Ahmed Zetao Yang
1bc42b0d08 add status badges (#110) 2018-02-03 13:38:51 +01:00
Dharkael
3a961c44f9 Fix README link reference 2018-01-19 23:07:22 +01:00
Giorgi Gzirishvili
a0260982b9 Add instructions for global keyboard shortcuts in Plasma (#84) 2018-01-19 22:54:41 +01:00
Dharkael
5ab65f5543 Update available packages 2018-01-15 23:20:02 +01:00