Commit Graph

597 Commits

Author SHA1 Message Date
Yangjin Cho
6f6c9219e9 Update CMakeLists.txt 2020-09-07 13:58:42 +09:00
RieL
a5ec75180c Merge branch 'master' of https://github.com/sheepjin99/flameshot 2020-09-07 13:02:16 +09:00
RieL
49e45b30db Delete Internationalization_kr.ts 2020-09-07 13:01:33 +09:00
RieL
c5de313624 Enable Korean translation
1. Changed Qt Linguist language code from kr to ko
2. Enabled Korean translation by editing src/CMakeList.txt

It worked well on manjaro linux 18.0 with Korean translated.
2020-09-07 12:52:38 +09:00
Jeremy Borgman
7b0888a0b0 allowed counter bubble size to be adjustable, font to autofill, and fixed issue with low DPI undo 2020-09-06 21:10:41 -05:00
Jeremy Borgman
889b688ee2 Moved TS generation behind flag, fixed more references to blur, fixed missing pixelate icon. 2020-09-06 20:21:51 -05:00
Alf Gaida
9de316425f Added Action Launcher
fixes #652
2020-09-06 19:47:31 -05:00
Boyuan Yang
ecacd96608 Enable WIN32 property on Windows build
When building on Windows platform, this patch will set the
WIN32_EXECUTABLE property for the build target. This helps
to suppress the terminal window when running on Windows.
This solves some problems discussed in issue #824.
2020-09-06 15:25:39 -05:00
Yangjin Cho
a8055c8488 Add Korean translation (#834)
* Add Korean Translation

Created Internationalization_kr.ts

* Update Internationalization_kr.ts

* Update Internationalization_kr.ts
2020-09-06 14:52:00 -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
borgmanJeremy
dbc45d9097 Merge pull request #620 from AlexP11223/add-build-notes
add more details about compilation, make it less scary for newcomers
2020-09-06 10:18:15 -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
Yangjin Cho
30f9bb7be6 Update Internationalization_kr.ts 2020-09-06 20:35:41 +09:00
Yangjin Cho
c192f849c5 Update Internationalization_kr.ts 2020-09-06 20:35:10 +09:00
RieL
0872b8c1e2 Add Korean Translation
Created Internationalization_kr.ts
2020-09-06 20:31:26 +09:00
Jeremy Borgman
f34def6794 changed blur class name to pixelate to match implementation 2020-09-05 11:27:00 -05:00
Boyuan Yang
4bef6a5c7f translation: Finish zh_CN translation 2020-09-05 10:02:15 -05:00
Martin Eckleben
feda43a0f6 Update commandlineparser.cpp
Adjusted for proper string line break code formatting.
2020-09-05 10:01:38 -05: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
4b5137eaf4 flameshot.appdata.xml: Update metadata
Refresh metadata in the appdata file due to project move.
2020-09-05 09:23:42 -05:00
Boyuan Yang
4541c79cdc Avoid hardcoded app version
Use ${PROJECT_VERSION} from CMake to provide the project version
information instead of hardcoding.
2020-09-04 21:04:51 -05:00
Jeremy Borgman
fb2f00ca73 added actions on PR 2020-09-04 20:48:47 -05:00
Boyuan Yang
a8fb73b668 Use ${CMAKE_INSTALL_PREFIX} to provide APP_PREFIX
Currently the value of $prefix is hardcoded in the source code.
This is not a good choice given we have switched to CMake and
that CMake provides the builtin variable ${CMAKE_INSTALL_PREFIX}
to provide this information.

This patch uses the value of ${CMAKE_INSTALL_PREFIX} to populate
flameshot's internal variable APP_PREFIX as well as using it
in generating the org.flameshot.Flameshot.service file with
a proper $prefix value (via CMAKE_INSTALL_FULL_BINDIR as provided
by GNUInstallDirs).
2020-09-04 20:43:35 -05:00
Jeremy Borgman
5dba3de778 Added ubuntu CI and fixed issue uncovered during CI. Also added clang-format 2020-09-04 20:40:45 -05:00
Jeremy Borgman
c8d15205be reformatted to Mozilla code style 2020-09-04 20:40:45 -05:00
borgmanJeremy
c0e2e48db4 Fix CMake Package and DBUS Names (#819)
* Fix CMake Packaging to properly package assets.
2020-09-04 19:29:37 -05:00
borgmanJeremy
3cad32d38e Merge pull request #814 from hosiet/pr-fix-some-url
Update some URLs due to project move
2020-09-04 15:01:15 -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
borgmanJeremy
37fee847c3 Merge pull request #770 from borgmanJeremy/master
added circle counter and fixed issue with latest qt
2020-09-04 08:10:54 -05:00
Jeremy Borgman
286db9ff69 Fixed translations and added feedback from PR 2020-09-03 11:51:18 -05:00
Jeremy Borgman
be61406e57 Merge branch 'candidate' into master 2020-09-02 14:31:57 -05:00
Jeremy Borgman
cb50a282e8 Added flatpak support 2020-09-02 14:31:37 -05:00
Jeremy Borgman
3e226651db Added cmake install directions 2020-09-02 12:20:21 -05:00
Jeremy Borgman
a37fc9bdc4 Added RFC process 2020-09-02 12:17:26 -05:00
Jeremy Borgman
34bc07fc76 Added RFC process 2020-09-02 12:17:01 -05:00
Jeremy Borgman
dc77029cde Fixed most depratated warnings. 2020-07-13 15:02:18 -05:00
Jeremy Borgman
f5013df306 First pass at converting from qmake to cmake. 2020-07-10 20:10:14 -05:00
Jeremy Borgman
1ef9cad20c Added to acknowledgment 2020-07-09 07:30:40 -05:00
Jeremy Borgman
f99ca6c78c Changed blur tool to pixelate instead 2020-06-24 10:23:36 -05:00
Jeremy Borgman
ba4e19f26a removed build folder 2020-06-11 15:30:28 -05:00
Jeremy Borgman
9bb556acff added circle counter and fixed issue with latest qt 2020-06-11 15:26:34 -05:00
Boyuan Yang
91ba28c3de translations: Refresh Simplified Chinese (zh_CN) translation (#579) 2019-10-01 20:25:05 +02:00
Damien
554aaee109 Add missing French translation (#597)
new option "Close after capture" was not translated in French in general config tab
2019-10-01 20:17:47 +02:00
AlexP11223
246cc5d719 make the gui -d example more clear (#593) 2019-10-01 20:03:20 +02:00