summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog/CMakeSetupDialog.h
Commit message (Collapse)AuthorAgeFilesLines
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
| | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range.
* fix focus fighting between search field and cache value editorsClinton Stimpson2009-09-041-0/+1
|
* ENH: Add a "Show my changes" to the Tools menu.Clinton Stimpson2009-07-171-0/+1
| | | | | Changes by the user are recorded and when requested, it shows -D arguments for commandline or contents for a cache file.
* ENH: Replace Advanced checkbox and group option in menu with a combo box toClinton Stimpson2008-07-051-1/+1
| | | | choose view type.
* ENH: Make original flat view the default.Clinton Stimpson2008-06-131-0/+1
| | | | Add option to switch to grouped view (and remember it).
* ENH: Add cross compiling support in the GUI in the same dialog that prompts forClinton Stimpson2008-05-151-3/+1
| | | | | | | | | | the generator on the first configure. It either ask for a toolchain file or asks for all the information a toolchain file might contain. Also added option for setting non-default compilers if not cross compiling. Fixes #6849. Also a bit of code cleanup and re-organizing.
* BUG: Fix issue when non-error messages were incorrectly colored red.Clinton Stimpson2008-04-141-0/+3
|
* BUG: Fix #6733. Always convert "\" to "/" in source & binary directory ↵Clinton Stimpson2008-04-071-0/+1
| | | | fields on Windows.
* ENH: add ability to create symlinks for command line on mac from guiBill Hoffman2008-04-031-0/+2
|
* ENH: Add debug output option to a new Options menu.Clinton Stimpson2008-04-021-0/+1
| | | | | Move dev warnings option to the new Options menu. Fixes #6335.
* ENH: Allow cancelling the dialog that prompts for the generator.Clinton Stimpson2008-04-021-1/+1
|
* ENH: add ability to suppress dev warnings to gui codeBill Hoffman2008-03-121-0/+3
|
* ENH: Add shortcut to start search/filter.Clinton Stimpson2008-02-141-0/+1
| | | | | | | | A bit of cleanup. Disable tab navigation in cache variable list. Enable home/end keys. BUG: Ensure currently edited values are saved before doing configure.
* ENH: make sure html < > & stuff is escaped for the output windowBill Hoffman2008-02-141-0/+1
|
* ENH: Use translation file if it exists for the locale.Clinton Stimpson2008-02-011-3/+0
| | | | | | | Consolidate some strings. More responsive interrupting. Prompt user if they try to close during configure, and allow them to close.
* ENH: Add ability to add cache entries (even before first configure).Clinton Stimpson2007-11-131-0/+1
|
* BUG: Fix pause at shutdown.Clinton Stimpson2007-11-121-1/+6
| | | | | ENH: Remove interrupt button and make configure/generate turn to stop during runs. ENH: Add text to remove cache entry button.
* ENH: Re-arrange UI a bit.Clinton Stimpson2007-11-101-0/+2
| | | | BUG: Properly update when values that changed since the last configure.
* BUG: Don't prompt for unsaved changes if no changes were made.Clinton Stimpson2007-11-091-2/+3
| | | | ENH: Error messages go to output window instead of message boxes.
* ENH: remove status bar and move interrupt/progress next to configure/generate.Clinton Stimpson2007-11-071-2/+0
|
* BUG: Fix behavior of CMakeSetupDialog::set{Binary|Source}DirectoryClinton Stimpson2007-11-071-0/+2
| | | | | | | 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).
* BUG: Put back read/write of original WhereBuild* settings.Clinton Stimpson2007-11-071-1/+6
| | | | | | ENH: Make public a couple functions to support command line args. Try removing exit after generate to see if others like it. COMP: Fix warnings.
* ENH: Disable menu/buttons when doing configure.Clinton Stimpson2007-11-071-1/+11
| | | | | | | | 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-1/+6
| | | | | | | | 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: search is case insensitiveClinton Stimpson2007-11-061-1/+2
| | | | | 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-1/+1
| | | | | | ENH: Make "Show Advanced" toggle work. ENH: Add regex search capabilities. ENH: Read existing registry entries from MFC CMakeSetup.exe (will save later).
* ENH: Prompt user for generator when there is none.Clinton Stimpson2007-11-051-0/+25
| | | | Many minor improvements, bug fixes, and style fixes.
* 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: remove qt warnings from qt with MS compilerBill Hoffman2007-11-031-1/+1
|
* ENH: Add interrupt button near progress bar.Clinton Stimpson2007-11-031-8/+4
| | | | | | | | | | | | 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.
* STYLE: Add license info to code.Clinton Stimpson2007-11-021-0/+16
|
* ENH: Beginnings of a Qt UI for CMake.Clinton Stimpson2007-11-021-0/+47