Menu

Commit [r22]  Maximize  Restore  History

* get rid of the boost serialization (that one crashed and I couldn't figure out why), implement our own serialization instead.

* Implement timers and threads to fetch the log data and check for updates according to the settings.
* Implement username/password to pass to the repository if necessary.

tortoisesvn 2007-04-07

changed /trunk/src/CommitMonitor.cpp
changed /trunk/src/CommitMonitor.rc
changed /trunk/src/CommitMonitor.vcproj
changed /trunk/src/HiddenWindow.cpp
changed /trunk/src/HiddenWindow.h
changed /trunk/src/MainDlg.cpp
changed /trunk/src/SVN.cpp
changed /trunk/src/SVN.h
changed /trunk/src/URLDlg.cpp
changed /trunk/src/UrlInfo.cpp
changed /trunk/src/UrlInfo.h
changed /trunk/src/resource.h
/trunk/src/CommitMonitor.cpp Diff Switch to side-by-side view
--- a/trunk/src/CommitMonitor.cpp
+++ b/trunk/src/CommitMonitor.cpp
@@ -32,6 +32,7 @@
 	int argc = 0;
 	const char* const * argv = NULL;
 	apr_app_initialize(&argc, &argv, NULL);
+	setlocale(LC_ALL, ""); 
 
 	// first create a hidden window which serves as our main window for receiving
 	// the window messages, starts the monitoring thread and handles the icon
/trunk/src/CommitMonitor.rc Diff Switch to side-by-side view
Loading...
/trunk/src/CommitMonitor.vcproj Diff Switch to side-by-side view
Loading...
/trunk/src/HiddenWindow.cpp Diff Switch to side-by-side view
Loading...
/trunk/src/HiddenWindow.h Diff Switch to side-by-side view
Loading...
/trunk/src/MainDlg.cpp Diff Switch to side-by-side view
Loading...
/trunk/src/SVN.cpp Diff Switch to side-by-side view
Loading...
/trunk/src/SVN.h Diff Switch to side-by-side view
Loading...
/trunk/src/URLDlg.cpp Diff Switch to side-by-side view
Loading...
/trunk/src/UrlInfo.cpp Diff Switch to side-by-side view
Loading...
/trunk/src/UrlInfo.h Diff Switch to side-by-side view
Loading...
/trunk/src/resource.h Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.