Commit graph

942 commits

Author SHA1 Message Date
Jeremy Bullock
6dd97d925f Merge pull request #963 from shun-iwasawa/fix_apply_shortcut_preset
Fix crash on applying shortcut preset
2017-01-04 21:13:47 -07:00
jabarrera
3a0f2bd2c6 not append non-printable character null (#968) 2016-12-21 15:26:31 +09:00
jabarrera
96d45ce5a1 Fix crash by catching exceptions and skipping frames with bad names. Show warning with skips to message center (#966) 2016-12-21 15:25:34 +09:00
Adham Zahran
af4194e06f Merge branch 'master' of github.com:opentoonz/opentoonz 2016-12-17 21:27:20 +02:00
Adham Zahran
aeebbd6bf4 ignoring qtcreator ide files 2016-12-17 21:22:04 +02:00
jabarrera
d4754fd5ac Add aif extension 2016-12-17 13:14:22 +01:00
otakuto
6a3ad64ad9 fix QT_PATH (#961) 2016-12-13 17:48:22 +09:00
shun_iwasawa
f16afdad7f fix apply shortcut 2016-12-13 16:13:05 +09:00
jabarrera
3ebaf33693 Fix plastic tool crash with SuperLU 5.x
Fixes crash on Linux #623,
but allows updating thirdparty lib to 5.x too.
2016-12-13 12:01:27 +11:00
Campbell Barton
fb7729aaaf CMake: fix for SuperLU
It wasn't possible to use a custom superlu path.

- Added "superlu" onto the end of SUPERLU_INCLUDE_DIR
- Wasn't using SUPERLU_INCLUDE_DIR, instead used hard-coded path.
  Now use SUPERLU_INCLUDE_DIR on Linux,
  leave windows and macOS as-is with notice.
2016-12-13 12:01:27 +11:00
Jeremy Bullock
d9eff09619 changed separator spacing to 4 (#772)
close #771
2016-12-09 22:55:45 +09:00
shun-iwasawa
29694bcf9e fix typo (#956) 2016-12-09 21:51:19 +09:00
Jeremy Bullock
c923b546fe Merge pull request #950 from shun-iwasawa/bubble_fx
New Fx : SoapBubble Iwa
2016-12-08 21:34:56 -07:00
Jeremy Bullock
8e6dfb6112 Merge pull request #945 from shun-iwasawa/mod_fieldguide
Change the default size of field guide
2016-12-08 00:01:06 -07:00
shun_iwasawa
4d2acff575 soap bubble fx iwa 2016-12-06 17:03:25 +09:00
Jeremy Bullock
1d47b826ed Clear project folder of non-project files (#701)
* clear project folder of non-project files, moving them from projects to config
2016-12-02 13:09:13 +09:00
shun_iwasawa
fe1261a638 modify field guide's default value 2016-12-02 13:01:04 +09:00
shun-iwasawa
4f59008bae Use English for 'iwa_motionblurfx' comments - modified (#932) 2016-11-28 16:09:24 +09:00
jabarrera
e8ad777186 Fix for Linux audio on i386
Specialized array copying caused problems and isn't needed.
2016-11-27 22:26:45 +11:00
Campbell Barton
cbcab0b54e Linux: Correct misuse of SDL_MixAudio
memset needs to be used even with full volume.
2016-11-27 11:45:45 +11:00
Campbell Barton
9eafa5730c Merge branch 'jabarrera-fix/playaudio-linux' 2016-11-27 11:34:44 +11:00
jabarrera
7c1be800e9 Fix audio reproduction issue (863) in GNU/Linux 2016-11-27 11:34:25 +11:00
Campbell Barton
d3ecc4ec7b Use English for 'iwa_motionblurfx' comments 2016-11-27 11:31:25 +11:00
Jeremy Bullock
69c590f062 Merge pull request #934 from shun-iwasawa/fix_style_switch_on_raster
Fix numpad style switching on raster levels
2016-11-25 14:56:30 -07:00
shun-iwasawa
9472b823c2 v1.1.2 (#935)
Do Version Up!
2016-11-25 11:52:07 +09:00
shun-iwasawa
2f19850ebf Update .ts files and Japanese translations (#842)
update ts files and Japanese translations
fix #835
2016-11-24 17:10:29 +09:00
shun_iwasawa
e3df22b49e fix style switch on raster 2016-11-24 16:02:18 +09:00
Jeremy Bullock
686e82ae08 Fixed gif import (#924)
* fixed gif import
2016-11-24 11:11:57 +09:00
Campbell Barton
6e785fd361 Fix use after free error (#896)
Fixing a crash problem related to the Function Viewer
close #892
2016-11-24 11:10:50 +09:00
Jeremy Bullock
764038cd1a Spritesheet Export (#752)
Added 'spritesheet' for the output format options, supporting as follows:
- Crops transparent area from images
- Set output format (Grid, Vertical, Horizontal)
- Scale output
- Set padding
- Export text file along with spritesheet with info about image sizes, padding etc. . .
The result is compatible with Game Maker Studio.
2016-11-24 11:08:30 +09:00
Jeremy Bullock
83d3e36d63 Add a load image button to camera capture for reference image (#751)
Added button to load image in the selected cell into the reference (onion skin) image.
 This is useful in stop-motion work for lining up your camera with a previous image.
2016-11-24 10:54:55 +09:00
Jeremy Bullock
85c476cdde Audio Recording Popup (#786)
Allows recording of audio through the system input devices and adding recorded audio into the scene
2016-11-22 11:17:29 +09:00
Jeremy Bullock
1900e185ca Merge pull request #928 from shun-iwasawa/sound_levelsettings
Level settings and info for sound levels
2016-11-21 12:38:36 -07:00
Jeremy Bullock
7b8adf218d Merge pull request #929 from shun-iwasawa/mod_next_drawing
Modify "Next / Prev Drawing" command to jump over empty cells
2016-11-21 12:32:37 -07:00
shun_iwasawa
ea54340f3a modify next / prev drawing 2016-11-21 20:45:21 +09:00
Jeremy Bullock
edaab7f46d moved ffmpeg temp files to cache folder (#921)
Now the ffmpeg temporary export files will be saved in the cache folder.
close #918
2016-11-21 19:37:55 +09:00
shun_iwasawa
a3d7fba212 display sound level settings and info 2016-11-21 17:48:41 +09:00
Campbell Barton
bea8195c08 Merge pull request #922 from Xenobus/fix/div-by-zero
Fix crash on editing curve with control point tool
2016-11-18 05:06:17 +11:00
Xenobus
9d7eaade5d Fixes crash on editing curve with control point tool
OpenToonz crashes when directly manipulating curves via the lines
themselves, unless the curve was initialized as a straight line.

Depending on the build environment, a calculation interprets doubles
as ints, resulting in a divison by zero.

 -Explicitly specifies the use of floating point abs() - fabs()

Resolves: #858, #919
2016-11-17 19:40:33 +02:00
Jeremy Bullock
37acd430c0 Merge pull request #911 from shun-iwasawa/nameeditor_stamp
Introducing easy input feature for the Style Name Editor
2016-11-15 20:56:09 -07:00
shun_iwasawa
0854e84066 label on top 2016-11-15 15:36:06 +09:00
shun_iwasawa
6c76ac8b5c resizable buttons 2016-11-15 14:27:15 +09:00
Jeremy Bullock
4c13007dd4 Merge pull request #916 from shun-iwasawa/dialog_position
Prevent the Camera Capture popup from being at outside of the screen
2016-11-14 22:14:22 -07:00
shun_iwasawa
03feedea0f fixes 2016-11-14 20:55:04 +09:00
shun_iwasawa
4ada6a9de4 dialog position fix 2016-11-14 15:56:58 +09:00
Campbell Barton
d6e3ed1575 Comments: translate icon-generator notes 2016-11-14 08:36:58 +11:00
Campbell Barton
5bb68e4f5f CMake: ensure Qt isn't too old
Saves confusing errors for older Linux distros #913.
2016-11-13 06:32:27 +11:00
Jeremy Bullock
3352eb1099 Merge pull request #912 from shun-iwasawa/medium_chip_menu
Display "Medium Thumbnails View" option in the Palette's tool bar
2016-11-11 08:43:22 -07:00
shun_iwasawa
aa32e96af2 medium chip menu 2016-11-11 17:35:22 +09:00
masafumi-inoue
297fcfe29e Merge pull request #908 from shun-iwasawa/fix_convert_to_painted_tlv
Fix style removal problem on Convert to Painted TLV from non AA source
2016-11-11 16:52:46 +09:00