Changeset 117 for trunk


Ignore:
Timestamp:
12/13/06 17:59:03 (5 years ago)
Author:
jlee
Message:

Copyright notice on all source files

Location:
trunk/src/org/thestaticvoid/iriverter
Files:
47 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/thestaticvoid/iriverter/AboutDialog.java

    • Property svn:keywords set to Id
    r116 r117  
    1515 * You should have received a copy of the GNU General Public License 
    1616 * along with this program; if not, write to the Free Software 
    17  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA. 
     17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
     18 * 02110-1301, USA. 
    1819 *  
    19  * $Id: $ 
     20 * $Id$ 
    2021 */ 
    2122package org.thestaticvoid.iriverter; 
  • trunk/src/org/thestaticvoid/iriverter/AudioSyncDialog.java

    • Property svn:keywords set to Id
    r114 r117  
     1/* 
     2 * AudioSyncDialog.java 
     3 * Copyright (C) 2005-2007 James Lee 
     4 * 
     5 * This program is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU General Public License 
     7 * as published by the Free Software Foundation; either version 2 
     8 * of the License, or (at your option) any later version. 
     9 *  
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
     18 * 02110-1301, USA. 
     19 *  
     20 * $Id$ 
     21 */ 
    122package org.thestaticvoid.iriverter; 
    223 
  • trunk/src/org/thestaticvoid/iriverter/AutomaticallySplitDialog.java

    • Property svn:keywords set to Id
    r114 r117  
     1/* 
     2 * AutomaticallySplitDialog.java 
     3 * Copyright (C) 2005-2007 James Lee 
     4 * 
     5 * This program is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU General Public License 
     7 * as published by the Free Software Foundation; either version 2 
     8 * of the License, or (at your option) any later version. 
     9 *  
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
     18 * 02110-1301, USA. 
     19 *  
     20 * $Id$ 
     21 */ 
    122package org.thestaticvoid.iriverter; 
    223 
  • trunk/src/org/thestaticvoid/iriverter/BitrateDialog.java

    • Property svn:keywords set to Id
    r114 r117  
     1/* 
     2 * BitrateDialog.java 
     3 * Copyright (C) 2005-2007 James Lee 
     4 * 
     5 * This program is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU General Public License 
     7 * as published by the Free Software Foundation; either version 2 
     8 * of the License, or (at your option) any later version. 
     9 *  
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
     18 * 02110-1301, USA. 
     19 *  
     20 * $Id$ 
     21 */ 
    122package org.thestaticvoid.iriverter; 
    223 
  • trunk/src/org/thestaticvoid/iriverter/ChapterDialog.java

    • Property svn:keywords set to Id
    r32 r117  
     1/* 
     2 * ChapterDialog.java 
     3 * Copyright (C) 2005-2007 James Lee 
     4 * 
     5 * This program is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU General Public License 
     7 * as published by the Free Software Foundation; either version 2 
     8 * of the License, or (at your option) any later version. 
     9 *  
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
     18 * 02110-1301, USA. 
     19 *  
     20 * $Id$ 
     21 */ 
    122package org.thestaticvoid.iriverter; 
    223 
  • trunk/src/org/thestaticvoid/iriverter/Chapters.java

    • Property svn:keywords set to Id
    r32 r117  
     1/* 
     2 * Chapters.java 
     3 * Copyright (C) 2005-2007 James Lee 
     4 * 
     5 * This program is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU General Public License 
     7 * as published by the Free Software Foundation; either version 2 
     8 * of the License, or (at your option) any later version. 
     9 *  
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
     18 * 02110-1301, USA. 
     19 *  
     20 * $Id$ 
     21 */ 
    122package org.thestaticvoid.iriverter; 
    223 
  • trunk/src/org/thestaticvoid/iriverter/Config.java.in

    • Property svn:keywords set to Id
    r61 r117  
     1/* 
     2 * Config.java 
     3 * Copyright (C) 2005-2007 James Lee 
     4 * 
     5 * This program is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU General Public License 
     7 * as published by the Free Software Foundation; either version 2 
     8 * of the License, or (at your option) any later version. 
     9 *  
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
     18 * 02110-1301, USA. 
     19 *  
     20 * $Id$ 
     21 */ 
    122package org.thestaticvoid.iriverter; 
    223 
  • trunk/src/org/thestaticvoid/iriverter/Converter.java

    • Property svn:keywords set to Id
    r114 r117  
     1/* 
     2 * Converter.java 
     3 * Copyright (C) 2005-2007 James Lee 
     4 * 
     5 * This program is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU General Public License 
     7 * as published by the Free Software Foundation; either version 2 
     8 * of the License, or (at your option) any later version. 
     9 *  
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
     18 * 02110-1301, USA. 
     19 *  
     20 * $Id$ 
     21 */ 
    122package org.thestaticvoid.iriverter; 
    223 
     
    235256                commandList.add("harddup"); 
    236257                 
    237                 if (ConverterOptions.getVolumeFilter().equals("volnorm")) { 
     258                if (ConverterOptions.getVolumeFilter().equals(VolumeFilter.VOLNORM)) { 
    238259                        commandList.add("-af"); 
    239260                        commandList.add("volnorm"); 
    240                 } else if (ConverterOptions.getVolumeFilter().equals("volume")) { 
     261                } else if (ConverterOptions.getVolumeFilter().equals(VolumeFilter.VOLUME)) { 
    241262                        commandList.add("-af"); 
    242263                        commandList.add("volume=" + ConverterOptions.getGain()); 
  • trunk/src/org/thestaticvoid/iriverter/ConverterOptions.java

    • Property svn:keywords set to Id
    r114 r117  
     1/* 
     2 * ConverterOptions.java 
     3 * Copyright (C) 2005-2007 James Lee 
     4 * 
     5 * This program is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU General Public License 
     7 * as published by the Free Software Foundation; either version 2 
     8 * of the License, or (at your option) any later version. 
     9 *  
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
     18 * 02110-1301, USA. 
     19 *  
     20 * $Id$ 
     21 */ 
    122package org.thestaticvoid.iriverter; 
    223 
  • trunk/src/org/thestaticvoid/iriverter/ConverterUI.java

    • Property svn:keywords set to Id
    r114 r117  
     1/* 
     2 * ConverterUI.java 
     3 * Copyright (C) 2005-2007 James Lee 
     4 * 
     5 * This program is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU General Public License 
     7 * as published by the Free Software Foundation; either version 2 
     8 * of the License, or (at your option) any later version. 
     9 *  
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
     18 * 02110-1301, USA. 
     19 *  
     20 * $Id$ 
     21 */ 
    122package org.thestaticvoid.iriverter; 
    223 
  • trunk/src/org/thestaticvoid/iriverter/DVD.java

    • Property svn:keywords set to Id
    r114 r117  
     1/* 
     2 * DVD.java 
     3 * Copyright (C) 2005-2007 James Lee 
     4 * 
     5 * This program is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU General Public License 
     7 * as published by the Free Software Foundation; either version 2 
     8 * of the License, or (at your option) any later version. 
     9 *  
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
     18 * 02110-1301, USA. 
     19 *  
     20 * $Id$ 
     21 */ 
    122package org.thestaticvoid.iriverter; 
    223 
  • trunk/src/org/thestaticvoid/iriverter/DVDAdapter.java

    • Property svn:keywords set to Id
    r32 r117  
     1/* 
     2 * DVDAdapter.java 
     3 * Copyright (C) 2005-2007 James Lee 
     4 * 
     5 * This program is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU General Public License 
     7 * as published by the Free Software Foundation; either version 2 
     8 * of the License, or (at your option) any later version. 
     9 *  
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
     18 * 02110-1301, USA. 
     19 *  
     20 * $Id$ 
     21 */ 
    122package org.thestaticvoid.iriverter; 
    223 
  • trunk/src/org/thestaticvoid/iriverter/DVDInfo.java

    • Property svn:keywords set to Id
    r32 r117  
     1/* 
     2 * DVDInfo.java 
     3 * Copyright (C) 2005-2007 James Lee 
     4 * 
     5 * This program is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU General Public License 
     7 * as published by the Free Software Foundation; either version 2 
     8 * of the License, or (at your option) any later version. 
     9 *  
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
     18 * 02110-1301, USA. 
     19 *  
     20 * $Id$ 
     21 */ 
    122package org.thestaticvoid.iriverter; 
    223 
  • trunk/src/org/thestaticvoid/iriverter/DVDInfoReader.java

    • Property svn:keywords set to Id
    r114 r117  
     1/* 
     2 * DVDInfoReader.java 
     3 * Copyright (C) 2005-2007 James Lee 
     4 * 
     5 * This program is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU General Public License 
     7 * as published by the Free Software Foundation; either version 2 
     8 * of the License, or (at your option) any later version. 
     9 *  
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
     18 * 02110-1301, USA. 
     19 *  
     20 * $Id$ 
     21 */ 
    122package org.thestaticvoid.iriverter; 
    223 
  • trunk/src/org/thestaticvoid/iriverter/DVDProgressDialog.java

    • Property svn:keywords set to Id
    r32 r117  
     1/* 
     2 * DVDProgressDialog.java 
     3 * Copyright (C) 2005-2007 James Lee 
     4 * 
     5 * This program is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU General Public License 
     7 * as published by the Free Software Foundation; either version 2 
     8 * of the License, or (at your option) any later version. 
     9 *  
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
     18 * 02110-1301, USA. 
     19 *  
     20 * $Id$ 
     21 */ 
    122package org.thestaticvoid.iriverter; 
    223 
  • trunk/src/org/thestaticvoid/iriverter/DVDTitleInfo.java

    • Property svn:keywords set to Id
    r32 r117  
     1/* 
     2 * DVDTitleInfo.java 
     3 * Copyright (C) 2005-2007 James Lee 
     4 * 
     5 * This program is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU General Public License 
     7 * as published by the Free Software Foundation; either version 2 
     8 * of the License, or (at your option) any later version. 
     9 *  
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
     18 * 02110-1301, USA. 
     19 *  
     20 * $Id$ 
     21 */ 
    122package org.thestaticvoid.iriverter; 
    223 
  • trunk/src/org/thestaticvoid/iriverter/Dimensions.java

    • Property svn:keywords set to Id
    r32 r117  
     1/* 
     2 * Dimensions.java 
     3 * Copyright (C) 2005-2007 James Lee 
     4 * 
     5 * This program is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU General Public License 
     7 * as published by the Free Software Foundation; either version 2 
     8 * of the License, or (at your option) any later version. 
     9 *  
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
     18 * 02110-1301, USA. 
     19 *  
     20 * $Id$ 
     21 */ 
    122package org.thestaticvoid.iriverter; 
    223 
  • trunk/src/org/thestaticvoid/iriverter/Directory.java

    • Property svn:keywords set to Id
    r102 r117  
     1/* 
     2 * Directory.java 
     3 * Copyright (C) 2005-2007 James Lee 
     4 * 
     5 * This program is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU General Public License 
     7 * as published by the Free Software Foundation; either version 2 
     8 * of the License, or (at your option) any later version. 
     9 *  
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
     18 * 02110-1301, USA. 
     19 *  
     20 * $Id$ 
     21 */ 
    122package org.thestaticvoid.iriverter; 
    223 
  • trunk/src/org/thestaticvoid/iriverter/DirectoryAdapter.java

    • Property svn:keywords set to Id
    r32 r117  
     1/* 
     2 * DirectoryAdapter.java 
     3 * Copyright (C) 2005-2007 James Lee 
     4 * 
     5 * This program is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU General Public License 
     7 * as published by the Free Software Foundation; either version 2 
     8 * of the License, or (at your option) any later version. 
     9 *  
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
     18 * 02110-1301, USA. 
     19 *  
     20 * $Id$ 
     21 */ 
    122package org.thestaticvoid.iriverter; 
    223 
  • trunk/src/org/thestaticvoid/iriverter/DirectoryInfo.java

    • Property svn:keywords set to Id
    r32 r117  
     1/* 
     2 * DirectoryInfo.java 
     3 * Copyright (C) 2005-2007 James Lee 
     4 * 
     5 * This program is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU General Public License 
     7 * as published by the Free Software Foundation; either version 2 
     8 * of the License, or (at your option) any later version. 
     9 *  
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
     18 * 02110-1301, USA. 
     19 *  
     20 * $Id$ 
     21 */ 
    122package org.thestaticvoid.iriverter; 
    223 
  • trunk/src/org/thestaticvoid/iriverter/HelpBrowser.java

    • Property svn:keywords set to Id
    r32 r117  
     1/* 
     2 * HelpBrowser.java 
     3 * Copyright (C) 2005-2007 James Lee 
     4 * 
     5 * This program is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU General Public License 
     7 * as published by the Free Software Foundation; either version 2 
     8 * of the License, or (at your option) any later version. 
     9 *  
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
     18 * 02110-1301, USA. 
     19 *  
     20 * $Id$ 
     21 */ 
    122package org.thestaticvoid.iriverter; 
    223 
  • trunk/src/org/thestaticvoid/iriverter/JoinVideos.java

    • Property svn:keywords set to Id
    r102 r117  
     1/* 
     2 * JoinVideos.java 
     3 * Copyright (C) 2005-2007 James Lee 
     4 * 
     5 * This program is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU General Public License 
     7 * as published by the Free Software Foundation; either version 2 
     8 * of the License, or (at your option) any later version. 
     9 *  
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
     18 * 02110-1301, USA. 
     19 *  
     20 * $Id$ 
     21 */ 
    122package org.thestaticvoid.iriverter; 
    223 
  • trunk/src/org/thestaticvoid/iriverter/JoinVideosInfo.java

    • Property svn:keywords set to Id
    r32 r117  
     1/* 
     2 * JoinVideosInfo.java 
     3 * Copyright (C) 2005-2007 James Lee 
     4 * 
     5 * This program is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU General Public License 
     7 * as published by the Free Software Foundation; either version 2 
     8 * of the License, or (at your option) any later version. 
     9 *  
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
     18 * 02110-1301, USA. 
     19 *  
     20 * $Id$ 
     21 */ 
    122package org.thestaticvoid.iriverter; 
    223 
  • trunk/src/org/thestaticvoid/iriverter/ListOfFiles.java

    • Property svn:keywords set to Id
    r32 r117  
     1/* 
     2 * ListOfFiles.java 
     3 * Copyright (C) 2005-2007 James Lee 
     4 * 
     5 * This program is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU General Public License 
     7 * as published by the Free Software Foundation; either version 2 
     8 * of the License, or (at your option) any later version. 
     9 *  
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
     18 * 02110-1301, USA. 
     19 *  
     20 * $Id$ 
     21 */ 
    122package org.thestaticvoid.iriverter; 
    223 
  • trunk/src/org/thestaticvoid/iriverter/LogViewer.java

    • Property svn:keywords set to Id
    r105 r117  
     1/* 
     2 * LogViewer.java 
     3 * Copyright (C) 2005-2007 James Lee 
     4 * 
     5 * This program is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU General Public License 
     7 * as published by the Free Software Foundation; either version 2 
     8 * of the License, or (at your option) any later version. 
     9 *  
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
     18 * 02110-1301, USA. 
     19 *  
     20 * $Id$ 
     21 */ 
    122package org.thestaticvoid.iriverter; 
    223 
  • trunk/src/org/thestaticvoid/iriverter/Logger.java

    • Property svn:keywords set to Id
    r103 r117  
     1/* 
     2 * Logger.java 
     3 * Copyright (C) 2005-2007 James Lee 
     4 * 
     5 * This program is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU General Public License 
     7 * as published by the Free Software Foundation; either version 2 
     8 * of the License, or (at your option) any later version. 
     9 *  
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
     18 * 02110-1301, USA. 
     19 *  
     20 * $Id$ 
     21 */ 
    122package org.thestaticvoid.iriverter; 
    223 
  • trunk/src/org/thestaticvoid/iriverter/MPlayerInfo.java

    • Property svn:keywords set to Id
    r114 r117  
     1/* 
     2 * MPlayerInfo.java 
     3 * Copyright (C) 2005-2007 James Lee 
     4 * 
     5 * This program is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU General Public License 
     7 * as published by the Free Software Foundation; either version 2 
     8 * of the License, or (at your option) any later version. 
     9 *  
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
     18 * 02110-1301, USA. 
     19 *  
     20 * $Id$ 
     21 */ 
    122package org.thestaticvoid.iriverter; 
    223 
  • trunk/src/org/thestaticvoid/iriverter/MPlayerNotFoundException.java

    • Property svn:keywords set to Id
    r114 r117  
     1/* 
     2 * MPlayerNotFoundException.java 
     3 * Copyright (C) 2005-2007 James Lee 
     4 * 
     5 * This program is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU General Public License 
     7 * as published by the Free Software Foundation; either version 2 
     8 * of the License, or (at your option) any later version. 
     9 *  
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
     18 * 02110-1301, USA. 
     19 *  
     20 * $Id$ 
     21 */ 
    122package org.thestaticvoid.iriverter; 
    223 
    324public class MPlayerNotFoundException extends Exception { 
    4  
     25        // empty 
    526} 
  • trunk/src/org/thestaticvoid/iriverter/MPlayerPathDialog.java

    • Property svn:keywords set to Id
    r114 r117  
     1/* 
     2 * MPlayerPathDialog.java 
     3 * Copyright (C) 2005-2007 James Lee 
     4 * 
     5 * This program is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU General Public License 
     7 * as published by the Free Software Foundation; either version 2 
     8 * of the License, or (at your option) any later version. 
     9 *  
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
     18 * 02110-1301, USA. 
     19 *  
     20 * $Id$ 
     21 */ 
    122package org.thestaticvoid.iriverter; 
    223 
  • trunk/src/org/thestaticvoid/iriverter/ManualSplit.java

    • Property svn:keywords set to Id
    r114 r117  
     1/* 
     2 * ManualSplit.java 
     3 * Copyright (C) 2005-2007 James Lee 
     4 * 
     5 * This program is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU General Public License 
     7 * as published by the Free Software Foundation; either version 2 
     8 * of the License, or (at your option) any later version. 
     9 *  
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
     18 * 02110-1301, USA. 
     19 *  
     20 * $Id$ 
     21 */ 
    122package org.thestaticvoid.iriverter; 
    223 
  • trunk/src/org/thestaticvoid/iriverter/ManualSplitAdapter.java

    • Property svn:keywords set to Id
    r32 r117  
     1/* 
     2 * ManualSplitAdapter.java 
     3 * Copyright (C) 2005-2007 James Lee 
     4 * 
     5 * This program is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU General Public License 
     7 * as published by the Free Software Foundation; either version 2 
     8 * of the License, or (at your option) any later version. 
     9 *  
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
     18 * 02110-1301, USA. 
     19 *  
     20 * $Id$ 
     21 */ 
    122package org.thestaticvoid.iriverter; 
    223 
  • trunk/src/org/thestaticvoid/iriverter/ManualSplitInfo.java

    • Property svn:keywords set to Id
    r32 r117  
     1/* 
     2 * ManualSplitInfo.java 
     3 * Copyright (C) 2005-2007 James Lee 
     4 * 
     5 * This program is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU General Public License 
     7 * as published by the Free Software Foundation; either version 2 
     8 * of the License, or (at your option) any later version. 
     9 *  
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
     18 * 02110-1301, USA. 
     19 *  
     20 * $Id$ 
     21 */ 
    122package org.thestaticvoid.iriverter; 
    223 
  • trunk/src/org/thestaticvoid/iriverter/Mark.java

    • Property svn:keywords set to Id
    r32 r117  
     1/* 
     2 * Mark.java 
     3 * Copyright (C) 2005-2007 James Lee 
     4 * 
     5 * This program is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU General Public License 
     7 * as published by the Free Software Foundation; either version 2 
     8 * of the License, or (at your option) any later version. 
     9 *  
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
     18 * 02110-1301, USA. 
     19 *  
     20 * $Id$ 
     21 */ 
    122package org.thestaticvoid.iriverter; 
    223 
  • trunk/src/org/thestaticvoid/iriverter/MencoderStreamParser.java

    • Property svn:keywords set to Id
    r97 r117  
     1/* 
     2 * MencoderStreamParser.java 
     3 * Copyright (C) 2005-2007 James Lee 
     4 * 
     5 * This program is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU General Public License 
     7 * as published by the Free Software Foundation; either version 2 
     8 * of the License, or (at your option) any later version. 
     9 *  
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
     18 * 02110-1301, USA. 
     19 *  
     20 * $Id$ 
     21 */ 
    122package org.thestaticvoid.iriverter; 
    223 
  • trunk/src/org/thestaticvoid/iriverter/OutputVideoInfo.java

    • Property svn:keywords set to Id
    r32 r117  
     1/* 
     2 * OutputVideoInfo.java 
     3 * Copyright (C) 2005-2007 James Lee 
     4 * 
     5 * This program is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU General Public License 
     7 * as published by the Free Software Foundation; either version 2 
     8 * of the License, or (at your option) any later version. 
     9 *  
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
     18 * 02110-1301, USA. 
     19 *  
     20 * $Id$ 
     21 */ 
    122package org.thestaticvoid.iriverter; 
    223 
  • trunk/src/org/thestaticvoid/iriverter/OverwriteDialog.java

    • Property svn:keywords set to Id
    r32 r117  
     1/* 
     2 * OverwriteDialog.java 
     3 * Copyright (C) 2005-2007 James Lee 
     4 * 
     5 * This program is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU General Public License 
     7 * as published by the Free Software Foundation; either version 2 
     8 * of the License, or (at your option) any later version. 
     9 *  
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
     18 * 02110-1301, USA. 
     19 *  
     20 * $Id$ 
     21 */ 
    122package org.thestaticvoid.iriverter; 
    223 
  • trunk/src/org/thestaticvoid/iriverter/Profile.java

    • Property svn:keywords set to Id
    r94 r117  
     1/* 
     2 * Profile.java 
     3 * Copyright (C) 2005-2007 James Lee 
     4 * 
     5 * This program is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU General Public License 
     7 * as published by the Free Software Foundation; either version 2 
     8 * of the License, or (at your option) any later version. 
     9 *  
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
     18 * 02110-1301, USA. 
     19 *  
     20 * $Id$ 
     21 */ 
    122package org.thestaticvoid.iriverter; 
    223 
  • trunk/src/org/thestaticvoid/iriverter/ProfileFilter.java

    • Property svn:keywords set to Id
    r58 r117  
     1/* 
     2 * ProfileFilter.java 
     3 * Copyright (C) 2005-2007 James Lee 
     4 * 
     5 * This program is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU General Public License 
     7 * as published by the Free Software Foundation; either version 2 
     8 * of the License, or (at your option) any later version. 
     9 *  
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
     18 * 02110-1301, USA. 
     19 *  
     20 * $Id$ 
     21 */ 
    122package org.thestaticvoid.iriverter; 
    223 
  • trunk/src/org/thestaticvoid/iriverter/ProgressDialog.java

    • Property svn:keywords set to Id
    r114 r117  
     1/* 
     2 * ProgressDialog.java 
     3 * Copyright (C) 2005-2007 James Lee 
     4 * 
     5 * This program is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU General Public License 
     7 * as published by the Free Software Foundation; either version 2 
     8 * of the License, or (at your option) any later version. 
     9 *  
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
     18 * 02110-1301, USA. 
     19 *  
     20 * $Id$ 
     21 */ 
    122package org.thestaticvoid.iriverter; 
    223 
  • trunk/src/org/thestaticvoid/iriverter/ProgressDialogInfo.java

    • Property svn:keywords set to Id
    r32 r117  
     1/* 
     2 * ProgressDialogInfo.java 
     3 * Copyright (C) 2005-2007 James Lee 
     4 * 
     5 * This program is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU General Public License 
     7 * as published by the Free Software Foundation; either version 2 
     8 * of the License, or (at your option) any later version. 
     9 *  
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
     18 * 02110-1301, USA. 
     19 *  
     20 * $Id$ 
     21 */ 
    122package org.thestaticvoid.iriverter; 
    223 
  • trunk/src/org/thestaticvoid/iriverter/SingleVideo.java

    • Property svn:keywords set to Id
    r102 r117  
     1/* 
     2 * SingleVideo.java 
     3 * Copyright (C) 2005-2007 James Lee 
     4 * 
     5 * This program is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU General Public License 
     7 * as published by the Free Software Foundation; either version 2 
     8 * of the License, or (at your option) any later version. 
     9 *  
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
     18 * 02110-1301, USA. 
     19 *  
     20 * $Id$ 
     21 */ 
    122package org.thestaticvoid.iriverter; 
    223 
  • trunk/src/org/thestaticvoid/iriverter/SingleVideoAdapter.java

    • Property svn:keywords set to Id
    r32 r117  
     1/* 
     2 * SingleVideoAdapter.java 
     3 * Copyright (C) 2005-2007 James Lee 
     4 * 
     5 * This program is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU General Public License 
     7 * as published by the Free Software Foundation; either version 2 
     8 * of the License, or (at your option) any later version. 
     9 *  
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
     18 * 02110-1301, USA. 
     19 *  
     20 * $Id$ 
     21 */ 
    122package org.thestaticvoid.iriverter; 
    223 
  • trunk/src/org/thestaticvoid/iriverter/SingleVideoInfo.java

    • Property svn:keywords set to Id
    r32 r117  
     1/* 
     2 * SingleVideoInfo.java 
     3 * Copyright (C) 2005-2007 James Lee 
     4 * 
     5 * This program is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU General Public License 
     7 * as published by the Free Software Foundation; either version 2 
     8 * of the License, or (at your option) any later version. 
     9 *  
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
     18 * 02110-1301, USA. 
     19 *  
     20 * $Id$ 
     21 */ 
    122package org.thestaticvoid.iriverter; 
    223 
  • trunk/src/org/thestaticvoid/iriverter/TabItemControl.java

    • Property svn:keywords set to Id
    r32 r117  
     1/* 
     2 * TabItemControl.java 
     3 * Copyright (C) 2005-2007 James Lee 
     4 * 
     5 * This program is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU General Public License 
     7 * as published by the Free Software Foundation; either version 2 
     8 * of the License, or (at your option) any later version. 
     9 *  
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
     18 * 02110-1301, USA. 
     19 *  
     20 * $Id$ 
     21 */ 
    122package org.thestaticvoid.iriverter; 
    223 
  • trunk/src/org/thestaticvoid/iriverter/VideoFileFilter.java

    • Property svn:keywords set to Id
    r73 r117  
     1/* 
     2 * VideoFileFilter.java 
     3 * Copyright (C) 2005-2007 James Lee 
     4 * 
     5 * This program is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU General Public License 
     7 * as published by the Free Software Foundation; either version 2 
     8 * of the License, or (at your option) any later version. 
     9 *  
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
     18 * 02110-1301, USA. 
     19 *  
     20 * $Id$ 
     21 */ 
    122package org.thestaticvoid.iriverter; 
    223 
  • trunk/src/org/thestaticvoid/iriverter/VolumeDialog.java

    • Property svn:keywords set to Id
    r114 r117  
     1/* 
     2 * VolumeDialog.java 
     3 * Copyright (C) 2005-2007 James Lee 
     4 * 
     5 * This program is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU General Public License 
     7 * as published by the Free Software Foundation; either version 2 
     8 * of the License, or (at your option) any later version. 
     9 *  
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
     18 * 02110-1301, USA. 
     19 *  
     20 * $Id$ 
     21 */ 
    122package org.thestaticvoid.iriverter; 
    223 
     
    4162                filterNone = new Button(filterGroup, SWT.RADIO); 
    4263                filterNone.setText("Apply no volume filter"); 
    43                 filterNone.setSelection(ConverterOptions.getVolumeFilter().equals("none")); 
     64                filterNone.setSelection(ConverterOptions.getVolumeFilter().equals(VolumeFilter.NONE)); 
    4465                GridData gridData = new GridData(); 
    4566                gridData.horizontalSpan = 3; 
     
    4869                filterVolnorm = new Button(filterGroup, SWT.RADIO); 
    4970                filterVolnorm.setText("Normalize the volume"); 
    50                 filterVolnorm.setSelection(ConverterOptions.getVolumeFilter().equals("volnorm")); 
     71                filterVolnorm.setSelection(ConverterOptions.getVolumeFilter().equals(VolumeFilter.VOLNORM)); 
    5172                filterVolnorm.setLayoutData(gridData); 
    5273                 
    5374                filterVolume = new Button(filterGroup, SWT.RADIO); 
    5475                filterVolume.setText("Manually specify gain:"); 
    55                 filterVolume.setSelection(ConverterOptions.getVolumeFilter().equals("volume")); 
     76                filterVolume.setSelection(ConverterOptions.getVolumeFilter().equals(VolumeFilter.VOLUME)); 
    5677                 
    5778                gainText = new Text(filterGroup, SWT.BORDER); 
     
    102123                if (e.getSource() == ok) { 
    103124                        if (filterNone.getSelection()) 
    104                                 ConverterOptions.setVolumeFilter("none"); 
     125                                ConverterOptions.setVolumeFilter(VolumeFilter.NONE); 
    105126                        else if (filterVolnorm.getSelection()) 
    106                                 ConverterOptions.setVolumeFilter("volnorm"); 
     127                                ConverterOptions.setVolumeFilter(VolumeFilter.VOLNORM); 
    107128                        else { 
    108129                                try { 
     
    111132                                                throw new Exception(); 
    112133                                         
    113                                         ConverterOptions.setVolumeFilter("volume"); 
     134                                        ConverterOptions.setVolumeFilter(VolumeFilter.VOLUME); 
    114135                                        ConverterOptions.setGain(volume); 
    115136                                } catch (Exception exception) { 
  • trunk/src/org/thestaticvoid/iriverter/VolumeFilter.java

    • Property svn:keywords set to Id
    r57 r117  
     1/* 
     2 * VolumeFilter.java 
     3 * Copyright (C) 2005-2007 James Lee 
     4 * 
     5 * This program is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU General Public License 
     7 * as published by the Free Software Foundation; either version 2 
     8 * of the License, or (at your option) any later version. 
     9 *  
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
     18 * 02110-1301, USA. 
     19 *  
     20 * $Id$ 
     21 */ 
    122package org.thestaticvoid.iriverter; 
    223 
    324public class VolumeFilter { 
    4         public static final int NONE = 0; 
    5         public static final int VOLNORM = 1; 
    6         public static final int VOLUME = 2; 
     25        public static final String NONE = "none"; 
     26        public static final String VOLNORM = "volnorm"; 
     27        public static final String VOLUME = "volume"; 
    728} 
Note: See TracChangeset for help on using the changeset viewer.