Commit graph

37 commits

Author SHA1 Message Date
岩澤 駿 
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
shun-iwasawa
3ae939fa35 modify tif_config for msvc (#796) 2016-09-08 18:17:04 +09:00
Shinya Kitaoka
79608672bb Add badges (#660)
* add badges

* fix link
2016-07-20 19:29:44 +09:00
Campbell Barton
a107c1293f Docs: add qtmultimedia as a dependency 2016-07-14 18:51:02 +10:00
Jeremy Bullock
a610102e75 Added Qt5Multimedia to build instructions for windows 2016-07-11 00:36:03 -06:00
Shinya Kitaoka
0c20bddfdd update how-to-build-win (#588) 2016-07-07 16:14:16 +09:00
Campbell Barton
bd75b08bc8 Linux Docs: remove libpng16, no longer required 2016-07-06 23:13:01 +10:00
Shinya Kitaoka
887b754046 Merge pull request #549 from turtletooth/windowsbuild
Updated windows build instructions
2016-07-06 15:09:07 +09:00
Shinya Kitaoka
fd19c4eedf Support Visual Studio 2015 (#544)
* Small changes, for some reason VS 2015 can't link cprintf and they added a second function std::map::count and bind couldn't resolve the function. Substituted with a lambda-expression.

* Created all 64bit version of the 3rd party libs.

* Cleanup popup opens CleanupSettings instead of CleanupSettingsPane. Not finished, panel is wrong now (also uses CleanupSettings).

* Tried to get Twain working, failed.

* When there are more then 3 peg holes create additional holes.

* When a hole touches the boundary it should still be considered a hole.

* Do not compare dot size against fixed size. Will not work in some scan resolutions. Used the same value (PERCENT * max dot size) as later in the code in compare_dots.

* When there are more than three peg holes the code looked for the best fit and used that. The problem was, that the middle hole was used as center for auto center. For three peg holes that is correct, but does not work for more than three. Now the best fit is calculated and from there the offset of the middle of the three best fit holes is calculated and applied.

* One of the last changes broke VS2015 compatibility, it chocked on a missing include.

* fix for msvs2013

* revert autopos.cpp

* apply clang-format

* use GIT-LFS
2016-07-04 17:50:30 +09: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
Jeremy Bullock
e442b14c1f Updated windows build instructions 2016-06-30 00:08:25 -06: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
Keisuke Ogaki
788747cc4a Merge pull request #215 from skitaoka/test/pr/179
Allow Qt 5.6
2016-04-25 21:31:13 +09:00
Keisuke Ogaki
02a058a9d7 Merge pull request #208 from kogaki/fix/guide_to_installers
Add the guide to older/nightly installers
2016-04-25 19:38:11 +09:00
Shinya Kitaoka
d75b42a25e Merge branch 'qt56' of https://github.com/ss23/opentoonz into test/pr/179 2016-04-22 15:52:56 +09:00
Keisuke Ogaki
e1ec5f23c7 guide to older/nightly installers 2016-04-20 23:26:43 +09:00
Stephen Shkardoon
3d9be09db0 Upgrade to Qt5.6
Fix #109 #138 #165 #178.
Fixes multiple issues on Windows 10.
2016-04-15 10:35:49 +12:00
Stephen Shkardoon
e239ec6928 Allow building with a newer version of Boost (up to 1.60.0).
The instructions for both OSX and Windows still say to use 1.55.0,
but cmake will allow up to 1.60.0.
Using a later version will also mean the additional patch for VS2013
is not required.
2016-04-15 05:42:58 +12:00
Keisuke Ogaki
9cb85ebe60 fix OSX build 2016-04-04 19:34:40 +09:00
Shinya Kitaoka
f262518ff0 merge #54 and #68 2016-03-31 19:29:46 +09:00
Shinya Kitaoka
00edc48870 move *.md files into a doc directory 2016-03-31 19:16:42 +09:00