Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: drawing | Distribution: SUSE Linux Enterprise 15 SP6 |
Version: 1.0.2 | Vendor: openSUSE |
Release: bp156.1.2 | Build date: Mon Jan 22 15:01:15 2024 |
Group: Productivity/Graphics/Bitmap Editors | Build host: h02-ch1a |
Size: 847294 | Source RPM: drawing-1.0.2-bp156.1.2.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/maoschanz/drawing | |
Summary: A simple drawing application for Linux |
This application is a free basic image editor, similar to Microsoft Paint, is aiming at the GNOME desktop. PNG, JPEG and BMP files are supported. Besides GNOME, the app is well integrated in traditional-looking desktops, as well as an elementaryOS layout. It should also be compatible with the Pinephone and Librem 5 smartphones.
GPL-3.0-only
* Wed Mar 29 2023 Dirk Müller <dmueller@suse.com> - update to 1.0.2: * fix the default value of the text background option (as reported by #521 and #559) * fix a scenario where saving without transparency would consistently fail * automatically reload the picture after saving * mitigate initial state of the "filters" tool if "blur" is selected * change the keyboard shortcuts to switch tabs * remove from the highlighter the (ineffective) UI to change the active cairo operator * change the UI of the selection tools to improve readability of various items * fix typos in the user help manual * change the label of the "toggle the preview" menu item * update several translations * Sat Dec 03 2022 Dirk Müller <dmueller@suse.com> - update to 1.0.1: * enable the highlighter by default (#458) * less intrusive "what's new" message dialog (#504) * non-linear zooming speed profile (to zoom faster when using extreme values) (#499) * slower scrolling speed to have a better precision with higher zoom levels (#499) * require itstool as a dependency even though it's some useless bloat * fix the adaptivity of the elementaryOS layout (#502) * better keep the image centered on the mouse pointer when changing the zoom (#499) * avoid —again— insane attempts to open the binary as an image (#500) * update several translations - drop meson_build.patch (upstream) * Thu Apr 07 2022 Emily Gonyer <emilyyrose@gmail.com> - Fixed translation and help file locations. * Mon Apr 04 2022 Emily Gonyer <emilyyrose@gmail.com> - Patched meson.build in help to fix build issue with itstool which kept it from building. meson_build.patch * Sun Apr 03 2022 Emily Gonyer <emilyyrose@gmail.com> - updated to 1.0.0 release - enable tools with "alt+letter" mnemonics - larger sidebar items, where the selected tool is easier to see - new "skew" tool - enable or disable specific tools options with the [shift] or [alt] keyboard modifiers - show more numerous, more dynamic, more contextual help tips as the window's subtitle - display cursor coordinates and other related data when pressing the [ctrl] keyboard modifier - dynamically change the label of the "options" submenu in the menu-bar, to increase its discoverability - scale tool option to set the size in percentage - suggest to "apply & save" when trying to save while an operation is unapplied - highlighter option to straighten the line, so it better follows the underlying text - improvements to the "points" tool's numbers readability - suggest to "apply & deselect" when trying to save while the selection is active - more precise tools for tiny modifications required by pixel-art - display pixels sharply when zooming deeper than 400% - hide information messages after 4 seconds if they're not that useful - disable the 'reload image from the disk' action if the image has never been saved - new 'reset the canvas' action (ctrl+backspace) - warn the user if they're opening an already opened image - suggest to reload the picture if it has changed on the disk - artificially limited framerate to avoid overloading the CPU - menu item and action to change the theme variant preference - toggle the menubar with ctrl+f2 - update the user help manual - shorter appdata summary, to comply with guidelines - update several translations * Wed Mar 02 2022 Dominique Leuenberger <dimstar@opensuse.org> - Add explicit itstool BuildRequires, as meson.build checks for it: do not expect anything else to pull it in. * Mon May 03 2021 Marcus Meissner <meissner@suse.com> - use BuildRequires: gobject-introspection instead of hardrequiring typelibs, remove -lang recommends, handled better automatically. * Sat May 01 2021 Marcus Meissner <meissner@suse.com> - updated 0.8.0 release - new, richer, more readable bottom pane for the selection tool - add a "replace with" option to the eraser tool - use an adequate layout on LXDE or LXQt - force the release notes down users' throat (#347) - rewrite the help manual to better force it down users' throat (#347) - add color application mode support to the "shape" tool (#329) - persist the text background style (#340) and the shape filling style options - brush supporting pressure-sensitive input (#69, #116) - hairy brush supporting pressure-sensitive input (#69, #116) - airbrush supporting pressure-sensitive input (#69, #116) - calligraphic nip supporting pressure-sensitive input (#69, #116) - fix unexpected "jumps" when unselecting a selection that was defined by an undo - improve the fullscreen mode, with a way to toggle the tools list (#265, #189) - add an "increase constrast" filter (#308) - deleting the selection can now leave something else than transparency #232 - option to exclude the color left under the selection from the selection itself #232 - rewrite the UI for changing the color application mode (#329) - remove the cool but deprecated GNOME Shell app menu - improve flatpak CI (#319, Bilel Moussaoui) - update several translations * Thu Feb 11 2021 slbtongying <shenlebantongying@gmail.com> - initial upload.
/usr/bin/drawing /usr/share/applications/com.github.maoschanz.drawing.desktop /usr/share/doc/packages/drawing /usr/share/doc/packages/drawing/CONTRIBUTING.md /usr/share/doc/packages/drawing/README.md /usr/share/drawing /usr/share/drawing/drawing /usr/share/drawing/drawing.gresource /usr/share/drawing/drawing/__init__.py /usr/share/drawing/drawing/abstract_brush.py /usr/share/drawing/drawing/abstract_classic_tool.py /usr/share/drawing/drawing/abstract_filter.py /usr/share/drawing/drawing/abstract_optionsbar.py /usr/share/drawing/drawing/abstract_select.py /usr/share/drawing/drawing/abstract_tool.py /usr/share/drawing/drawing/abstract_transform_tool.py /usr/share/drawing/drawing/brush_airbrush.py /usr/share/drawing/drawing/brush_hairy.py /usr/share/drawing/drawing/brush_nib.py /usr/share/drawing/drawing/brush_simple.py /usr/share/drawing/drawing/deco_manager.py /usr/share/drawing/drawing/filter_blur.py /usr/share/drawing/drawing/filter_colors.py /usr/share/drawing/drawing/filter_contrast.py /usr/share/drawing/drawing/filter_emboss.py /usr/share/drawing/drawing/filter_saturation.py /usr/share/drawing/drawing/filter_transparency.py /usr/share/drawing/drawing/filter_veil.py /usr/share/drawing/drawing/history_manager.py /usr/share/drawing/drawing/image.py /usr/share/drawing/drawing/main.py /usr/share/drawing/drawing/message_dialog.py /usr/share/drawing/drawing/minimap.py /usr/share/drawing/drawing/new_image_dialog.py /usr/share/drawing/drawing/options_manager.py /usr/share/drawing/drawing/optionsbar_classic.py /usr/share/drawing/drawing/optionsbar_color_popover.py /usr/share/drawing/drawing/optionsbar_crop.py /usr/share/drawing/drawing/optionsbar_filters.py /usr/share/drawing/drawing/optionsbar_rotate.py /usr/share/drawing/drawing/optionsbar_scale.py /usr/share/drawing/drawing/optionsbar_selection.py /usr/share/drawing/drawing/optionsbar_skew.py /usr/share/drawing/drawing/preferences.py /usr/share/drawing/drawing/printing_manager.py /usr/share/drawing/drawing/properties.py /usr/share/drawing/drawing/saving_manager.py /usr/share/drawing/drawing/select_color.py /usr/share/drawing/drawing/select_free.py /usr/share/drawing/drawing/select_rect.py /usr/share/drawing/drawing/selection_manager.py /usr/share/drawing/drawing/tool_arc.py /usr/share/drawing/drawing/tool_brush.py /usr/share/drawing/drawing/tool_crop.py /usr/share/drawing/drawing/tool_eraser.py /usr/share/drawing/drawing/tool_experiment.py /usr/share/drawing/drawing/tool_filters.py /usr/share/drawing/drawing/tool_highlight.py /usr/share/drawing/drawing/tool_line.py /usr/share/drawing/drawing/tool_paint.py /usr/share/drawing/drawing/tool_pencil.py /usr/share/drawing/drawing/tool_picker.py /usr/share/drawing/drawing/tool_points.py /usr/share/drawing/drawing/tool_rotate.py /usr/share/drawing/drawing/tool_scale.py /usr/share/drawing/drawing/tool_shape.py /usr/share/drawing/drawing/tool_skew.py /usr/share/drawing/drawing/tool_text.py /usr/share/drawing/drawing/tools_initializer.py /usr/share/drawing/drawing/utilities_blur.py /usr/share/drawing/drawing/utilities_colors.py /usr/share/drawing/drawing/utilities_files.py /usr/share/drawing/drawing/utilities_overlay.py /usr/share/drawing/drawing/utilities_paths.py /usr/share/drawing/drawing/utilities_units.py /usr/share/drawing/drawing/window.py /usr/share/glib-2.0/schemas/com.github.maoschanz.drawing.gschema.xml /usr/share/icons/hicolor/128x128/apps/com.github.maoschanz.drawing.png /usr/share/icons/hicolor/256x256/apps/com.github.maoschanz.drawing.png /usr/share/icons/hicolor/48x48/apps/com.github.maoschanz.drawing.png /usr/share/icons/hicolor/512x512/apps/com.github.maoschanz.drawing.png /usr/share/icons/hicolor/scalable/apps/com.github.maoschanz.drawing-symbolic.svg /usr/share/icons/hicolor/scalable/apps/com.github.maoschanz.drawing.svg /usr/share/licenses/drawing /usr/share/licenses/drawing/LICENSE /usr/share/metainfo/com.github.maoschanz.drawing.appdata.xml
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 19:58:50 2024