borgmanJeremy
|
9752b975c1
|
Revert "Optimize various SVGs (#2130)" (#2179)
This reverts commit a00df9ca59.
|
2021-12-22 09:31:31 -06:00 |
|
Riedler
|
a00df9ca59
|
Optimize various SVGs (#2130)
* first 3 optimizations
* minified 5 more SVGs
* minimized the delete icon even more
* minified white variants of previously minified SVGs
* removed unneccessary xml header from circlecount-outline SVG
* optimized invert icons
* optimized open_with SVG
* optimized the alignment SVGs
* optimized pin SVGs
* optimized mouse-off SVGs
* optimized flameshot icon SVG
* optimized more instances of the flameshot icon SVG
* optimized SVG 'marker'
* fixed problems with weird default fonts messing with the circlecount-outline SVG image
* whoops forgot to recolor a white icon
* different approach to 3f73efa62b8dadca58042d0b817e4150c8a16ee6
qt5 didn't like the transform attribute I added previously, but this should work as well - just not as reliably.
Better than before both commits in any case though
* somewhat decreased size & complexity of the keyboard SVG
* optimized monochrome flameshot icon
* optimized format-text SVG
* optimized SVG icon 'graphics'
* optimized SVG icon 'format_bold'
* optimized SVG icon 'colorize'
* optimized SVG icon 'config'
* optimized icon 'redo-variant'
* optimized SVG icon 'cloud-upload'
* optimized SVG icon 'arrow-bottom-left'
* optimized SVG icon 'circle-outline'
* optimized SVG icon 'content-copy'
* optimized SVG icon 'content-save'
* optimized SVG icon 'cursor-move'
* optimized SVG icon 'exit-to-app'
* optimized SVG icon 'format_italic'
* optimized SVG icon 'format_strikethrough'
* optimized SVG icon 'format_underlined'
|
2021-12-20 13:31:41 -06:00 |
|
borgmanJeremy
|
f675123e0a
|
working on monochrome icon (#2071)
* working on monochrome icon
* Update pipeline
* adjusted icns to be monochrome
* Added 1045 monochrome
|
2021-11-17 14:28:16 -06:00 |
|
Jeremy Borgman
|
e03909c48a
|
Removed icon symlinks to prevent windows issues with symlinks
|
2021-02-21 19:53:02 -06:00 |
|
Yurii Puchkov
|
bad270cce4
|
MacOS dmg package build (cmake only, no CI yet)
|
2020-11-27 02:00:12 -08:00 |
|
Yuriy Puchkov
|
654455e9ac
|
Merge branch 'flameshot-org-master' into merge-from-upstream
# Conflicts:
# .github/workflows/Linux-pack.yml
# CMakeLists.txt
# appveyor.yml
# data/graphics.qrc
# src/tools/imgur/imguruploader.cpp
|
2020-10-15 15:44:49 +03:00 |
|
borgmanJeremy
|
f11073bc00
|
fixing icon regression (#1051)
* fixing icon regression
* fixed symlink
|
2020-10-12 08:40:35 -05:00 |
|
Yuriy Puchkov
|
c92f8e3014
|
Merge branch 'flameshot-org-master' into bugfix/memory-leak
# Conflicts:
# .github/workflows/Linux-pack.yml
# CMakeLists.txt
# data/graphics.qrc
# src/config/configwindow.cpp
# src/tools/imgur/imguruploader.cpp
|
2020-10-11 20:49:15 +03:00 |
|
borgmanJeremy
|
8ff94a95a8
|
Cleaned up flatpak build for flathub submission (#1040)
* Cleaned up flatpak build for flathub submission. Fixed app-id and other assets to match dbus naming.
* fixed missing updates
* fixing build issues
|
2020-10-10 13:04:19 -05:00 |
|
Yuriy Puchkov
|
d4d3b9eae0
|
Merge branch 'master-flameshotorg' into master_nc_merge_upstream
# Conflicts:
# .travis.yml
# appveyor.yml
# data/graphics.qrc
# data/img/app/keyboard.svg
# data/img/material/black/delete.png
# data/img/material/black/delete.svg
# data/img/material/black/filepath.svg
# data/img/material/black/shortcut.svg
# data/img/material/white/filepath.svg
# data/img/material/white/shortcut.svg
# data/translations/Internationalization_hu.ts
# data/translations/Internationalization_ka.ts
# external/Qt-Color-Widgets/src/color_wheel.cpp
# external/singleapplication/singleapplication.cpp
# flameshot.pro
# src/cli/commandlineparser.cpp
# src/config/buttonlistview.cpp
# src/config/configwindow.cpp
# src/config/configwindow.h
# src/config/geneneralconf.cpp
# src/config/geneneralconf.h
# src/config/uicoloreditor.cpp
# src/config/uicoloreditor.h
# src/core/controller.cpp
# src/core/globalshortcutfilter.cpp
# src/main.cpp
# src/third-party/Qt-Color-Widgets/src/color_utils.cpp
# src/tools/abstractactiontool.h
# src/tools/abstractpathtool.h
# src/tools/arrow/arrowtool.cpp
# src/tools/arrow/arrowtool.h
# src/tools/blur/blurtool.cpp
# src/tools/capturetool.h
# src/tools/circle/circletool.cpp
# src/tools/circle/circletool.h
# src/tools/copy/copytool.cpp
# src/tools/copy/copytool.h
# src/tools/exit/exittool.cpp
# src/tools/exit/exittool.h
# src/tools/imgur/imguruploader.cpp
# src/tools/launcher/applaunchertool.cpp
# src/tools/launcher/applaunchertool.h
# src/tools/launcher/applauncherwidget.cpp
# src/tools/launcher/openwithprogram.cpp
# src/tools/line/linetool.cpp
# src/tools/line/linetool.h
# src/tools/marker/markertool.cpp
# src/tools/marker/markertool.h
# src/tools/move/movetool.cpp
# src/tools/pencil/penciltool.cpp
# src/tools/pencil/penciltool.h
# src/tools/pin/pintool.cpp
# src/tools/pin/pintool.h
# src/tools/pin/pinwidget.cpp
# src/tools/pixelate/pixelatetool.h
# src/tools/rectangle/rectangletool.cpp
# src/tools/rectangle/rectangletool.h
# src/tools/redo/redotool.cpp
# src/tools/redo/redotool.h
# src/tools/save/savetool.cpp
# src/tools/save/savetool.h
# src/tools/selection/selectiontool.cpp
# src/tools/selection/selectiontool.h
# src/tools/sizeindicator/sizeindicatortool.cpp
# src/tools/sizeindicator/sizeindicatortool.h
# src/tools/storage/imgur/imguruploader.h
# src/tools/storage/imgur/imguruploadertool.cpp
# src/tools/storage/imgur/imguruploadertool.h
# src/tools/text/textconfig.cpp
# src/tools/text/texttool.cpp
# src/tools/text/texttool.h
# src/tools/toolfactory.cpp
# src/tools/toolfactory.h
# src/tools/undo/undotool.cpp
# src/tools/undo/undotool.h
# src/utils/confighandler.cpp
# src/utils/confighandler.h
# src/utils/dbusutils.cpp
# src/utils/screenshotsaver.cpp
# src/utils/screenshotsaver.h
# src/widgets/capture/buttonhandler.cpp
# src/widgets/capture/buttonhandler.h
# src/widgets/capture/capturebutton.cpp
# src/widgets/capture/capturebutton.h
# src/widgets/capture/capturewidget.cpp
# src/widgets/capture/capturewidget.h
# src/widgets/capture/colorpicker.cpp
# src/widgets/capturelauncher.cpp
# src/widgets/infowindow.cpp
# src/widgets/infowindow.h
# src/widgets/panel/sidepanelwidget.cpp
# src/widgets/panel/utilitypanel.cpp
# src/widgets/panel/utilitypanel.h
# translations/Internationalization_ca.ts
# translations/Internationalization_de_DE.ts
# translations/Internationalization_es.ts
# translations/Internationalization_fr.ts
# translations/Internationalization_ja.ts
# translations/Internationalization_nl.ts
# translations/Internationalization_pl.ts
# translations/Internationalization_pt_br.ts
# translations/Internationalization_ru.ts
# translations/Internationalization_sk.ts
# translations/Internationalization_sr.ts
# translations/Internationalization_tr.ts
# translations/Internationalization_uk.ts
# translations/Internationalization_zh_CN.ts
# translations/Internationalization_zh_TW.ts
|
2020-09-24 18:52:49 +03:00 |
|
Jeremy Borgman
|
f5013df306
|
First pass at converting from qmake to cmake.
|
2020-07-10 20:10:14 -05:00 |
|