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
Jeremy Borgman
d72d1e6ad9
Quick fix for qclipboard / dbus lockup issue
2020-09-13 10:23:28 -05:00
Boyuan Yang
f18f186b46
Fix windows build badge and typos
...
* Drop qmake build-dependency from CI, they should not be installed
since we have switched to CMake.
* Update README.md badges to reflect recent Windows CI updates.
* Set doc badge to point to flameshot.org website.
* Fix a typo in src/CMakeLists.txt.
2020-09-13 09:22:37 -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
Alex Pantechovskis
5f2132f91e
add sidepanel button to make UI more intuitive and accessible without keyboard (tablets, etc.) ( #631 )
...
* add sidepanel toggle button and close button #613
* add side panel toggle button option
* make sidepanel button draggable
2020-09-12 15:55:51 -05:00
Jeremy Borgman
962bba9640
updated README
2020-09-12 14:39:26 -05:00
Jeremy Borgman
c997666b0f
testing windows ci
2020-09-12 10:14:41 -05:00
borgmanJeremy
c3c5bd2501
Merge pull request #889 from ZetaoYang/master
...
Translations update & fix
2020-09-11 19:34:41 -05:00
Jeremy Borgman
e5813d2230
Fixed memory leak and enabled sanatizers
2020-09-11 11:38:35 -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
f34d050e2b
chore: update cmakelists.txt due to some translations changes
2020-09-11 23:17:33 +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
borgmanJeremy
4f45430036
Merge pull request #878 from borgmanJeremy/joecharamut-save
...
Merge Conflicts for #516
2020-09-10 11:27:13 -05:00
Jeremy Borgman
9bc4ea5700
Fixed it so a notification is always sent when saved to clipboard
2020-09-10 10:36:50 -05:00
Jeremy Borgman
72f52ac3ed
Fixed merge conflicts
2020-09-09 19:58:32 -05: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
Simon Legner
70803d8938
Fix typos in Internationalization_de_DE
2020-09-09 19:23:04 -05:00
Danilo Arantes
40559844c8
more accurate translation
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
bc680a1ab4
README: quickfix for #873
2020-09-09 12:26:22 -05:00
David
37229454ca
Add Solus package
2020-09-09 12:09:58 -05:00
Boyuan Yang
1033094a6a
README.md: Improve wording
...
This commit improves wording of some sentences in README.md.
2020-09-09 11:23:56 -05:00
Boyuan Yang
53f40a330c
README.md: Update badges (except AppVeyor)
2020-09-09 11:23:56 -05:00
Boyuan Yang
2e0ffec4fa
Refresh zh_CN translation
2020-09-09 10:37:00 -05:00
albanobattistella
e92d082e27
Create internationalization_it.ts
2020-09-09 10:12:28 -05:00
theschitz
4dd5f297d1
Completed translations
2020-09-09 10:10:15 -05:00
theschitz
4a22200b77
Translation
2020-09-09 10:10:15 -05:00
theschitz
c229f4d438
fixed spelling error
2020-09-09 10:10:15 -05:00
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