Commit graph

47 commits

Author SHA1 Message Date
manongjohn 21430e81f7 Update build instructions 2022-08-27 21:23:40 -04:00
Darío Hereñú cccafa46a6
Typo fixed (line 25) 2021-10-03 16:09:30 -03: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
manongjohn b5f28f1ecd Update tahoma2d links to new path 2021-02-11 12:02:54 -05:00
Jeremy Bullock 4deec04597 Small fixes 2020-11-10 10:55:45 -07:00
Jeremy Bullock 62c6b25b84 Remove libusb from scripts and fix some name references. 2020-11-05 11:51:52 -07:00
Jeremy Bullock 3605260cbd
Ot master (#58)
* prevent unintentional frameworks use and fix typos

* Fix build with Clang 10

* System depend code deduplication

* Improve multi-layer style picker.

Allows clicking anywhere on a stroke in another layer to pick it -
not just the center.

Fixes #2843.

* Get actual pixel size instead of hard-coding to 1.0.

* Rehide features

* fix pegbar restoring

* fix crash on converting single image

* Fix wrong path to FXs

* fix expression reference in sub xsheet

* Fix build with GCC 10.

The default option was fixed in the latest Twain releases
but Opentoonz includes Twain 2.1.

* Fix build with Qt 5.15.

QPainterPath is no longer included indirectly.

* fix pegbar lost on exploding subxsheet

* fix fxs missing on explode

* Adobe Animate keyboard shortcuts but now with better shapes

* fix a bug where level in xsheet gets replaced when cancelling saving

* add include intersection option in selection tool

Co-authored-by: artisteacher <thingymadingy@yahoo.com>
Co-authored-by: Rodney <rodney.baker@gmail.com>
Co-authored-by: Rozhuk Ivan <rozhuk.im@gmail.com>
Co-authored-by: Martin van Zijl <martin.vanzijl@gmail.com>
Co-authored-by: shun-iwasawa <shun.iwasawa@ghibli.jp>
Co-authored-by: Konstantin Dmitriev <ksee.zelgadis@gmail.com>
Co-authored-by: Christophe Giboudeaux <christophe@krop.fr>
Co-authored-by: MrBlockCat <37186692+MrBlockCat@users.noreply.github.com>
Co-authored-by: pojienie <pojienie@gmail.com>
2020-06-28 21:05:10 -06:00
Jeremy Bullock cf6dbfac01 Merge remote-tracking branch 'upstream/master' into stop_motion_improvements 2020-04-30 21:31:20 -06:00
Toondad 9c463830ce No QtAudio device issue solved
Closes issue #2308.
2020-04-30 00:46:17 +02:00
manongjohn e878b02286 Fix linux builds for stopmotion with webcams 2020-04-20 21:34:58 -04:00
Martin van Zijl 1994fc88ff Correct library path in Linux installation doc. 2020-03-27 15:31:41 +13:00
Tact Yoshida 55b178907a Remove SDL2 2020-01-09 04:05:40 +09:00
Benson Muite eb81d1c937
Update how_to_build_linux.md
Add information on building on Fedora
2020-01-01 16:18:29 +03:00
sujiniku fdc8b379a7
Update how_to_build_linux.md 2019-08-08 15:51:08 +09:00
sujiniku 8633355a7c
Update how_to_build_linux.md 2019-08-03 12:20:03 +09:00
Ken Taguma a0f8f76edc Fix command for Running OpenToonz in how_to_build_linux.md (#2599)
* dragEnterEvent force copy action

* add comment and remove unused code.

* separate commandline  for running OpenToonz
2019-04-25 10:37:13 -06:00
Mintesno Zewdu c078bdc5ad Added qtwayland5 dependency to build instructions (#2029)
From my testing on Ubuntu 18.04, a shared library in the qtwayland5 package is required for CMake to succeed, so I'm adding it to the dependency install command.
2019-04-22 15:12:11 -06:00
shun-iwasawa f39ea05cac Remove Version Numbers from File Names (#2410)
* remove version numbers from file names

* update plist and systemvar for osx

* modify appveyor script
2018-12-28 11:15:09 +09:00
Ivan Mahonin 2dc3909e26 Instructions to build OT with libmypaint dependency for linux (#2027) 2018-06-22 10:43:57 -06:00
shun-iwasawa 22412dc1a8 v1.2.0 (#1631)
* v1.2.0

* more update versions to v1.2.0
2017-12-11 13:23:11 +09:00
Campbell Barton fc1e00f7d5 CMake: fix for #1384 (libmypaint on linux) 2017-11-30 12:14:34 +11:00
shun_iwasawa 31362db453 qt5.9 2017-10-16 16:29:09 +09:00
Campbell Barton d3c31e3888 Merge pull request #1325 from caryoscelus/build_instruction_fixes
Linux build instructions: minor fixes
2017-07-31 08:09:17 +10:00
Jeremy Bullock eb8f401c1e Fix for Studio Palette Path (#1253) 2017-07-25 19:01:17 +09:00
caryoscelus 58356f492f Linux build instructions: minor fixes
- fix typo
- remove incorrect command
2017-07-10 17:22:32 +03:00
Campbell Barton cec9b90a59 Use jobs for make command
Building can be quite a slow process, so add jobs to make command.
2017-06-10 15:17:08 +10: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
Adham Zahran d7608a6054 updated opentoonz_1.0 to opentoonz_1.1 in the docs 2017-04-12 12:53:33 +02:00
shun_iwasawa f8d7517edf high-dpi monitor compatibility 2017-04-11 16:44:39 +09:00
Campbell Barton 5033516fbc Update how_to_build_linux.md
Use disable jbig, this isn't used often - or even supported by default with libtiff on some linux distributions.
resolves #851.

[ci skip]
2016-11-05 15:39:52 +11:00
Campbell Barton 84ad0f7c37 Update Linux install text
Simplify text, use title-caps
[ci skip]
2016-11-05 09:55:23 +11:00
Campbell Barton 8a1b1db2c3 Add note about jbig error
From PR #900, this should be properly resolved, include workaround until it is.
2016-11-03 23:01:38 +11:00
Campbell Barton c510a11f77 Correct typo 2016-11-03 22:54:32 +11:00
Campbell Barton 27694d9edb Simplify libtiff building
Change proposed by @caryoscelus
2016-11-03 22:52:09 +11:00
Campbell Barton bb209445dd Linux Readme: remove Unix from title.
Currently BSD's and similar systems aren't supported.
2016-11-02 21:44:24 +11:00
Campbell Barton 8539fa0c2c Minor edits
- Use $ prefix consistently
- Include Clang as a working compiler.
- Reference CentOS instead of Mageia (there are _many_ rpm based distros, no need to get too spesific).
2016-11-02 21:41:40 +11:00
Zoe Pentaleri 6deabad436 Update required package list for Debian / Ubuntu
- add qttools5-dev
2016-10-30 04:20:39 -04:00
Yu Chen b481a50bc7 Update required packages list on Fedora
- add qt5-qtmultimedia-devel glew-devel lzma
- remove qt5-base and GLEW
2016-10-02 21:36:21 +08:00
Campbell Barton efb7a26947 Docs: Add links to Linux package definitions 2016-10-01 23:03:24 +10:00
boombatower 6325493afa Update openSUSE build requirements. 2016-09-09 22:40:00 -05:00
Campbell Barton a107c1293f Docs: add qtmultimedia as a dependency 2016-07-14 18:51:02 +10:00
Campbell Barton bd75b08bc8 Linux Docs: remove libpng16, no longer required 2016-07-06 23:13:01 +10:00
Campbell Barton 3158be2a42 CMake/Linux: add an install target
This allows for running opentoonz without having to manually write ini files or copy the 'stuff' directory.

By default it installs to `/opt/opentoonz`.
2016-07-03 18:34:50 +10:00
Campbell Barton 4b2c78d518 Linux Docs: add libpng16 to deps 2016-07-02 15:04:40 +10:00
Campbell Barton 04a69ac821 Linux Docs: add git to build deps 2016-07-02 14:27:14 +10:00
Campbell Barton 6aa05c353f Minor edits to Linux how-to-build doc 2016-06-30 13:54:19 +10:00
Campbell Barton 3cb5de860c Linux support working on a basic level (builds and runs)
Add docs on building with Linux.
2016-06-30 13:51:59 +10:00