Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Show version number in window title. | Clinton Stimpson | 2008-02-01 | 1 | -1/+4 |
| | |||||
* | ENH: Use translation file if it exists for the locale. | Clinton Stimpson | 2008-02-01 | 1 | -1/+8 |
| | | | | | | | Consolidate some strings. More responsive interrupting. Prompt user if they try to close during configure, and allow them to close. | ||||
* | ENH: Centralized and globalized computation of CMake program locations. ↵ | Brad King | 2007-12-13 | 1 | -1/+3 |
| | | | | This eliminates startup paths that failed to produce this information. | ||||
* | ENH: Add handling of --help and related arguments. | Clinton Stimpson | 2007-11-27 | 1 | -0/+68 |
| | |||||
* | ENH: support specifying build or source directory at command line. | Clinton Stimpson | 2007-11-13 | 1 | -2/+19 |
| | |||||
* | ENH: Disable menu/buttons when doing configure. | Clinton Stimpson | 2007-11-07 | 1 | -2/+0 |
| | | | | | | | | 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: Prompt user for generator when there is none. | Clinton Stimpson | 2007-11-05 | 1 | -0/+1 |
| | | | | Many minor improvements, bug fixes, and style fixes. | ||||
* | ENH: remove qt warnings from qt with MS compiler | Bill Hoffman | 2007-11-03 | 1 | -1/+1 |
| | |||||
* | ENH: Add interrupt button near progress bar. | Clinton Stimpson | 2007-11-03 | 1 | -0/+1 |
| | | | | | | | | | | | | 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 Stimpson | 2007-11-02 | 1 | -0/+16 |
| | |||||
* | ENH: Beginnings of a Qt UI for CMake. | Clinton Stimpson | 2007-11-02 | 1 | -0/+21 |