Commit graph

3815 commits

Author SHA1 Message Date
Shinya Kitaoka
0026a4a07a Merge branch 'readme-en' of git://github.com/gguillotte/opentoonz into gguillotte-readme-en 2016-03-31 19:08:14 +09:00
brly
fed8a75dde Fix compile error on clang
Avoid 'chosen constructor is explicit in copy-initialization' error.
2016-03-31 01:24:00 +09:00
Toshihiro Shimizu
906ba54d9d Update README.md 2016-03-31 00:48:57 +09:00
Adric Worley
fe9b8bc573 Fixes unused label warning.
Commented out instead of deleted, as label is referenced by FIXME comment and associated goto on lines 82-84.
2016-03-30 09:28:32 -04:00
Adric Worley
f63c1a0076 Fixes unreferenced local variable warnings.
Deleted variables in most cases. Commented out or moved to IFDEF where referenced by existing but disabled code.
2016-03-30 09:25:34 -04:00
kusano
ca9c32c273 Unformat thirdparty/tiff-4.0.3/libtiff/tif_getimage_64.c
to compare with original tif_getimage.c.
2016-03-30 15:11:52 +09:00
roentgen
46416c1cad Merge pull request #64 from ideasman42/linux-resource-case-fix
Linux: Use lowercase for all resources (failed to build)
2016-03-30 02:09:49 +09:00
Gabriel Gazzán
d9d05a72fe Spanish UI - toonzlib.ts [100%] 2016-03-29 13:10:29 -03:00
Gabriel Gazzán
27e293b565 Spanish toonzqt.ts - minor fix 2016-03-29 03:50:52 -03:00
Gabriel Gazzán
720ea50bec Spanish UI toonzqt.ts - [100%] 2016-03-29 03:07:31 -03:00
Campbell Barton
b696885d9a Fix error with ifdef blocks
noted by @linkmauve
2016-03-29 15:49:16 +11:00
roentgen
881afa65d0 Merge pull request #85 from mich181189/fix-tiff-osx
Fix build when libtiff exists on system
2016-03-29 12:43:26 +09:00
kusano
d191aadc04 Fix crash of lzocompres and lzodecompress
Without stdlib.h malloc is assumed to return int, which is not compatible with void * in x64.
2016-03-29 06:55:29 +09:00
Grimaud
7c38905d3c Readme Translated, Squashed 2016-03-28 16:01:40 -05:00
Gabriel Gazzán
3d229965a5 Spanish UI colorfx.ts - [100%] 2016-03-28 13:40:18 -03:00
Michael Cullen
b49802832b Fix build when libtiff exists on system
On OSX at least, if you have libtiff in your system include path,
it will use that instead of the bundled modified version even if
FindTIFF.cmake locates the correct version. This commit fixes that
by making sure the libtiff include directory is before the system
include paths.
2016-03-28 14:50:54 +01:00
Gabriel Gazzán
5b89978306 Spanish translation - tnztools.ts [100%] 2016-03-27 22:05:15 -03:00
Gabriel Gazzán
99a642865e Spanish translation - tnzcore.ts [100%] 2016-03-27 22:04:34 -03:00
Gabriel Gazzán
a31c6d5bd6 Spanish UI translation - [0%]
Initial commit, copied from the Italian folder.
All strings in files reverted to suggested translations.
2016-03-27 19:25:18 -03:00
Garrett Guillotte
c6df3f6f42 Add English README. 2016-03-27 14:06:12 -07:00
Campbell Barton
3dcf6bfa09 CMake: use tab indentation & whitespace edits 2016-03-27 14:44:29 +11:00
Campbell Barton
cc5860ee72 Use lowercase for all resources (failed to build on Linux) 2016-03-27 11:50:14 +11:00
Campbell Barton
1db1c004b9 Linux: frameserver memory fix 2016-03-27 11:17:15 +11:00
roentgen
25e5605c50 Merge pull request #36 from ArseniyShestakov/fix-cmake-lettercase
Fix letter case in CMakeLists.txt
2016-03-27 02:11:52 +09:00
roentgen
c26f34a66e Merge pull request #52 from kusano/fix-crash
Fix crash in initializing
2016-03-27 01:55:59 +09:00
kusano
ffc911474d Fix crash in initializing
In some enviroment, access violations occures in ICOpen.
Althogh this code seems to intended to handle SEH, structured exceptions are not catched in current configulation.
2016-03-27 01:02:54 +09:00
Cameron Chamberlain
bfee0019b7 Fix: User facing typos throughout application
- inbeteween -> inbetween
- abount -> about
- seleted -> selected
- successfull -> successful
- undefinied -> undefined
- colonnesdoivent (fr) -> colonnes doivent
- seleted (fr) -> sélectionnés
- cleeanup -> removed from translations,
  wasn't translated anyway and
  was removed from english codebase
2016-03-26 22:30:38 +11:00
Arseniy Shestakov
5e9e969bb2 Fix letter case in CMakeLists.txt 2016-03-26 06:16:40 +03:00
roentgen
7e185111a8 Merge pull request #33 from opentoonz/export-pluginsdk
added package_sdk.sh to export the sdk. and toonz_plugin_helper*.h ar…
2016-03-25 20:28:53 +09:00
roentgen
edd579074d added package_sdk.sh to export the sdk. and toonz_plugin_helper*.h are moved to utils dir to plublic developers 2016-03-25 20:25:20 +09:00
Toshihiro Shimizu
6297b87921 Merge pull request #32 from opentoonz/add-how-to-build-macosx
Add how to build for OSX
2016-03-25 19:59:44 +09:00
brly
4cc5480d7a Add how to build for OSX 2016-03-25 19:56:04 +09:00
Toshihiro Shimizu
8465787d9c Merge pull request #31 from opentoonz/add-readme
Add README.md
2016-03-25 19:49:44 +09:00
kusano
52ff6ee6d4 Fix README.md 2016-03-25 19:47:54 +09:00
kusano
0354af6635 Fix URLs in README.md 2016-03-25 19:44:42 +09:00
Toshihiro Shimizu
3e294ae601 Merge pull request #29 from opentoonz/add-how-to-build-win
Windows用のビルド手順を追加
2016-03-25 19:41:34 +09:00
Toshihiro Shimizu
5dddbf3dad Merge pull request #24 from opentoonz/suppress-warning-C4819
Suppress warning C4819 in Visual Studio 2013
2016-03-25 19:40:52 +09:00
kusano
4fc845c9ac Add README.md 2016-03-25 19:08:00 +09:00
roentgen
f09e094840 Merge pull request #30 from opentoonz/fix-lzodriver
we always have thirdparty/lzo/driver. osx build never uses thirdpary/…
2016-03-25 18:55:07 +09:00
roentgen
3047bb2598 we always have thirdparty/lzo/driver. osx build never uses thirdpary/lzo/lzo-2.09 (was removed) 2016-03-25 18:42:18 +09:00
kusano
f6307e91c6 Add How to Build for Windows 2016-03-25 17:31:49 +09:00
roentgen
b74bc3fb80 Merge pull request #27 from opentoonz/fix-gl-issue
Force Qt to use desktop OpenGL
2016-03-25 02:39:21 +09:00
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
roentgen
56cbe06581 Merge pull request #26 from opentoonz/fix-toonz-7.1-dialog-title
Replace dialog title
2016-03-25 00:35:25 +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
2b8706f508 Merge pull request #25 from opentoonz/fix-menubar-osx
fixed create full menubar for OSX
2016-03-25 00:12:52 +09:00
roentgen
ab18c9f671 fixed create full menubar for OSX 2016-03-25 00:07:43 +09:00
kusano
543ae709dc Suppress warning C4819 in Visual Studio 2013
"The file contains a character that cannot be represented in the current code page"
2016-03-24 20:30:47 +09:00