Menu

/trunk/src/URLDlg.h Commit Log


Commit Date  
[r191] (1.5 kB) by steveking

Indicate the GPL license.

2007-11-16 19:46:43 View
Download
[r55] (698 Bytes) 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
[r18] (692 Bytes) by steveking

* enable all controls in the url dialog
* don't check the url in the url dialog but do that later (not implemented yet) in the main dialog or even the check thread
* add load/save methods for our persistent data

2007-03-23 21:17:19 View
Download
[r17] (651 Bytes) by steveking

* the url dialog only needs one CUrlInfo, not the CUrlInfos object
* use a map with the URLs as a key for the CUrlInfos instead of a vector

2007-03-22 13:57:54 View
Download
[r14] (605 Bytes) by steveking

Add class which holds the info about monitored urls.
Also implement loading/saving the data of the class by using the serialization of the boost library.

2007-03-19 19:42:06 View
Download
[r9] (563 Bytes) by steveking

Add new dialog to edit and add URL settings.

2007-03-17 20:33:15 View
Download
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.