Commit graph

853 commits

Author SHA1 Message Date
shun_iwasawa
e69dc07ca9 fix cell input feature 2017-01-31 16:11:06 +09:00
Campbell Barton
a83fb7a965 Merge pull request #1012 from turtletooth/wing_angle
Fix wind typo (was wing)
2017-01-30 13:35:07 +11:00
Jeremy Bullock
9e6f6abd8a Fix wing typo 2017-01-29 15:01:43 -07:00
Jeremy Bullock
3ef2b1fec3 Merge pull request #1003 from shun-iwasawa/konero-tidy-qgroupbox-style
Tidy Groupbox Styles by konero (fixed conflicts)
2017-01-24 22:51:45 -07:00
Jeremy Bullock
90b4220559 Merge pull request #999 from shun-iwasawa/features_for_pencil_test
Typing arrow key shifts cell selection & Input cells without double click
2017-01-24 13:01:56 -07:00
shun_iwasawa
98f0204f2d refactor changes by konero 2017-01-24 15:38:15 +09:00
konero
b6f1fb14f1 adjust-padding 2017-01-24 15:20:04 +09:00
konero
3f89ed093f Tidy QGroupBox Style
Fix alignment, fix indicator style, add padding.
2017-01-24 15:20:04 +09:00
Jeremy Bullock
4a76fd864f Render Button added to Output Settings (#875)
close #795
2017-01-23 19:54:32 +09:00
Jeremy Bullock
01e454e092 Brush Size Shortcuts Change (#685)
* Changed brush size shortcut to Ctrl + Alt ( in considering ui consistency )
close #477
2017-01-19 20:46:50 +09:00
shun_iwasawa
3639da6d5a arrowkey to shift cell selection, input w/o dblclk 2017-01-19 17:46:54 +09:00
Jeremy Bullock
34b8160c90 Merge pull request #983 from shun-iwasawa/color_filter
Color filtering feature for columns in camstand view
2017-01-16 15:29:37 -07:00
Jeremy Bullock
d3c1049f6b Merge pull request #991 from shun-iwasawa/fix_freeze_crash
Fix crash on unfreeze preview
2017-01-16 15:17:01 -07:00
Jeremy Bullock
490029b071 Merge pull request #972 from jabarrera/enhancement/aif-sound-extension
[Enhacement] Add "aif" extension to AIFF sound list
2017-01-16 09:35:06 -07:00
shun_iwasawa
a3cdd885f5 added color filter feature and modified composition with colorscale 2017-01-16 20:33:23 +09:00
shun_iwasawa
b503b4d5dd fix crash on unfreeze preview 2017-01-16 19:42:04 +09:00
Jeremy Bullock
72d1e2ebf1 fix white xsheet vertical line (#876)
close #857
2017-01-12 10:45:50 +09:00
Jeremy Bullock
d3b1c57d37 Merge pull request #944 from shun-iwasawa/aja_fr01
Add AJA Fr01 to the camera preset
2017-01-11 10:36:57 -07:00
shun_iwasawa
369acf981d add AJA Fr01 to reslist (rebased) 2017-01-11 16:32:27 +09:00
jabarrera
52918b964e Deleting extra semicolon (#973) 2017-01-11 16:25:15 +09:00
Jeremy Bullock
f09fd34424 Merge pull request #898 from shun-iwasawa/fix_saving_menubar
Fix saving menu bar in non-English environment not to lose English titles
2017-01-04 21:19:49 -07:00
Jeremy Bullock
6dd97d925f Merge pull request #963 from shun-iwasawa/fix_apply_shortcut_preset
Fix crash on applying shortcut preset
2017-01-04 21:13:47 -07:00
jabarrera
3a0f2bd2c6 not append non-printable character null (#968) 2016-12-21 15:26:31 +09:00
jabarrera
96d45ce5a1 Fix crash by catching exceptions and skipping frames with bad names. Show warning with skips to message center (#966) 2016-12-21 15:25:34 +09:00
jabarrera
d4754fd5ac Add aif extension 2016-12-17 13:14:22 +01:00
otakuto
6a3ad64ad9 fix QT_PATH (#961) 2016-12-13 17:48:22 +09:00
shun_iwasawa
f16afdad7f fix apply shortcut 2016-12-13 16:13:05 +09:00
jabarrera
3ebaf33693 Fix plastic tool crash with SuperLU 5.x
Fixes crash on Linux #623,
but allows updating thirdparty lib to 5.x too.
2016-12-13 12:01:27 +11:00
Campbell Barton
fb7729aaaf CMake: fix for SuperLU
It wasn't possible to use a custom superlu path.

- Added "superlu" onto the end of SUPERLU_INCLUDE_DIR
- Wasn't using SUPERLU_INCLUDE_DIR, instead used hard-coded path.
  Now use SUPERLU_INCLUDE_DIR on Linux,
  leave windows and macOS as-is with notice.
2016-12-13 12:01:27 +11:00
Jeremy Bullock
d9eff09619 changed separator spacing to 4 (#772)
close #771
2016-12-09 22:55:45 +09:00
shun-iwasawa
29694bcf9e fix typo (#956) 2016-12-09 21:51:19 +09:00
Jeremy Bullock
c923b546fe Merge pull request #950 from shun-iwasawa/bubble_fx
New Fx : SoapBubble Iwa
2016-12-08 21:34:56 -07:00
Jeremy Bullock
8e6dfb6112 Merge pull request #945 from shun-iwasawa/mod_fieldguide
Change the default size of field guide
2016-12-08 00:01:06 -07:00
shun_iwasawa
4d2acff575 soap bubble fx iwa 2016-12-06 17:03:25 +09:00
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