summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog/CMakeSetupDialog.ui
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Path lengths in combo box for binary directory was forcing a minimum sizeClinton Stimpson2009-04-161-3/+1
| | | | on the main window. Fixed that.
* ENH: Replace Advanced checkbox and group option in menu with a combo box toClinton Stimpson2008-07-051-2/+14
| | | | choose view type.
* ENH: Use a tree view of the properties instead of a flat list view.Clinton Stimpson2008-06-101-1/+1
| | | | | | | Properties are grouped by a prefix (up to first "_") and can be expanded or collapsed. Fixes #6359.
* ENH: Fix exit shortcut to be more standard, and add shortcut for advanced ↵Clinton Stimpson2008-04-031-1/+1
| | | | checkbox.
* ENH: Add more shortcuts. Fixes 6357.Clinton Stimpson2008-04-031-6/+6
|
* ENH: Add ability to add cache entries (even before first configure).Clinton Stimpson2007-11-131-0/+16
|
* ENH: Fix layout with Qt 4.2.Clinton Stimpson2007-11-121-4/+37
| | | | BUG: Fix help comments to match what this GUI does.
* BUG: Fix pause at shutdown.Clinton Stimpson2007-11-121-71/+71
| | | | | ENH: Remove interrupt button and make configure/generate turn to stop during runs. ENH: Add text to remove cache entry button.
* ENH: Allow build with Qt 4.2.Clinton Stimpson2007-11-121-10/+1
| | | | | 4.3 dependence fell out when errors go to output window instead of message box blocking cmake thread.
* ENH: Re-arrange UI a bit.Clinton Stimpson2007-11-101-154/+176
| | | | BUG: Properly update when values that changed since the last configure.
* ENH: add context menu for deleting, ignoring, and getting help for cache ↵Clinton Stimpson2007-11-081-3/+26
| | | | | | | | | | | entries. ENH: add delete cache button ENH: add information string above configure/generate buttons ENH: change search to search both columns, and from regex to plain string search ENH: add buddy info in cache entry view, so double clicking in the left column starts editing the associated value. BUG: fix file path editor so it goes away when focus is lost
* ENH: remove status bar and move interrupt/progress next to configure/generate.Clinton Stimpson2007-11-071-0/+20
|
* BUG: Fix behavior of CMakeSetupDialog::set{Binary|Source}DirectoryClinton Stimpson2007-11-071-0/+16
| | | | | | | so they work right when called externally. Disable the generate button when one hits configure again. ENH: Some UI tweaks for spacing. Allow viewing cache values while configure/generate (but not edit).
* ENH: Disable menu/buttons when doing configure.Clinton Stimpson2007-11-071-13/+19
| | | | | | | | Also disable generate until configure is done. Save more settings (last 10 binary directories, exit after generate, last generator) Some UI tweaks for better layout. Support drag & drop of CMakeLists.txt/CMakeCache.txt files.
* ENH: Add menus in menu bar.Clinton Stimpson2007-11-061-14/+0
| | | | | | | | Add reload & delete cache options. Add option to quit after generation step (not yet remembered between sessions). Add Help -> About Remove Help button (in menu now) Remove Cancel button (File -> Exit and the Window 'X' button exist)
* ENH: clarify label for current generator.Clinton Stimpson2007-11-061-3/+0
|
* ENH: search is case insensitiveClinton Stimpson2007-11-061-4/+1
| | | | | ENH: put back prompt for generator, and change combo to label showing current generator.
* ENH: Replace prompt for generator with combobox in UI.Clinton Stimpson2007-11-061-128/+167
| | | | | | ENH: Make "Show Advanced" toggle work. ENH: Add regex search capabilities. ENH: Read existing registry entries from MFC CMakeSetup.exe (will save later).
* ENH: Allow working with empty build directories.Clinton Stimpson2007-11-031-1/+1
| | | | | | Make output window a bit smaller compared to cache view. Prompt on X'ing window as well as hitting cancel. Color new cache values red, and put them first.
* ENH: Add interrupt button near progress bar.Clinton Stimpson2007-11-031-124/+129
| | | | | | | | | | | | Implement help button. Implement cancel button. Add scrollable output window. Replace ON/OFF & combobox editors with checkboxes. Tab/backtab in cache table jumps between values (not names and values) Add tooltips to show help strings. Add application icon and qtmain for Windows. BUG: Fix save of cache values on configure.
* ENH: Beginnings of a Qt UI for CMake.Clinton Stimpson2007-11-021-0/+155