summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog/QCMake.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename flags again and use variablewatch for cliBen Boeckel2010-09-011-2/+0
|
* Add warn-unused to the Qt interfaceBen Boeckel2010-09-011-0/+6
|
* Rename strict-mode to warn-uninitializedBen Boeckel2010-09-011-3/+3
|
* Make --strict-mode option, and integrate with cmake-guiBill Hoffman2010-09-011-0/+3
|
* 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.
* ENH: Add support for showing combo box for choosing from a list of strings ↵Clinton Stimpson2009-03-121-0/+1
| | | | that a cache property can have.
* ENH: Add cross compiling support in the GUI in the same dialog that prompts forClinton Stimpson2008-05-151-12/+15
| | | | | | | | | | 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 #6733. Always convert "\" to "/" in source & binary directory ↵Clinton Stimpson2008-04-071-0/+2
| | | | fields on Windows.
* ENH: Add debug output option to a new Options menu.Clinton Stimpson2008-04-021-0/+6
| | | | | Move dev warnings option to the new Options menu. Fixes #6335.
* ENH: add ability to suppress dev warnings to gui codeBill Hoffman2008-03-121-2/+2
|
* BUG: Don't prompt for unsaved changes if no changes were made.Clinton Stimpson2007-11-091-2/+2
| | | | ENH: Error messages go to output window instead of message boxes.
* ENH: Add menus in menu bar.Clinton Stimpson2007-11-061-0/+4
| | | | | | | | 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: Prompt user for generator when there is none.Clinton Stimpson2007-11-051-8/+17
| | | | Many minor improvements, bug fixes, and style fixes.
* ENH: Allow working with empty build directories.Clinton Stimpson2007-11-031-0/+2
| | | | | | 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-0/+4
|
* ENH: Add interrupt button near progress bar.Clinton Stimpson2007-11-031-7/+31
| | | | | | | | | | | | 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/+78