Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Overhaul CMake version numbering | Brad King | 2009-03-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | This moves the version numbers into an isolated configured header so that not all of CMake needs to rebuild when the version changes. Previously we had spaces, dashes and/or the word 'patch' randomly chosen before the patch number. Now we always report version numbers in the traditional format "<major>.<minor>.<patch>[-rc<rc>]". We still use odd minor numbers for development versions. Now we also use the CCYYMMDD date as the patch number of development versions, thus allowing tests for exact CMake versions. | ||||
* | BUG: make sure the gui still runs... | Bill Hoffman | 2009-02-21 | 1 | -1/+1 |
| | |||||
* | BUG: make sure an x server is not required for the build | Bill Hoffman | 2009-02-21 | 1 | -36/+36 |
| | |||||
* | ENH: install the mac application bundle into /Applications directly with no ↵ | Bill Hoffman | 2008-04-04 | 1 | -1/+7 |
| | | | | enclosing folder | ||||
* | ENH: Prevent loading standard qt plugins at runtime (which we dont' care ↵ | Clinton Stimpson | 2008-03-14 | 1 | -0/+7 |
| | | | | | | about). This can cause problems if a Mac bundle doesn't contain the plugins. | ||||
* | ENH: add mac install symlink option to dialog | Bill Hoffman | 2008-02-19 | 1 | -1/+12 |
| | |||||
* | ENH: Add shortcut to start search/filter. | Clinton Stimpson | 2008-02-14 | 1 | -2/+0 |
| | | | | | | | | 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: fix make edit_cache for cmake-gui | Bill Hoffman | 2008-02-12 | 1 | -12/+32 |
| | |||||
* | COMP: Fix build with Qt 4.2. | Clinton Stimpson | 2008-02-08 | 1 | -2/+10 |
| | | | | | BUG: Fix new editors stealing focus while typing search text. ENH: Look for translation in data dir, not bin dir. | ||||
* | ENH: Update some strings to match program name. | Clinton Stimpson | 2008-02-06 | 1 | -5/+5 |
| | |||||
* | BUG: On Mac OS X, give the CMake library the correct path to the cmake | Clinton Stimpson | 2008-02-06 | 1 | -1/+6 |
| | | | | exectuables. Fixes #6286. | ||||
* | 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 |