summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* ENH: Put black outline around all resolutions of the new ico files. Looks ↵David Cole2007-11-084-0/+0
| | | | better on a dark background than the lighter outline...
* ENH: fix bug in default arch, it was using the environment variable which is ↵Bill Hoffman2007-11-081-1/+3
| | | | not a default
* BUG: try to fix crashBill Hoffman2007-11-081-2/+8
|
* BUG: handle qmake returning multiple paths for mkspecs. Fixes #5935Clinton Stimpson2007-11-081-2/+5
|
* ENH: Add support for static Qt 4.3 builds.Clinton Stimpson2007-11-081-2/+26
|
* ENH: Add new Tutorial steps. Diff between Step5 and Step6 shows how to add a ↵David Cole2007-11-0820-2/+474
| | | | cpack driven installer to your project. Diff between Step6 and Step7 shows how to add ctest dashboard scripting capability.
* COMP: Fix warnings.Clinton Stimpson2007-11-081-8/+8
|
* ENH: add context menu for deleting, ignoring, and getting help for cache ↵Clinton Stimpson2007-11-085-37/+197
| | | | | | | | | | | entries. ENH: add delete cache button ENH: add information string above configure/generate buttons ENH: change search to search both columns, and from regex to plain string search ENH: add buddy info in cache entry view, so double clicking in the left column starts editing the associated value. BUG: fix file path editor so it goes away when focus is lost
* BUG: Do not us the search_paths_first flag on older Mac OSX (10.2 and ↵David Cole2007-11-081-2/+29
| | | | earlier) systems.
* STYLE: Nightly Version updateAndy Cedilnik2007-11-071-1/+1
|
* ENH: add mt to vogon releaseBill Hoffman2007-11-071-0/+1
|
* ENH: allow for msvc71 to build for vista if CMAKE_MT_EXECUTABLE is put in ↵Bill Hoffman2007-11-071-3/+16
| | | | the cache
* ENH: remove memdebug.c from listBill Hoffman2007-11-071-1/+1
|
* ENH: change CPACK_CREATE_DESKTOP_LINKS to something that can handle spaces ↵Bill Hoffman2007-11-073-6/+35
| | | | in the name of the exectuable
* ENH: remove status bar and move interrupt/progress next to configure/generate.Clinton Stimpson2007-11-073-15/+24
|
* BUG: Fix behavior of CMakeSetupDialog::set{Binary|Source}DirectoryClinton Stimpson2007-11-075-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 King2007-11-071-1/+2
|
* COMP: Fix warning when gcount stream method does not really return ↵Brad King2007-11-071-1/+2
| | | | std::streamsize.
* ENH: For Mac OSX -- add app icon, and implement find of cmake executable.Clinton Stimpson2007-11-063-4/+10
|
* STYLE: Nightly Version updateAndy Cedilnik2007-11-061-1/+1
|
* BUG: disable drag & drop while busy.Clinton Stimpson2007-11-061-0/+10
|
* BUG: only handle drop events if they'll really change something.Clinton Stimpson2007-11-061-3/+9
|
* BUG: Put back read/write of original WhereBuild* settings.Clinton Stimpson2007-11-062-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 Stimpson2007-11-067-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 propertiesKen Martin2007-11-065-74/+154
|
* ENH: move CMAKE_STRICT option to the topKen Martin2007-11-062-3/+5
|
* ENH: add doc test for strict buildsKen Martin2007-11-061-1/+5
|
* ENH: add a etst to verify props are documentedKen Martin2007-11-062-0/+39
|
* ENH: changne ProcessGenertor to DoPackageBill Hoffman2007-11-063-3/+3
|
* STYLE: fix line length issueBill Hoffman2007-11-061-1/+2
|
* ENH: Add menus in menu bar.Clinton Stimpson2007-11-065-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 Stimpson2007-11-062-4/+1
|
* ENH: search is case insensitiveClinton Stimpson2007-11-064-20/+24
| | | | | ENH: put back prompt for generator, and change combo to label showing current generator.
* STYLE: Nightly Version updateAndy Cedilnik2007-11-051-1/+1
|
* ENH: Replace prompt for generator with combobox in UI.Clinton Stimpson2007-11-055-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: use RPATH is building QtDialog and the Qt libs are not in /lib orAlexander Neundorf2007-11-051-2/+10
| | | | | | /usr/lib (same logic as for ccmake) Alex
* COMP: Add streamsize and streamoff to kwsys_ios namespace for ancient streams.Brad King2007-11-051-0/+2
|
* STYLE: Trade in expected arrakis dashboards for resurrected equivalent ones ↵David Cole2007-11-051-4/+4
| | | | on dash14.
* ENH: change nameBill Hoffman2007-11-0513-72/+72
|
* ENH: change name of classBill Hoffman2007-11-054-18/+18
|
* ENH: fix the compile and add install ruleBill Hoffman2007-11-052-3/+6
|
* COMP: Fix warnings on 64-bit Mac OS X build. Patch from issue #3697.Brad King2007-11-059-22/+30
|
* ENH: Prompt user for generator when there is none.Clinton Stimpson2007-11-057-141/+301
| | | | Many minor improvements, bug fixes, and style fixes.
* STYLE: Nightly Version updateAndy Cedilnik2007-11-041-1/+1
|
* BUG: Fixed error related to missing quotes around variable.Miguel A. Figueroa-Villanueva2007-11-041-4/+4
|
* STYLE: Nightly Version updateAndy Cedilnik2007-11-031-1/+1
|
* ENH: Allow working with empty build directories.Clinton Stimpson2007-11-037-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 Stimpson2007-11-031-7/+7
| | | | STYLE: Make style a bit more consistent.
* ENH: remove qt warnings from qt with MS compilerBill Hoffman2007-11-034-3/+7
|
* ENH: fix compile error on windowsBill Hoffman2007-11-031-1/+1
|