OSDN Git Service

Share resource file between TortoiseGitBlame and TortoiseProc
[tortoisegit/TortoiseGitJp.git] / src / TortoiseProc / TortoiseProc.cpp
1 // TortoiseSVN - a Windows shell extension for easy version control\r
2 \r
3 // Copyright (C) 2003-2008 - TortoiseSVN\r
4 \r
5 // This program is free software; you can redistribute it and/or\r
6 // modify it under the terms of the GNU General Public License\r
7 // as published by the Free Software Foundation; either version 2\r
8 // of the License, or (at your option) any later version.\r
9 \r
10 // This program is distributed in the hope that it will be useful,\r
11 // but WITHOUT ANY WARRANTY; without even the implied warranty of\r
12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
13 // GNU General Public License for more details.\r
14 \r
15 // You should have received a copy of the GNU General Public License\r
16 // along with this program; if not, write to the Free Software Foundation,\r
17 // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.\r
18 //\r
19 #include "stdafx.h"\r
20 //#include "vld.h"\r
21 #include "TortoiseProc.h"\r
22 #include "SysImageList.h"\r
23 #include "CrashReport.h"\r
24 #include "CmdLineParser.h"\r
25 #include "Hooks.h"\r
26 #include "AppUtils.h"\r
27 #include "PathUtils.h"\r
28 #include "UnicodeUtils.h"\r
29 #include "MessageBox.h"\r
30 //#include "libintl.h"\r
31 #include "DirFileEnum.h"\r
32 //#include "SoundUtils.h"\r
33 //#include "SVN.h"\r
34 #include "GitAdminDir.h"\r
35 #include "Git.h"\r
36 //#include "SVNGlobal.h"\r
37 //#include "svn_types.h"\r
38 //#include "svn_dso.h"\r
39 //#include <openssl/ssl.h>\r
40 //#include <openssl/err.h>\r
41 \r
42 #include "Commands\Command.h"\r
43 #include "CommonResource.h"\r
44 #include "..\version.h"\r
45 #define STRUCT_IOVEC_DEFINED\r
46 //#include "sasl.h"\r
47 \r
48 #ifdef _DEBUG\r
49 #define new DEBUG_NEW\r
50 #endif\r
51 \r
52 #pragma comment(linker, "\"/manifestdependency:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")\r
53 \r
54 \r
55 BEGIN_MESSAGE_MAP(CTortoiseProcApp, CWinAppEx)\r
56         ON_COMMAND(ID_HELP, CWinAppEx::OnHelp)\r
57 END_MESSAGE_MAP()\r
58 \r
59 CString g_version;\r
60 //CString CGit::m_MsysGitPath;\r
61 //////////////////////////////////////////////////////////////////////////\r
62 \r
63 CTortoiseProcApp::CTortoiseProcApp()\r
64 {\r
65         EnableHtmlHelp();\r
66         int argc = 0;\r
67         g_version=_T("abc");\r
68         const char* const * argv = NULL;\r
69 //      apr_app_initialize(&argc, &argv, NULL);\r
70 //      svn_dso_initialize2();\r
71         SYS_IMAGE_LIST();\r
72 //      CHooks::Create();\r
73         g_GitAdminDir.Init();\r
74         m_bLoadUserToolbars = FALSE;\r
75         m_bSaveState = FALSE;\r
76         retSuccess = false;\r
77         CGit git;\r
78         git.GetUserName();\r
79 }\r
80 \r
81 CTortoiseProcApp::~CTortoiseProcApp()\r
82 {\r
83 //      sasl_done();\r
84 \r
85         // global application exit cleanup (after all SSL activity is shutdown)\r
86         // we have to clean up SSL ourselves, since neon doesn't do that (can't do it)\r
87         // because those cleanup functions work globally per process.\r
88         //ERR_free_strings();\r
89         //EVP_cleanup();\r
90         //CRYPTO_cleanup_all_ex_data();\r
91 \r
92         // since it is undefined *when* the global object SVNAdminDir is\r
93         // destroyed, we tell it to destroy the memory pools and terminate apr\r
94         // *now* instead of later when the object itself is destroyed.\r
95         g_GitAdminDir.Close();\r
96 //      CHooks::Destroy();\r
97         SYS_IMAGE_LIST().Cleanup();\r
98         //apr_terminate();\r
99 }\r
100 \r
101 // The one and only CTortoiseProcApp object\r
102 CTortoiseProcApp theApp;\r
103 HWND hWndExplorer;\r
104 CString sOrigCWD;\r
105 \r
106 BOOL CTortoiseProcApp::CheckMsysGitDir()\r
107 {\r
108         return CGit::CheckMsysGitDir(); \r
109 }\r
110 CCrashReport crasher("tortoisegit-bug@googlegroups.com", "Crash Report for TortoiseGit " APP_X64_STRING " : " STRPRODUCTVER, TRUE);// crash\r
111 \r
112 // CTortoiseProcApp initialization\r
113 \r
114 BOOL CTortoiseProcApp::InitInstance()\r
115 {\r
116         EnableCrashHandler();\r
117         CheckUpgrade();\r
118         CMFCVisualManager::SetDefaultManager(RUNTIME_CLASS(CMFCVisualManagerWindows));\r
119         CMFCButton::EnableWindowsTheming();\r
120 \r
121         if(!CheckMsysGitDir())\r
122         {\r
123                 if(CMessageBox::Show(NULL,_T("MSysGit(http://code.google.com/p/msysgit) have not installed Correctly\n\\r
124 or MSysGit Path setting error\n\\r
125 Click Yes to open setting dialog to setup MSysGit Path"),\r
126                                                         _T("TortoiseGit"),MB_YESNO|MB_ICONERROR)==IDYES);\r
127                 {\r
128                         //todo open setting\r
129                 }\r
130                 return FALSE;   \r
131         }\r
132 \r
133         //set the resource dll for the required language\r
134         CRegDWORD loc = CRegDWORD(_T("Software\\TortoiseGit\\LanguageID"), 1033);\r
135         long langId = loc;\r
136         CString langDll;\r
137         CStringA langpath = CStringA(CPathUtils::GetAppParentDirectory());\r
138         langpath += "Languages";\r
139 //      bindtextdomain("subversion", (LPCSTR)langpath);\r
140 //      bind_textdomain_codeset("subversion", "UTF-8");\r
141         HINSTANCE hInst = NULL;\r
142         do\r
143         {\r
144                 langDll.Format(_T("..\\Languages\\TortoiseProc%d.dll"), langId);\r
145                 \r
146                 hInst = LoadLibrary(langDll);\r
147 \r
148                 CString sVer = _T(STRPRODUCTVER);\r
149                 CString sFileVer = CPathUtils::GetVersionFromFile(langDll);\r
150                 if (sFileVer.Compare(sVer)!=0)\r
151                 {\r
152                         FreeLibrary(hInst);\r
153                         hInst = NULL;\r
154                 }\r
155                 if (hInst != NULL)\r
156                 {\r
157                         AfxSetResourceHandle(hInst);\r
158                 }\r
159                 else\r
160                 {\r
161                         DWORD lid = SUBLANGID(langId);\r
162                         lid--;\r
163                         if (lid > 0)\r
164                         {\r
165                                 langId = MAKELANGID(PRIMARYLANGID(langId), lid);\r
166                         }\r
167                         else\r
168                                 langId = 0;\r
169                 }\r
170         } while ((hInst == NULL) && (langId != 0));\r
171         TCHAR buf[6];\r
172         _tcscpy_s(buf, _T("en"));\r
173         langId = loc;\r
174         CString sHelppath;\r
175         sHelppath = this->m_pszHelpFilePath;\r
176         sHelppath = sHelppath.MakeLower();\r
177         // MFC uses a help file with the same name as the application by default,\r
178         // which means we have to change that default to our language specific help files\r
179         sHelppath.Replace(_T("tortoiseproc.chm"), _T("TortoiseSVN_en.chm"));\r
180         free((void*)m_pszHelpFilePath);\r
181         m_pszHelpFilePath=_tcsdup(sHelppath);\r
182         sHelppath = CPathUtils::GetAppParentDirectory() + _T("Languages\\TortoiseGit_en.chm");\r
183         do\r
184         {\r
185                 CString sLang = _T("_");\r
186                 if (GetLocaleInfo(MAKELCID(langId, SORT_DEFAULT), LOCALE_SISO639LANGNAME, buf, sizeof(buf)))\r
187                 {\r
188                         sLang += buf;\r
189                         sHelppath.Replace(_T("_en"), sLang);\r
190                         if (PathFileExists(sHelppath))\r
191                         {\r
192                                 free((void*)m_pszHelpFilePath);\r
193                                 m_pszHelpFilePath=_tcsdup(sHelppath);\r
194                                 break;\r
195                         }\r
196                 }\r
197                 sHelppath.Replace(sLang, _T("_en"));\r
198                 if (GetLocaleInfo(MAKELCID(langId, SORT_DEFAULT), LOCALE_SISO3166CTRYNAME, buf, sizeof(buf)))\r
199                 {\r
200                         sLang += _T("_");\r
201                         sLang += buf;\r
202                         sHelppath.Replace(_T("_en"), sLang);\r
203                         if (PathFileExists(sHelppath))\r
204                         {\r
205                                 free((void*)m_pszHelpFilePath);\r
206                                 m_pszHelpFilePath=_tcsdup(sHelppath);\r
207                                 break;\r
208                         }\r
209                 }\r
210                 sHelppath.Replace(sLang, _T("_en"));\r
211 \r
212                 DWORD lid = SUBLANGID(langId);\r
213                 lid--;\r
214                 if (lid > 0)\r
215                 {\r
216                         langId = MAKELANGID(PRIMARYLANGID(langId), lid);\r
217                 }\r
218                 else\r
219                         langId = 0;\r
220         } while (langId);\r
221         setlocale(LC_ALL, "");\r
222         \r
223         // InitCommonControls() is required on Windows XP if an application\r
224         // manifest specifies use of ComCtl32.dll version 6 or later to enable\r
225         // visual styles.  Otherwise, any window creation will fail.\r
226         \r
227     INITCOMMONCONTROLSEX used = {\r
228         sizeof(INITCOMMONCONTROLSEX),\r
229                         ICC_ANIMATE_CLASS | ICC_BAR_CLASSES | ICC_COOL_CLASSES | ICC_DATE_CLASSES |\r
230                         ICC_HOTKEY_CLASS | ICC_INTERNET_CLASSES | ICC_LISTVIEW_CLASSES |\r
231                         ICC_NATIVEFNTCTL_CLASS | ICC_PAGESCROLLER_CLASS | ICC_PROGRESS_CLASS |\r
232                         ICC_TAB_CLASSES | ICC_TREEVIEW_CLASSES | ICC_UPDOWN_CLASS |\r
233                         ICC_USEREX_CLASSES | ICC_WIN95_CLASSES\r
234     };\r
235     InitCommonControlsEx(&used);\r
236         AfxOleInit();\r
237         AfxEnableControlContainer();\r
238         AfxInitRichEdit2();\r
239         CWinAppEx::InitInstance();\r
240         SetRegistryKey(_T("TortoiseGit"));\r
241 \r
242         CCmdLineParser parser(AfxGetApp()->m_lpCmdLine);\r
243 \r
244         // if HKCU\Software\TortoiseSVN\Debug is not 0, show our command line\r
245         // in a message box\r
246         if (CRegDWORD(_T("Software\\TortoiseGit\\Debug"), FALSE)==TRUE)\r
247                 AfxMessageBox(AfxGetApp()->m_lpCmdLine, MB_OK | MB_ICONINFORMATION);\r
248 \r
249         if ( parser.HasKey(_T("path")) && parser.HasKey(_T("pathfile")))\r
250         {\r
251                 CMessageBox::Show(NULL, IDS_ERR_INVALIDPATH, IDS_APPNAME, MB_ICONERROR);\r
252                 return FALSE;\r
253         }\r
254 \r
255         CTGitPath cmdLinePath;\r
256         CTGitPathList pathList;\r
257         if ( parser.HasKey(_T("pathfile")) )\r
258         {\r
259 \r
260                 CString sPathfileArgument = CPathUtils::GetLongPathname(parser.GetVal(_T("pathfile")));\r
261 \r
262                 cmdLinePath.SetFromUnknown(sPathfileArgument);\r
263                 if (pathList.LoadFromFile(cmdLinePath)==false)\r
264                         return FALSE;           // no path specified!\r
265                 if ( parser.HasKey(_T("deletepathfile")) )\r
266                 {\r
267                         // We can delete the temporary path file, now that we've loaded it\r
268                         ::DeleteFile(cmdLinePath.GetWinPath());\r
269                 }\r
270                 // This was a path to a temporary file - it's got no meaning now, and\r
271                 // anybody who uses it again is in for a problem...\r
272                 cmdLinePath.Reset();\r
273 \r
274         }\r
275         else\r
276         {\r
277 \r
278                 CString sPathArgument = CPathUtils::GetLongPathname(parser.GetVal(_T("path")));\r
279                 int asterisk = sPathArgument.Find('*');\r
280                 cmdLinePath.SetFromUnknown(asterisk >= 0 ? sPathArgument.Left(asterisk) : sPathArgument);\r
281                 pathList.LoadFromAsteriskSeparatedString(sPathArgument);\r
282 \r
283         }\r
284         \r
285         hWndExplorer = NULL;\r
286         CString sVal = parser.GetVal(_T("hwnd"));\r
287         if (!sVal.IsEmpty())\r
288                 hWndExplorer = (HWND)_ttoi64(sVal);\r
289 \r
290         while (GetParent(hWndExplorer)!=NULL)\r
291                 hWndExplorer = GetParent(hWndExplorer);\r
292         if (!IsWindow(hWndExplorer))\r
293         {\r
294                 hWndExplorer = NULL;\r
295         }\r
296         \r
297         // Subversion sometimes writes temp files to the current directory!\r
298         // Since TSVN doesn't need a specific CWD anyway, we just set it\r
299         // to the users temp folder: that way, Subversion is guaranteed to\r
300         // have write access to the CWD\r
301         {\r
302                 DWORD len = GetCurrentDirectory(0, NULL);\r
303                 if (len)\r
304                 {\r
305                         TCHAR * originalCurrentDirectory = new TCHAR[len];\r
306                         if (GetCurrentDirectory(len, originalCurrentDirectory))\r
307                         {\r
308                                 sOrigCWD = originalCurrentDirectory;\r
309                                 sOrigCWD = CPathUtils::GetLongPathname(sOrigCWD);\r
310                         }\r
311                         delete [] originalCurrentDirectory;\r
312                 }\r
313                 TCHAR pathbuf[MAX_PATH];\r
314                 GetTempPath(MAX_PATH, pathbuf);\r
315                 SetCurrentDirectory(pathbuf);           \r
316         }\r
317 \r
318         // check for newer versions\r
319         if (CRegDWORD(_T("Software\\TortoiseGit\\CheckNewer"), TRUE) != FALSE)\r
320         {\r
321                 time_t now;\r
322                 struct tm ptm;\r
323 \r
324                 time(&now);\r
325                 if ((now != 0) && (localtime_s(&ptm, &now)==0))\r
326                 {\r
327                         int week = 0;\r
328                         // we don't calculate the real 'week of the year' here\r
329                         // because just to decide if we should check for an update\r
330                         // that's not needed.\r
331                         week = ptm.tm_yday / 7;\r
332 \r
333                         CRegDWORD oldweek = CRegDWORD(_T("Software\\TortoiseGit\\CheckNewerWeek"), (DWORD)-1);\r
334                         if (((DWORD)oldweek) == -1)\r
335                                 oldweek = week;         // first start of TortoiseProc, no update check needed\r
336                         else\r
337                         {\r
338                                 if ((DWORD)week != oldweek)\r
339                                 {\r
340                                         oldweek = week;\r
341 \r
342                                         TCHAR com[MAX_PATH+100];\r
343                                         GetModuleFileName(NULL, com, MAX_PATH);\r
344                                         _tcscat_s(com, MAX_PATH+100, _T(" /command:updatecheck"));\r
345 \r
346                                         //CAppUtils::LaunchApplication(com, 0, false);\r
347                                 }\r
348                         }\r
349                 }\r
350         }\r
351 \r
352         if (parser.HasVal(_T("configdir")))\r
353         {\r
354                 // the user can override the location of the Subversion config directory here\r
355                 CString sConfigDir = parser.GetVal(_T("configdir"));\r
356 //              g_GitGlobal.SetConfigDir(sConfigDir);\r
357         }\r
358         // to avoid that SASL will look for and load its plugin dlls all around the\r
359         // system, we set the path here.\r
360         // Note that SASL doesn't have to be initialized yet for this to work\r
361 //      sasl_set_path(SASL_PATH_TYPE_PLUGIN, (LPSTR)(LPCSTR)CUnicodeUtils::GetUTF8(CPathUtils::GetAppDirectory().TrimRight('\\')));\r
362 \r
363         HANDLE TSVNMutex = ::CreateMutex(NULL, FALSE, _T("TortoiseGitProc.exe"));       \r
364         {\r
365 #if 0\r
366                 CString err = Git::CheckConfigFile();\r
367                 if (!err.IsEmpty())\r
368                 {\r
369                         CMessageBox::Show(hWndExplorer, err, _T("TortoiseGit"), MB_ICONERROR);\r
370                         // Normally, we give-up and exit at this point, but there is a trap here\r
371                         // in that the user might need to use the settings dialog to edit the config file.\r
372                         if (CString(parser.GetVal(_T("command"))).Compare(_T("settings"))==0)\r
373                         {\r
374                                 // just open the config file\r
375                                 TCHAR buf[MAX_PATH];\r
376                                 SHGetFolderPath(NULL, CSIDL_APPDATA, NULL, SHGFP_TYPE_CURRENT, buf);\r
377                                 CString path = buf;\r
378                                 path += _T("\\Git\\config");\r
379                                 CAppUtils::StartTextViewer(path);\r
380                                 return FALSE;\r
381                         }\r
382                 }\r
383 #endif\r
384         }\r
385 \r
386         // execute the requested command\r
387         CommandServer server;\r
388         Command * cmd = server.GetCommand(parser.GetVal(_T("command")));\r
389         if (cmd)\r
390         {\r
391                 cmd->SetExplorerHwnd(hWndExplorer);\r
392                 \r
393                 if(!g_Git.SetCurrentDir(cmdLinePath.GetWinPathString()))\r
394                 {\r
395                         int i=0;\r
396                         for(i=0;i<pathList.GetCount();i++)\r
397                                 if(g_Git.SetCurrentDir(pathList[i].GetWinPath()))\r
398                                         break;\r
399                 }\r
400 \r
401                 if(g_Git.m_CurrentDir)\r
402                         SetCurrentDirectory(g_Git.m_CurrentDir);\r
403 \r
404                 cmd->SetParser(parser);\r
405                 cmd->SetPaths(pathList, cmdLinePath);\r
406 \r
407                 retSuccess = cmd->Execute();\r
408                 delete cmd;\r
409         }\r
410 \r
411         if (TSVNMutex)\r
412                 ::CloseHandle(TSVNMutex);\r
413 \r
414         // Look for temporary files left around by TortoiseSVN and\r
415         // remove them. But only delete 'old' files because some\r
416         // apps might still be needing the recent ones.\r
417         {\r
418                 DWORD len = ::GetTempPath(0, NULL);\r
419                 TCHAR * path = new TCHAR[len + 100];\r
420                 len = ::GetTempPath (len+100, path);\r
421                 if (len != 0)\r
422                 {\r
423                         CSimpleFileFind finder = CSimpleFileFind(path, _T("*svn*.*"));\r
424                         FILETIME systime_;\r
425                         ::GetSystemTimeAsFileTime(&systime_);\r
426                         __int64 systime = (((_int64)systime_.dwHighDateTime)<<32) | ((__int64)systime_.dwLowDateTime);\r
427                         while (finder.FindNextFileNoDirectories())\r
428                         {\r
429                                 CString filepath = finder.GetFilePath();\r
430                                 HANDLE hFile = ::CreateFile(filepath, GENERIC_READ, FILE_SHARE_READ, NULL, OPEN_EXISTING, NULL, NULL);\r
431                                 if (hFile != INVALID_HANDLE_VALUE)\r
432                                 {\r
433                                         FILETIME createtime_;\r
434                                         if (::GetFileTime(hFile, &createtime_, NULL, NULL))\r
435                                         {\r
436                                                 ::CloseHandle(hFile);\r
437                                                 __int64 createtime = (((_int64)createtime_.dwHighDateTime)<<32) | ((__int64)createtime_.dwLowDateTime);\r
438                                                 if ((createtime + 864000000000) < systime)              //only delete files older than a day\r
439                                                 {\r
440                                                         ::SetFileAttributes(filepath, FILE_ATTRIBUTE_NORMAL);\r
441                                                         ::DeleteFile(filepath);\r
442                                                 }\r
443                                         }\r
444                                         else\r
445                                                 ::CloseHandle(hFile);\r
446                                 }\r
447                         }\r
448                 }       \r
449                 delete[] path;          \r
450         }\r
451 \r
452 \r
453         // Since the dialog has been closed, return FALSE so that we exit the\r
454         // application, rather than start the application's message pump.\r
455         return FALSE;\r
456 }\r
457 \r
458 \r
459 \r
460 void CTortoiseProcApp::CheckUpgrade()\r
461 {\r
462         CRegString regVersion = CRegString(_T("Software\\TortoiseGit\\CurrentVersion"));\r
463         CString sVersion = regVersion;\r
464         if (sVersion.Compare(_T(STRPRODUCTVER))==0)\r
465                 return;\r
466         // we're starting the first time with a new version!\r
467         \r
468         LONG lVersion = 0;\r
469         int pos = sVersion.Find(',');\r
470         if (pos > 0)\r
471         {\r
472                 lVersion = (_ttol(sVersion.Left(pos))<<24);\r
473                 lVersion |= (_ttol(sVersion.Mid(pos+1))<<16);\r
474                 pos = sVersion.Find(',', pos+1);\r
475                 lVersion |= (_ttol(sVersion.Mid(pos+1))<<8);\r
476         }\r
477         \r
478         CRegDWORD regval = CRegDWORD(_T("Software\\TortoiseGit\\DontConvertBase"), 999);\r
479         if ((DWORD)regval != 999)\r
480         {\r
481                 // there's a leftover registry setting we have to convert and then delete it\r
482                 CRegDWORD newregval = CRegDWORD(_T("Software\\TortoiseGit\\ConvertBase"));\r
483                 newregval = !regval;\r
484                 regval.removeValue();\r
485         }\r
486 #if 0\r
487         if (lVersion <= 0x01010300)\r
488         {\r
489                 CSoundUtils::RegisterTSVNSounds();\r
490                 // remove all saved dialog positions\r
491                 CRegString(_T("Software\\TortoiseGit\\TortoiseProc\\ResizableState\\")).removeKey();\r
492                 CRegDWORD(_T("Software\\TortoiseGit\\RecursiveOverlay")).removeValue();\r
493                 // remove the external cache key\r
494                 CRegDWORD(_T("Software\\TortoiseGit\\ExternalCache")).removeValue();\r
495         }\r
496 #endif  \r
497         if (lVersion <= 0x01020200)\r
498         {\r
499                 // upgrade to > 1.2.3 means the doc diff scripts changed from vbs to js\r
500                 // so remove the diff/merge scripts if they're the defaults\r
501                 CRegString diffreg = CRegString(_T("Software\\TortoiseGit\\DiffTools\\.doc"));\r
502                 CString sDiff = diffreg;\r
503                 CString sCL = _T("wscript.exe \"") + CPathUtils::GetAppParentDirectory()+_T("Diff-Scripts\\diff-doc.vbs\"");\r
504                 if (sDiff.Left(sCL.GetLength()).CompareNoCase(sCL)==0)\r
505                         diffreg = _T("");\r
506                 CRegString mergereg = CRegString(_T("Software\\TortoiseGit\\MergeTools\\.doc"));\r
507                 sDiff = mergereg;\r
508                 sCL = _T("wscript.exe \"") + CPathUtils::GetAppParentDirectory()+_T("Diff-Scripts\\merge-doc.vbs\"");\r
509                 if (sDiff.Left(sCL.GetLength()).CompareNoCase(sCL)==0)\r
510                         mergereg = _T("");\r
511         }\r
512         if (lVersion <= 0x01040000)\r
513         {\r
514                 CRegStdWORD(_T("Software\\TortoiseGit\\OwnerdrawnMenus")).removeValue();\r
515         }\r
516         \r
517         // set the custom diff scripts for every user\r
518         CString scriptsdir = CPathUtils::GetAppParentDirectory();\r
519         scriptsdir += _T("Diff-Scripts");\r
520         CSimpleFileFind files(scriptsdir);\r
521         while (files.FindNextFileNoDirectories())\r
522         {\r
523                 CString file = files.GetFilePath();\r
524                 CString filename = files.GetFileName();\r
525                 CString ext = file.Mid(file.ReverseFind('-')+1);\r
526                 ext = _T(".")+ext.Left(ext.ReverseFind('.'));\r
527                 CString kind;\r
528                 if (file.Right(3).CompareNoCase(_T("vbs"))==0)\r
529                 {\r
530                         kind = _T(" //E:vbscript");\r
531                 }\r
532                 if (file.Right(2).CompareNoCase(_T("js"))==0)\r
533                 {\r
534                         kind = _T(" //E:javascript");\r
535                 }\r
536                 \r
537                 if (filename.Left(5).CompareNoCase(_T("diff-"))==0)\r
538                 {\r
539                         CRegString diffreg = CRegString(_T("Software\\TortoiseGit\\DiffTools\\")+ext);\r
540                         CString diffregstring = diffreg;\r
541                         if ((diffregstring.IsEmpty()) || (diffregstring.Find(filename)>=0))\r
542                                 diffreg = _T("wscript.exe \"") + file + _T("\" %base %mine") + kind;\r
543                 }\r
544                 if (filename.Left(6).CompareNoCase(_T("merge-"))==0)\r
545                 {\r
546                         CRegString diffreg = CRegString(_T("Software\\TortoiseGit\\MergeTools\\")+ext);\r
547                         CString diffregstring = diffreg;\r
548                         if ((diffregstring.IsEmpty()) || (diffregstring.Find(filename)>=0))\r
549                                 diffreg = _T("wscript.exe \"") + file + _T("\" %merged %theirs %mine %base") + kind;\r
550                 }\r
551         }\r
552 \r
553         // Initialize "Software\\TortoiseGit\\DiffProps" once with the same value as "Software\\TortoiseGit\\Diff"\r
554         CRegString regDiffPropsPath = CRegString(_T("Software\\TortoiseGit\\DiffProps"),_T("non-existant"));\r
555         CString strDiffPropsPath = regDiffPropsPath;\r
556         if ( strDiffPropsPath==_T("non-existant") )\r
557         {\r
558                 CString strDiffPath = CRegString(_T("Software\\TortoiseGit\\Diff"));\r
559                 regDiffPropsPath = strDiffPath;\r
560         }\r
561 \r
562         // set the current version so we don't come here again until the next update!\r
563         regVersion = _T(STRPRODUCTVER); \r
564 }\r
565 \r
566 void CTortoiseProcApp::EnableCrashHandler()\r
567 {\r
568         // the crash handler is enabled by default, but we disable it\r
569         // after 3 months after a release\r
570 \r
571 #define YEAR ((((__DATE__ [7] - '0') * 10 + (__DATE__ [8] - '0')) * 10  \\r
572               + (__DATE__ [9] - '0')) * 10 + (__DATE__ [10] - '0'))\r
573 \r
574 #define MONTH (__DATE__ [2] == 'n' ? (__DATE__ [1] == 'a' ? 1 : 6)      \\r
575                 : __DATE__ [2] == 'b' ? 2                               \\r
576                 : __DATE__ [2] == 'r' ? (__DATE__ [0] == 'M' ? 3 : 4)   \\r
577                 : __DATE__ [2] == 'y' ? 5                                                               \\r
578                 : __DATE__ [2] == 'l' ? 7                               \\r
579                 : __DATE__ [2] == 'g' ? 8                               \\r
580                 : __DATE__ [2] == 'p' ? 9                               \\r
581                 : __DATE__ [2] == 't' ? 10                               \\r
582                 : __DATE__ [2] == 'v' ? 11 : 12)\r
583 \r
584  #define DAY ((__DATE__ [4] == ' ' ? 0 : __DATE__ [4] - '0') * 10       \\r
585               + (__DATE__ [5] - '0'))\r
586 \r
587  #define DATE_AS_INT (((YEAR - 2000) * 12 + MONTH) * 31 + DAY)\r
588 \r
589         CTime compiletime(YEAR, MONTH, DAY, 0, 0, 0);\r
590         CTime now = CTime::GetCurrentTime();\r
591 \r
592         CTimeSpan timediff = now-compiletime;\r
593         if (timediff.GetDays() > 3*31)\r
594         {\r
595 //              crasher.Enable(FALSE);\r
596         }\r
597 }\r
598 \r
599 int CTortoiseProcApp::ExitInstance()\r
600 {\r
601         CWinAppEx::ExitInstance();\r
602         if (retSuccess)\r
603                 return 0;\r
604         return -1;\r
605 }\r