Log In
bw
/
opentoonz
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
38d9cf
XDTS File Support (#2938)
13 files
Authored by shun-iwasawa
4 years ago
, Committed by GitHub
4 years ago
,
raw
patch
tree
parent
13 files changed.
1178 lines added
.
16 lines removed
.
stuff/profiles/layouts/rooms/Default/menubar_template.xml
file modified
+1
-0
toonz/sources/toonz/CMakeLists.txt
file modified
+4
-0
toonz/sources/toonz/Resources/xdts.svg
file added
+191
toonz/sources/toonz/filebrowserpopup.cpp
file modified
+3
-1
toonz/sources/toonz/iocommand.cpp
file modified
+9
-6
toonz/sources/toonz/mainwindow.cpp
file modified
+2
-0
toonz/sources/toonz/menubarcommandids.h
file modified
+1
-0
toonz/sources/toonz/toonz.qrc
file modified
+1
-0
toonz/sources/toonz/xdtsimportpopup.cpp
file added
+152
toonz/sources/toonz/xdtsimportpopup.h
file added
+30
toonz/sources/toonz/xdtsio.cpp
file added
+527
toonz/sources/toonz/xdtsio.h
file added
+242
toonz/sources/toonzqt/icongenerator.cpp
file modified
+15
-9
XDTS File Support (#2938) * xdts file support * open containing folder after export
stuff/profiles/layouts/rooms/Default/menubar_template.xml
file modified
+1
-0
toonz/sources/toonz/CMakeLists.txt
file modified
+4
-0
toonz/sources/toonz/Resources/xdts.svg
file added
+191
toonz/sources/toonz/filebrowserpopup.cpp
file modified
+3
-1
toonz/sources/toonz/iocommand.cpp
file modified
+9
-6
toonz/sources/toonz/mainwindow.cpp
file modified
+2
-0
toonz/sources/toonz/menubarcommandids.h
file modified
+1
-0
toonz/sources/toonz/toonz.qrc
file modified
+1
-0
toonz/sources/toonz/xdtsimportpopup.cpp
file added
+152
toonz/sources/toonz/xdtsimportpopup.h
file added
+30
toonz/sources/toonz/xdtsio.cpp
file added
+527
toonz/sources/toonz/xdtsio.h
file added
+242
toonz/sources/toonzqt/icongenerator.cpp
file modified
+15
-9