theschitz
e2c8a272b9
Added swedish translations.
2020-09-09 10:10:15 -05:00
theschitz
ca1c1c720e
Created Internationalization_sv_SE.ts (cpy of es).
2020-09-09 10:10:15 -05:00
alexgabi
f15a6da065
Create internationalization_eu.ts
2020-09-09 10:00:01 -05:00
Jose Quintana
0d171a8551
add spanish translation
2020-09-09 09:51:42 -05:00
seamus-45
8da962c418
fix a typo in contrastUiColor
2020-09-09 08:04:57 -05:00
Ahmed Zetao Yang
f9c036c9be
chore: remove github actions artifact & make actions more elegant.
...
- add hicolor-icon-theme(default fallback theme for FreeDesktop.org icon themes) for appimage
- remove github actions artifact
- fix some typos
2020-09-09 07:32:18 -05:00
Jeremy Borgman
3bd7aa79b8
Fix count when the redo tool is called with circle counter
2020-09-08 20:26:52 -05:00
Jeremy Borgman
6afa3ca26a
Made undo tool aware of circle count to decrement. Refactored tool ID's to be enum
2020-09-08 11:36:30 -05:00
Jeremy Borgman
ed4ea1377b
Changed menu item to match window title
2020-09-08 11:30:44 -05:00
Ahmed Zetao Yang
fbdeccd065
feat: deb, rpm, appimage, flatpak, snap are all packed automatically
...
- support opensuse leap 15.2
- add appimage packing, packed with new tool
- add flatpak packing
- add snap packing
2020-09-08 11:13:27 -05:00
Ahmed Zetao Yang
eb7fcd660c
fix: update upstream upload service py script & correct its full path
2020-09-08 11:13:27 -05:00
Ahmed Zetao Yang
4b0740cb52
feat: add snap & update flatpak manifest yaml
...
- snap from https://github.com/flameshot-org/packages/tree/master/snap and I update the build tools and dependencies
2020-09-08 11:13:27 -05:00
Ahmed Zetao Yang
961ce5f732
fix: add opensuse support & correct appstream metainfo xml
...
- support opensuse leap >= 15.0
- correct appstream metainfo xml name & its content, see https://www.freedesktop.org/software/appstream/docs/chap-Quickstart.html#sect-Quickstart-DesktopApps
2020-09-08 11:13:27 -05:00
Jeremy Borgman
a892766359
fixed Plasma 5.20 issue
2020-09-08 07:39:28 -05:00
Porrumentzio
86d19324d1
Added Basque translation ( #865 )
...
Added Basque translation
2020-09-08 11:12:21 +02:00
Daniel Schaefer
dea3c7bb87
dbus/org.dharkael.Flameshot.xml: Mark id as uint
...
In src/core/flameshotdbusadapter.h the id is marked as uint.
All other types in the xml are correct.
2020-09-07 19:33:10 -05:00
borgmanJeremy
a4f7423967
Fixed dbus name ( #859 )
...
* Fixed dbus name
* Fixed formatting
2020-09-07 16:11:32 -05:00
borgmanJeremy
ff6d4587e8
Cmake needs to install flameshot.appdata.xml ( #857 )
...
* Cmake needs to install flameshot.appdata.xml
* fixing rpm
2020-09-07 16:03:21 -05:00
borgmanJeremy
60ef3f3e6f
changed dbus naming to match github organization ( #856 )
...
* changed dbus naming to match github organization
* Fixed formatting
2020-09-07 15:09:57 -05:00
Boyuan Yang
18f18ce7ef
Fix D-Bus activation name
...
Originally the App uses org.dharkael.Flameshot in D-Bus.
Since we have moved the project under organization, the
name we are using now should be org.flameshot.Flameshot.
This need to be kept unified across the whole project.
This fixes D-Bus invocation problem and should fixes : #850 .
2020-09-07 11:16:03 -05:00
Ahmed Zetao Yang
308be25c51
feat: add deb & rpm packing
2020-09-07 10:06:03 -05:00
Ahmed Zetao Yang
e76aca0d8a
fix: update rpm spec file
2020-09-07 10:06:03 -05:00
borgmanJeremy
4ec100dade
Merge pull request #846 from sheepjin99/master
...
Enable Korean translation
2020-09-07 07:30:13 -05:00
Ahmed Zetao Yang
793cdce37e
fix: set win32 api minimum system level as Win7
2020-09-07 07:29:31 -05:00
Martin Eckleben
9f530fdfae
added translation for CLI --help output ( #839 )
...
* added translation for CLI --help output
* improved formatting with clang-format
2020-09-07 07:28:43 -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
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