summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog/CMakeSetup.cxx
Commit message (Collapse)AuthorAgeFilesLines
...
* Make --help-* options available from all command-line toolsBrad King2013-10-161-6/+1
| | | | | | | | | | | Make the standard --help-* options available from all command-line tools. Drop options that are no longer supported: --copyright, --help-full, --help-html, --help-man, --help-compatcommands, --help-custom-modules De-duplicate Help/manual/*.1.rst help options by using an OPTIONS_HELP.txt file included from each manual.
* Drop the 'Full' field from cmDocumentationEntryBrad King2013-10-161-8/+8
| | | | | We need only 'Brief' for usage documentation. We no longer have builtin 'Full' documentation, which is now in Help/*/*.rst files.
* Drop "full" documentation output typesBrad King2013-10-151-22/+0
| | | | | | | | | | | | | | | | We will no longer support full documentation generation from executables and will instead generate documentation with other tools. Disable (with a warning left behind) the command-line options: --copyright --help-compatcommands --help-full --help-html --help-man Drop supporting code. Drop manual sections generation from executables. Remove internal documentation construction APIs. Drop unused sections See Also, Author, Copyright, Compat Commands, Custom Modules.
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-9/+9
| | | | | | | | | | | | | | | | | Our Git commit hooks disallow modification or addition of lines with trailing whitespace. Wipe out all remnants of trailing whitespace everywhere except third-party code. Run the following shell code: git ls-files -z -- \ bootstrap doxygen.config '*.readme' \ '*.c' '*.cmake' '*.cpp' '*.cxx' \ '*.el' '*.f' '*.f90' '*.h' '*.in' '*.in.l' '*.java' \ '*.mm' '*.pike' '*.py' '*.txt' '*.vim' | egrep -z -v '^(Utilities/cm|Source/(kwsys|CursesDialog/form)/)' | egrep -z -v '^(Modules/CPack\..*\.in)' | xargs -0 sed -i 's/ \+$//'
* cmake-gui: Fix code to respect current locale.Clinton Stimpson2012-07-061-7/+13
| | | | | This means non-ascii characters now work correctly on systems that have a non-ascii 8 bit encoding as the current locale.
* CPack begin the implementation of --help-command* and --help-variables*Eric NOULARD2012-01-221-0/+1
| | | | | | This modifications set tries to keep the unified doc for cmake/ctest/cpack while introducing tool specific documentation separated. Some documentation sections for CMake do not fit well to CPack.
* Fix regression to allow specifying a CMakeCache.txt file on the command line.Clinton Stimpson2010-11-011-1/+13
|
* Fix for fix to bug #9975Clinton Stimpson2010-05-191-1/+1
|
* BUG: Fix Bug #9975 when softlinks are used.Clinton Stimpson2010-05-051-8/+11
|
* BUG: Fix bug #9894. Make higher resolution CMake icon available as an ↵Clinton Stimpson2009-12-111-1/+4
| | | | application icon. On Mac, the higher resolution one is used in the dock.
* ENH: Move SetErrorMode around calls to generate and configure instead of ↵Clinton Stimpson2009-10-261-9/+0
| | | | setting it for the whole application.
* 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 issue 9346. add binary directory to window title to make it easier to ↵Clinton Stimpson2009-09-221-3/+0
| | | | deal with multiple cmake-gui instances
* BUG: Don't let Qt suppress error dialogs. Add call to SetErrorMode(0);Clinton Stimpson2009-07-141-0/+8
| | | | See #9258.
* 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