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
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
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
seamus-45
8da962c418
fix a typo in contrastUiColor
2020-09-09 08:04:57 -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
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
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
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
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
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
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
Jeremy Borgman
f34def6794
changed blur class name to pixelate to match implementation
2020-09-05 11:27:00 -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
Boyuan Yang
4541c79cdc
Avoid hardcoded app version
...
Use ${PROJECT_VERSION} from CMake to provide the project version
information instead of hardcoding.
2020-09-04 21:04:51 -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
5dba3de778
Added ubuntu CI and fixed issue uncovered during CI. Also added clang-format
2020-09-04 20:40:45 -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
Jeremy Borgman
286db9ff69
Fixed translations and added feedback from PR
2020-09-03 11:51:18 -05:00
Jeremy Borgman
3e226651db
Added cmake install directions
2020-09-02 12:20:21 -05:00
Jeremy Borgman
dc77029cde
Fixed most depratated warnings.
2020-07-13 15:02:18 -05:00
Jeremy Borgman
f5013df306
First pass at converting from qmake to cmake.
2020-07-10 20:10:14 -05:00
Jeremy Borgman
f99ca6c78c
Changed blur tool to pixelate instead
2020-06-24 10:23:36 -05:00
Jeremy Borgman
9bb556acff
added circle counter and fixed issue with latest qt
2020-06-11 15:26:34 -05:00
Joseph Charamut
dfde97e88e
Merge branch 'master' of https://github.com/lupoDharkael/flameshot into save
2020-05-08 09:03:31 -04:00
Joseph Charamut
93b03ee8f1
Disable extra notification with save-after-copy
2020-02-05 23:14:43 -05:00
teryanik
62dbabc341
Add option to auto copy URL after upload ( #553 )
2019-10-01 19:58:29 +02:00
gm10
f648e88cca
Add missing window icon to ImgurUploader ( #618 )
2019-10-01 19:54:40 +02:00
luzpaz
97b02a80b4
Fix misc. whitespace ( #621 )
2019-10-01 19:53:29 +02:00
Daniel Chabrowski
807e240d6c
Fix pragma once in globalvalues.h ( #537 )
2019-05-22 17:04:44 +02:00
Joseph Charamut
387adc3e35
Added newline at end of file
2019-05-01 13:23:53 -04:00
Joseph Charamut
d303c9dd62
Added feature & config to auto-save a screenshot after copying it
2019-05-01 13:23:43 -04:00