summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog/CMakeSetup.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Overhaul CMake version numberingBrad King2009-03-051-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 Hoffman2009-02-211-1/+1
|
* BUG: make sure an x server is not required for the buildBill Hoffman2009-02-211-36/+36
|
* ENH: install the mac application bundle into /Applications directly with no ↵Bill Hoffman2008-04-041-1/+7
| | | | enclosing folder
* ENH: Prevent loading standard qt plugins at runtime (which we dont' care ↵Clinton Stimpson2008-03-141-0/+7
| | | | | | about). This can cause problems if a Mac bundle doesn't contain the plugins.
* ENH: add mac install symlink option to dialogBill Hoffman2008-02-191-1/+12
|
* ENH: Add shortcut to start search/filter.Clinton Stimpson2008-02-141-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-guiBill Hoffman2008-02-121-12/+32
|
* COMP: Fix build with Qt 4.2.Clinton Stimpson2008-02-081-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 Stimpson2008-02-061-5/+5
|
* BUG: On Mac OS X, give the CMake library the correct path to the cmakeClinton Stimpson2008-02-061-1/+6
| | | | exectuables. Fixes #6286.
* ENH: Show version number in window title.Clinton Stimpson2008-02-011-1/+4
|
* ENH: Use translation file if it exists for the locale.Clinton Stimpson2008-02-011-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 King2007-12-131-1/+3
| | | | This eliminates startup paths that failed to produce this information.
* ENH: Add handling of --help and related arguments.Clinton Stimpson2007-11-271-0/+68
|
* ENH: support specifying build or source directory at command line.Clinton Stimpson2007-11-131-2/+19
|
* ENH: Disable menu/buttons when doing configure.Clinton Stimpson2007-11-071-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 Stimpson2007-11-051-0/+1
| | | | Many minor improvements, bug fixes, and style fixes.
* 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-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 Stimpson2007-11-021-0/+16
|
* ENH: Beginnings of a Qt UI for CMake.Clinton Stimpson2007-11-021-0/+21