Commit graph

51 commits

Author SHA1 Message Date
kusano
52db9569b3 Force Qt to use desktop OpenGL
since currently OpenToonz does not work with OpenGL of software or angle.
2016-03-25 02:37:28 +09:00
brly
591f925dea Replace dialog title 2016-03-25 00:33:35 +09:00
roentgen
1deca7fc99 Merge pull request #23 from opentoonz/remove-zlib-1.2.7
Remove zlib 1.2.7
2016-03-25 00:13:35 +09:00
roentgen
ce9322ff3c Merge pull request #22 from opentoonz/fix_save_palette_dialog
パレット上書きの確認ダイアログに関する修正
2016-03-25 00:13:19 +09:00
roentgen
ab18c9f671 fixed create full menubar for OSX 2016-03-25 00:07:43 +09:00
kusano
8977366225 Remove zlib 1.2.7 2016-03-24 19:57:01 +09:00
shun_iwasawa
b64fce383e comment added 2016-03-24 17:55:39 +09:00
shun_iwasawa
01d49686ac Merge remote-tracking branch 'origin/master' into fix_save_palette_dialog 2016-03-24 17:54:26 +09:00
shun_iwasawa
9ff2b3eb00 fix overwrite palette confirmation dialog 2016-03-24 17:47:57 +09:00
roentgen
b94d31fa75 Merge pull request #20 from opentoonz/fix-param-fx2
エフェクトファイルを含むシーンファイルを 2 回連続で開くと落ちるバグを修正
2016-03-24 17:28:33 +09:00
shun_iwasawa
f81af248fc fix save raster level problem 2016-03-24 16:51:41 +09:00
Shinya Kitaoka
f91c5a5f05 remove cloning flag 2016-03-24 16:28:15 +09:00
Shinya Kitaoka
0b19cb0c6a move params_ from PluginInformation to RasterFxPluginHost 2016-03-24 16:08:18 +09:00
kusano
45254b4069 Fix libpng version in CMakeLists.txt 2016-03-24 05:01:24 +09:00
roentgen
87fce823c5 OSX: use presented libpng 2016-03-24 04:33:12 +09:00
roentgen
42a3d520c4 Merge pull request #15 from opentoonz/fix-thirdparty
Fix thirdparty
2016-03-24 04:15:01 +09:00
roentgen
237d095463 Merge pull request #14 from opentoonz/fix-thirdparty-win
Visual Studioと更新されたthirdparty/でビルドができるように各種修正
2016-03-24 04:12:05 +09:00
kusano
6139acbd31 Make tiio_tif.cpp use io.h instead of unistd.h in Visual Studio 2016-03-24 04:04:53 +09:00
kusano
3f512259eb Update CMakeLists.txt for Visual Studio
- add libpng
- change libtiff path
2016-03-24 04:03:50 +09:00
fukasawa
13abb65b48 fixed aborting on png-level loading 2016-03-24 03:07:46 +09:00
fukasawa
9c02f65f6e added custom module for cmake 2016-03-24 02:27:13 +09:00
roentgen
bbd970be69 Merge pull request #11 from opentoonz/fix-boost
Fix for Boost 1.60
2016-03-24 01:03:27 +09:00
fukasawa
39e85d1a80 Merge remote-tracking branch 'origin' into fix-thirdparty 2016-03-24 00:56:29 +09:00
fukasawa
e60969f67f moved to libpng and libtiff to thirdparty 2016-03-24 00:50:22 +09:00
kusano
92d713df09 Remove unused members in TFlash 2016-03-24 00:49:38 +09:00
kusano
a0ab5dec40 Fix the compile error in tflash.h
Member functions with argument of vector<TSegment> or vector<TQuadratic> cannot be inline defined.
2016-03-24 00:43:29 +09:00
kusano
66e8e342f4 Fix for Boost 1.60 2016-03-23 23:58:33 +09:00
roentgen
e40e2eea0a Merge pull request #10 from opentoonz/fix-check_framebuffer_status
glCheckFramebufferStatusEXTが無い環境で起動直後に落ちる問題を修正
2016-03-23 23:54:23 +09:00
roentgen
58d3d79de2 Merge pull request #9 from opentoonz/feature-remove-unused-codes
Remove unused codes
2016-03-23 23:53:44 +09:00
roentgen
f5fdb6e866 Merge pull request #8 from opentoonz/add-tfarm-plugin
tfarmをプラグインのフィルタに対応させた
2016-03-23 23:53:17 +09:00
roentgen
ca2f385a36 Merge pull request #7 from opentoonz/feature-osx-icon
Add Icon and Modify toonz/CMakeLists.txt for OSX Bundle
2016-03-23 23:52:56 +09:00
roentgen
b91a1bcd5d Merge pull request #3 from opentoonz/fix-param-dup
PluginInformation に Param が重複して登録されるバグを修正
2016-03-23 23:52:41 +09:00
roentgen
a52ebf554f Merge pull request #6 from opentoonz/add-large-icon
Add 256x256 to toonz.ico
2016-03-23 23:51:31 +09:00
roentgen
d0ec773d4e Merge pull request #4 from opentoonz/loc_jp
Japanese Localization
2016-03-23 23:51:15 +09:00
roentgen
22e1399821 Merge pull request #2 from opentoonz/mod_qss_problem
modification of style sheet problem
2016-03-23 23:49:05 +09:00
kusano
297d92b914 Fix a issue of hang in case of no glCheckFramebufferStatusEXT 2016-03-23 23:47:45 +09:00
brly
9e73b85832 Remove TFlash::Imp class and sources/common files 2016-03-23 23:32:56 +09:00
kusano
898953fe78 Add an empty directory stuff/toonzfarm, which is necessary for tfarmserver 2016-03-23 20:45:27 +09:00
kusano
46ab69e306 Enable tcomposer to render scenes with plugin filters 2016-03-23 20:37:22 +09:00
brly
8064cbf365 Add Icon and Modify toonz/CMakeLists.txt for OSX Bundle 2016-03-23 19:11:31 +09:00
kusano
c8190fa92d Add 256x256 to toonz.ico 2016-03-23 17:26:12 +09:00
brly
f20acf84e8 Remove glext.h from codebase 2016-03-23 16:09:00 +09:00
roentgen
71f5e9deb4 moved RGBA64 support to libtiff from toonz/sources/image/tif 2016-03-23 04:32:55 +09:00
roentgen
b75cab9b67 added tiff-4.0.4 2016-03-23 04:20:01 +09:00
roentgen
19af1bad04 use cmake modules for superlu and lzo.
use pkg-config for usb, glew and lz4(not static).
(WIP) fixed getting kinda hack for tiff out to libtiff
2016-03-23 03:48:01 +09:00
shun_iwasawa
9f007d60e9 japanese localization 2016-03-22 16:03:41 +09:00
Shinya Kitaoka
f8aefde0c9 fix param dup bug 2016-03-22 16:01:50 +09:00
shun_iwasawa
6c7e74ae4c modify qss problem 2016-03-22 15:04:28 +09:00
shun_iwasawa
28dc08231d modify problem in new project 2016-03-22 12:59:10 +09:00
roentgen
3969d9617b added local macros for thirdpary libraries.
(WIP) fixed tiio_tif does not be compilable with libtiff4-package (it needs libtiff4's source code).
2016-03-22 04:26:56 +09:00