Commit graph

848 commits

Author SHA1 Message Date
Jeremy Bullock
f880392f33 Merge pull request #1206 from shun-iwasawa/fix_high_dpi
Fix GUI glitches with high dpi monitors
2017-06-01 23:48:45 -06:00
Jeremy Bullock
63a3d74aea Fix for ffmpeg render same frames (#1234)
* Fix for ffmpeg/spritesheet render same frames
2017-06-01 19:50:43 +09:00
Jeremy Bullock
1d5bdd2991 Fix click area for inbetween (#1241) 2017-06-01 15:07:40 +09:00
Jeremy Bullock
60023a892f Fix crash on arrows using eraser (#1221)
* Stop erase on imagechanged
close #1209
2017-06-01 14:31:11 +09:00
shun_iwasawa
cc002f210d fix filebrowser hierarchy 2017-06-01 12:24:51 +09:00
Jeremy Bullock
5af997ddc6 Fix for Raster Level Tool Switch Crash (#1228)
* Fix for Raster Level Tool Switch Crash
 close #860
2017-05-31 19:53:58 +09:00
Jeremy Bullock
73a1500ce7 Fix Flipbook Crash (#1224)
close #1222
2017-05-31 18:41:22 +09:00
Jeremy Bullock
55b5dba26f FFmpeg timeout error fix (#1030) 2017-05-31 18:29:20 +09:00
Peter-Levine
ae91dbad8c Don't allow throw() in destructors (#1182) 2017-05-31 17:49:36 +09:00
Jeremy Bullock
7c1edcc841 Merge pull request #1229 from shun-iwasawa/fix_plastic_tooloptions
Fix crash on using the "skeleton mode" shortcut with the plastic tool
2017-05-26 08:14:33 -06:00
Jeremy Bullock
d33b097d01 Fix for movement during screen pick (#1225) 2017-05-26 22:05:14 +09:00
shun_iwasawa
eaa9f3875f fix plastictool tooloption crash 2017-05-26 20:06:19 +09:00
Jeremy Bullock
fa8f3e3640 Fix crash on camera scale 0 (#1219)
close #1178
2017-05-26 17:00:32 +09:00
Jeremy Bullock
3101a8a718 premult by default on png (#1217)
close #794
2017-05-26 16:41:44 +09:00
Adam Zahran
4fef5997ac fix #1151 deleted canvas.h (#1152) 2017-05-26 15:29:17 +09:00
Ivan Mahonin
429ee8c8e4 Allow to cross compile for Windows with Linux/Mingw (part 3 of 3, cmake) (#1150)
* #mingw #cmake: rules for native and cross compilation

* #mingw #cmake: fix CMakeLists.txt for using with MinGW under Windows

* #mingw #cmake: fix typo (BUILD_ENV_WIN -> BUILD_ENV_MSVC)
2017-05-26 15:00:05 +09:00
Jeremy Bullock
14f0fd28bb Merge pull request #1158 from lordadamson/loadSceneCrash
fix #1156 which causes program to crash when expanding history
2017-05-23 22:03:40 -06:00
Jeremy Bullock
99d69ea4cb Merge pull request #1184 from shun-iwasawa/load_psd
Set premultiply option and choose level name type on loading PSD layer levels
2017-05-23 22:00:24 -06:00
Jeremy Bullock
7cfda1ef38 Merge pull request #1211 from shun-iwasawa/fix_undo_pasteinto
Fix crash on undo the Paste Into command with cell selection
2017-05-23 21:32:16 -06:00
shun_iwasawa
0becbefbda use preference for premultiply option 2017-05-23 19:37:37 +09:00
shun_iwasawa
2732f7220e remove CurrentOpenedBrowser based modality control 2017-05-23 11:54:40 +09:00
shun_iwasawa
3fcc7a3e4a set all the file browsers non-modal 2017-05-23 11:49:15 +09:00
shun_iwasawa
a174fa3a66 fix pasteinto undo 2017-05-22 13:52:00 +09:00
Ivan Mahonin
2fc36cb841 Allow to cross compile for Windows with Linux/Mingw (part 2 of 3, bugfixes) (#1149)
* #mingw #bug: place explicit instantiations on templates before first use

* #mingw #bug: remove API attributes from inline functions

* #mingw #bug: add 'static' attribute for local functions

* #mingw #bug: fix API attributes for splitSpeedInOutSegment

* #mingw #bug: replace strstream to stringstream

* #mingw #bug: remove cross references to plasticskeleton from tnzcore

* #mingw #bug: fix bug with order of initializaition of static variables

* #mingw #bug: fix glutInit
2017-05-19 19:20:33 +09:00
shun-iwasawa
1584bbb473 Fixes on convert feature from NAA raster images to TLV (#1203)
* prevent the gap on anti-aliased

* add dpi settings
2017-05-19 18:01:43 +09:00
shun-iwasawa
e33f9a51d2 create zerary fx node at clicked pos (#1191) 2017-05-19 17:42:55 +09:00
shun-iwasawa
f7a4d82155 curve the seam of looped spectrum (#1190) 2017-05-19 17:27:21 +09:00
shun_iwasawa
96fddba5b4 fix swatches (planeviewer) 2017-05-19 10:18:28 +09:00
shun_iwasawa
1fbdc97128 fix viewer gadgets 2017-05-18 19:45:18 +09:00
shun_iwasawa
0e4be67ee9 fix flipbook auto-resize 2017-05-18 16:23:32 +09:00
shun_iwasawa
c23689f93b fix ruler 2017-05-18 12:13:10 +09:00
shun_iwasawa
a4bcc91cc3 set premultiply and added level name type 2017-05-09 15:07:06 +09:00
Jeremy Bullock
0cb7c2dfec Fix playback stuck bug (#1025) 2017-05-09 13:45:52 +09:00
Jeremy Bullock
ce17cfec7e Fixed removed scene from startup (#998)
* Fixed removed scene in startup popup

* fixed unclickable scenes

* constant for scenes in list
2017-05-09 11:18:50 +09:00
Ivan Mahonin
e280ae86d6 Allow to cross compile for Windows with Linux/Mingw (part 1 of 3, preprocessor) (#1148)
* split _WIN32 and _MSC_VER, lowercase includes
2017-05-08 21:13:29 +09:00
shun-iwasawa
9d08564877 SoapBubbleFxIwa Improvement (#1175)
* fit thickness and center opacity

* loop and shift spectrum

* render mode
2017-04-28 11:52:23 +09:00
Jeremy Bullock
9a3beb198e remove Are You Sure? when closing without unsaved content. (#733) 2017-04-21 15:37:23 +09:00
Jeremy Bullock
039ecc9c2c Merge pull request #1132 from shun-iwasawa/hi_resolution
High dpi monitors support
2017-04-20 23:58:37 -06:00
Jeremy Bullock
03544bf169 Merge pull request #1162 from shun-iwasawa/closest_field
Change closest field value to 999
2017-04-20 23:46:27 -06:00
Jeremy Bullock
b53dbaca95 Allow importing files to project dialog box (#1037)
* Allow importing files to project dialog box
2017-04-21 13:41:45 +09:00
Jeremy Bullock
b6e930ffc7 Fixed changing name on change level type - new level popup (#1011)
* fixed changing name on change level type
2017-04-21 12:44:37 +09:00
shun-iwasawa
a01b86fee7 set info.plist for retina display 2017-04-20 12:47:24 +09:00
岩澤 駿 
34178f6c6e Merge branch 'hi_resolution' of https://github.com/shun-iwasawa/opentoonz into shun-iwasawa-hi_resolution 2017-04-20 11:11:59 +09:00
shun_iwasawa
01e417ce4b font size : replace point with pixel 2017-04-19 20:45:36 +09:00
shun_iwasawa
f01305cc15 revert travis to qt5.5 for osx build 2017-04-19 19:59:27 +09:00
shun_iwasawa
7c988d9428 fix other panels for high dpi monitors 2017-04-19 19:31:31 +09:00
shun_iwasawa
f4d6350da0 change closest field to 999 2017-04-18 22:09:09 +09:00
Adham Zahran
733fe44a2a fix #1156 which causes program to crash when expanding history 2017-04-17 17:49:11 +02:00
shun_iwasawa
3807327b41 add UseHighDpiPixmaps option 2017-04-17 16:59:25 +09:00
Jeremy Bullock
fec298fb26 Merge pull request #1139 from shun-iwasawa/level_placement
Fix level placement when the option "Show Appendix to the Frame Number" is activated
2017-04-12 11:53:47 -06:00
shun_iwasawa
7581912348 fix level placement 2017-04-12 20:14:33 +09:00
Campbell Barton
ac30fbadc3 Fix/Workaround for #866 (#899)
Resolves linking issue on Linux
2017-04-12 19:20:55 +09:00
Jeremy Bullock
245dc0d645 Merge pull request #1123 from shun-iwasawa/bokeh_fx
New Fx: Bokeh Iwa
2017-04-11 16:42:41 -06:00
shun_iwasawa
f8d7517edf high-dpi monitor compatibility 2017-04-11 16:44:39 +09:00
Ivan Mahonin
5c92d8f568 Fix path to textures, effects, brushes and templates (#1090) 2017-03-27 17:01:26 +09:00
Jeremy Bullock
2b8dd0af3b Extend ffmpeg timeout (#1029) 2017-03-27 15:48:17 +09:00
Jeremy Bullock
89f1cf7901 New Theme (#1043)
* Added a new dark theme
2017-03-27 15:36:31 +09:00
shun_iwasawa
3f47107854 small fix 2017-03-24 18:23:03 +09:00
shun_iwasawa
a35b8f8c48 bokeh fx iwa 2017-03-24 15:14:07 +09:00
Campbell Barton
54b714a0b6 Resolve #1046, profile errors flooding stdout 2017-03-24 09:51:25 +11:00
Campbell Barton
993ef47bcc Fix error using malloc, then delete[] 2017-03-19 12:17:38 +11:00
shun-iwasawa
51c8ee5bc1 add null pointer check (#1106) 2017-03-16 19:02:07 +09:00
Jeremy Bullock
14df388f6c Merge pull request #1086 from shun-iwasawa/fix_convert_popup
Enable the "Convert File" command from main menu bar
2017-03-15 22:12:00 -06:00
Jeremy Bullock
9988dfae0d Merge pull request #1079 from shun-iwasawa/fix_vector_fill
(Partially) fix vector shapes unfillable
2017-03-15 22:03:19 -06:00
Jeremy Bullock
9bc9a3315a Merge pull request #1071 from shun-iwasawa/fix_flipconsole_connection
Fix the Flipbook's console to be updated when the "Blank Frame" option is changed in the Preferences
2017-03-15 21:45:09 -06:00
Jeremy Bullock
75a231bef2 Merge pull request #1064 from shun-iwasawa/fix_import_scene
Fix invalid scene path when import scene from sandbox to another project
2017-03-15 21:31:52 -06:00
Kite
de8a8b798b Add alpha-channel to title-bar icons
Adds an alpha-channel to titlebar icons, also cleans the corners for
improved theme compatibility
2017-03-15 18:25:28 +00:00
Jeremy Bullock
0f89c59f13 Move level palette lines to qss (#1035) 2017-03-15 20:48:06 +09:00
Jeremy Bullock
2739e0d08c Pair field style #881 (#1034)
* Moved Pair Fields to qss
2017-03-15 20:47:32 +09:00
Jeremy Bullock
3a998ec844 Allow border on docks- use QFrame (#1054) 2017-03-15 13:32:57 +09:00
Jeremy Bullock
915f195e70 Remove hard-coded lines around panels (#1053)
* Remove line around style editor, schematic and flipbook
2017-03-15 13:16:21 +09:00
Jeremy Bullock
a04781f1db Fix crash on level strip arrow key presses (#1027) 2017-03-13 17:03:50 +09:00
Campbell Barton
c6e5093e87 CMake: remove duplicate library linking
Thanks @blackwarthog for pointing out
2017-03-11 13:58:39 +11:00
Jeremy Bullock
3bcfe87610 Fixed insert fx popup replace button size (#1013) 2017-03-08 21:58:51 +09:00
Jeremy Bullock
9f852fc460 added sound playback (#995) 2017-03-08 18:13:10 +09:00
shun-iwasawa
a1471ce40f soapbubblefx update (#1076) 2017-03-08 12:34:08 +09:00
shun-iwasawa
827f34124d fix preview fx (#1073)
close #1072
2017-03-08 12:33:35 +09:00
shun-iwasawa
57bc09cd02 make filesystemwatcher optional (#1060) 2017-03-08 12:32:25 +09:00
shun_iwasawa
a7f962e45c fix convert popup 2017-03-07 19:06:16 +09:00
shun_iwasawa
597034da8d fix vector fill 2017-03-03 17:38:46 +09:00
Jeremy Bullock
b8b0f90055 Fix for pixels only mode conflict too easily. (#1023) 2017-03-01 12:28:27 +09:00
Jeremy Bullock
6f319437dd allow no trim on spritesheet (#1022) 2017-03-01 12:27:45 +09:00
shun_iwasawa
1f4a70bdba fix flipconsole connection 2017-02-28 13:56:07 +09:00
shun_iwasawa
3f8574e522 fix import scene 2017-02-27 16:27:07 +09:00
Jeremy Bullock
c606c0c86a Added new scrubbing options (#994) 2017-02-27 15:44:40 +09:00
Jeremy Bullock
87cc7d5614 remove can't save warning on untitled autosave (#990)
close #777
2017-02-27 15:41:14 +09:00
jabarrera
53e290644c Checks data sound is valid to save. Issue #957 (#971)
close #957
2017-02-27 14:24:11 +09:00
Campbell Barton
9818e5d0ba Merge pull request #1062 from keijukainen/linux-check-folders-exist
Fixes warnings on Linux when library and fxs folders don't exist
2017-02-25 22:46:05 +11:00
keijukainen
7c61d8f87c fixes warnings when library and fxs folders don't exist 2017-02-25 03:20:25 -06:00
Campbell Barton
6560c86ab4 CMake: correct own error in FindSuperLU 2017-02-21 16:16:12 +11:00
Campbell Barton
fb6d38d59c CMake: cleanup indentation 2017-02-11 11:13:07 +11:00
Campbell Barton
c8223fd726 CMake: install lzo binaries on Linux
Fixes #591 (thanks to @blackwarthog for investigating)
2017-02-11 09:48:06 +11:00
Campbell Barton
cead1bb2ca CMake: add WITH_SYSTEM_SUPERLU option
Fixes crash on Linux (reported multiple times): see #1021
2017-02-10 09:54:10 +11:00
Campbell Barton
dde44fa941 Merge pull request #1021 from ideasman42/temp-cmake-lzo-system-pr
CMake: add WITH_SYSTEM_LZO option
2017-02-10 10:32:31 +11:00
Jeremy Bullock
8fcc495685 Merge pull request #1002 from shun-iwasawa/gab3d-spanish-update
Spanish UI update by gab3d (fixed conflicts and updated ts files)
2017-02-04 22:58:43 -07:00
Jeremy Bullock
0d1e70eeae Merge pull request #1008 from shun-iwasawa/camcap_savein_popup
Subfolder Popup for Camera Capture
2017-02-03 10:14:22 -07:00
Campbell Barton
6c644bebb2 CMake: add WITH_SYSTEM_LZO option
Allows to easily switch between using thirdparty libs.
2017-02-03 19:40:49 +11:00
Jeremy Bullock
9356825406 Merge pull request #1015 from shun-iwasawa/fix_cell_input_feature
Cell Input Feature Fixes
2017-02-02 23:07:57 -07:00
Jeremy Bullock
fadd5917e8 Shortcut window confusion fix (#988)
* shortcut window confusion fix

close #976
2017-02-01 16:17:41 +09:00
jabarrera
06d7754652 Cleaning for-nothing methods (#974) 2017-02-01 13:07:49 +09:00