Menu

/trunk/src/UrlInfo.cpp Commit Log


Commit Date  
[r128] (5.7 kB) by steveking

Show an error message box when selecting a tree item, if there was an error the last time that url was accessed.

2007-05-04 19:09:36 View
Download
[r125] (5.5 kB) by steveking

* save the last error
* add version info

2007-05-04 18:37:41 View
Download
[r67] (5.0 kB) by steveking

* use a better, reentrant reader/write section class
* refresh the UI in a timer interval

2007-04-18 18:10:35 View
Download
[r55] (4.8 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
[r39] (971 Bytes) by steveking

* Add trace statements
* Open the main dialog on tray-icon doubleclick

2007-04-09 18:34:37 View
Download
[r22] (913 Bytes) 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
[r18] (685 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
[r14] (604 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
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.