summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog/QMacInstallDialog.cxx
Commit message (Collapse)AuthorAgeFilesLines
* cmake-gui: Replace command-line install dialog with information boxBrad King2015-05-211-121/+0
| | | | | | | | | | The QMacInstallDialog infrastructure no longer works on modern OS X versions. Drop it and replace the dialog with a simple info box that explains to the user how to run 'cmake-gui --install' to add symlinks. Also suggest simply modifying the PATH. This approach is similar to the Xcode 'xcode-select --install' method of installing Xcode Command Line Tools.
* cmake-gui: Change install buttons to activate on clicked instead of pressed.Kevin Wojniak2015-01-261-3/+3
| | | | This matches the behavior of other buttons.
* 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-14/+13
| | | | | This means non-ascii characters now work correctly on systems that have a non-ascii 8 bit encoding as the current locale.
* Remove dependence on Qt/STL support.Clinton Stimpson2009-11-231-15/+15
|
* ENH: add better error checks to symlink create stuffBill Hoffman2008-04-231-3/+29
|
* ENH: install the mac application bundle into /Applications directly with no ↵Bill Hoffman2008-04-041-0/+17
| | | | enclosing folder
* ENH: do not link . and .. during installBill Hoffman2008-04-031-2/+6
|
* ENH: add ability to create symlinks for command line on mac from guiBill Hoffman2008-04-031-0/+6
|
* ENH: add mac install symlink option to dialogBill Hoffman2008-02-191-0/+69