Commit graph

1328 commits

Author SHA1 Message Date
shun-iwasawa
a048bcf55e fix motionblur_iwa fx (#1952) 2018-05-09 16:39:39 +09:00
shun-iwasawa
eff63f0236 do not check seqnum for tnz files (#1955) 2018-05-09 16:09:58 +09:00
Jeremy Bullock
080206fb43 Make Touch Zoom More Responsive (#1905) 2018-05-09 13:50:23 +09:00
shun-iwasawa
8f6c6d6c8a fix viewer partial redrawing (#1921) 2018-05-07 16:01:59 +09:00
shun-iwasawa
b266adeddf prevent unnecessary call of leftButtonDrag (#1938) 2018-05-07 15:47:39 +09:00
Jeremy Bullock
6c7e544772 Fix slow Toonz Raster brush on High DPI (#1904) 2018-05-07 15:29:17 +09:00
shun-iwasawa
28a2a8fa0e fix tool option combobox (#1942) 2018-05-07 11:09:06 +09:00
Jeremy Bullock
63e8da9d53 Fix scale of animate tool in all mode on high dpi monitors (#1900)
close #1886
2018-04-27 16:28:12 +09:00
artisteacher
dcfd7477be Add audio toggle back to flip book for Mac (#1890) 2018-04-26 18:35:44 +09:00
shun-iwasawa
df7bb0e418
EnumProperty: translation and icon by podsvirov (modified) (#1863)
* EnumProperty: translation and icon

Add support to translate EnumProperty items and
show icon.
2018-04-26 18:24:25 +09:00
shun-iwasawa
ff99e1a072 Modifications on Studio Palette tree view (#1920)
* studiopalette drag behavior

* fix palette move undo

* prevent palettes being overwritten
2018-04-23 14:13:40 +09:00
manongjohn
4ee91c9e42 Fix number+letter filename save and detection (#1833)
close #235
close #1382
close #1693
close #1761
close #1768
close #1809
2018-04-23 13:34:00 +09:00
romeojulietthotel
12386f2352 Remove unused vars (#1841)
* Remove double byte glyph from comment.

* Remove unused variables and some commented includes.
2018-04-20 11:12:45 +09:00
shun-iwasawa
0f887805c7 fix drag style undo (#1917)
Do Merge
2018-04-18 17:49:39 +09:00
artisteacher
9ff9ba1376
Fix osx menu roles 2018-04-12 19:41:49 -04:00
manongjohn
29ce0b3da6 Disable Auto-Stretch Frame (#1707)
Added option to enable / disable Auto-Stretch Frame
2018-03-27 19:26:37 +09:00
shun-iwasawa
4734f86618 fix barrel distort fx (#1881) 2018-03-26 15:30:24 +09:00
artisteacher
5a5e920632 Set role for Exit Group (#1875)
close #1874
2018-03-23 17:46:52 +09:00
shun-iwasawa
d6e7990556 brush enhancement (#1877) 2018-03-22 21:44:45 -06:00
Jeremy Bullock
4ce9539416 Function Editor Display Options (#1649)
* Function Editor Display Options
2018-03-22 16:32:19 +09:00
shun-iwasawa
59484bd446 edit all (#1870) 2018-03-21 17:23:25 -06:00
shun-iwasawa
975eb1fa6f New option for Toonz Raster Brush Tool : Draw Order - Palette Order (#1849)
* style order option for toonz raster brush

* change text to "draw order"
2018-03-14 17:33:59 +09:00
shun-iwasawa
133733bb6c enable to skip version check (#1824) 2018-03-14 16:58:55 +09:00
shun-iwasawa
a7d74c6237 fix replace level popup (#1868) 2018-03-14 16:03:14 +09:00
shun-iwasawa
00ab483723 fix crash on batch rendering with unc path (#1866) 2018-03-14 15:46:59 +09:00
shun-iwasawa
388550d11d fix 3dlut crash (#1865)
close #1862
2018-03-14 15:32:28 +09:00
shun-iwasawa
6e8ca56b8c enable vector selection commands (#1851) 2018-03-14 14:58:33 +09:00
shun-iwasawa
192c8e0e4e fix double slider (#1843) 2018-03-14 14:45:08 +09:00
shun-iwasawa
c13c8e4599 fix cell dragging (#1836)
close #1819
2018-03-14 12:04:57 +09:00
shun-iwasawa
67f18257d2 fix raster eraser crash (#1823)
close #1821
2018-03-14 11:42:03 +09:00
shun-iwasawa
0a3be42e04 fix saving pli autoclose value (#1848) 2018-03-06 23:22:30 -07:00
Jeremy Bullock
e122a937ef Fill Tool: Allow Fillable Gap Size Change in Vector Images (#1317)
close #1093 

* CAUTION *
Changing the "Maximum Gap" from the default value (1.15) will lose backward compatibility of PLI file.
2018-03-07 15:09:17 +09:00
shun-iwasawa
e6b1248e52 Fix png and spritesheet render (depremultiply) by turtletooth (modified) (#1844)
* Fix png and spritesheet render (depremultiply)

* move depremultiply in PngWriter
2018-03-05 22:00:18 -07:00
shun-iwasawa
b08db1990c stop using global context (#1785) 2018-03-05 20:52:40 -07:00
artisteacher
ad1bd10c2e Make command bar icons consistent (#1827)
* Add files via upload

* Update mainwindow.cpp

* Update toonz.qrc
2018-03-04 23:17:35 -07:00
shun-iwasawa
3a1040f273 add merge inks option to matchline (#1826) 2018-02-28 16:32:37 +09:00
Jeremy Bullock
dac2698c65 Allow individual frames of sprites (#1742) 2018-02-20 19:46:29 +09:00
snapai
5d6303957d Removed Qt::WindowStaysOnTopHint - this was causing the render dialog to block windows of other applications. Also added a check to make sure that the dialog is set application-modal if not on Mac, which was likely the original intent of that flag. (#1732) 2018-02-20 19:43:15 +09:00
Jeremy Bullock
3b34666c9d Disable Tools for Hidden Columns (#1643)
close #1559
2018-02-20 19:41:52 +09:00
Jeremy Bullock
5d1c9a0dd2 New Icons (#1630)
* New Icons
2018-02-20 19:40:20 +09:00
manongjohn
e153c2cb6b Temp save scene file (#1608) 2018-02-20 19:38:37 +09:00
shun-iwasawa
93ee582566
disable 3dlut by default (#1814) 2018-02-19 23:37:49 +09:00
shun-iwasawa
600da68f50 Fix Interrupted Brush Stroke When Using Tablet (#1753)
* modify tablet behavior

* set toolIsBusy with tablet
2018-02-19 15:55:29 +09:00
shun-iwasawa
7f1e30e1f6 fix vector selection move (#1776) 2018-02-19 15:34:13 +09:00
shun-iwasawa
0e4a7a9f0c fix bokeh fx (#1806) 2018-02-19 15:19:58 +09:00
shun-iwasawa
dfea21b893 Fix Warnings on Launch (#1745)
* fix warnings on launch

* optimize png files
2018-02-19 15:03:32 +09:00
shun-iwasawa
93b2f83609 fix vector eraser (#1760) 2018-02-19 14:34:27 +09:00
shun-iwasawa
171458b325 fix #1639 (#1743) 2018-02-19 14:04:48 +09:00
shun-iwasawa
ad7711e42d color calibration with 3d lut (#1793) 2018-02-19 12:06:07 +09:00
shun-iwasawa
24e7f37ed3 fix jumping stroke (#1811) 2018-02-19 11:40:35 +09:00
shun-iwasawa
b82200cfe4 New Fx: Barrel Distort Iwa Fx (#1810)
* barrel distort iwa fx

* add scale parameter
2018-02-19 11:22:27 +09:00
shun-iwasawa
27942bc309
fix palette titlebar update (#1780) 2018-02-14 17:22:19 +09:00
shun-iwasawa
7af4c5390d fix template room path (#1766) 2018-01-29 12:51:23 +09:00
Jeremy Bullock
129805fb68 Fix frame range undo (#1759)
* Fix frame range undo

close #1758
2018-01-26 19:56:51 +09:00
Jeremy Bullock
9115786ea5
Merge pull request #1744 from shun-iwasawa/precise_pen_position
Use Precise Pen Position
2018-01-25 21:50:07 -07:00
Jeremy Bullock
edc4d810b8
Merge pull request #1678 from shun-iwasawa/fix_plastic_on_subsheet
Fix Plastic Mesh on SubXsheet for OSX
2018-01-25 21:12:38 -07:00
manongjohn
7b0b701b7e Level Strip Drag to Timeline Fix (#1703)
close #1701
2018-01-23 16:28:08 +09:00
Konstantin Dmitriev
d5d1aceea7 Fix Linux build (#1751) 2018-01-23 15:08:50 +09:00
manongjohn
03912c5039 Shift-Drag Keyframe fix (#1687)
close #1671
2018-01-23 12:52:44 +09:00
Jeremy Bullock
e23841235b
Merge pull request #1740 from shun-iwasawa/fix_plastic_black_contour
Fix Plastic Tool not to Create the Black Contour
2018-01-22 11:38:05 -07:00
Jeremy Bullock
00105e36cd
Merge pull request #1726 from shun-iwasawa/enlarge_plastic_texture
Fix the Line-shaped Artifacts on Semi-transparent Deformed Image with Plastic Tool
2018-01-19 10:07:30 -07:00
shun_iwasawa
bc352cf106 precise pen position 2018-01-19 18:29:42 +09:00
shun_iwasawa
927bc0fbcc fix plastic black contour 2018-01-19 11:18:08 +09:00
shun_iwasawa
68d38f99cf fix crash on launching with vector fill 2018-01-18 11:20:06 +09:00
shun_iwasawa
7e52a2e788 enlarge plastic texture 2018-01-12 21:12:24 +09:00
shun_iwasawa
6e6ff6b0ed revert source for non-OSX 2017-12-12 22:08:38 +09:00
shun-iwasawa
0da010d9e2 fix plastic on subsheet 2017-12-12 20:27:21 +09:00
shun-iwasawa
e2bc0c20a8
update info.plist to v1.2.0 (#1673) 2017-12-11 16:17:12 +09:00
shun-iwasawa
22412dc1a8 v1.2.0 (#1631)
* v1.2.0

* more update versions to v1.2.0
2017-12-11 13:23:11 +09:00
manongjohn
dff49a7e39 Timeline bug fixes and tweeks (#1669)
* Timeline tweek
2017-12-11 12:48:31 +09:00
snapai
254fd14af1 Moved xsheetChanged event and scene setDirty call outside loop (#1668)
* Moved xsheetChanged event and scene setDirty call from setDrawing to outside changeDrawing (called as part of loop).
2017-12-11 12:34:31 +09:00
manongjohn
b765d1a440 Spanish Translation for V1.2.0 (#1666) 2017-12-10 23:16:01 +09:00
Yu Chen
851791d250 Chinese Translation for V1.2.0 (#1662) 2017-12-10 23:12:30 +09:00
shun-iwasawa
d895c86749 update japanese translation v120 (#1653) 2017-12-08 11:34:12 +09:00
shun-iwasawa
074b3ed36a fix tablet behavior on osx 2017-12-07 15:44:19 +09:00
shun_iwasawa
3aecdd1e29 fix raster selection 2017-12-06 12:44:40 +09:00
Jeremy Bullock
75b93877c0
Merge pull request #1626 from shun-iwasawa/fix_replace_parent_command
Fix "Replace Parent Directory" Command Fails on the First Call
2017-12-05 11:18:40 -06:00
Jeremy Bullock
91231b122e
Merge pull request #1652 from shun-iwasawa/fix_crash_on_changing_scene
Fix Crash on Closing Scene with Floating Selection Remained
2017-12-05 10:20:01 -06:00
Jeremy Bullock
2f62a2a320
Merge pull request #1651 from shun-iwasawa/fix_animate_tool
Fix Animate Tool Control with Tool Options
2017-12-05 10:12:18 -06:00
shun_iwasawa
0788f1f198 fix crash on closing scene with floating selection 2017-12-05 16:57:53 +09:00
shun_iwasawa
0231580ff0 fix animate tool 2017-12-05 15:45:51 +09:00
Jeremy Bullock
1b5ec51bab
Merge pull request #1647 from shun-iwasawa/rename_crash_revised
Fix Rename Cell in Empty Column Crash (modified)
2017-12-04 22:23:33 -06:00
shun-iwasawa
7f7df7fc6f update translation ts files (#1632) 2017-12-05 13:10:38 +09:00
manongjohn
8893a04c02 Note level zoom out update (#1618)
* Note level zoom out update.
2017-12-05 13:03:36 +09:00
manongjohn
057de69833 Allow Mesh Icon On Demand (#1604) 2017-12-04 22:38:13 +09:00
shun_iwasawa
b8bbaa6525 fix rename crash 2017-12-04 22:27:45 +09:00
Gabriel Gazzán
fc9220df03 Spanish UI - update to #1610 strings (#1633) 2017-12-04 15:17:59 +09:00
Jeremy Bullock
8894e90d79
Merge pull request #1621 from shun-iwasawa/touch_control_optional
touch control optional
2017-12-01 02:23:54 -06:00
shun_iwasawa
1b496cde58 disable the touch control by default 2017-12-01 15:13:10 +09:00
Jeremy Bullock
934e8225f1 Clarify some wording (#1627) 2017-12-01 13:54:44 +09:00
shun-iwasawa
f5e16731c3
update ts files (#1610) 2017-12-01 12:01:16 +09:00
Jeremy Bullock
73245221c6
Merge pull request #1625 from shun-iwasawa/fix_message_center_style
Fix Styles of the Message Center
2017-11-30 11:38:01 -06:00
Jeremy Bullock
436b61a150
Merge pull request #1624 from shun-iwasawa/organize_preferences
Organize Preferences Popup
2017-11-30 11:32:25 -06:00
shun_iwasawa
50d4e184e7 fix replace parent folder command 2017-11-30 22:27:30 +09:00
shun_iwasawa
d4973a989e fix message center style 2017-11-30 21:26:47 +09:00
shun_iwasawa
f2419f8f4d organize preferences popup 2017-11-30 20:30:20 +09:00
shun_iwasawa
185f17a9b9 resolve timeline warning 2017-11-30 16:43:48 +09:00
shun_iwasawa
c1a3179855 move option from prefereces to menu toggle 2017-11-30 15:12:03 +09:00
shun_iwasawa
72bd2b11c8 touch control optional 2017-11-30 12:15:57 +09:00
Campbell Barton
b0ee30d3b2 Minor edit needed to last commit 2017-11-30 12:31:51 +11:00
Campbell Barton
fc1e00f7d5 CMake: fix for #1384 (libmypaint on linux) 2017-11-30 12:14:34 +11:00
Jeremy Bullock
3e69f9c60b Allow down arrow to create new frame in level strip. (#1028)
* New Level Strip Drawing with Down Arrow (optional in preferences > drawing)
2017-11-29 19:58:38 +09:00
Jeremy Bullock
e4ec175144
Merge pull request #1598 from manongjohn/filmstrip_renumber_fix
Fix filmstrip renumber issues
2017-11-28 08:11:13 -06:00
Jeremy Bullock
905d13191f Soundtrack export (#744)
* soundtrack export
2017-11-28 22:40:58 +09:00
Jeremy Bullock
3f9880648b Fx Pass Through (#1353)
* Pass Through Fx
2017-11-28 22:38:54 +09:00
Jeremy Bullock
6ae22d1fb3 Change Name of Edit Tool to Animate Tool (#1351) 2017-11-28 21:58:58 +09:00
manongjohn
2e094efcbe Timeline column display order flip (#1570)
* Timeline column display flip
2017-11-28 20:29:52 +09:00
Jeremy Bullock
ed485b7bef
Merge pull request #1611 from shun-iwasawa/skip_deformed_icon
Prevent Crash on Plastic-deformed Sub-xsheet Icon
2017-11-28 00:26:07 -06:00
Jeremy Bullock
a850b1da5a
Merge pull request #1612 from shun-iwasawa/fix_lip_sync
Fix Lip Sync Popup
2017-11-27 23:01:56 -06:00
shun_iwasawa
b0891094aa hyphen in fx parameter expression 2017-11-28 12:36:26 +09:00
shun-iwasawa
682f2f9409 fix lip sync popup 2017-11-27 21:06:33 +09:00
shun_iwasawa
ed1861dc65 skip deformed icon 2017-11-27 14:42:35 +09:00
manongjohn
0b3449627b Removed commented out invalidateIcons 2017-11-26 15:57:37 -05:00
Jeremy Bullock
34b28698cd
Merge pull request #1605 from manongjohn/fill_tool_crash_fix
Tool Option crash fixes
2017-11-26 14:37:39 -06:00
manongjohn
cd95b04c7e Minus sign crash fix 2017-11-26 03:13:12 -05:00
manongjohn
e7b1cd6600 Vector fill tool crash fix 2017-11-26 02:52:29 -05:00
manongjohn
d019eabd54 Fix filmstrip renumber issues 2017-11-24 12:10:29 -05:00
shun_iwasawa
23727d2b13 fix select all on only the first click 2017-11-24 21:13:52 +09:00
Gabriel Gazzán
fb16291963 Spanish UI - update to latest Japanese .ts files (#1593)
* Spanish UI translation - update
2017-11-24 19:47:38 +09:00
manongjohn
f643b05c25 Zoom in/out of Timeline (#1573)
* Add timelime zoom control
2017-11-24 18:15:54 +09:00
Jeremy Bullock
4386c6271d Sync Level Strip Renumber Changes with XSheet (#1464)
* Sync Level Strip Changes with XSheet option added in the preferences
 
close #471
2017-11-24 18:08:23 +09:00
shun-iwasawa
5a2ff6d279 Add add_dependencies Command to CMake for OSX (#1587)
* fix cmake for osx

* try using make -j 2 for osx travis

* obtain qt5.9.2 from the previous homebrew
2017-11-24 13:10:45 +09:00
shun-iwasawa
79662fa9d2 fix crash on launch with flipbook (#1588) 2017-11-24 11:54:49 +09:00
shun-iwasawa
c852102583 Introducing $scenefolder Alias (#1513)
* scene folder alias

* ask if copy levels
2017-11-22 12:57:13 +09:00
shun-iwasawa
43640b7624 make autopaint lines optional (#1564) 2017-11-22 12:52:08 +09:00
shun-iwasawa
f9d3f02167 Fix Fill Behavior on Toonz Raster (#1540)
* fix raster fill

* fix for one pixel width line case

* fix rect fill
2017-11-22 12:38:37 +09:00
shun-iwasawa
2a679ac119
update japanese translations (#1505) 2017-11-22 12:24:07 +09:00
manongjohn
3e289e19b1 Remove duplicate Cell Drag Behavior options (#1584) 2017-11-21 11:30:27 +09:00
Jeremy Bullock
bb79616872 Fix Crash (#1580) 2017-11-20 20:36:09 +09:00
Jeremy Bullock
7712907c92 Middle Mouse Drag to Edit Values (#1362)
* Middle mouse drag to edit numeric values
* The function editor spreadsheet values can be ctrl + dragged to change their value. Alt + click on a key will clear it.
2017-11-20 16:28:59 +09:00
Jeremy Bullock
62833782ee Added Commands to Flip Viewer Horizontally and/or Vertically (#1356)
* Added Commands to Flip Viewer Horizontally and/or Vertically
2017-11-20 15:55:27 +09:00
shun-iwasawa
e2505a1885
bokeh ref iwa fx (#1555) 2017-11-17 17:31:32 +09:00
Jeremy Bullock
eb5f881693
Merge pull request #1568 from shun-iwasawa/tool_keys_override
Shortcut Override for Tool-Specific Keys
2017-11-16 16:29:01 -07:00
Jeremy Bullock
55072c5511
Merge pull request #1574 from shun-iwasawa/fix_negative_frame_crash
Fix Crash on Setting Negative Frame
2017-11-16 11:46:10 -07:00
Jeremy Bullock
c47122e07b
Merge pull request #1575 from shun-iwasawa/fix_load_notelevel
Fix Loading Note Level with Non-ASCII Text
2017-11-16 11:32:48 -07:00
Jeremy Bullock
3e4fd55ba5 Touch Screen Controls (#1437)
* Touch Screen Controls
One finger for pan.
Two fingers for zoom or rotate.
Double tap for fits to the viewer.
Three finger drag for undo and redo.
2017-11-16 20:26:36 +09:00
shun_iwasawa
53cbe2c696 fix loading note level 2017-11-16 17:36:43 +09:00
Jeremy Bullock
52a220b89a New Note Level (#1322)
* New Note Level
2017-11-16 17:08:01 +09:00
Jeremy Bullock
7ce85485f6
Merge pull request #1569 from shun-iwasawa/fix_plastic_tool_osx
Fix Vector Level Disappearing with Plastic Tool in OSX
2017-11-15 23:49:10 -07:00
shun_iwasawa
f507ce9c58 fix crash on setting negative frame 2017-11-16 12:14:15 +09:00
manongjohn
33c36a95a8 Xsheet fixes (#1550)
* Lock off icon corrections
* Allow right-click on multi-empty selection
2017-11-15 19:09:31 +09:00
Jeremy Bullock
3f573c46a5 Two New Vector Conversion Commands (#1410)
* Vectors to Toonz Raster
* Replace Vectors with Simplified Vectors
2017-11-15 18:57:29 +09:00
Jeremy Bullock
679371e796 Lip Sync Popup - Apply Text Data to a Level for Lip Sync (#1289)
* Lip Sync Popup
2017-11-15 16:21:16 +09:00
Jeremy Bullock
4c62241cb1 Add autosave options to startup popup (#1265)
* add autosave options to startup popup
2017-11-15 10:32:45 +09:00
Jeremy Bullock
f9b89b9c75
Merge pull request #1558 from shun-iwasawa/autopaint_autoapply_undo
Enable Undo for Editing Styles
2017-11-14 08:24:25 -07:00
Konstantin Dmitriev
e1b4540b36 Updates for Russian translation (#1565)
* Update Russian translation. Thanks to Alexander Surkov and Yury Grubnik (@beeheemooth).
2017-11-14 17:28:53 +09:00
manongjohn
1be2644c8d Current time timeline indicator (#1522) 2017-11-14 14:24:32 +09:00
Jeremy Bullock
6ee71e6fc1 Level Strip Overhaul (#1405)
*Enabled navigator for all

* Modified selecting and dragging behaviors

* Modified scroll range
2017-11-14 13:14:31 +09:00
shun-iwasawa
c189d1a1bc
fix freehand line (#1545)
close #1544
2017-11-14 12:38:01 +09:00
Jeremy Bullock
4bf6729ad2 Style Editor Overhaul (#1397)
* added horizontal layout and organized tab
2017-11-13 16:52:30 +09:00
Gabriel Gazzán
db1bb6c776 Spanish UI - update up tp latest Japanesse files. (#1519)
* Spanish UI translation update
2017-11-10 15:16:23 +09:00
Jeremy Bullock
210733a972 Rename "Revert To Last Saved Version" Command (#1465)
close #1388
2017-11-10 14:45:11 +09:00
Jeremy Bullock
3a06bdc569 Allow Shortcut to Cycle Dropdown Options (#1420) 2017-11-09 23:15:46 +09:00
shun_iwasawa
4ef139dc16 fix plastic tool in osx 2017-11-09 17:36:56 +09:00
shun_iwasawa
9a458198b4 Merge remote-tracking branch 'origin/master' into autopaint_autoapply_undo 2017-11-09 15:27:53 +09:00
shun_iwasawa
d518217e82 shortcut override for tool-specific keys 2017-11-09 12:08:56 +09:00
Jeremy Bullock
b000e2c687
Merge pull request #1523 from blackwarthog/feature1_fix_console
Remove console for MinGW build
2017-11-07 22:41:13 -07:00
shun_iwasawa
a39cc71201 fix tooloption checkbox 2017-11-08 13:21:55 +09:00
Jeremy Bullock
0edd2aceaa
Merge pull request #1516 from shun-iwasawa/refine_cell_menus
Refine Right-Click Menu of the Xsheet Cell Area
2017-11-07 15:01:13 -07:00
Jeremy Bullock
491fd3a3d9
Merge pull request #1541 from shun-iwasawa/cursor_customize
Customize Tool Cursors
2017-11-07 14:34:15 -07:00
Jeremy Bullock
963e9f6f25
Merge pull request #1542 from shun-iwasawa/fix_boolean_tooloption
Fix Boolean Tool Options Behavior with Shortcuts
2017-11-07 13:52:46 -07:00
Ivan Mahonin
7a0e8629c5 #mingw #imp: remove console from MinGW build 2017-11-08 03:27:31 +07:00
Jeremy Bullock
08f107b217
Merge pull request #1525 from blackwarthog/feature8_eraser
Eraser and Lock Alpha options for MyPaint brushes
2017-11-07 09:50:29 -07:00
Jeremy Bullock
b1e61585a1
Merge pull request #1524 from blackwarthog/feature4_fixes
Add missing include
2017-11-07 09:48:37 -07:00
shun_iwasawa
e553fc7d27 undo for autoapply 2017-11-07 16:24:20 +09:00
shun_iwasawa
b7aa7cd3f3 undo for autopaint 2017-11-07 13:11:02 +09:00
Jeremy Bullock
4183496bdc Merge pull request #1517 from shun-iwasawa/turtletooth-shaders
Fix for Shaders and Switch to QOpenGL by turtletooth and blackwarthog (modified)
2017-10-27 08:16:43 -06:00
shun_iwasawa
7b1ea257c1 Merge remote-tracking branch 'origin' into refine_cell_menus 2017-10-26 18:29:33 +09:00
shun-iwasawa
fd55f636ce paste numbers command (#1530) 2017-10-26 17:57:56 +09:00
shun_iwasawa
b366ef2b24 fix boolean tool options 2017-10-26 16:55:46 +09:00
shun_iwasawa
009457074f cursor customize 2017-10-26 15:17:19 +09:00
Ivan Mahonin
572ed1c8ce #mypaint: eraser and lock-alpha modifiers 2017-10-26 00:20:53 +07:00
Jeremy Bullock
22f3c9edbd Merge pull request #1531 from shun-iwasawa/env_template
Template Env File
2017-10-24 23:38:03 -06:00
shun_iwasawa
cf18d82356 shortcut template 2017-10-23 16:40:26 +09:00
shun_iwasawa
3e2518a270 env file template 2017-10-20 22:23:54 +09:00
Yu Chen
136f68fcd4 Update Chinese UI Translations (#1495) 2017-10-20 13:47:53 +09:00
shun_iwasawa
b2baddc40b fix fullscreen 2017-10-18 20:45:22 +09:00
shun_iwasawa
c035859f75 fix z transform 2017-10-18 19:57:54 +09:00
shun_iwasawa
1c961d09fd fix offset 2017-10-16 22:26:34 +09:00
Ivan Mahonin
d63d61e944 #fix: fix for htimeline 2017-10-16 18:49:08 +07:00
shun_iwasawa
31362db453 qt5.9 2017-10-16 16:29:09 +09:00
Jeremy Bullock
983820d51a Merge pull request #1514 from shun-iwasawa/fix_numpad_label
Fix Position of Style Shortcuts Label
2017-10-11 21:11:04 -06:00
shun_iwasawa
5e0d4f6900 use global share context 2017-10-11 16:48:14 +09:00
shun-iwasawa
c2d7fe6d51 increment alphabet (#1515) 2017-10-11 16:38:17 +09:00
shun_iwasawa
953c16267c add turtletooth's solution 2017-10-11 13:06:35 +09:00
shun_iwasawa
339330f82f prevent windows outside the gui thread 2017-10-11 11:40:34 +09:00
shun_iwasawa
c44e4b4863 Merge branch 'shaders' of https://github.com/turtletooth/opentoonz into turtletooth-shaders 2017-10-10 22:18:13 +09:00
shun_iwasawa
fb9f2a1d60 refine cell menus 2017-10-10 21:39:13 +09:00
shun_iwasawa
bb97eec5f7 fix numpad label 2017-10-10 13:13:04 +09:00
manongjohn
399e7d4a0b Xsheet Column Header Layout Redesign (#1347)
close #1316 
close #490
2017-10-04 16:00:34 +09:00
Jeremy Bullock
24772bdaf4 Merge pull request #1497 from shun-iwasawa/fx_settings_resize
Fix Fx Settings auto-resizing
2017-10-03 21:33:08 -06:00
shun-iwasawa
6de97716e8 fix releasing cell selection behavior (#1501) 2017-10-03 17:18:31 +09:00
shun-iwasawa
3f818e3fc6 Camera Capture feature : Save scene in the subfolder checkbox (#1496)
* save scene in subfolder checkbox

* save "save in" folder in the scene
2017-10-03 17:17:58 +09:00
Jeremy Bullock
0ff1b687b0 Customize Command Bar and XSheet Toolbar (#1448)
* Edit In Place added to Toolbars

* Customize Command Bar and XSheet Toolbar
2017-10-03 17:15:33 +09:00
manongjohn
88ffb47e4c Renumber crash fix (#1498)
close #1312
2017-10-02 19:30:28 +09:00
Jeremy Bullock
6d9ee85559 Merge pull request #1482 from manongjohn/scene_cast_view_crash_fix
Fix crash when viewing audio levels in Scene Cast
2017-09-29 21:04:40 -06:00
shun_iwasawa
a0fb331a93 fix fx settings resizing 2017-09-29 18:55:10 +09:00
manongjohn
4d02654ea8 Toonz raster merge crash fix (#1480)
close #1238
2017-09-27 16:22:03 +09:00
Yu Chen
da5534a8f7 More translatable UI strings (#1486) 2017-09-27 16:03:29 +09:00
Gabriel Gazzán
d81b7f9139 Spanish UI - updated strings, now on par with Japanese ones. (#1484) 2017-09-27 12:38:42 +09:00
shun-iwasawa
aa65b89e92 Reframe with Empty Inbetweens command (#1485)
* reframe with empty inbetweens
2017-09-25 17:15:29 +09:00
Jeremy Bullock
1e17edb69a Guided Drawing Feature (#1297)
* Guided Drawing Feature
2017-09-25 14:29:38 +09:00
manongjohn
ce255cffc8 Remove view option from mesh levels in scene cast 2017-09-23 23:34:22 -04:00
manongjohn
bced1b689b Prevent view shortcut from working on levels it shouldn't 2017-09-23 23:33:36 -04:00
Jeremy Bullock
feed0d22f3 Merge pull request #1476 from manongjohn/crash_with_raster_selection_fix
Fix Selection Tool crash on Raster levels
2017-09-22 23:33:27 -06:00
Jeremy Bullock
524394a633 Merge pull request #1487 from konero/browser-icons
New Folder Icons / Style File Browser Window
2017-09-22 22:37:26 -06:00
Jeremy Bullock
f48ab7e0eb Merge pull request #1483 from konero/pane-buttons-svg
Replace PNG with SVG for Pane Buttons
2017-09-22 22:06:22 -06:00
Jeremy Bullock
6767bee6b3 Fix for sierra scrub crash (#1302)
* fix for sierra scrub crash
2017-09-22 16:19:10 +09:00
manongjohn
25e6cfef72 Correct Preview and Camera toggle for Sound columns (#1472)
* Correct sound level's preview and camera toggle button behavior
2017-09-22 11:10:54 +09:00
shun-iwasawa
947ad3809f Auto Input Cell Number command (#1479)
* auto input cell number

* from frame - to frame
2017-09-22 08:53:49 +09:00
Kite
b058c5a6eb New Folder Icons / Style File Browser Window
- tweaks style of file browser window
- replaces folder icons with redesign
- cleans various other icons
- moves some things into external qss
2017-09-21 17:23:56 +01:00
Kite
62f3e4bd57 Replace PNG with SVG for Pane Buttons
- fix close button area
- replace png with svg for pane buttons
- remove old png files
2017-09-18 12:46:04 +01:00
manongjohn
6107f7f890 Removed commented out code 2017-09-16 00:45:54 -04:00
manongjohn
0a069e4c6b Remove view option from scene cast of audio levels 2017-09-16 00:14:15 -04:00
manongjohn
20c9615add Foreign letter and Apostrophe fix (#1468)
close #666 
close #1226 

* Double-quote strings with foreign letters

* Stop escaping apostrophe for Windows and OSX
2017-09-15 16:57:43 +09:00
Yu Chen
7155feba2f Update Simplified Chinese UI translation (#1471)
* Update Simplified Chinese UI translation
2017-09-15 16:11:34 +09:00
Gabriel Gazzán
27617d228e Spanish UI - several improvements to the translation (#1469) 2017-09-15 16:05:07 +09:00
Jeremy Bullock
1a58e5883a Move AutoClose Value to TEnv (#1467) 2017-09-15 14:41:27 +09:00
manongjohn
fb17cf8366 fix_raster_selection_crash 2017-09-13 23:12:24 -04:00
Jeremy Bullock
807052a00f Pick a Font (#1386) 2017-09-13 19:04:05 +09:00
Jeremy Bullock
ef0db1c0bb Merge pull request #1461 from shun-iwasawa/color_filter_on_render
Enable Column's Color Filter on Vector Levels and on Rendering
2017-09-11 20:42:10 -06:00
Jeremy Bullock
e84aac97a9 Fix for Broken Brush Presets (#1447)
close #1438
2017-09-11 17:03:53 +09:00
Jeremy Bullock
a80c9b9011 Fix for Missing Hook Display on Hook Tool. (#1466)
close #1385
2017-09-11 17:01:13 +09:00
shun_iwasawa
2c0f507302 color filter available on render and vector levels 2017-09-11 11:03:30 +09:00
shun-iwasawa
d08c7cb5e4 Enable shortcut command while renaming cell (#1451)
* enable command while renaming cell

* open left side of the cell for drag handle

* make OT command shortcuts optional

* escape key for clear focus
2017-09-08 18:55:52 +09:00
shun-iwasawa
5e6203f300 Fix crash on using preference template (#1456)
* fix crash on using preference template
2017-09-08 14:26:03 +09:00
Kite
53abfc03ad Unify Palette Lock Icon (#1453)
Uses the lock icon from the theme.
2017-09-07 18:23:10 +09:00
shun-iwasawa
acd6b875b5 fix registry setup (#1457) 2017-09-07 17:13:23 +09:00
shun-iwasawa
0763022322 fix save task crash (#1441) 2017-09-07 17:12:07 +09:00
Jeremy Bullock
0b92f5893e Fix for scrubbing shortcuts (#1378)
* new shortcuts are;
ctrl + shift + drag = next/prev frames
ctrl + shift + scroll = next/prev frames
alt + shift + scroll = next/prev drawings
ctrl + shift + alt = next/prev step
2017-09-07 16:13:47 +09:00
Gabriel Gazzán
4579cfd11f Spanish UI update (#1450) 2017-09-05 12:54:13 +09:00
Jeremy Bullock
46512f5f12 Allow All Windows Builds to be Portable (#1381)
* Allow All Windows Builds to be Portable if 'portablestuff' Folder in Main Folder
2017-09-04 15:13:56 +09:00
Jeremy Bullock
6f642b3399 Show Renamed Names in MacroFx (#1355) 2017-09-04 14:53:20 +09:00
Jeremy Bullock
e1b31dfacf Merge pull request #1442 from konero/theme-requests
Theme Update
2017-08-30 14:36:01 -06:00
Jeremy Bullock
2d25ac14d7 Merge pull request #1380 from konero/playbar-icons
Update Playbar Icons
2017-08-29 15:37:00 -06:00
Kite
799aa37718 Theme Update
Updates the themes.
2017-08-28 19:40:43 +01:00
Kite
9bc1650181 Tweak
- color tweak
- redone loop icon
2017-08-28 12:13:56 +01:00
Jeremy Bullock
dfde6cd538 XSheetToolbar Fixes and New Pane (#1425)
* Fixed Xsheet Tool Bar 

* Added Command Bar Panel
2017-08-28 18:17:30 +09:00
Jeremy Bullock
c6d53ac2fe Fix for Preset Crash (#1440)
close #1438
2017-08-28 14:55:11 +09:00
shun-iwasawa
031c3b0ca7 japanese translations update (#1431) 2017-08-25 18:18:46 +09:00
masafumi-inoue
26f824c67c Debug about "HLSNoiseIno assertion error". And some refactoring. (#1427)
* Add cheching getRaster(), and referctoring
2017-08-25 18:04:40 +09:00
Jeremy Bullock
7ae920982f Change Matte to Alpha in the UI (#1352)
* Change Matte to Alpha in the UI
2017-08-25 17:55:12 +09:00
Jeremy Bullock
3a8dd97dae Fix for maximized grayed out windows (#1288)
* Fix for maximized grayed out windows
2017-08-25 15:16:30 +09:00
Jeremy Bullock
44af2c9b90 Allow New Levels to Default to Camera Size (#1256)
* allow new levels to inherit camera size and dpi
2017-08-25 15:07:08 +09:00
Jeremy Bullock
eff4f2e19b Merge pull request #1376 from manongjohn/XsheetFixes
Xsheet fixes
2017-08-24 16:32:24 -06:00
Jeremy Bullock
c13d88d01d Allow drawing substitution on subxsheet levels (#1286)
* Allow drawing substitution on subxsheet levels
* Allow the command available on empty cells
* Added Note Levels
2017-08-24 20:29:14 +09:00
Jeremy Bullock
78b876c7f8 fix arrows on brush tool (#1429) 2017-08-24 18:42:32 +09:00
Jeremy Bullock
5ffb5db40c Updated Mac Build Instructions (#1301)
* Added LFS to build instructions for mac
* added lzo instruction
* added libmypaint instruction
2017-08-24 18:06:59 +09:00
Jeremy Bullock
a6467a190a Merge pull request #1407 from shun-iwasawa/camcap_level_selector
Camera Capture enhancement : Added the information label and the previous level button
2017-08-23 23:57:44 -06:00
shun_iwasawa
6c274854e3 font position and size fix 2017-08-23 15:05:52 +09:00