X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fcinelerra%2Fedl.inc;h=a01691b2c339be714addff85466e57dad10747cd;hb=2e48b660e37eb5c661264d601211e16cb6cd6e89;hp=96ab0e424c0561b9e8b0bce6d239be4cda29ed97;hpb=2ba7e9962ea989863e152373e96a09b00a0b4eb8;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/edl.inc b/cinelerra-5.1/cinelerra/edl.inc index 96ab0e42..a01691b2 100644 --- a/cinelerra-5.1/cinelerra/edl.inc +++ b/cinelerra-5.1/cinelerra/edl.inc @@ -2,21 +2,21 @@ /* * CINELERRA * Copyright (C) 2008 Adam Williams - * + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * */ #ifndef EDL_INC @@ -48,30 +48,31 @@ class EDL; #define EDIT_HANDLE_MODES 3 // Behavior for the edit handles based on mouse button -#define MOVE_ALL_EDITS 0 -#define MOVE_ONE_EDIT 1 -#define MOVE_NO_EDITS 2 +#define MOVE_ALL_EDITS 0 // default for left button +#define MOVE_ONE_EDIT 1 // default for middle button +#define MOVE_NO_EDITS 2 // default for right button #define MOVE_EDITS_DISABLED 3 - -// Mandatory folders -#define AEFFECT_FOLDER N_("Audio Effects") -#define VEFFECT_FOLDER N_("Video Effects") -#define ATRANSITION_FOLDER N_("Audio Transitions") -#define VTRANSITION_FOLDER N_("Video Transitions") - -#define LABEL_FOLDER N_("Labels") - -// Default folders -#define CLIP_FOLDER N_("Clips") -#define MEDIA_FOLDER N_("Media") - +// AWindow folders +#define AW_NO_FOLDER -1 +#define AW_AEFFECT_FOLDER 0 +#define AW_VEFFECT_FOLDER 1 +#define AW_ATRANSITION_FOLDER 2 +#define AW_VTRANSITION_FOLDER 3 +#define AW_LABEL_FOLDER 4 +#define AW_CLIP_FOLDER 5 +#define AW_MEDIA_FOLDER 6 +#define AW_PROXY_FOLDER 7 +#define AWINDOW_FOLDERS 8 +#define AWINDOW_USER_FOLDERS 8 #define AWINDOW_MODES 2 // Modes for AWindow views #define ASSETS_TEXT 0 #define ASSETS_ICONS 1 +#define ASSETS_ICONS_PACKED 2 +#define ASSETS_ICON_LIST 3 #define FOLDERS_TEXT 0 #define FOLDERS_ICONS 1