Commit Graph

725 Commits

Author SHA1 Message Date
RieL
9ecad94667 Update Internationalization_ko.ts
Improved Korean translation.

1.도움 메세지를 보여줍니다 -> 도움 메세지 보기
2.캡처 모드 시작에 도움 메세지를 보여줍니다 -> 캡처 모드 시작에 도움 메세지 보기
3.데스크톱 알림을 사용합니다 -> 데스크톱 알림 사용
4.트레이 아이콘을 보임 -> 트레이 아이콘 보기
5.시작할때 실행 -> 컴퓨터를 시작할 때 실행
6.Toggle visibility of sidebar with options of the selected tool -> 사이드바를 열어 선택한 도구의 옵션보기
7.도구의 두께를 바꿉니다 -> 도구 두께 변경
8.직사각형 선택->직사각형 Selection (need more proper word to translate)
9.변경할 버튼을 선택하세요 -> 변경 할 버튼 선택
10.콘트래스트 색상 -> 대비 색상
11.선택 영역 외의 불투명도: -> 선택 영역 외 불투명도
12. 버튼 셀렉션 -> 버튼 선택
2020-10-07 10:57:10 -05:00
Boyuan Yang
40629915f7 Explicitly hide tray icon before exit on Windows
Currently flameshot tray icon will not disappear after program
terminates on Windows. This is a known issue and need to be
explicitly handled.

This commit connects the aboutToQuit signal to
QSystemTrayIcon::hide slot to ensure that the tray icon is
removed before program terminates.
2020-10-06 19:50:22 -05:00
Porrumentzio
2bc3d82666 Updated Basque translation (#1027)
* Added Basque translation

* Changed translation code from eu_ES to eu

* Updated Basque translation

* Modified CMakeLists.txt to fit the new Basque translation code
2020-10-03 18:50:48 -05:00
heis2201
e3ef3096e9 Update german translation
Corrected my own typo and improved Comment
2020-10-02 13:28:58 -05:00
Alex Pantechovskis
55bed077ca Remove outdated translation table and link the instruction repo 2020-10-01 18:56:52 -05:00
Salvador Recuero
f00f994c2d Fix misspelling
"Flmaeshot".
2020-10-01 18:55:31 -05:00
heis2201
675df1aea4 Added/Updated German translation
Added/Updated German translation
2020-10-01 07:42:04 -05:00
Mehrad Mahmoudian
4f2f6bbe9e Reordered the pre-built repositories orders
Having the operating systems together.
2020-10-01 07:41:35 -05:00
Mehrad Mahmoudian
1034fcff3a Removed the OpenSUSE comminuty repo information 2020-10-01 07:41:35 -05:00
Tiago Rinaldi
ead84c502c Update CONTRIBUTING.md
Add pt_BR translation credits
2020-10-01 07:41:13 -05:00
Alex P
abdeee9a16 open imgur upload in screen center 2020-09-30 19:27:49 -05:00
Ahmed Zetao Yang
60c290c540 feat: update windows rc file 2020-09-30 10:58:48 -05:00
Ahmed Zetao Yang
4ab28d960c chore: use flameshot icon as tray notification icon
* this need Qt >= 5.9, see https://doc.qt.io/qt-5.9/qsystemtrayicon.html#showMessage-1
2020-09-30 10:58:48 -05:00
Jeremy Borgman
5292b894f2 Moved style override to after app creation 2020-09-30 10:58:33 -05:00
Mehrad Mahmoudian
35e709c80c added some brief information about systray 2020-09-30 09:37:56 -05:00
Jeremy Borgman
ecfaa2359b Fixed readme 2020-09-28 19:33:36 -05:00
Martin-Eckleben
d349cb5f9d black and white plus and minus icons 2020-09-28 19:02:19 -05:00
Tiago Rinaldi
938bf8815d Add Brazilian portuguese translation 2020-09-28 19:01:15 -05:00
Jeremy Borgman
ceb51a90bd Added releasing info for 0.8.3 2020-09-28 09:24:35 -05:00
Jeremy Borgman
931ac154e7 Fixed issue with ctrl s not saving text 2020-09-28 08:53:12 -05:00
hexyoungs
ca57215172 refactor: remove duplicated code in PR#982 2020-09-28 08:52:33 -05:00
hexyoungs
37fa206df2 fix: #994
fix wrong icon color caused by wrong mainColor
2020-09-28 08:52:33 -05:00
hexyoungs
01bc618dcc refactor: ColorUtils::colorIsDark
make it more clear
2020-09-28 08:52:33 -05:00
hexyoungs
f2101a3296 fix: #994 2020-09-28 08:52:33 -05:00
33kk
8a962c25a1 Fix side panel button color 2020-09-28 08:51:22 -05:00
Jeremy Borgman
991da44968 Fixed snap on ubuntu 20.04 (needed unity7) -S 2020-09-27 18:57:45 -05:00
pafri
9df7c45d62 Update Internationalization_cs.ts 2020-09-27 10:14:36 -05:00
Jeremy Borgman
3d266834f7 Increased delay by 20% per feedback 2020-09-26 20:16:04 -05:00
Jeremy Borgman
8aa137b35c lowered hover delay to 0.5 s 2020-09-26 20:16:04 -05:00
Ahmed Zetao Yang
11ceeaca89 chore(CI): provide artifacts for linux and windows 2020-09-25 20:11:01 -05:00
Jeremy Borgman
f5d581c89f bolded font in circle 2020-09-25 08:36:25 -05:00
hexyoungs
ac038474ce feat: using luminance to determine text color
of circlecounttool
2020-09-25 08:14:00 -05:00
Peter Cai
e1214e23e5 correct position of QScreen geometry on HiDPI multi-headed setup 2020-09-24 18:17:43 -05:00
Jeremy Borgman
e298d56f32 Updated per feedback 2020-09-24 10:26:55 -05:00
Jeremy Borgman
86cf5819a3 added releasing checklist 2020-09-24 10:26:55 -05:00
Ahmed Zetao Yang
dfcc9cb96b chore(CI): use Qt 5.15.1 env 2020-09-24 07:53:57 -05:00
Ahmed Zetao Yang
71817a1729 chore(CI): use VERSION info in the yaml files based on the current git tag 2020-09-24 07:53:57 -05:00
Jeremy Borgman
0d5386edd4 Changed clang format to new agreement 2020-09-24 07:53:28 -05:00
Jose Riha
2cbccc3d0a Update Slovak translation (#971) 2020-09-24 07:52:59 -05:00
borgmanJeremy
58b09bf259 bumped version for 0.8.1 patch release (#968)
* bumped versio for 0.8.1 patch release

* Updated debian log and bumped windows version

* bumped CI version

* Applied patch by @hosiet
2020-09-23 19:57:12 -05:00
Boyuan Yang
c7fea0e7ec README.md: Give link to download page in installation section 2020-09-23 13:43:23 -05:00
Boyuan Yang
2d1d664a57 Remove a trailing space; update translation files 2020-09-23 12:50:43 -05:00
Ahmed Zetao Yang
7edb10a218 fix: create a clean environment to build ubuntu-18.04 package 2020-09-23 11:57:29 -05:00
Jeremy Borgman
f8597d3b4a Adjusted metainfo to pass flathub linter 2020-09-23 10:14:14 -05:00
Ahmed Zetao Yang
def8ce21bb Enable deb packaging for ubuntu 18.04 (#959)
* chore: update rpm packaging dependencies version

* chore: update debian dependencies version & changelog

* chore: enable deb packaging for ubuntu 18.04
2020-09-23 08:02:51 -05:00
Boyuan Yang
42f6c8d501 appdata: Fix check errors
The following errors are found during appdata checking:

* org.flameshot.flameshot: missing-desktop-file
* flameshot.desktop: no-metainfo

The root cause is the lack of a <launchable type="desktop-id"> tag
in the metainfo file that references the name of .desktop file.
This commit fixes that.

(Another solution would be renaming flameshot.desktop to be
org.flameshot.flameshot.desktop.)
2020-09-21 12:02:53 -05:00
Jeremy Borgman
c56bb78cf3 Added preview to circle counter and auto adjust circle count font color. 2020-09-20 12:38:33 -05:00
Jeremy Borgman
c7d557e387 Added caching option to cmake 2020-09-20 10:57:28 -05:00
Mehrad Mahmoudian
9c0ba07984 Added the command to be used for now for shortcuts 2020-09-20 06:50:32 -05:00
Jeremy Borgman
017578e776 Added release notes for 0.8 release 2020-09-19 13:49:02 -05:00