Commit graph

904 commits

Author SHA1 Message Date
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
Jeremy Bullock
2f7b147d72 Merge pull request #1103 from konero/clean_titlebar_icons
Cleaned up titlebar icons
2017-03-15 21:16:50 -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
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
shun-iwasawa
c1e1dc7192 stop clang-format check in travis (#1041) 2017-02-22 22:41:44 +09:00
Campbell Barton
6560c86ab4 CMake: correct own error in FindSuperLU 2017-02-21 16:16:12 +11:00
Campbell Barton
a67cb0e315 TravisCI/Linux: Disable system superlu
Recent commit for Linux enabled by default,
good default for typical Linux installs, but not working for TravisCI.
2017-02-19 11:15:55 +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
jabarrera
eb0a56909e Set auto markers (#982)
close #572
2017-02-01 12:56:14 +09:00
jabarrera
15baedffe1 Fixes crash in History Panel when a level is unlinked. (#975)
close #965
2017-01-31 21:12:59 +09:00
Jeremy Bullock
f7993abac4 Made rounded join the default (#1010) 2017-01-31 20:27:42 +09:00
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
shun_iwasawa
e56ea89194 subfolder popup for camera capture 2017-01-27 16:05:24 +09: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
shun_iwasawa
e90f9dc682 update spanish ts files 2017-01-24 13:55:41 +09:00