Commit graph

2058 commits

Author SHA1 Message Date
manongjohn
6858b4fd1e Update OSX build QT version (#2572) 2019-03-21 16:07:53 -06:00
manongjohn
f2ace2130c Fix crash when loading bad fill data (#2519)
* Ignore bad intersection data

* Fix crash removing unwanted intersect data
2019-03-19 13:03:40 +09:00
manongjohn
b5dd396b49 Fix toonz raster brush style update crash (#2517) 2019-03-19 11:05:31 +09:00
shun-iwasawa
bcc4cf8c29 fix psd removed on save (#2559) 2019-03-14 10:56:48 +09:00
artisteacher
7db72b636a Replace RGBM and fix typos (#2551)
* Remove extra t from contain

* Fix error message to use rgba

* Fix label to use RGBA

* Clarify send back menu item
2019-03-10 15:41:13 -06:00
John Dancel
e9fc25509f Remove stage schematic grouping restriction 2019-03-10 16:37:38 -04:00
Ken Taguma
f184e7ff49 Force CopyAction when drag&drop files to scene viewer. (#2494)
* dragEnterEvent force copy action
2019-02-22 11:23:54 +09:00
eszlari
ad2efb845d linux data: misc fixes (#2485) 2019-02-22 10:42:41 +09:00
manongjohn
a495be841d Merge OT master updates and fixed conflicts 2019-02-21 19:04:10 -05:00
otakuto
42feb5381b Fix -Wextra-tokens warnings (#2460) 2019-02-21 14:20:49 +09:00
otakuto
8181b0e88f Exclude regular headers from MOC_HEADER (#2458) 2019-02-21 13:49:39 +09:00
otakuto
2647ec5f3f Use alignas instead of DV_ALIGNED (#2437) 2019-02-21 13:45:24 +09:00
otakuto
6756911932 Remove tcg_deleter_types.h (#2436) 2019-02-21 11:58:39 +09:00
otakuto
abc9ca2e31 Remove tcg_algorithm.h (#2435) 2019-02-20 16:43:51 +09:00
otakuto
dfe1cf8a78 Use range-based for instead of foreach (#2433) 2019-02-20 16:31:03 +09:00
otakuto
3a56fafb0c Remove unused tcg headers (#2432) 2019-02-20 15:20:47 +09:00
manongjohn
a65f2002ef Update Travis QT version for OSX builds (#2528) 2019-02-20 13:48:53 +09:00
shun-iwasawa
a384884f4c fix sound with clapperboard (#2510) 2019-02-12 15:51:49 +09:00
manongjohn
4ef70cfc1e Fix cause for unwanted pane resizing 2019-02-09 15:09:35 -05:00
manongjohn
8df85486ca Revert typetool change after rebase 2019-02-09 12:04:45 -05:00
manongjohn
ab230d0fd0 Fix toolbar not refreshing properly 2019-02-09 09:54:57 -05:00
manongjohn
d754974e14 Add disable tool preference 2019-02-09 09:54:57 -05:00
manongjohn
290f2aa809 Revert Style Picker and Type Tool changes. 2019-02-09 09:51:19 -05:00
manongjohn
f3163f8dfc Corrected logic for empty cells 2019-02-09 09:50:12 -05:00
manongjohn
592b09d168 Update toolbar when frame type or level editor selection changes 2019-02-09 09:50:12 -05:00
manongjohn
8a942e24e6 Account for Level Editor in toolbar logic 2019-02-09 09:50:12 -05:00
manongjohn
a02775df7d Fix plastic tool availability 2019-02-09 09:50:11 -05:00
manongjohn
d36a818744 Fix preference setting 2019-02-09 09:50:11 -05:00
manongjohn
b30686264d Use tool isEnabled() for hiding 2019-02-09 09:50:11 -05:00
manongjohn
c6f8d320ee Update toolbar when frame's level changes 2019-02-09 09:50:10 -05:00
manongjohn
67112e39c6 Fix tracker and hook icon order 2019-02-09 09:50:10 -05:00
manongjohn
e2da56dae0 Refresh toolbar only when needed 2019-02-09 09:50:10 -05:00
manongjohn
e444f9b157 Change toolbar preference wording 2019-02-09 09:50:10 -05:00
manongjohn
743752cf91 Empty frames use prior level's toolbar 2019-02-09 09:46:56 -05:00
manongjohn
1653801fed Travis build failure fix 2019-02-09 09:46:56 -05:00
manongjohn
ba5c4c12da Revised logic 2019-02-09 09:46:56 -05:00
manongjohn
fba57c3054 Fixed Raster list/Added support for PSD 2019-02-09 09:44:39 -05:00
manongjohn
2cd8cdf1ab Show disabled tool preference 2019-02-09 09:44:39 -05:00
manongjohn
ee34cad297 Hide unusable tools 2019-02-09 09:37:31 -05:00
manongjohn
177b7c8bac Keep multiple backups preference 2019-02-08 21:28:29 -05:00
manongjohn
3d043c5538 Change backup naming convention to use .bak 2019-02-08 20:11:06 -05:00
shun-iwasawa
e140c2472e fix missing images with applying 3dlut (#2512) 2019-02-07 18:21:55 +09:00
shun-iwasawa
0c69c1b6f2 fix output bpp glitch (#2509) 2019-02-07 18:10:43 +09:00
manongjohn
e1c9282ee2 Backup scene file 2019-02-06 21:25:45 -05:00
yehjaemin
a793bc5ff8 Feature to allow right-click delete of guides
I thought it would be nice to be able to delete custom ruler guides by
right-clicking them, in addition to dragging them off the ruler. I have tested this commit on OSX 10.14.2.
2019-01-29 15:46:38 -08:00
shun-iwasawa
763ff111fa forbidden cursor for CURSOR_NO (#2489) 2019-01-23 13:30:45 +09:00
manongjohn
5f9599ca57 Fix improperly disabled tools on secondary level frame (#2487)
* Fix improperly disabled tools on secondary level frame
2019-01-23 13:04:20 +09:00
manongjohn
8f8437e2d4 Fix style picker and type tools invalid status (#2483)
* Fix style picker and type tools invalid status
2019-01-23 12:26:10 +09:00
manongjohn
54e85db21d Fix Z=0 Camera Preview crash (#2405)
* Fix Z=0 Camera Preview crash
2019-01-23 10:59:53 +09:00
shun-iwasawa
f65cc5f0d5
Merge pull request #2486 from manongjohn/fix_toonz_raster_deactivate_crash
Fix toonz raster deactivate crash
2019-01-21 18:08:56 +09:00