File pencil2d.changes of Package pencil2d

-------------------------------------------------------------------
Wed Mar 29 17:37:54 UTC 2023 - Carsten Ziepke <kieltux@gmail.com>

- Update to 0.6.6:
  Features
  * A preliminary version of crash recovery
  * Open the last edited project when launching Pencil2D
  * Timeline now using the system palette colors
  Fixes
  * Improved user interface overlapping issue at low screen
    resolutions by adding scrollbars
  * Check for updates didn't work on Windows
  * Temporary tools getting stuck if changing applications by
    pressing Alt key
  * Fixed a couple of issues regarding frame cache invalidation 
  * Fixed misc tablet/mouse stroke issues
  * Fixed memory leaks
  * #1414 Fixed new layer naming
  * #1437 "Reset Windows" now resets all sub panels to their
    initial positions
  * #1433 Fixed broken polyline tool
- Changes in 0.6.5:
  Features
  * Add an action to open Pencil2D's temporary directory
  * Implement Movie Import
  * Implement Sound Scrubbing, using shortcuts or mouse
  * Reimplement enhanced relative layer visibility a.k.a Light
    Table mode
  * Implement Camera Overlay system
  * Implement File Template "Preset" System
  * Feature to change pixel color on bitmap layer
  * Implement Layer Import. Import specific layers from *.pclx
    into active project
  * Implement simple pixel tracking & repositioning system a.k.a
    pegbar alignment
  * Added Onion Skin Panel
  Enhancements
  * New timeline colors
  * Improve Audio sync audio
  * Disabling OK until files are selected and verified
  * Position new palette colors at bottom, and rename them
    immediately
  * Show endonym (the name of the language in its own language)
    in preferences
  * More consistent palette import behavior
  * Add a default file extension if none is given
  * Add capabilities for image import to choose resting position
  * Drag and drop in palette
  * Hide question mark in the progress dialogs
  * Save/Load shortcut list
  * Import drawings on wanted position
  * Remove AA and feathering buttons for brush tool
  * Always show timeline scrub while playback
  * Enable selection rotation constraints with angle settings
  * Add compile/runtime Qt version to About dialog
  * Check for null pointer returned by getLastBitmapImageAtFrame
    where relevant
  * Speed up compilation by using precompile headers
  * Rewrite the category logging for canvas painter and file
    manager
  * Add Install support for other unix systems
  Fixes
  * Fix select and deselect all crashing
  * Fix Anticlockwise rotation shortcut
  * Fix Linux AppImage sound issue
  * Fix Timeline UI update incorrectly under certain conditions
  * Fix atrocious contrast in about dialog with dark themes
  * Fix incorrect file extension, somtimes suffix being added
    even though one exists
  * Fix onionskin button shortcuts
  * Fix FPS was not updated in preferences
  * Fix check the frame bounds after calling loadFile
  * Ignore empty file path in save dialog
  * Fix Restore saved Autosave Setting in Preferences
  * Fix unhandled cases where LastFrameAtFrame returns -1
  * Fix Play button tooltip
  * Fix partial file wipe issue #1280
  * Fix eraser feathering
  * Fix selection rotation behavior
  Unit Tests
  * Add CJK filename project loading test
  * Add an empty project loading test an empty pclx
  Translations
  * Add new languages: Swedish, Turkish, Arabic
- Run spec-cleaner
- Drop pencil-0.6.2-include.patch
- Drop post/postun for orphaned distributions

-------------------------------------------------------------------
Mon Jun  3 11:54:17 UTC 2019 - Alexei Podvalsky <avvissu@yandex.by>

- Update to 0.6.4:
  * c9e1ba6: Fix canvas flip icons in main menu
  * 4b6e55a: Tweak frame flipping timing & behavior.
  * 4f31fe6: Set minimum value for the bucket fill tolerance to 0
  * 1a1238d: Reset the autosave counter if the user manually
    saves.
  * 8cc1f8b, e1db3a7: Add more warnings when attempting to modify
    a hidden layer.
  * 676092a: Improving tabbing order of the camera layer
    properties dialog.
  * ca3b651: Automatically select the first action when first
    viewing the shortcut preferences.
  * 0e041d9: Fix crash when trying to manually scrub while
    flipping.
  * #940 Fix saving issue with certain locales.
  * 96dca6d: Fix some move export issues on Windows.
  * 97f5891, 7a41226, 168bb1f: Fix various English typos
    throughout the program.
  * d3a41d3, fddf846, ef235f0: Fix some subtle display issues.
  * b43b024: Fix potential program crash when deleting a keyframe
    while a selection is active.
  * 9942932: Fix transformations temporarily applying to all
    frames during playback.
  * 5aa4d9c: Fix the first item in the color palette not changing
    the bitmap brush color.
  * b293c28: Fix a partial file wipe issue when using Save As to
    convert pclx files to pcl files.
  * 624b470: Fix the cursor getting stuck with the wrong icon
    sometimes when deselecting.

-------------------------------------------------------------------
Mon Mar 18 13:11:01 UTC 2019 - Alexei Podvalsky <avvissu@yandex.by>

- Update to 0.6.3:
  * A missing Q_OBJECT macro
  * lrelease: generating qm files
  * lupdate: update the source language
  * Don't paint if the bitmap image is empty
  * Fix the quick sizing not working correctly with tablets - 
    call isDoingAssistedToolAdjustment() in the press event, not move 
    events
  * Max feather value is 200
  * Consistent naming and delete an unused variable
  * Merge pull request #1188 from scribblemaniac/reed-fix-again
  * Do better pointer down tracking
  * Stop setting the pressure to 1 for mouse events in a tablet 
    stroke
  * Allow mouseMoveEvents to be included in a tablet stroke
  * Oops...some files are missing in the commit dcec75ef34
  * Fix #1184: Unify tool settings for tools default reset and 
    first time user experience - info at 
    https://github.com/pencil2d/pencil/issues/1184
  * Fix #1183: unreasonable tool properties when do 
    reset-to-default - Pen: width=4, feather=ON - Brush: width=24, 
    feather=48
  * Increase the max value of feather to 200 - 64 is obviously 
    too limited
  * Refactoring: introduce BaseTool::resetToDefault() so tools 
    can handle their default values by themselves
  * Naming convention
  * Make strokeManager of basetool private for further refactoring
  * Delete unused variables
  * Refactoring: simplify the code of brush pressure handling
  * Refactoring: it's tools' job to determine how to handle mouse 

-------------------------------------------------------------------
Fri Nov  9 02:41:59 UTC 2018 - Alexei Podvalsky <avvissu@yandex.by>

- Update to stable release 0.6.2:
  *  Disable onion skins while playing animation.
  *  Polyline tool displayed glitch while using canvas pan function.
  *  Move tool shouldn't make new selection area.
  *  Restore the UI panel's positions after restaring Pencil2D.
  *  Selection Tool corner area for dragging was too small.
  *  File leaking of the default project.
  *  Stablizer was reset to default value after restarting Pencil2D.
  *  Insert a new keyframe when drawing on an empty key-frame.
  *  Bitmap layer doesn't refresh after deleting a layer.
  *  Backup project before saving.
  *  Brought the "Remove Colour" button back to Palette panel.
  *  Pencil2D crashes when attempting to modify a non-existing first frame.
  *  Renaming a color in palette was not working.
  *  Cameras didn't move in exported videos.
  *  Showing a warning pop-up for saving file before opening another project.
  *  Resizing a selected area proportionally did not work with modifier 
     shift key.
  *  Click+drag outside the selected area does not create new selection.
  *  Timeline extends its length automatically when reaching 70% of the 
     current length.
  *  Optimize bucket fill algorithm with cache.
  *  Exporting a movie any size lower than camera resolution exports a 
     single image.
  *  Lock zoom when using certain tools.
  *  Color swatch name was assigned incorrectly under certain conditions.
  *  Supports Gimp palette format import/export.
  *  Added range settings to image sequence export.
  *  Canvas view didn't update immediately after changing camera resolutions.
  *  Excessive RAM usage while exporting a long project may leads to a crash.
  *  Line stablizer level was shared between tools.
  *  Improved GIF UI/UX import/export.
  *  Camera motion didn't work on exported gif. Misc movie export fixes.
  *  Fixed frame loss during saving if moving frames around frequently.
  *  Trimmed tab titles in Color Inspector.
  *  Showing the proper icon color when selected.
  *  Addded command line completion for bash and zsh.
  *  Timeline didn't extend to a correct length when opening a super long
     project.
  *  Opening the same project twice in a row may causes content loss.
  *  Crash on file loading after drawing on vectors layers.
  *  Reimplement autocropping.
  *  Improve vector eraser tool precision.
  *  Refactor the audio assemble step by using ffmpeg.
- Rename to pencil2d
- Add pencil-0.6.2-include.patch
- Add qmake5_install macro
- Fix: files-duplicate
- Spec file cleanup

-------------------------------------------------------------------
Wed Jul 13 07:02:12 UTC 2016 - avvissu@yandex.by

- Update to version 0.0.0+git.20160628:
  * Fix Linux build : The filename needs to be case sensitive
  * Update translation and Language switcher (#509)
  * Keyboard shortcut for "Goto Next/Previous frames" (#512)
  * Migrate Travis CI to container based config (#514)
  * Fix deploy script
  * Update .gitignore
  * Use Qimage null image to clean up bitmap for best practice.
  * Fix Pencil2D not playing sound (#519)
  * Code Cleanup
  * Motified scaling when using mouse wheel. A common zooming 
    list is adopted. (#518)

-------------------------------------------------------------------
Sun Jan 24 09:44:47 UTC 2016 - avvissu@yandex.ru

- Initial release

openSUSE Build Service is sponsored by