Menu

/trunk/src/HiddenWindow.h Commit Log


Commit Date  
[r110] (1.5 kB) by steveking

Add an options dialog.

2007-04-30 17:07:18 View
Download
[r102] (1.4 kB) by steveking

Don't add new URLs in the thread if in the main dialog an URL was removed.
Without this, there's a race condition if the main dialog removed the URL while the thread is still running, then the thread could re-add the same URL again and 'overwrite' the users choice to remove the URL.

2007-04-27 16:08:28 View
Download
[r81] (1.4 kB) by steveking

Fix compiler warnings.

2007-04-22 07:40:10 View
Download
[r80] (1.5 kB) by steveking

Use predefined messages instead of using RegisterWindowMessage()

2007-04-21 13:09:46 View
Download
[r79] (1.6 kB) by steveking

Show notifications on the tray when new projects (for SVNParentPathList based urls) and/or new commits for existing projects are detected.

2007-04-21 12:49:24 View
Download
[r66] (1.5 kB) by steveking

Handle the WM_TASKBARCREATED message.

2007-04-17 18:12:23 View
Download
[r55] (1.3 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
[r52] (1.3 kB) by steveking

Keep track of the main dialog shown. If it is shown while the thread is running, discard (do not save) any change in the url data which the thread might have done.

2007-04-14 12:14:54 View
Download
[r50] (1.3 kB) by steveking

Try to stop a possible running thread gracefully before exiting the process.

2007-04-13 19:46:43 View
Download
[r42] (1.2 kB) by steveking

First non-working version of parsing the html page from an SVNParentPath url.
Got the downloading part working now after several hours of trying.

2007-04-11 20:19:34 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.