Jeremy Borgman
f8597d3b4a
Adjusted metainfo to pass flathub linter
2020-09-23 10:14:14 -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
017578e776
Added release notes for 0.8 release
2020-09-19 13:49:02 -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
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
Jose Quintana
0d171a8551
add spanish translation
2020-09-09 09:51:42 -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
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
Alf Gaida
9de316425f
Added Action Launcher
...
fixes #652
2020-09-06 19:47:31 -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
Jeremy Borgman
286db9ff69
Fixed translations and added feedback from PR
2020-09-03 11:51:18 -05:00
Jeremy Borgman
a37fc9bdc4
Added RFC process
2020-09-02 12:17:26 -05:00
Jeremy Borgman
f5013df306
First pass at converting from qmake to cmake.
2020-07-10 20:10:14 -05:00
lupoDharkael
d4715750df
Add basic launcher panel
2019-04-21 20:34:57 +02:00
greno4ka
9398ddd44f
Add russian translation of desktop file ( #475 )
...
* Add russian translation of desktop file
* Fix typo in desktop file fix (thx alok1111)
2019-03-04 16:19:30 +01:00
Volodymyr Bodenchuk
2adf869282
Added Ukrainian translation. ( #464 )
2019-02-18 19:54:11 +01:00
Никола Радовановић (Nikola Radovanović)
36d7bf82c7
Add Serbian translation ( #376 )
2018-10-11 23:59:40 +02:00
sicklylife.jp
6c49a227c4
Add Japanese Translation in .desktop file, and fix typos in ja.ts file. ( #367 )
2018-10-05 16:36:34 +02:00
Boyuan Yang
8d782c2c47
appdata: Minor tweak on project_license line (Fix AppStream warning) ( #310 )
...
From https://appstream.debian.org/sid/main/issues/flameshot.html :
* metainfo-validation-issue
Validation of the metainfo file found a problem:
SPDX license ID 'GPLv3+' is unknown.
According to https://spdx.org/licenses/ , the correct identifier
for GPLv3+ is "GPL-3.0-or-later" now. This commit would make
that replacement.
Signed-off-by: Boyuan Yang <073plan@gmail.com >
2018-08-12 11:39:18 +02:00
orschiro
27be72f81a
Added French translation ( #301 )
2018-08-07 17:34:42 +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
Boyuan Yang
ecdd3b2e45
Fix typo; Refresh translation; Update zh-CN translation ( #267 )
...
* Fix typos found by codespell
* redotool: Mark description string as translatable
* Refresh translation; Update zh_CN translation again
2018-07-07 14:23:24 +02:00
Daniel Napora
2ef3ea8f0d
Polish translation update ( #248 )
2018-06-15 00:11:05 +02:00
Dharkael
6ab7321dc2
Update release.md
2018-05-23 12:50:34 +02:00
lupoDharkael
c766b3e048
Add capture individual screens option
2018-05-08 21:23:09 +02:00
lupoDharkael
213cd5d48c
Prevent compilation with empty version
...
Compiling the project without git installed uses a hardcoded
version with a *-dev ending in the dev versions instead of
the specific commit information after the version.
2018-04-23 20:17:34 +02:00
Boyuan Yang
e26f9d2849
desktop: Add zh_CN translation; Add 500ms delay for Capture ( #171 )
...
closes : #166 .
2018-03-20 14:01:59 +01:00
Alfredo Ramos
1bf2829217
Use single desktop file with actions ( #149 )
...
* Merge desktop files
Use Desktop Actions instead of installing three different files, this would prevent confusion (see #140 ) and will make easier to maintain a single desktop entry.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=887466
https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#extra-actions
* Desktop entry cleanup
Translations were removed to start clean and because they need to be updated to match the new Name.
2018-03-04 12:23:51 +01:00
lupoDharkael
9abdb0e7f2
Prepare for v0.5.1
2018-02-24 12:19:04 +01:00
MEBis
c1377d9610
Update flameshot-init.desktop ( #98 )
2018-01-20 17:00:43 +01:00
MEBis
ac831b737b
Update flameshot.desktop ( #97 )
2018-01-20 17:00:22 +01:00
Giorgi Gzirishvili
a0260982b9
Add instructions for global keyboard shortcuts in Plasma ( #84 )
2018-01-19 22:54:41 +01:00
Boyuan Yang
df52761594
desktop: Add Keywords: entry for desktop files ( #88 )
2018-01-16 17:59:46 +01:00
Boyuan Yang
f36ab43e70
Fix typos found by codespell ( #70 )
2018-01-09 13:58:11 +01:00
Vitaly Zaitsev
b6f7a59c23
Fixed errors in desktop files: ( #69 )
...
* removed shebang;
* removed encoding tag as it no longer required;
* changed chmod from 755 to 644 as required by standard.
Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org >
2018-01-08 21:33:32 +01:00
Vitaly Zaitsev
2d2ce8c84d
Added AppData manifest file for Gnome Software. ( #68 )
...
Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org >
2018-01-08 21:31:46 +01:00
lupoDharkael
4770dd195e
Remove qsettings docs as ConfigHandler documents the same
2017-12-30 18:47:04 +01:00
lupoDharkael
f1e92ef3ad
Don't check builds with QT5.3 as it's travis's work
2017-12-30 18:44:17 +01:00
lupoDharkael
dc96f99281
Fix desktopfile
2017-12-24 13:58:59 +01:00
lupoDharkael
c248c1c406
Fix desktop file format
2017-12-23 17:07:15 +01:00
lupoDharkael
c7147f9131
Use single desktop files
2017-12-23 15:39:29 +01:00
lupoDharkael
91a595644f
Take program version from git tag
2017-12-19 21:15:17 +01:00
lupoDharkael
297b60031e
Add --raw flags to bash-completion
2017-12-14 21:28:04 +01:00
lupoDharkael
5ba50ebf1d
Add bash-completion in the install
2017-12-14 21:10:13 +01:00
lupoDharkael
0357edaed8
App Launcher: add KeepOpen option
2017-12-02 11:13:11 +01:00
lupoDharkael
b3d37dc2b0
Add release process info
2017-11-13 18:08:03 +01:00
lupoDharkael
689c58ef2c
Add .deb build info
2017-11-13 16:35:35 +01:00
lupoDharkael
a28104d60c
Add config desktop entry
2017-08-16 18:23:56 +02:00
lupoDharkael
924d467c53
general cleanup
...
-use of the override keyword
-delete unused code
-const correctness
-more uniform code style
-for each with const references when possible
-getters no longer use the word 'get'
-others
2017-08-09 13:20:07 +02:00