Menu

/trunk/src/URLDlg.h Commit Log


Commit Date  
[r746] (1.9 kB) by steveking

Remove the "using namespace std" statements and explicitly refer to the std namespace where needed.

2012-06-03 14:15:11 View
Download
[r685] (1.9 kB) by XhmikosR

* add an empty line after the license header
* remove unneeded empty lines at the end of files
* use the right case for the includes
* always use <> for system headers
* update ext/Versions.txt

2012-05-02 09:37:14 View
Download
[r568] (1.9 kB) by steveking

Merge the MultiSCCS branch to trunk and fix some minor merge conflicts.

2010-11-17 20:18:56 View
Download
[r517] (1.8 kB) by steveking

convert tabs to spaces.

2010-04-25 07:42:32 View
Download
[r496] (1.6 kB) by steveking

(Closes issue #170) : Enhancement: Provide a command to create new project by copying it from an existing project

2010-01-16 17:32:50 View
Download
[r486] (1.6 kB) by steveking

Extend the frame for the rest of the dialogs.

2009-11-22 07:32:15 View
Download
[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
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.