Menu

/trunk/src/URLDlg.cpp Commit Log


Commit Date  
[r191] (4.4 kB) by steveking

Indicate the GPL license.

2007-11-16 19:46:43 View
Download
[r176] (3.6 kB) by steveking

Add more tooltips.

2007-09-16 10:45:02 View
Download
[r175] (4.4 kB) by steveking

SetWindowText\(\s*GetDlgItem(\s*)\((\S*),\s*(\S*)\),\s*(\S*),(\s*)(\S*)\)(\s*);
->
SetDlgItemText\($2, $3, $4, $6\);

2007-09-16 09:13:11 View
Download
[r156] (4.4 kB) by steveking

Add tooltips for some controls in the url and options dialog.

2007-05-29 19:28:06 View
Download
[r151] (2.9 kB) by steveking

Implement using an svnrobots.txt file which can set certain rules to reduce 'hammering' a server:
* disallowautodiff : if set, then automatic diffs are not allowed
* checkinterval = XX : minimum interval in minutes between checks

2007-05-23 18:26:21 View
Download
[r56] (2.7 kB) by steveking

After editing an url entry, set the lastchecked entry to 0 so it gets checked again on the next timer.

2007-04-15 09:35:53 View
Download
[r55] (2.6 kB) by steveking

This is a bigger change:
* only use one instance of CUrlInfos
* pass around that one instance to wherever it's needed
* guard the data in CUrlInfos with critical sections
* make sure the data is guarded only for short times
* in the monitoring thread, use a copy of the CUrlInfos data because of the point above

2007-04-15 09:33:23 View
Download
[r44] (2.6 kB) by steveking

Canonicalize the urls before adding them to the monitoring list.

2007-04-12 16:23:35 View
Download
[r22] (2.6 kB) by steveking

* 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.

2007-04-07 12:49:39 View
Download
[r20] (2.0 kB) by steveking

First draft of populating the tree control with the URL infos

2007-03-26 17:37:29 View
Download
Older >
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.