]> icculus.org git repositories - divverent/nexuiz.git/commit - misc/tools/NexuizDemoRecorder/main/src/main/java/com/nexuiz/demorecorder/application/DemoRecorderApplication.java
NexuizDemoRecorder: added ability to save and load templates (might make sense for...
authorgreenmarine <greenmarine@f962a42d-fe04-0410-a3ab-8c8b0445ebaa>
Thu, 18 Feb 2010 21:51:58 +0000 (21:51 +0000)
committergreenmarine <greenmarine@f962a42d-fe04-0410-a3ab-8c8b0445ebaa>
Thu, 18 Feb 2010 21:51:58 +0000 (21:51 +0000)
commit088c4f0f542fce27897a1347fbe6ef4f1968d600
treed7a667d524e35094f30c3824af49e42a6236919b
parent0c04992f34e055cc7fd6a757e4d956ce94e0ee11
NexuizDemoRecorder: added ability to save and load templates (might make sense for plug-in developers so that they can ship their own templates with preset plug-in settings)
Load dialog for templates or jobs allows the user to select whether to overwrite the current list or whether to append the loaded items to the current list

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@8653 f962a42d-fe04-0410-a3ab-8c8b0445ebaa
misc/tools/NexuizDemoRecorder/main/pom.xml
misc/tools/NexuizDemoRecorder/main/src/main/java/com/nexuiz/demorecorder/application/DemoRecorderApplication.java
misc/tools/NexuizDemoRecorder/main/src/main/java/com/nexuiz/demorecorder/ui/swinggui/SwingGUI.java
misc/tools/NexuizDemoRecorder/main/src/main/java/com/nexuiz/demorecorder/ui/swinggui/tablemodels/RecordJobTemplatesTableModel.java
misc/tools/NexuizDemoRecorder/main/src/main/java/com/nexuiz/demorecorder/ui/swinggui/tablemodels/RecordJobsTableModel.java