Commit Graph

48 Commits

Author SHA1 Message Date
Jeremy Borgman
ceb51a90bd Added releasing info for 0.8.3 2020-09-28 09:24:35 -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
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
2d1d664a57 Remove a trailing space; update translation files 2020-09-23 12:50:43 -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
Jeremy Borgman
1b2d704b21 Cleaned up snap and changed confinement settings 2020-09-18 11:01:22 -05:00
Boyuan Yang
ab65c22db2 data/debian: Prepare for 0.8.0 release
Files under data/debian/ directory are updated to be prepared for
flameshot 0.8.0 release.
2020-09-14 19:53:13 -05:00
Ahmed Zetao Yang
7a8853def7 fix: flatpak enhancement
* add network support
* add device=dri for wayland
* add notification access
* system Tray Icon
2020-09-14 08:45:00 -05:00
Daniel Napora
7a82c1f271 Polish translation update 2020-09-14 07:56:31 -05:00
Boyuan Yang
74c48975d3 Update zh_CN translation again
This commit really finishes zh_CN translation for 0.8.0 release.
The translation for .desktop file action is also updated.
2020-09-13 20:07:25 -05:00
Alex P
66ca154245 update Russian translation 2020-09-13 11:28:11 -05:00
Alexander Kapshuna
23ae6c1579 Add zsh completion support
Both bash and zsh completions could be supported using single file.
2020-09-13 10:45:29 -05:00
Ahmed Zetao Yang
53a9d44c46 Windows packaging & merge two workflow yaml files (#898)
* chore: add win setup assets & using CPack

* chore: add windows packaging & merge the previous cmake-windows.yml into build_cmake.yml
2020-09-13 07:49:04 -05:00
Ahmed Zetao Yang
daf74afa8c fix: the language code should be underscore '_' not '-' 2020-09-11 23:42:19 +08:00
Ahmed Zetao Yang
ebf82cbf70 chore: add Dutch (Netherlands) translations
- help @pollekepol to submit this commit
2020-09-11 23:14:03 +08:00
Ahmed Zetao Yang
953ab5e84e fix: make the suffixes of translations follow ISO Language Code Table standard
- see https://github.com/flameshot-org/translation-instruction/blob/master/ISO_Language_Code_Table.md
2020-09-11 23:11:16 +08:00
Jeremy Borgman
1662744a66 Merged various translation PRs and regenerated ts files 2020-09-09 19:23:04 -05:00
martin-thomas-tm
cb9c646f2c Fix some typos in french translation
Fix some typos (like "Imposible" ou "Boutton") and use "infinitif" for verbs to be consistent.
2020-09-09 19:23:04 -05:00
Alex P
b0e081bed9 update Russian translation 2020-09-09 19:23:04 -05:00
luz.paz
5358d124f5 Add Czech translation
Closes #596
2020-09-09 19:23:04 -05:00
Boyuan Yang
2e0ffec4fa Refresh zh_CN translation 2020-09-09 10:37:00 -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
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
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
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
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
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
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
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
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
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
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
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
cb50a282e8 Added flatpak support 2020-09-02 14:31:37 -05:00
Jeremy Borgman
f5013df306 First pass at converting from qmake to cmake. 2020-07-10 20:10:14 -05:00