Rename a lot of SVN references to GIT
[TortoiseGit.git] / src / TortoiseShell / Globals.h
blob4a612e3e44c32a2269ba9adb5b5174586630a434
1 // TortoiseSVN - a Windows shell extension for easy version control
3 // Copyright (C) 2003-2008 - TortoiseSVN
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.
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.
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 Foundation,
17 // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19 #pragma once
21 #define MENUSYNC 0x0000000000000002
22 #define MENUCOMMIT 0x0000000000000004
23 #define MENUADD 0x0000000000000008
24 #define MENUREVERT 0x0000000000000010
25 #define MENUCLEANUP 0x0000000000000020
26 #define MENURESOLVE 0x0000000000000040
27 #define MENUSWITCH 0x0000000000000080
28 #define MENUSENDMAIL 0x0000000000000100
29 #define MENUEXPORT 0x0000000000000200
30 #define MENUCREATEREPOS 0x0000000000000400
31 #define MENUCOPY 0x0000000000000800
32 #define MENUMERGE 0x0000000000001000
33 #define MENUREMOVE 0x0000000000002000
34 #define MENURENAME 0x0000000000004000
35 #define MENUUPDATEEXT 0x0000000000008000
36 #define MENUDIFF 0x0000000000010000
37 #define MENULOG 0x0000000000020000
38 #define MENUCONFLICTEDITOR 0x0000000000040000
39 #define MENUREFBROWSE 0x0000000000080000
40 #define MENUSHOWCHANGED 0x0000000000100000
41 #define MENUIGNORE 0x0000000000200000
42 #define MENUREFLOG 0x0000000000400000
43 #define MENUBLAME 0x0000000000800000
44 #define MENUAPPLYPATCH 0x0000000002000000
45 #define MENUREMOVEKEEP 0x0000000004000000
46 #define MENUSVNREBASE 0x0000000008000000
47 #define MENUSVNDCOMMIT 0x0000000010000000
48 #define MENUPROPERTIES 0x0000000020000000
49 #define MENUSVNIGNORE 0x0000000040000000
50 #define MENUPREVDIFF 0x0000000200000000
51 #define MENUCLIPPASTE 0x0000000400000000
52 #define MENUPULL 0x0000000800000000
53 #define MENUPUSH 0x0000001000000000
54 #define MENUCLONE 0x0000002000000000
55 #define MENUTAG 0x0000004000000000
56 #define MENUFORMATPATCH 0x0000008000000000
57 #define MENUIMPORTPATCH 0x0000010000000000
58 #define MENUCHERRYPICK 0x0000020000000000
59 #define MENUFETCH 0x0000040000000000
60 #define MENUREBASE 0x0000080000000000
61 #define MENUSTASHSAVE 0x0000100000000000
62 #define MENUSTASHAPPLY 0x0000200000000000
63 #define MENUSTASHLIST 0x0000400000000000
64 #define MENUSUBADD 0x0000800000000000
65 #define MENUSUBSYNC 0x0001000000000000
66 #define MENUSTASHPOP 0x0002000000000000
67 #define MENUDIFFTWO 0x0004000000000000
68 #define MENUBISECTSTART 0x0008000000000000
69 #define MENUBISECTGOOD 0x0010000000000000
70 #define MENUBISECTBAD 0x0020000000000000
71 #define MENUBISECTRESET 0x0040000000000000
73 #define MENUSETTINGS 0x2000000000000000
74 #define MENUHELP 0x4000000000000000
75 #define MENUABOUT 0x8000000000000000
77 /**
78 * \ingroup TortoiseShell
79 * Since we need an own COM-object for every different
80 * Icon-Overlay implemented this enum defines which class
81 * is used.
83 enum FileState
85 FileStateUncontrolled,
86 FileStateVersioned,
87 FileStateModified,
88 FileStateConflict,
89 FileStateDeleted,
90 FileStateReadOnly,
91 FileStateLockedOverlay,
92 FileStateAddedOverlay,
93 FileStateIgnoredOverlay,
94 FileStateUnversionedOverlay,
95 FileStateDropHandler,
96 FileStateInvalid
99 #define ITEMIS_ONLYONE 0x00000001
100 #define ITEMIS_EXTENDED 0x00000002
101 #define ITEMIS_INGIT 0x00000004
102 #define ITEMIS_CONFLICTED 0x00000008
103 #define ITEMIS_FOLDER 0x00000010
104 #define ITEMIS_FOLDERINGIT 0x00000020
105 #define ITEMIS_NORMAL 0x00000040
106 #define ITEMIS_IGNORED 0x00000080
107 #define ITEMIS_INVERSIONEDFOLDER 0x00000100
108 #define ITEMIS_ADDED 0x00000200
109 #define ITEMIS_DELETED 0x00000400
110 #define ITEMIS_PATCHFILE 0x00001000
111 // #define ITEMIS_SHORTCUT 0x00002000 //unused
112 #define ITEMIS_PATCHINCLIPBOARD 0x00008000
113 #define ITEMIS_PATHINCLIPBOARD 0x00010000
114 #define ITEMIS_TWO 0x00020000
115 #define ITEMIS_SUBMODULECONTAINER 0x00040000
116 #define ITEMIS_GITSVN 0x00080000
117 #define ITEMIS_STASH 0x00100000
118 #define ITEMIS_WCROOT 0x00200000
119 #define ITEMIS_BISECT 0x00400000