summaryrefslogtreecommitdiffstats
path: root/Source/WXDialog/changelog.txt
diff options
context:
space:
mode:
authorJorgen Bodde <jorgb@xs4all.nl>2005-06-30 19:54:14 (GMT)
committerJorgen Bodde <jorgb@xs4all.nl>2005-06-30 19:54:14 (GMT)
commit8c28e4e9f0b82ec96b4b68c370a8fc50333b093c (patch)
treead8c3ff74a3ef384d0c1df3f2b2f7781b9de42bd /Source/WXDialog/changelog.txt
parent099587c4ee40f05e99666eeab92a0357cd932a38 (diff)
downloadCMake-8c28e4e9f0b82ec96b4b68c370a8fc50333b093c.zip
CMake-8c28e4e9f0b82ec96b4b68c370a8fc50333b093c.tar.gz
CMake-8c28e4e9f0b82ec96b4b68c370a8fc50333b093c.tar.bz2
Initial checkin new wx dialog
Diffstat (limited to 'Source/WXDialog/changelog.txt')
-rw-r--r--Source/WXDialog/changelog.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/Source/WXDialog/changelog.txt b/Source/WXDialog/changelog.txt
new file mode 100644
index 0000000..3f94d0e
--- /dev/null
+++ b/Source/WXDialog/changelog.txt
@@ -0,0 +1,22 @@
+Changes for new CMakeSetup dialog (v0.9)
+- Cancel button on progress dialog now cancels the process
+- Generator cannot be chosen anymore after there are cache items (this is pointless anyway)
+- Drop target on grid (a folder) will load this in the build path and load up the cache
+- Deletion of cache before something is generated, will ask the user if this is what he/she wants
+- Reloading of cache added, after deleting cache items (and it was a mistake, a reload can bring it back to previous state)
+- Added a search query. Typing a substring will narrow the search. When ENTER is pressed the substring is stored in the search query history for easy lookup
+- Added a message display window, that will show all messages for easy copy-pasting and reference. This also obsoleted the "stop reporting errors" option
+- A status percentage is shown in the task bar (when configuring, next to the configure window)
+- Added menu bar with most common options (reload cache, delete cache, options, about etc)
+- Added browse option in context menu on grid. Blue and green items are browsable (paths and files)
+- Added about dialog
+- Added options dialog (for future options)
+- OPTION cache items are now implemented as checkboxes instead of comboboxes. Easier to double click instead of figuring out if you want to go up or down for YES or NO
+- Added XP look to window (XP manifest)
+- Added progress dialog that shows configuration progress
+- Closing of dialog can be postponed by SHIFT (when option "close after generation is done" is selected)
+- Window position X, Y and size is remembered between sessions
+- Added most recent used list, with 5 last used build directories for easy lookup
+- Cache options for paths are colored blue, cache options for files are green, and the rest is black
+- NOTFOUND entries are made bold for easy recognition
+- The selected item is described in a seperate text box for easy reading instead of in the statusbar