Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Fix behavior of CMakeSetupDialog::set{Binary|Source}Directory | Clinton Stimpson | 2007-11-07 | 5 | -8/+66 |
| | | | | | | | so they work right when called externally. Disable the generate button when one hits configure again. ENH: Some UI tweaks for spacing. Allow viewing cache values while configure/generate (but not edit). | ||||
* | COMP: Fix check for file-too-big to avoid warnings. | Brad King | 2007-11-07 | 1 | -1/+2 |
| | |||||
* | COMP: Fix warning when gcount stream method does not really return ↵ | Brad King | 2007-11-07 | 1 | -1/+2 |
| | | | | std::streamsize. | ||||
* | ENH: For Mac OSX -- add app icon, and implement find of cmake executable. | Clinton Stimpson | 2007-11-07 | 3 | -4/+10 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-11-07 | 1 | -1/+1 |
| | |||||
* | BUG: disable drag & drop while busy. | Clinton Stimpson | 2007-11-07 | 1 | -0/+10 |
| | |||||
* | BUG: only handle drop events if they'll really change something. | Clinton Stimpson | 2007-11-07 | 1 | -3/+9 |
| | |||||
* | BUG: Put back read/write of original WhereBuild* settings. | Clinton Stimpson | 2007-11-07 | 2 | -23/+69 |
| | | | | | | ENH: Make public a couple functions to support command line args. Try removing exit after generate to see if others like it. COMP: Fix warnings. | ||||
* | ENH: Disable menu/buttons when doing configure. | Clinton Stimpson | 2007-11-07 | 7 | -60/+196 |
| | | | | | | | | 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: different way of testing properties | Ken Martin | 2007-11-06 | 5 | -74/+154 |
| | |||||
* | ENH: move CMAKE_STRICT option to the top | Ken Martin | 2007-11-06 | 1 | -3/+0 |
| | |||||
* | ENH: changne ProcessGenertor to DoPackage | Bill Hoffman | 2007-11-06 | 3 | -3/+3 |
| | |||||
* | STYLE: fix line length issue | Bill Hoffman | 2007-11-06 | 1 | -1/+2 |
| | |||||
* | ENH: Add menus in menu bar. | Clinton Stimpson | 2007-11-06 | 5 | -26/+105 |
| | | | | | | | | Add reload & delete cache options. Add option to quit after generation step (not yet remembered between sessions). Add Help -> About Remove Help button (in menu now) Remove Cancel button (File -> Exit and the Window 'X' button exist) | ||||
* | ENH: clarify label for current generator. | Clinton Stimpson | 2007-11-06 | 2 | -4/+1 |
| | |||||
* | ENH: search is case insensitive | Clinton Stimpson | 2007-11-06 | 4 | -20/+24 |
| | | | | | ENH: put back prompt for generator, and change combo to label showing current generator. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-11-06 | 1 | -1/+1 |
| | |||||
* | ENH: Replace prompt for generator with combobox in UI. | Clinton Stimpson | 2007-11-06 | 5 | -134/+253 |
| | | | | | | ENH: Make "Show Advanced" toggle work. ENH: Add regex search capabilities. ENH: Read existing registry entries from MFC CMakeSetup.exe (will save later). | ||||
* | COMP: Add streamsize and streamoff to kwsys_ios namespace for ancient streams. | Brad King | 2007-11-05 | 1 | -0/+2 |
| | |||||
* | ENH: change name | Bill Hoffman | 2007-11-05 | 13 | -72/+72 |
| | |||||
* | ENH: change name of class | Bill Hoffman | 2007-11-05 | 4 | -18/+18 |
| | |||||
* | ENH: fix the compile and add install rule | Bill Hoffman | 2007-11-05 | 2 | -3/+6 |
| | |||||
* | COMP: Fix warnings on 64-bit Mac OS X build. Patch from issue #3697. | Brad King | 2007-11-05 | 8 | -20/+27 |
| | |||||
* | ENH: Prompt user for generator when there is none. | Clinton Stimpson | 2007-11-05 | 7 | -141/+301 |
| | | | | Many minor improvements, bug fixes, and style fixes. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-11-05 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-11-04 | 1 | -1/+1 |
| | |||||
* | ENH: Allow working with empty build directories. | Clinton Stimpson | 2007-11-03 | 7 | -24/+78 |
| | | | | | | Make output window a bit smaller compared to cache view. Prompt on X'ing window as well as hitting cancel. Color new cache values red, and put them first. | ||||
* | COMP: Fix some compile warnings. | Clinton Stimpson | 2007-11-03 | 1 | -7/+7 |
| | | | | STYLE: Make style a bit more consistent. | ||||
* | ENH: remove qt warnings from qt with MS compiler | Bill Hoffman | 2007-11-03 | 4 | -3/+7 |
| | |||||
* | ENH: fix compile error on windows | Bill Hoffman | 2007-11-03 | 1 | -1/+1 |
| | |||||
* | ENH: Add interrupt button near progress bar. | Clinton Stimpson | 2007-11-03 | 13 | -264/+461 |
| | | | | | | | | | | | | 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: Nightly Version update | Andy Cedilnik | 2007-11-03 | 1 | -1/+1 |
| | |||||
* | COMP: Fix build on Windows. | Clinton Stimpson | 2007-11-02 | 1 | -1/+6 |
| | |||||
* | ENH: add option for qt dialog | Bill Hoffman | 2007-11-02 | 1 | -0/+6 |
| | |||||
* | STYLE: Add license info to code. | Clinton Stimpson | 2007-11-02 | 7 | -0/+112 |
| | |||||
* | ENH: Beginnings of a Qt UI for CMake. | Clinton Stimpson | 2007-11-02 | 11 | -0/+1007 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-11-02 | 1 | -1/+1 |
| | |||||
* | ENH: create a directory for qt interface to cmake | Bill Hoffman | 2007-11-01 | 1 | -0/+1 |
| | |||||
* | ENH: Add more resolutions for CMake icons to avoid that bloated chunky blown ↵ | David Cole | 2007-11-01 | 2 | -0/+0 |
| | | | | up icon look... | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-11-01 | 1 | -1/+1 |
| | |||||
* | ENH: minor fix | Ken Martin | 2007-10-31 | 1 | -1/+1 |
| | |||||
* | ENH: added documentation for more variables | Ken Martin | 2007-10-31 | 1 | -12/+358 |
| | |||||
* | ENH: add CPACK_PROJECT_CONFIG_FILE option to CPack | Bill Hoffman | 2007-10-31 | 1 | -1/+9 |
| | |||||
* | ENH: fix line length | Bill Hoffman | 2007-10-31 | 1 | -1/+2 |
| | |||||
* | ENH: Add CPACK_SET_DESTDIR handling to enable packaging of installed files ↵ | David Cole | 2007-10-31 | 14 | -43/+127 |
| | | | | in absolute locations. With this setting on, cpack will set the DESTDIR env var when building the package so that files end up in their intended locations. Default behavior is not to set DESTDIR for backwards compatibility. Helps address issue #4993 and issue #5257. Also, remove unused CPACK_USE_DESTDIR variable. ENH: Add variable CPACK_PACKAGING_INSTALL_PREFIX to allow overriding the CPack GetPackagingInstallPrefix from a project's CMakeLists file if necessary. Could be used to remove the annoying /usr prefix still used by default in the Mac PackageMaker generator. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-10-31 | 1 | -1/+1 |
| | |||||
* | ENH: cpack changes, remove the escape variable stuff as it is not needed if ↵ | Bill Hoffman | 2007-10-31 | 2 | -26/+20 |
| | | | | you provide a config file for cpack | ||||
* | BUG: fix undefined property FRAMEWORK | Ken Martin | 2007-10-30 | 1 | -0/+8 |
| | |||||
* | BUG: fix bad set property code in cmake | Ken Martin | 2007-10-30 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-10-30 | 1 | -1/+1 |
| |