1186 Commits

Author SHA1 Message Date
Tiago Conceição 4fd802cc0a Update CHANGELOG.md 2020-09-18 16:48:40 +01:00
Tiago Conceição e3e8dabbed Tooltip for next and previous layer buttons with associated shortcut 2020-09-18 16:48:18 +01:00
Tiago Conceição 44c9a2bcf1 Fix LGS swapped resolution
LGS: Some plugins and slicers use XY resolution information, while others are swapped, a auto swap will be performed when required (#59)
2020-09-18 14:27:53 +01:00
Tiago Conceição c6eb192903 Complete Settings Window 2020-09-18 03:22:10 +01:00
Tiago Conceição 518e7a0ec1 WPF settings 2020-09-17 23:21:38 +01:00
Tiago Conceição 5859a20d30 WPF 2020-09-16 20:31:59 +01:00
Tiago Conceição 49a6299cef v0.8.2.2
* (Add) Support for PHZ zip files when renamed to .zip
* (Fix) ZIP: Allow to cancel on gather layers stage
* (Fix) ZIP: Thumbnails not showing nor saving
2020-09-16 20:31:49 +01:00
Tiago Conceição 67150bde85 Add UVtools.WPF 2020-09-15 18:44:59 +01:00
Tiago Conceição 2ca4bfe599 Fixes Move and Pattern
* (Fix) Tools - Move and Pattern: When not selecting a ROI will draw black layers
* (Fix) Tool - Move: When making a cut move and move to a overlap zone it will blackout the source rectangle
2020-09-15 18:44:45 +01:00
Tiago Conceição 9d63056fcf Remove Logs folder 2020-09-14 22:23:48 +01:00
Tiago Conceição d6d376b4f2 Version v0.8.2.1 2020-09-14 21:56:26 +01:00
Tiago Conceição 8bec024315 Fix ctb and pws
* (Fix) ctb and pws: Renders a bad file after save, this was introduced with cancelled saves feature
* (Fix) When cancel a file convertion, it now deletes the target file
2020-09-14 21:55:04 +01:00
Tiago Conceição 4cf6be8c97 Fixes LGS and dialog
* (Improvement) When unable to convert a format from SL1 to other, advice users to check used printer on PrusaSlicer
* (Improvement) Information on "Install profiles on PrusaSlicer" (#60)
* (Fix) LGS: Change resolution tool was defining wrong Y
2020-09-14 17:18:47 +01:00
Tiago Conceição 9a3d58f4f0 v0.8.2.0 2020-09-13 03:35:00 +01:00
Tiago Conceição e1876642c4 Merge pull request #58 from byancey/master
Text refresh on Issues tab of Settings
2020-09-13 02:54:46 +01:00
Bryce Yancey 827f53b844 Text refresh on Issues tab of Settings
Somehow missed this tab in my previous passes.

Please review and ensure my descriptions are acurate.
2020-09-12 19:36:10 -06:00
Tiago Conceição c2c0599b5d Setting: Allow change layer tooltip overlay color and opacity 2020-09-13 02:09:59 +01:00
Tiago Conceição 45add3af1e Setting: Allow change layer tooltip overlay color and opacity 2020-09-13 02:08:15 +01:00
Tiago Conceição 9c421cc144 More abstraction
* (Add) Global print properties on formats for more internal abstraction
* (Improvement) Print properties performance internal code with abstraction
2020-09-13 01:18:43 +01:00
Tiago Conceição 12fc6dae7d Backup layers on operations
When a operation is cancelled affected layers will revert to the original form (#57)
2020-09-12 20:25:44 +01:00
Tiago Conceição cd60296df3 Improve save file operations
* (Change) File - Save As is always available (#56)
* (Fix) File - Save when cancelled no longer keep a invalid file, old restored (#54)
* (Fix) File - Save As when cancelled no longer keep a invalid file, that will be deleted (#54, #55)
2020-09-12 19:26:46 +01:00
Tiago Conceição f273260a8b Merge branch 'master' of https://github.com/sn4k3/UVtools 2020-09-12 17:39:56 +01:00
Tiago Conceição 2cfe41241e Update CHANGELOG.md 2020-09-12 17:39:28 +01:00
Tiago Conceição e55dd1df2d Merge pull request #53 from byancey/master
More detailed clean-up of text in FrmMain
2020-09-12 17:37:17 +01:00
Tiago Conceição 75aa7829f8 Layer overlay tooltip is now semi-transparent 2020-09-12 17:35:10 +01:00
Bryce Yancey 5b4de34652 More detailed clean-up of text in FrmMain 2020-09-12 10:27:12 -06:00
Tiago Conceição dcc7d06149 Shift + click on roi button to clear it out 2020-09-12 16:21:56 +01:00
Tiago Conceição 24cbb40e03 GUI improvements
* (Add) Layer status bar: Button with ROI - Click to zoom in region
* (Add) Setting: Allow the layer overlay tooltips for select issues, ROI, and edit pixel mode to be hidden.
* (Change) Layer status bar: Bounds text to button - Click to zoom in region
* (Change) Layer status bar: Pixel picker text to button - Click to center in point
* (Change) Layer status bar: Resolution text to button - Click to zoom to fit
* (Change) Customized cursor for Pixel Edit mode (#51)
* (Fix) Misc. text cleanup (#52)
2020-09-12 16:12:35 +01:00
Tiago Conceição cdade9ba22 Merge pull request #52 from byancey/master
Misc. text cleanup
2020-09-12 15:02:05 +01:00
Bryce Yancey be2694643b Misc. text cleanup 2020-09-12 00:26:56 -06:00
Tiago Conceição a17e7c9853 Merge pull request #51 from byancey/master
Customize cursor for Pixel Edit mode
2020-09-12 06:08:35 +01:00
Tiago Conceição 3b76a95958 Chitubox v3 add Unknown12 = 28672 2020-09-12 06:08:17 +01:00
Bryce Yancey 988d33eba5 Customize cursor for Pixel Edit mode
*(Add)- Support for color cursors via CursorResourceLoader
The built-in Cursor class has a limitation that prevents it from
supporting color or greyscale cursors.  Loading anything other than a 2-bit
cursor will result in an all-black cursor.  Added a CursorResourceLoader
class to work around this issue.
 *(Add) Utilized CursorResourceLoader to load a custom 'pencil' cursor for the
pixel edit mode.
 *(Add) Option to the settings dialog to allow the preview layer
tooltips for select, ROI, and edit pixel mode to be hidden.
2020-09-11 22:52:42 -06:00
Tiago Conceição 5cfd62d36e v0.8.1.0
* (Add) Tools can now run inside a ROI (#49)
* (Add) Layer preview: Hold-Shift + Left-drag to select an ROI (Region of interest) on image, that region will be used instead of whole image when running some tools
* (Add) Layer preview: Hold-Shift + Hold-Alt + Left-drag to select and auto adjust the ROI to the contained objects, that region will be used instead of whole image when running some tools
* (Add) Layer preview: Hold-Shift + Right-click on a object to select its bounding area, that region will be used instead of whole image when running some tools
* (Add) Layer preview: ESC key to clear ROI
* (Add) Layer preview: Overlay text with hints for current action
* (Add) Tool - Move: Now possible to do a copy move instead of a cut move
* (Add) Arrow wait cursor to progress loadings
* (Change) Layer preview: Hold-Shift key to select issues and pick pixel position/brightness changed to Hold-Control key
* (Change) Layer preview: Shift+click combination to zoom-in changed to Alt+click
* (Fix) CTB v3: Bad file when re-encoding
2020-09-12 04:05:32 +01:00
Tiago Conceição 67c9d7139d Typo fix on overlay 2020-09-11 15:23:18 +01:00
Tiago Conceição be39bfa27b Update overlay text 2020-09-11 15:22:34 +01:00
Tiago Conceição af9ade3113 ROI layer
* (Add) Layer preview: Hold-Shift key to select an ROI (Region of interest) on image, that region will be used instead of whole image when running some tools
* (Add) Layer preview: ESC key to clear ROI
* (Add) Layer preview: Overlay text with hints for current action
* (Change) Layer preview: Hold-Shift key to select issues and pick pixel position/brightness changed to Hold-Control key
* (Change) Layer preview: Shift+click combination to zoom-in changed to Alt+click
2020-09-11 15:14:49 +01:00
Tiago Conceição 43a5cff1f3 Update UVtools.InstallerMM.wxs 2020-09-11 03:10:53 +01:00
Tiago Conceição 2297cfc6ef Update UVtools.GUI.csproj 2020-09-11 03:07:58 +01:00
Tiago Conceição a20ac92540 fixes 2020-09-11 03:06:56 +01:00
Tiago Conceição 81288a78d9 Merge pull request #48 from byancey/master
Operation Fixes
2020-09-11 02:10:33 +01:00
Tiago Conceição 1722951fbf DoubleBuffers 2020-09-11 02:09:43 +01:00
Bryce Yancey e0a8a84de2 Operation Fixes
- Threshold helpers changed to DropDownList
-Confirmation string added for Edit Parameters
-Changed progress delimiter for %complete from '-' back to '|'
2020-09-10 19:03:24 -06:00
Tiago Conceição c21b3d8bd6 Tune edit parameters 2020-09-11 01:45:23 +01:00
Tiago Conceição 58a456d362 Merge pull request #47 from byancey/master
Refresh of text for all operations
2020-09-10 23:49:32 +01:00
Tiago Conceição b0467ee5ca Print parameters merge 2020-09-10 23:40:39 +01:00
Bryce Yancey 8e85fe2995 Refresh of text for all operations
Mostly text updates, with a few adjustments
to dialog box layouts or controls.

Presets for Threshold, for example, where changed
from buttons to a combobox selections.

Allowed the line splits added by Designer to remain, but
did fix any mid-word breaks.
2020-09-10 16:29:11 -06:00
Tiago Conceição 54609d3568 Add verbose log and advanced options for Morph 2020-09-10 20:32:51 +01:00
Tiago Conceição 57caaf857a Fix tracker not update when issue lsit is empty 2020-09-10 19:39:24 +01:00
Tiago Conceição 213257b812 Repair Layers to toolwindow 2020-09-10 19:06:58 +01:00