Create more then one new layers from the resource Dialog#39
Open
herace wants to merge 54 commits intohidefuku:masterfrom
Open
Create more then one new layers from the resource Dialog#39herace wants to merge 54 commits intohidefuku:masterfrom
herace wants to merge 54 commits intohidefuku:masterfrom
Conversation
Create more then one new layers from the resource Dialog
* Add Rotate Canvas (Anti) Clockwise key bindings * Start of WIP showing Key Bindings in tool tips
Fix a few compiler warnings
Add canvas rotation using NumPad + KeyPad numbers
WIP: Fix old-style cast warnings
Fixes saving of Keypad modifier keys in settings
…imeline header and In InfoLabelWidget
…et notified when some setting is updated
…dow::onApplicationSettingUpdated to be able to propergate setting changes to child widgets
…e explicit in the tooltip variable names
Fix a few warnings in core A to B* source files
Add one more keymapping to tooltip
Add option to move canvas with middle-mouse button
…g with middle mouse)
Add feature timeline information
* Fix a few: "old-style cast..." and float vs. double conversions warning messages in touched files * Move TimeFormat::remap to util::MathUtil::remap * Add cycle function to util::MathUtil * Expose private "maxFrame" member value via getter in time_Scaler * Fix "SMPTE" and "Seconds : Frame" time formats to correctly start over when reaching end of scale (bug report via Discord by @josemoreno)
… setting to onThemeUpdated slots
Fix `SMPTE` and `Seconds : Frame` time formats
Added chat board links on readme file.
Fix conflict in src/ctrl/time/time_Renderer.cpp as the setting name has changed
…Introduce theme::TimeLine proxy for sending Qt stylesheet changes to non-QWidget derived classes
fixed root directory in travis.yml Added target Updated travis Updated location of pro Trying to cp binary, as i cannot manage to install it Fixed app name in travis.yml Changed app name Added data to appdir Added -R to cp
Adding Travis CI with appimage deployment
Add theme support
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I manage to create more then one new layers from the "Resource dialog" and place them all directly to the workspace. This will definitely ease the workflow and save lots of time versus create one layer at a time.