Commit graph

877 commits

Author SHA1 Message Date
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
shun_iwasawa
16057916f3 easy input for name editor 2016-11-10 22:42:13 +09:00
Gabriel Gazzán
558b63ef19 Merge branch 'master' of https://github.com/opentoonz/opentoonz 2016-11-09 19:42:13 -03:00
shun_iwasawa
22ad9ee8ef fix convert to painted tlv 2016-11-09 16:20:58 +09:00
Jeremy Bullock
3bb5efc4ee Quick Export Feature (#725)
* Added Fast Render to MP4 command which does not need to set anything in output settings.
2016-11-09 11:46:03 +09:00
Jeremy Bullock
b6bf5b1238 Merge pull request #905 from shun-iwasawa/turtletooth-scrollbar_background_fix
Unify all scrollbars to same style and fix background by turtletooth (slightly modified)
2016-11-07 23:54:07 -07:00
shun_iwasawa
c729378ddf change margin for button to 16 2016-11-08 13:16:13 +09:00
shun_iwasawa
ffb2f05d63 changed scrollbar width to 16 2016-11-07 16:45:43 +09:00
shun_iwasawa
c1e30fbf6a Merge branch 'scrollbar_background_fix' of https://github.com/turtletooth/opentoonz into turtletooth-scrollbar_background_fix 2016-11-07 12:37:23 +09:00
Campbell Barton
5033516fbc Update how_to_build_linux.md
Use disable jbig, this isn't used often - or even supported by default with libtiff on some linux distributions.
resolves #851.

[ci skip]
2016-11-05 15:39:52 +11:00
Campbell Barton
84ad0f7c37 Update Linux install text
Simplify text, use title-caps
[ci skip]
2016-11-05 09:55:23 +11:00
Jeremy Bullock
032f723a2c Merge pull request #804 from shun-iwasawa/numpad_for_palette_shortcut
Enable switching the current style using numpad keys
2016-11-04 16:18:13 -06:00
shun_iwasawa
c5b5d29ca2 enable numpad 2016-11-04 18:07:43 +09:00
Campbell Barton
8a1b1db2c3 Add note about jbig error
From PR #900, this should be properly resolved, include workaround until it is.
2016-11-03 23:01:38 +11:00
Campbell Barton
c510a11f77 Correct typo 2016-11-03 22:54:32 +11:00
Campbell Barton
27694d9edb Simplify libtiff building
Change proposed by @caryoscelus
2016-11-03 22:52:09 +11:00