Commit graph

27 commits

Author SHA1 Message Date
Jeremy Bullock d0f1813309 Rename to Tahoma2D 2020-10-02 00:20:33 -06:00
Jeremy Bullock c04aa72cd3
Project Management Overhaul (#47)
* Redo Project Management  - Part 1

* Part 2

* Fix build

* Cleanup
2020-06-08 22:42:51 -06:00
Jeremy Bullock 1d8faddcc0
Tahoma Branding (#6) 2020-05-22 22:20:51 -06:00
Rozhuk Ivan 823a31f62c Fix multiple clang warnings 2020-04-13 22:21:56 +03:00
manongjohn 55a5931ad4
Merge pull request #2776 from shun-iwasawa/g/cache_folder_replacement
Cache folder replacement & Clear cache command
2019-09-20 08:50:42 -04:00
shun-iwasawa 7f4819b70b cache folder replacement 2019-09-17 16:26:56 +09:00
Ivan Mahonin 13b0349095 #common: release note in full application name
add option to add edition, revision, build method etc.
to the end of the full application name:

OpenToonz 1.3.0
OpenToonz 1.3.0.1 (Nightly Build)
OpenToonz 1.3.1.1 (Experimental Release)
OpenToonz 1.3.0.2 (My Great Edition)
2019-09-09 11:13:23 +07:00
manongjohn e4c3c8ecda Fix setting working directory 2019-06-02 19:21:05 -04:00
manongjohn 273f30f45a Get app directory name 2019-06-02 13:41:10 -04:00
manongjohn fba66295ba Fix app rename causing not to work 2019-06-02 08:39:40 -04:00
manongjohn 65b0ffe260 Fix macOS portable detection 2019-05-25 11:14:07 -04: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
shun-iwasawa e3b1897540 set system path with command line qualifiers (#2143) 2018-07-10 14:42:57 +09:00
shun_iwasawa 3e2518a270 env file template 2017-10-20 22:23:54 +09:00
shun-iwasawa acd6b875b5 fix registry setup (#1457) 2017-09-07 17:13:23 +09:00
Jeremy Bullock 46512f5f12 Allow All Windows Builds to be Portable (#1381)
* Allow All Windows Builds to be Portable if 'portablestuff' Folder in Main Folder
2017-09-04 15:13:56 +09:00
Shinya Kitaoka 120a6e041c apply clang-format 2016-06-15 15:43:10 +09:00
tomosu eea0acf6fa Use stringstream instead of strstream (#431)
* replace strstream with string stream

* all change

Signed-off-by: tomosu <tomosu@users.noreply.github.com>

* small changes
2016-06-13 21:50:05 +09:00
Shinya Kitaoka 9eb50de5fe Use std functions (#297)
* use std functions

* replace toInt        to std::stoi
* replace toDouble     to std::stod
* replace toString     to std::to_string
* replace toWideString to std::to_wstring

* fix for MacOS

* cosmetic change
2016-06-07 16:06:00 +09:00
Keisuke Ogaki 71a0aa4bb0 🐛 systemvar path should not contain revision number (#316) 2016-05-17 21:38:09 +09:00
Shinya Kitaoka 7be7e612c4 Fix a version text (Rewrite update check) (#290)
* Rewrite update check

Before release, the update URL will need to be changed to an official
one.

* remove syntax macros: CASE, __OR, and DEFAULT

* define VC_EXTRALEAN

* modify the URL of opentoonz-version.txt

* fix a type of updateUrl

* remove meanless comments
2016-05-16 14:16:01 +09:00
Campbell Barton e6d9f6df9d Use ~/.config on Linux/Unix 2016-04-25 14:04:00 +10:00
Shinya Kitaoka 3bfa549e8b remove "using"
- using std::string;
- using std::wstring;
- using std::ostream;
- using std::istream;
- using std::iostream;
- using std::ostrstream;
- using std::istrstream;
- using std::fstream;
2016-04-21 16:23:15 +09:00
Shinya Kitaoka 9f5a1bd760 use _WIN32 instead of WIN32 2016-04-20 10:24:44 +09:00
kogaki 5bbc3c26fa Revert "Remove strstream" 2016-04-18 22:16:18 +09:00
Michał Janiszewski df394d6939 Move to stringstream
std::strstream is deprecated, stringstream is the suggested replacement.
2016-04-03 02:22:18 +02:00
Toshihiro Shimizu 890dddabbd first commit 2016-03-19 02:57:51 +09:00