8d9ba3 Rooms Selection (#378)

35 files Authored by turtletooth 8 years ago , Committed by Keisuke Ogaki 8 years ago ,
35 files changed. 556 lines added. 24 lines removed.
stuff/profiles/layouts/rooms/Default/layouts.txt
file added
+8
stuff/profiles/layouts/rooms/Default/menubar_template.xmlstuff/profiles/layouts/OpenToonz/menubar_template.xml
file renamed
+0 -0
stuff/profiles/layouts/rooms/Default/room1.ini
file added
+18
stuff/profiles/layouts/rooms/Default/room2.ini
file added
+11
stuff/profiles/layouts/rooms/Default/room3.ini
file added
+16
stuff/profiles/layouts/rooms/Default/room4.ini
file added
+18
stuff/profiles/layouts/rooms/Default/room5.ini
file added
+20
stuff/profiles/layouts/rooms/Default/room6.ini
file added
+9
stuff/profiles/layouts/rooms/Default/room7.ini
file added
+7
stuff/profiles/layouts/rooms/Default/room8.ini
file added
+7
stuff/profiles/layouts/rooms/StudioGhibli/layouts.txtstuff/profiles/layouts/OpenToonz/layouts.txt
file renamed
+0 -0
stuff/profiles/layouts/rooms/StudioGhibli/menubar_template.xml
file added
+222
stuff/profiles/layouts/rooms/StudioGhibli/room1.inistuff/profiles/layouts/OpenToonz/room1.ini
file renamed
+0 -0
stuff/profiles/layouts/rooms/StudioGhibli/room1_menubar.xmlstuff/profiles/layouts/OpenToonz/room1_menubar.xml
file renamed
+0 -0
stuff/profiles/layouts/rooms/StudioGhibli/room2.inistuff/profiles/layouts/OpenToonz/room2.ini
file renamed
+0 -0
stuff/profiles/layouts/rooms/StudioGhibli/room2_menubar.xmlstuff/profiles/layouts/OpenToonz/room2_menubar.xml
file renamed
+0 -0
stuff/profiles/layouts/rooms/StudioGhibli/room3.inistuff/profiles/layouts/OpenToonz/room3.ini
file renamed
+0 -0
stuff/profiles/layouts/rooms/StudioGhibli/room3_menubar.xmlstuff/profiles/layouts/OpenToonz/room3_menubar.xml
file renamed
+0 -0
stuff/profiles/layouts/rooms/StudioGhibli/room4.inistuff/profiles/layouts/OpenToonz/room4.ini
file renamed
+0 -0
stuff/profiles/layouts/rooms/StudioGhibli/room4_menubar.xmlstuff/profiles/layouts/OpenToonz/room4_menubar.xml
file renamed
+0 -0
stuff/profiles/layouts/rooms/StudioGhibli/room5.inistuff/profiles/layouts/OpenToonz/room5.ini
file renamed
+0 -0
stuff/profiles/layouts/rooms/StudioGhibli/room5_menubar.xmlstuff/profiles/layouts/OpenToonz/room5_menubar.xml
file renamed
+0 -0
stuff/profiles/layouts/rooms/StudioGhibli/room6.inistuff/profiles/layouts/OpenToonz/room6.ini
file renamed
+0 -0
stuff/profiles/layouts/rooms/StudioGhibli/room6_menubar.xmlstuff/profiles/layouts/OpenToonz/room6_menubar.xml
file renamed
+0 -0
toonz/sources/include/toonz/preferences.h
file modified
+14 -2
toonz/sources/include/toonz/toonzfolders.h
file modified
+6 -0
toonz/sources/toonz/mainwindow.cpp
file modified
+28 -14
toonz/sources/toonz/mainwindow.h
file modified
+6 -4
toonz/sources/toonz/menubar.cpp
file modified
+1 -1
toonz/sources/toonz/preferencespopup.cpp
file modified
+32 -1
toonz/sources/toonz/preferencespopup.h
file modified
+1 -0
toonz/sources/toonz/tapp.cpp
file modified
+10 -0
toonz/sources/toonz/tapp.h
file modified
+2 -0
toonz/sources/toonzlib/preferences.cpp
file modified
+83 -1
toonz/sources/toonzlib/toonzfolders.cpp
file modified
+37 -1
    Rooms Selection (#378)
    
    * Start of room choice in preferences

    

    * Menu almost working

    

    * Rooms Selection Working

    

    * Removed unneeded preferences file

    

    * Default Name for Rooms

    

    * Rename Default room folder

    

    * Fixed Reset to Default Rooms to reset current Roomset

    
        
stuff/profiles/layouts/rooms/Default/menubar_template.xml stuff/profiles/layouts/OpenToonz/menubar_template.xml
file renamed
file was renamed with no change to the file
stuff/profiles/layouts/rooms/StudioGhibli/layouts.txt stuff/profiles/layouts/OpenToonz/layouts.txt
file renamed
file was renamed with no change to the file
stuff/profiles/layouts/rooms/StudioGhibli/room1.ini stuff/profiles/layouts/OpenToonz/room1.ini
file renamed
file was renamed with no change to the file
stuff/profiles/layouts/rooms/StudioGhibli/room1_menubar.xml stuff/profiles/layouts/OpenToonz/room1_menubar.xml
file renamed
file was renamed with no change to the file
stuff/profiles/layouts/rooms/StudioGhibli/room2.ini stuff/profiles/layouts/OpenToonz/room2.ini
file renamed
file was renamed with no change to the file
stuff/profiles/layouts/rooms/StudioGhibli/room2_menubar.xml stuff/profiles/layouts/OpenToonz/room2_menubar.xml
file renamed
file was renamed with no change to the file
stuff/profiles/layouts/rooms/StudioGhibli/room3.ini stuff/profiles/layouts/OpenToonz/room3.ini
file renamed
file was renamed with no change to the file
stuff/profiles/layouts/rooms/StudioGhibli/room3_menubar.xml stuff/profiles/layouts/OpenToonz/room3_menubar.xml
file renamed
file was renamed with no change to the file
stuff/profiles/layouts/rooms/StudioGhibli/room4.ini stuff/profiles/layouts/OpenToonz/room4.ini
file renamed
file was renamed with no change to the file
stuff/profiles/layouts/rooms/StudioGhibli/room4_menubar.xml stuff/profiles/layouts/OpenToonz/room4_menubar.xml
file renamed
file was renamed with no change to the file
stuff/profiles/layouts/rooms/StudioGhibli/room5.ini stuff/profiles/layouts/OpenToonz/room5.ini
file renamed
file was renamed with no change to the file
stuff/profiles/layouts/rooms/StudioGhibli/room5_menubar.xml stuff/profiles/layouts/OpenToonz/room5_menubar.xml
file renamed
file was renamed with no change to the file
stuff/profiles/layouts/rooms/StudioGhibli/room6.ini stuff/profiles/layouts/OpenToonz/room6.ini
file renamed
file was renamed with no change to the file
stuff/profiles/layouts/rooms/StudioGhibli/room6_menubar.xml stuff/profiles/layouts/OpenToonz/room6_menubar.xml
file renamed
file was renamed with no change to the file
file modified
+10 -0
file modified
+2 -0