Commit graph

71 commits

Author SHA1 Message Date
shun-iwasawa
9d28ccd141 raster level frame format 2022-02-20 16:32:41 -05:00
luz paz
43049260e2 Fix various source typos
Follow-up to #4156
2022-01-19 20:53:20 -05:00
manongjohn
88b22cd18a Stop Frame Hold markers 2021-12-31 08:07:14 -05:00
shun-iwasawa
d0e08fac5c file path processing using regexp 2021-12-23 00:35:41 -05:00
luz paz
35e409e926 fix various typos
Found via `codespell -q 3 -S *.ts,thirdparty, -L appy,ba,inbetween,inout,pevent,possibile,upto`
2021-08-31 11:10:50 -04:00
Rozhuk Ivan
a7b6545028 Add FreeBSD (tested) and other BSD systems (not tested) to build and run.
I fail to build TIFF code: it requires access to libtiff internals but it
unavailable with libtiff prom ports. Probably pre build form
thirdparty/tiff-4.0.3 should fix this, but I don't check this.
Tiff code disabled for work but available in options.

I fail with SSE2 too, there is some mess with class initialization:
TRaster32P rout32 = rout; have no idea how to fix it.
If some one want to play with it, then try to build with
CFLAGS+= -DUSE_SSE2 -DDWORD=uint32_t -D_aligned_malloc=aligned_alloc -D_aligned_free=free
on non windows system.

FarmServer::queryHwInfo() - now uses TSystem::***() to collect system info,
to avoid code duplication.

Add pthread as required lib.
2021-08-31 11:10:48 -04:00
manongjohn
39aa593c13 Support MOV formats through ffmpeg 2021-04-21 08:55:55 -04:00
manongjohn
41cf19288b Fix loading files with multiple dots 2021-04-03 18:58:31 -04:00
manongjohn
4442f02561 Fix findFileLocation to ignore directories with matching name 2021-03-21 10:34:30 -04:00
manongjohn
2d8998c1e6 Update to autoset and use Rhubarb Path Preference setting 2021-03-21 10:34:29 -04:00
manongjohn
5a5bfa8679
Merge pull request #567 from manongjohn/ot_patches_20210126
OpenToonz changes thru 2/11/2021
2021-02-11 10:13:09 -05:00
manongjohn
f0140cec95 Fix multiple levels using the same file 2021-01-31 07:15:43 -05:00
Tact Yoshida
849dadcf5b Fix build for Visual Studio 2019 2021-01-25 10:48:28 -05:00
Jeremy Bullock
51daab8588
OpenToonz changes as of 11-11-20 (#489)
* removed unused tcleanuppreprocessor.cpp and .h

Signed-off-by: Jeremy Bullock <jcbullock@gmail.com>

* removed unused directory lzodriver

Signed-off-by: Jeremy Bullock <jcbullock@gmail.com>

* OpenToonz changes as of 11-11-20

Co-authored-by: Sean Kuehl <teddscottfelt@gmail.com>
2020-11-12 14:40:58 -07:00
manongjohn
63837e770c
Add Import Preferences option (#422)
* Add Import Preferences option

* Update Recent File tahomastuff paths on import

Co-authored-by: manongjohn <manongjohn@users.noreply.github.com>
2020-11-10 10:44:05 -07:00
Jeremy Bullock
9d1557c868
Render bug (#173)
* Make viewer transparency respond faster and add to combo viewer

* Fix one cause of render crashes
2020-09-15 00:07:58 -06:00
Rodney
26b3167ad0
Merge pull request #3226 from rozhuk-im/master
Fix multiple warnings
2020-04-19 01:14:05 -05:00
Martin van Zijl
63e956981a Disable deleting on external drives in Linux.
Still need to implement this to correct standard.
2020-04-16 08:34:59 +12:00
Martin van Zijl
3d473ace6c Allow deleting files in File Browser on Linux.
This sends them to the recycle bin in the user's home directory.
2020-04-16 08:05:27 +12:00
Rozhuk Ivan
823a31f62c Fix multiple clang warnings 2020-04-13 22:21:56 +03:00
Jeremy Bullock
08ca86e8b2 fix build on vs 2019 2020-04-03 17:55:58 -06:00
Martin van Zijl
4e3671fd46 Use npos instead of -1. Remove second comment. 2020-04-01 22:15:11 +13:00
Martin van Zijl
2ffeac34fa Allow loading levels/images with numeric names.
Fixes #2945.
2020-04-01 22:11:25 +13:00
Rodney
690ac4579c
Merge pull request #2632 from manongjohn/fix_copyDir_for_macOS
Fix copyDir for macOS
2019-11-02 13:01:48 -07:00
Rodney
323797ab43
Merge pull request #2607 from manongjohn/seq_0_fix
Allow sequenced files starting with 0
2019-09-02 08:25:07 -05:00
manongjohn
ccec799e01 Fix copyDir for macOS 2019-06-01 11:38:45 -04:00
shun_iwasawa
83c0b2c4ec handle name filters 2019-05-28 13:28:11 +09:00
shun_iwasawa
f5f4afa9d0 readDirectory enhancements 2019-05-22 17:24:51 +09:00
John Dancel
c7c567e380 Allow sequenced files starting with 0 2019-05-03 06:32:34 -04:00
otakuto
6985407a96 remove duplicate include (#2271) 2018-10-31 12:00:01 +09:00
shun-iwasawa
2a1a635007 fix unc path conversion (#2173) 2018-08-01 16:42:10 +09:00
shun-iwasawa
85c99518a8 fix load tzp (#2091) 2018-06-21 11:31:23 +09:00
shun-iwasawa
b5e76bca01 fix sequential check (#1997) 2018-05-24 16:45:18 +09:00
shun-iwasawa
5b724a61d7 Allow for multilingual FX Help tooltips by jpturcotte (modified) (#1931)
* Allow for multilingual FX Help tooltips

This PR allows for showing the FX Help tooltips in the user's preferred language, as indicated in" Preferences". If a folder by the name of the language string exists in "$stuff/doc" (e.g. "$stuff/doc/English"), the help files there will be shown first. If the folder or requested file cannot be found, the files in "$stuff/doc" will be shown by default. This is my first code PR, and I am not a programmer, so please be lenient. Thanks to @RodneyBaker for coming up with the idea, to @turtletooth and @shun-iwasawa for helping me resolve my build issues, and finally to @manongjohn for providing encouragement and the logic behind these changes!

* fix tistream checking
2018-05-21 15:30:48 +09:00
shun-iwasawa
eff63f0236 do not check seqnum for tnz files (#1955) 2018-05-09 16:09:58 +09:00
manongjohn
4ee91c9e42 Fix number+letter filename save and detection (#1833)
close #235
close #1382
close #1693
close #1761
close #1768
close #1809
2018-04-23 13:34:00 +09:00
shun-iwasawa
00ab483723 fix crash on batch rendering with unc path (#1866) 2018-03-14 15:46:59 +09:00
shun-iwasawa
5e6203f300 Fix crash on using preference template (#1456)
* fix crash on using preference template
2017-09-08 14:26:03 +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
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
Jeremy Bullock
d8339e9782 Fix for ffmpeg named with sequence names (#826)
- Now ffmpeg types can have a name such as img.0001.gif or img_0001.mp4 with no crash. 
close #767
2016-10-06 17:19:46 +09: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
shun-iwasawa
27b0cfd38c clang formatting (#703) 2016-08-04 16:23:36 +09:00
Campbell Barton
f278fa10f0 Avoid making a copy of filepaths just to compare them (#616)
Instead compare them in-place.
2016-07-13 19:07:41 +09:00
Campbell Barton
e05b0bbe1c Quiet warnings 2016-07-05 14:54:52 +10:00
Shinya Kitaoka
d1f6c4e95b REFACTORING: Add final specifiers (#537)
* add final specifiers

* apply clang-format

* fix for macOS
2016-06-29 15:17:12 +09:00
Campbell Barton
89a491484a Misc minor changes needed for building on Linux 2016-06-24 22:01:09 +10:00
tomosu
00e4b3908e Merge pull request #465 from janisozaur/close-file
Pass file to be closed
2016-06-23 18:30:41 +09:00
Shinya Kitaoka
38fd868138 apply clang-format 2016-06-20 11:34:17 +09:00
Shinya Kitaoka
473e70432a add override specifier 2016-06-20 11:34:15 +09:00