Clinton Stimpson
c05f8aa70e
ENH: remove status bar and move interrupt/progress next to configure/generate.
2007-11-07 11:31:55 -05:00
Clinton Stimpson
31d4280bf3
BUG: Fix behavior of CMakeSetupDialog::set{Binary|Source}Directory
...
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).
2007-11-07 10:09:02 -05:00
Brad King
696a016444
COMP: Fix check for file-too-big to avoid warnings.
2007-11-07 09:12:34 -05:00
Brad King
8b9dcc9e1a
COMP: Fix warning when gcount stream method does not really return std::streamsize.
2007-11-07 08:59:29 -05:00
Clinton Stimpson
00cfa0ebed
ENH: For Mac OSX -- add app icon, and implement find of cmake executable.
2007-11-06 23:00:23 -05:00
Andy Cedilnik
768680f4d5
STYLE: Nightly Version update
2007-11-06 22:55:39 -05:00
Clinton Stimpson
a2ad68fc48
BUG: disable drag & drop while busy.
2007-11-06 22:27:09 -05:00
Clinton Stimpson
07d25b6a5f
BUG: only handle drop events if they'll really change something.
2007-11-06 21:51:08 -05:00
Clinton Stimpson
7294b27293
BUG: Put back read/write of original WhereBuild* settings.
...
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.
2007-11-06 21:27:45 -05:00
Clinton Stimpson
1e91100599
ENH: Disable menu/buttons when doing configure.
...
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.
2007-11-06 19:25:43 -05:00
Ken Martin
433a914910
ENH: different way of testing properties
2007-11-06 14:16:00 -05:00
Ken Martin
8eae7fddf2
ENH: move CMAKE_STRICT option to the top
2007-11-06 14:14:18 -05:00
Ken Martin
16ac724c91
ENH: add doc test for strict builds
2007-11-06 14:11:00 -05:00
Ken Martin
ba9b508478
ENH: add a etst to verify props are documented
2007-11-06 14:10:29 -05:00
Bill Hoffman
33478faeb6
ENH: changne ProcessGenertor to DoPackage
2007-11-06 08:28:26 -05:00
Bill Hoffman
cfd308ce43
STYLE: fix line length issue
2007-11-06 08:27:43 -05:00
Clinton Stimpson
e8a208384c
ENH: Add menus in menu bar.
...
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)
2007-11-06 01:16:11 -05:00
Clinton Stimpson
87e1004f25
ENH: clarify label for current generator.
2007-11-06 00:04:37 -05:00
Clinton Stimpson
b61e5ff0f2
ENH: search is case insensitive
...
ENH: put back prompt for generator, and change combo to label
showing current generator.
2007-11-06 00:02:08 -05:00
Andy Cedilnik
d0a7608bb1
STYLE: Nightly Version update
2007-11-05 22:32:45 -05:00
Clinton Stimpson
a7746624e8
ENH: Replace prompt for generator with combobox in UI.
...
ENH: Make "Show Advanced" toggle work.
ENH: Add regex search capabilities.
ENH: Read existing registry entries from MFC CMakeSetup.exe (will save later).
2007-11-05 19:26:18 -05:00
Alexander Neundorf
c0108d1e07
COMP: use RPATH is building QtDialog and the Qt libs are not in /lib or
...
/usr/lib (same logic as for ccmake)
Alex
2007-11-05 18:06:02 -05:00
Brad King
d65adbe260
COMP: Add streamsize and streamoff to kwsys_ios namespace for ancient streams.
2007-11-05 17:44:30 -05:00
David Cole
8af409e055
STYLE: Trade in expected arrakis dashboards for resurrected equivalent ones on dash14.
2007-11-05 16:57:39 -05:00
Bill Hoffman
743cec67d5
ENH: change name
2007-11-05 16:55:45 -05:00
Bill Hoffman
62decc533b
ENH: change name of class
2007-11-05 16:33:19 -05:00
Bill Hoffman
a651938572
ENH: fix the compile and add install rule
2007-11-05 14:47:20 -05:00
Brad King
f410f8578e
COMP: Fix warnings on 64-bit Mac OS X build. Patch from issue #3697 .
2007-11-05 14:34:36 -05:00
Clinton Stimpson
cfa723d457
ENH: Prompt user for generator when there is none.
...
Many minor improvements, bug fixes, and style fixes.
2007-11-05 13:20:54 -05:00
Andy Cedilnik
7bd73d3e0d
STYLE: Nightly Version update
2007-11-04 22:00:40 -05:00
Miguel A. Figueroa-Villanueva
aa51ca2512
BUG: Fixed error related to missing quotes around variable.
2007-11-04 01:20:22 -04:00
Andy Cedilnik
f70eb07d99
STYLE: Nightly Version update
2007-11-03 23:04:09 -04:00
Clinton Stimpson
8770969464
ENH: Allow working with empty build directories.
...
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.
2007-11-03 19:48:59 -04:00
Clinton Stimpson
3135561227
COMP: Fix some compile warnings.
...
STYLE: Make style a bit more consistent.
2007-11-03 13:28:09 -04:00
Bill Hoffman
c27953b62f
ENH: remove qt warnings from qt with MS compiler
2007-11-03 12:50:02 -04:00
Bill Hoffman
efbce2580b
ENH: fix compile error on windows
2007-11-03 12:07:38 -04:00
Clinton Stimpson
77ad85a6ab
ENH: Add interrupt button near progress bar.
...
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.
2007-11-03 10:30:52 -04:00
Andy Cedilnik
c139a096c7
STYLE: Nightly Version update
2007-11-02 23:00:21 -04:00
Clinton Stimpson
5927a261d0
COMP: Fix build on Windows.
2007-11-02 14:12:54 -04:00
Bill Hoffman
8079907714
ENH: add option for qt dialog
2007-11-02 12:03:29 -04:00
Clinton Stimpson
6921981452
STYLE: Add license info to code.
2007-11-02 11:55:57 -04:00
Clinton Stimpson
800cbd0550
ENH: Beginnings of a Qt UI for CMake.
2007-11-02 11:50:17 -04:00
Bill Hoffman
dcf21dd90b
ENH: remove findqt3 from cmake's cmakelist files
2007-11-02 10:46:03 -04:00
Andy Cedilnik
676320f161
STYLE: Nightly Version update
2007-11-01 22:50:39 -04:00
Bill Hoffman
7d6fa1c0e9
ENH: create a directory for qt interface to cmake
2007-11-01 16:21:57 -04:00
Bill Hoffman
a1a5895c89
ENH: fix for RPM generator from Eric
2007-11-01 09:52:09 -04:00
David Cole
9371ac21a0
ENH: Add more resolutions for CMake icons to avoid that bloated chunky blown up icon look...
2007-11-01 08:36:51 -04:00
Andy Cedilnik
158d9e2e68
STYLE: Nightly Version update
2007-10-31 22:48:26 -04:00
Ken Martin
379e65de57
ENH: minor fix
2007-10-31 13:57:51 -04:00
Ken Martin
9ddb45f085
ENH: added documentation for more variables
2007-10-31 13:38:47 -04:00