Commit graph

774 commits

Author SHA1 Message Date
shun-iwasawa
6cf0fab004 fix beautification script (#745) 2016-08-19 16:24:27 +09:00
shun_iwasawa
217e7193db resize scene instead of changing dpi 2016-08-19 15:09:48 +09:00
shun_iwasawa
98ad89fbd3 Merge remote-tracking branch 'origin/master' into stageinch2 2016-08-19 12:33:38 +09:00
Shinya Kitaoka
9c70ac1a01 Fix for clang-format (#743) 2016-08-19 12:11:52 +09:00
Michał Janiszewski
ef4b5fa5c9 Mark beautification.sh as executable (#694)
Mark beautification.sh as executable
2016-08-18 21:12:34 +09:00
Shinya Kitaoka
6fa9acbd5f Add source formatting check (#689)
* add source formatting check
* fix beautification scripts
2016-08-18 21:10:57 +09:00
Jeremy Bullock
2a416897a2 Level Settings Popup: removed name unchanged warning and set focus on other errors (#686)
* Level Settings Popup : removed name unchanged warning and set focus on other errors
2016-08-18 21:02:09 +09:00
shun_iwasawa
e897af4ff2 organize palette 3 2016-08-18 20:25:44 +09:00
Jeremy Bullock
17d8f9dfaf Disable onionskin during playback (#708)
* disable onionskin during playback
* added option to show onion skin during playback in preference

close #486
2016-08-18 18:41:31 +09:00
Jeremy Bullock
f3ea7c244f Allow Enter in Save File Field to Save (#687)
* Allow enter key in save field to trigger save procedure
2016-08-18 18:38:37 +09:00
shun_iwasawa
bb0d83547a add dpi compatibility check and remove comment 2016-08-18 17:27:10 +09:00
Jeremy Bullock
4134b2d0d8 Fixed assert failing on project popup (#646)
* Fixed assert failing on project popup on choosing sandbox project

close #645
2016-08-17 12:04:33 +09:00
shun_iwasawa
4b846056c9 Merge remote-tracking branch 'origin/master' into organize_palette 2016-08-16 18:41:23 +09:00
Jeremy Bullock
a413543905 Added UHD and reordered reslist, added DCI 2K and 4K to cleanupreslist (#672)
Added UHD / HD 1.78 (16:9) presets and reordered reslist

close #671
2016-08-16 16:00:37 +09:00
shun_iwasawa
d6df3f9261 introducing stage-standarddpi 2016-08-16 13:52:38 +09:00
Campbell Barton
88b15e4c55 Cleanup: format warnings 2016-08-11 08:54:20 +10:00
Christoph Korn
c17229f066 Add format string literal
Prevents security issues when the string contains
format specifiers.
Fixes: warning: format not a string literal and
no format arguments [-Wformat-security]
2016-08-10 22:30:04 +02:00
Jeremy Bullock
2969b4c245 support for jpeg import (#656)
This allows jpeg images to be imported.
close #576
2016-08-10 21:46:04 +09:00
shun_iwasawa
064d70388e bring panel title bar to the style sheet 2016-08-08 16:20:27 +09:00
shun-iwasawa
a8d73fbd70 v1.1.1 (#718) 2016-08-08 15:44:05 +09:00
tomosu
233f9628b3 Merge pull request #717 from shun-iwasawa/systemvar_fix
Update SystemVar.ini to 1.1
2016-08-08 13:19:34 +09:00
shun_iwasawa
a2e50d25b1 update systemvar to 1.1 2016-08-08 11:29:06 +09:00
Keisuke Ogaki
718bb4b126 fix for 1.1.0 (#711) 2016-08-06 00:16:16 +09:00
tomosu
d7a1eec5a9 Merge pull request #710 from shun-iwasawa/turtletooth-pixels2
Pixels Only Mode: Fixed preset dropdown, dpi lock, labels, decimals by turtletooth (applied clang format)
2016-08-05 15:44:46 +09:00
shun_iwasawa
39baf50099 clang format 2016-08-05 15:40:11 +09:00
shun_iwasawa
64e800caf5 Merge branch 'pixels2' of https://github.com/turtletooth/opentoonz into turtletooth-pixels2 2016-08-05 15:28:35 +09:00
shun-iwasawa
b91cf10aa4 v1.1.0 (#704) 2016-08-04 18:01:19 +09:00
shun-iwasawa
27b0cfd38c clang formatting (#703) 2016-08-04 16:23:36 +09:00
tomosu
ac08090374 change to move thread before destructor called (#702) 2016-08-04 14:40:59 +09:00
Jeremy Bullock
bc0379c413 Updated rooms for consistency (#584)
* updated basics room

* updated rooms for consistency

* fixed camera capture not showing up on first load

 close #583
2016-08-04 14:25:27 +09:00
shun_iwasawa
ff185f4824 Merge remote-tracking branch 'origin/master' into organize_palette 2016-07-29 17:25:00 +09:00
shun_iwasawa
48c6711cad organize palette 2 2016-07-29 17:23:11 +09:00
turtletooth
04d8fdc45c FFmpeg Integration - mp4, webm, gif (#624)
* Webm and Gif Export

* added intermediate jpg conversion to save hard drive space

* Started preferences ffmpegPath selection

* grouped ffmpeg files together

* Working with intermediate format

* Fixed running multiple CPU cores for export

* audio works

* all working, need refactoring and error checking

* Changed Qt includes

* revisited Qt includes

* Clean up code, refactor file cleanup, clean up includes

* started gif import

* import working

* Removed import again, fixed export settings being remembered

* import working, bypassed precompute, back to single core export

* clang formatting applied

* added beta warnings in Preferences Popup

* fixed frame flipping and made looping gif default

* added toonzlibs

* added format checks

* added check to help t32bitsrv crash

* sliders for settings are back

* added customizable timeout for ffmpeg

* fixed gif fps and scale for no palette
2016-07-29 14:35:10 +09:00
turtletooth
cf35d8b511 Merge pull request #680 from shun-iwasawa/camcap_frame_modifier
Camera capture improvement - supporting "Show ABC Appendix to the Frame Number in Xsheet Cell" option
2016-07-25 20:53:46 -06:00
shun_iwasawa
84461e8bed camera capture - frame modifier option 2016-07-25 18:09:24 +09:00
turtletooth
21dab2ca87 updated level export default settings (#621)
close #530
2016-07-25 12:37:48 +09:00
Jeremy Bullock
2322767e25 Fixed preset dropdown, dpi lock, labels, decimals 2016-07-23 23:11:49 -06:00
Campbell Barton
9c30a09048 Correct function name
Function name didn't match header (though it remains unused).
2016-07-23 11:24:31 +10:00
Campbell Barton
5cfa877449 Quiet warnings
- duplicate headers in C source & header
- use const char arg
- invalid typedef
2016-07-23 05:23:17 +10:00
Campbell Barton
9ece9c0c92 Cleanup: CMake style
Use parens on newline, avoids diff-noise when adding values.
2016-07-23 04:59:47 +10:00
turtletooth
fef27f08d4 changed default icon size to 16 by 9 (#662) 2016-07-22 17:20:38 +09:00
Campbell Barton
8c6c57f1b4 Enable missing-declarations warning (#643)
Finish ensuring symbols use headers correctly
2016-07-22 13:38:33 +09:00
Shinya Kitaoka
0f12b3ee16 use new context (#659) 2016-07-21 10:34:09 +09:00
turtletooth
66af7cc365 Function Curves Window Usability - Option 1 (#657)
* removed ctrl key requirement from function curves editor

* removed commented code
2016-07-21 10:29:28 +09:00
Shinya Kitaoka
2a7129aa92 use std::unique_ptr<> instead of std::auto_ptr<> (#601) 2016-07-20 21:49:32 +09:00
Shinya Kitaoka
79608672bb Add badges (#660)
* add badges

* fix link
2016-07-20 19:29:44 +09:00
shun-iwasawa
edcaeef982 Merge pull request #655 from skitaoka/feature/appveyor-ci
Add appveyor.yml
2016-07-20 18:15:58 +09:00
Shinya Kitaoka
281d6e4dd9 fix version 2016-07-20 15:06:54 +09:00
Shinya Kitaoka
dd3caad447 add appveyor.yml 2016-07-20 13:04:20 +09:00
shun_iwasawa
c382b8addd Merge remote-tracking branch 'origin/master' into organize_palette 2016-07-20 12:47:43 +09:00